/*! c87bf364a */
.inline {
  display: inline-block; }

.reusable-checkbox {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.reusable-checkbox-item {
  margin: 5px 10px; }

.reusable-checkbox-item input[type='checkbox'] {
  opacity: 0;
  position: absolute; }

.reusable-checkbox-item input[type='checkbox']:checked + .label {
  color: #333; }

.reusable-checkbox-item input[type='checkbox']:checked + .label:before {
  color: #fff;
  border-style: solid;
  width: 10px;
  height: 5px;
  border-width: 0.12em 0.12em 0 0;
  content: '';
  display: inline-block;
  left: 3px;
  position: absolute;
  top: 11px;
  transform: rotate(135deg);
  z-index: 2; }

.reusable-checkbox-item input[type='checkbox']:checked + .label:after {
  background: #5643fa;
  border-color: #5643fa; }

.reusable-checkbox-item .label {
  position: relative;
  padding: 9px 10px 5px 25px;
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #777; }

.reusable-checkbox-item .label:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #5643fa;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 8px;
  border-radius: 2px; }

.reusable-radio {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.reusable-radio-item {
  margin: 5px 10px; }

.reusable-radio-item input[type='radio'] {
  opacity: 0;
  position: absolute; }

.reusable-radio-item input[type='radio']:checked + .label {
  color: #333; }

.reusable-radio-item input[type='radio']:checked + .label:before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: '';
  display: inline-block;
  left: 3px;
  position: absolute;
  top: 11px;
  z-index: 2;
  background: #5643fa; }

.reusable-radio-item .label {
  position: relative;
  padding: 8px 10px 5px 25px;
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #777; }

.reusable-radio-item .label:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #5643fa;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 8px; }

.reusable-dropdown, .reusable-ms-dropdown {
  width: 250px;
  position: relative;
  display: inline-block; }

.reusable-dropdown-box, .reusable-ms-dropdown-box {
  position: relative; }

.reusable-dropdown-box-default, .reusable-ms-dropdown-box-default {
  padding: 0 40px 0 10px;
  position: relative;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #333; }

.reusable-dropdown-box-default:before, .reusable-ms-dropdown-box-default:before {
  content: ' ';
  z-index: 1;
  position: absolute;
  height: 40px;
  top: 0;
  right: 40px;
  border-left: 1px solid #ddd; }

.reusable-dropdown-box-default:after, .reusable-ms-dropdown-box-default:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 16px;
  border-top: 10px solid #5643fa;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.reusable-dropdown-box-search, .reusable-ms-dropdown-box-search {
  padding: 0 40px 0 10px;
  position: relative;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #333; }

.reusable-dropdown-box-search .reusable-search-icon, .reusable-ms-dropdown-box-search .reusable-search-icon {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 16px;
  cursor: default; }

.reusable-dropdown-box-search-input, .reusable-ms-dropdown-box-search-input {
  background-color: transparent;
  border: 0;
  outline: none;
  width: 100%;
  font-size: 14px; }

.reusable-dropdown-box-clear, .reusable-ms-dropdown-box-clear {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #5643fa;
  z-index: 3;
  border: 0; }

.reusable-dropdown-container, .reusable-ms-dropdown-container {
  max-height: 200px;
  min-height: 150px;
  overflow: auto;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 3;
  width: 100%;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.reusable-dropdown-container-list, .reusable-ms-dropdown-container-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.reusable-dropdown-container-list-item, .reusable-ms-dropdown-container-list-item {
  padding: 12px;
  cursor: pointer; }

.reusable-dropdown-container-list-item:not(:last-child), .reusable-ms-dropdown-container-list-item:not(:last-child) {
  border-bottom: 1px solid #ddd; }

.reusable-dropdown-container-list-item:hover, .reusable-ms-dropdown-container-list-item:hover {
  background-color: #eee; }

.reusable-search-icon {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  height: 6px;
  width: 6px;
  border: 2px solid #888; }

.reusable-search-icon:after {
  content: '';
  height: 2px;
  width: 6px;
  background: #888;
  position: absolute;
  top: 7px;
  left: 5px;
  transform: rotate(45deg); }

.reusable-dropdown-no-data-found {
  height: 200px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.reusable-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999; }

.reusable-modal {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  min-height: 300px;
  width: 800px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.reusable-modal.reusable-modal-dialog {
  top: 50%; }

.reusable-modal.reusable-modal-small {
  width: 400px; }

.reusable-modal.reusable-modal-medium {
  width: 800px; }

.reusable-modal.reusable-modal-large {
  width: 1000px; }

.reusable-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10001;
  font-size: 25px;
  cursor: pointer; }

.reusable-loader-item,
.reusable-loader-item:before,
.reusable-loader-item:after {
  background: #ffb900;
  animation: load1 1s infinite ease-in-out;
  width: 10px;
  height: 15px; }

.reusable-loader-item {
  color: #ffb900;
  text-indent: -9999em;
  margin: 10px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s; }

.reusable-loader-item:before,
.reusable-loader-item:after {
  position: absolute;
  top: 0;
  content: ''; }

.reusable-loader-item:before {
  left: -1.5em;
  animation-delay: -0.32s; }

.reusable-loader-item:after {
  left: 1.5em; }

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 15px; }
  40% {
    box-shadow: 0 -2em;
    height: 25px; } }

.reusable-loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 70px; }
/**
* Rangeslider
*/
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none; }

.rangeslider,
.rangeslider .rangeslider__fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4); }

.rangeslider .rangeslider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4); }

.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1; }

.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 14px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%; }

.rangeslider .rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0; }

/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 12px;
  border-radius: 10px; }

.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #7cb342;
  border-radius: 10px;
  top: 0; }

.rangeslider-horizontal .rangeslider__handle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.rangeslider-horizontal .rangeslider__handle:after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #dadada;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset; }

.rangeslider-horizontal .rangeslider__handle-tooltip {
  top: -55px; }

.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  transform: translate3d(-50%, 0, 0); }

/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent; }

.rangeslider-vertical .rangeslider__fill,
.rangeslider-vertical .rangeslider__handle {
  position: absolute; }

.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #7cb342;
  box-shadow: none;
  bottom: 0; }

.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  box-shadow: none; }

.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px; }

/**
* Rangeslider - Reverse
*/
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0; }

.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit; }

/**
* Rangeslider - Labels
*/
.rangeslider__labels {
  position: relative; }

.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px; }

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  transform: translate3d(0, -50%, 0); }

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1; }

.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  transform: translate3d(-50%, 0, 0); }
/* Base Reset
-------------------------------------------------------------------- */
.annotator-notice,
.annotator-filter *,
.annotator-widget * {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  background: none;
  transition: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #909090; }

/* Images
-------------------------------------------------------------------- */
.annotator-adder {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAAwCAYAAAD+WvNWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzgwMTE3NDA3MjA2ODExODRCQUU5RDY0RTkyQTJDNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOUY5RUFERDYwOEIxMUUxOTQ1RDkyQzU2OTNEMDZENCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOUY5RUFEQzYwOEIxMUUxOTQ1RDkyQzU2OTNEMDZENCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA1ODAxMTc0MDcyMDY4MTE5MTA5OUIyNDhFRUQ1QkM4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAzODAxMTc0MDcyMDY4MTE4NEJBRTlENjRFOTJBMkM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CtAI3wAAGEBJREFUeNrMnAd8FMe9x3+7d6cuEIgqhCQQ3cI0QQyIblPiENcQ20KiPPzBuLzkYSeOA6Q5zufl896L7cQxOMYRVWAgxjE2YDq2qAIZJJkiUYR6Be5O0p3ubnfezF7R6rS7VxBlkvEdd3s735n57b/M7IojhIDjOKgU9xfchnXrFtPjltE6Gne/CJQrj9bVmQsXrqf/JuzDTRs2EO8D52dmap3Hwz/9+X9K/PTtPeGnyBL/oS2LPfwzXljXjv9g9kK/+H8WNXsxB8aPe8SPPAKy+v3GvR7+n0fNacfPaQiIfch98vHHY/R6/bL+ycmLhg0bhq6xsXednjHdbGhAYWEhbpSUrHU4HKv/48UXz7GvNq5f36YTGQsWaA0+N3XeR2N4Xr8sKTF5Ub9+QxEZ1ZWe/673AM2NN3Hl6vcoKy9ZK4qO1Ue2LZX4Zzyf1ab1g1sWafK/GjVzjA78sjE/GLto8oxpiI/vA4h3EZ22KhIRFRUVOPT1AeTnnVsrQFz9QeM+id9bRHoteFaZeCakpS1KSkqCzWaDyWTCvSjhERFIm5SGuLi4JSeOH2cfveQWjLeItPg5TrcsdczERTFdk2G2AMY61+V0V+eAg8EQi8HDJqNnj95Lcs+28jPBTH/un37z6zh+2U8XpC8aO3QUSIMV4qVbd78DPNAnNAaZz83HqeFDl2zfsMXD/17jHvw8ulVEvBb8P9eulSwPU31jY6MkIFEU70llbZnNjeibkIDExMQljMXNRUUkWU6ibEo4mfVZlpiQvCiyUzLqjYC1hdpmevWKd7myNlhbDbeByM4DEd8ncQljcXMd2kq9kaQCbf7XomctG00tT2rScJByM9BsZ+YBkgm9m1UgUlukzIxx/Udg+KgRSxiLm+s98x5OS0DuTvC0LB0ydAgsFus9E453tVgsSHl4OINZKufVEJCHn+P4pX2TUmBsdgmH3NvqoG2aaNv9B4wEYwmUn7qupdPSJkNssECkkyqK97iyNustmDnjMTAWJb3o1a6AH86ZE0YnLSUsLAxWdjndxxISYmC+KGXkyJGGc+fOsVEXifroS/wJQ2aH8RyfwuliYLfffauvViSrFNaJubWUbnEjDPWV5yV++OBPDekfpjPoUnqEdAFpbrl/HaAiiuWjqZr5lP76HoZrjlonP+ck4tWi/oS+fSN0Oh0dfBsEQbjP1QEai+GRceOi3YwLFy/mFObAwx8VEx9BOw2b/d64LS135hB46PQ69EgY6+E/vO1FjrSPhj383XWdIgwGA4iFuhJ6EiLep0rb5h0EIaEhGGyI8/C/Z3K6MVULZLFaeTZBbldyPwtrn7EwJlmMQLRiIIfdIvELrknUSPnQaCxDk7kqYK4e8WNhs95GSFgMc1GqxzkEp8tiTP7y2+Dg2TspLBGJRr5HUG6uRVVjfcD8qb2GwtjSiM6hUdTf85pWiLFITDJ+9l/VLMxht3NuATEroFbs1D+sWfMRNm3aFHAHvv32Wxw7loNHHnkE4eHhGgLiXRNg52RXqWYMIQr0WJqOSvGIhoCs5nI8MyMUT82cGDD/whWlGJpowaUbTdCH91EVkTT/jEVoy88+U+WHyHkuHo0OlFvqEPHjAZg699mA+Ytf2gnb4EiYixsQZ+iiKiLO1b6LifNK2JSvALsgcCK7gn24l3/84x9BiefGjRJs3LgRK1asxOrVa6RgWasdxsKYZFeA9JkaPxGd/CwYFDTqE9OYePoEzL/490Y8Ng54Y8kgPEnPYWmsoJZGUGxDCkhZ0Cy25deyQAKI8xiRaNbIHw5AwtyRAfPXvrYP+mnxGPafjyLy8WRUWm7ScRZV23GuLpI2/FoWCILD4UmVtVzY7t17pNedOz/DuHHj/IvL6EAfPXpUEhB7/+mnn0qB8qJFi+hriOLCouSOKJP35+pWi/GLPl3Y9PHdpdd3PmlBcTnve4lQFKglNCIxrjOendMXOp7DE4/GweaowFfHacqli2rfX5GxihJTW351MHa1Ow2XtgXqOWWQ9Gr6v1zgutmPmFiEyd6Mzgnd0O3JUeBonNj38REotYtoPlCFSBKmmAmQVgskc5/tBcTJV6iJy31pubCWFmeGFh0djStXrvjsALM0Z86cxejRo/CHP/web7/9R2lx8rPPdkquLCUlRVFwRPQkLq2MYrvggGt9lYIHnwIKMThFc6OaaMdK7gl31GFIvAVXK5uwcXc8np+lR2Q4jx9N642L5QKKy6AoIKe7asuvENxwbV453y6MD3FOob3CBJ2onaoxK9hAzLAODEfj9Urot11GxDODwEcYED87BY1XHBCvGZVdGKfASHug17ASflkguZBY1qZVrFYrvvzyK8nlTZkyBa+/vhy/+tWbePfd95CZmYGHH34YDodD3QI5XZh/FsjFL/oKomWT7PM4Wx2mjgGef3wAvsmtxebd5eD5BDwzHdh/muBqhfI5RNHJKgbA73FhgjMT8mkZaaDr67gGwQw+rTeGPTsG1ceKUbK9EP2oBQ2bmwzb0TII143KHXB95mbyZyvD2WFpArQtkDxT8nXcnj17sGvXLixYkIkPP1xNU3Mdli9fjuTkZAwYMAC3b99WHFTGICosvImam1rE6TZ8BNHyeFbrOIu5ErPH6yRL8+XRevxkVk8a89Rg2yEzymujcfmGugVzLh6L7VaetVxY674U0czCWseIJkUax1U1NSB8eiL6zh6Oqq8voM+TI0AcIhq+uIqYqibYi2+5on0FDEK8QudWPrUgGm4X5lyVVF8plgtIq2ZnZ2P//gOSeE6ePCVZmiNHjiI3Nxfx8fG4efOmM1hW/D2Ru7BWRuUZ59yTI0/j1ao8U1U7pslUhSemGvBYWg98cZi6sKQQ6HUcpozrjv4JUSi4SlBbcU6zHacVFdsxauzAA7IYSK16RKlxTDVN8aNooBw3Yygq9hQifGA3KfbpNWkQovt1h+1iPfJriny0o8zIq1+/8Fz1WtXbzSjV7du34/jxE3j66aewb99+nD59GrGxsTRoXojhw4dL+2zp6fM1zyGxKPh0TQskiU97oU82/u0XAanIm6l45k7SYcrYbjhwvAGpw8IxalgMjI0C9p6gqXBJC+rLT2Hz/4zQbKfNZPtjgVy5DnNNoiCq1lb+9t/ZHHZpfSh8Vj/0nDAQ1UcuI3pkHGIf7guHyQrrgRtoLq5DbvUFjP94gWobxLUO1M4KcRoCgmfyxKAtkNlspsHxZzTj+gZPPfWkZHFOnTqFLl26UMGkY968eaiqqsKsWbOllWa1NtzWxPs+DK0YQmKH6HO/Su5m2uxjOWzgHJX40eQQzJjQHfuP12Hk4DCkpsTA1CTi65PAvw6LiIrkcHhjmuI55JUo7F74dGF+WSDl42yUv1q8jaiZyeg9dQgqD19EVEpPdBuVCMHcAuvhUjR/eQVcpAFzvnrdZ1tqRTsGoj9soYGvpbnZZ0dZgCyf4Pr6euz8/HNqXZowZ/ZsfL7zc1y8dAnstpDXXnuNZlw/QGVFRZugWa0dGip5VqO94y5Nfnr11Jpo8GjSWsl1lhp6TKOVuAbSjq5htUif2wU9YsPw9bEGTBnTGQ8NiEJZjQPrdhPsO0Ngp+gtQqsLrDIqt2Ojsad0JXsLyEdwxgRWe+EaBKNV9Ziu4mPSa92F60Cj3bnyTQSYYoGkF9MQ2SMGJbvOoMe0oYhN6QtL6U3UrT0N417qsuwUvmcE4thYOgTUFChn0brOYcpi11oHct9swG4207hjsa3FdR1369YtfPXVbjQ3NUuZ1cFDhyTxJCQk4KWXlmLUyBGoq61t5/DV2mGfK938QHy4MCkyVr1rQrnDRHSgU0gd5s+JQq9uYSgsNmHiyChJPBV1AtbvEbAvl6bN7iUdoqBGxXO3d2Hww4VxAtsW8OMeJHaMw7XO04Wgb+Z4RPXsgvqCUnSnsQ4Tj7X8Nmo/zoVp92WqatE59kIro1o7jCFgF+bLdKkVFs/s+vJLlNy4IYnn22+/ke4s7NOnjySeQYMG4ZZKtuWPKffXAkliCOLWwwjDbaTPMmBY/3DkF93EhBERGDE4GtUNIjbsJTh9kW2rcAGf1+mCA7kAPHsamtX7uKYIET0XpCImJR4150rQLW0AdVtJaKkyoeHjM7AeKwXv0D6HVjv+uzB3Bzn4Z4FcluokjXHYWk9cXG/s2LEDVdXVGDhwIN5++w/oS7Mto9Eo7Z+5B09+btV2OHdM4/8EEFcaH5gBIpg+miD98ThU1bXg6RndEdc9FNcrBfx5sw3fFet8nkN9LEUQBB4D+ZrA1lTbue3RaeZADF4wGU0Vt5A0bywi+3SF5WoDKn53AC1nKtunUV4CUmNQmxefMZBLQX70gJOyory87ySBlJdXSGk5i3lWrPg1uyEMdfX1bY5v8+r93os00BgIUuAtBGQlOGLDlNERMOg59OkRCh1N1ctqBLy7TURZnR53clOOxOIlGE0+uQvzoxvsGAc9f4/pg8EbdIiK7wpOz8N64xZq3zkC8bpJ+Tyil6sK0IXpfWVhfsdA9Bi2lsPclfvfDz30EJYv/y/JfTFRsaq17KEZAwWahYH4dYXLS2xUE0YN6e7hKioTseZzEXlFzoD5TkqwFogXtUMl+XH2biHolprkGVbrhVrUvXsc1hMVUsDMqyygus0kL6qfO+gsTEl4ahdMYUEhevXqheeeew5paRMl12W1WNDU1OQUo49VM07j3IFbIBJQDCTYTJgwPgb1Rg67jjtw5hLB5VKaEJi19sjYBi/bwIz0MwYKfCWaJ/4JqEmwonfacIg1zbi54wKaj5XB9n0thAYLtSCi4tgyQVscLZ4xVhUQgepKtM8YyJcFiomJkdZ7mOtiT1E8/czTUlvSExw03nGn6UrnYC7ufP556X337t19WqCAYiDXSrqvYmwiiIoAUgfcwjfHS3Ekh8DcJMBqE6jV0RYgc3EjU3rQd73QYPQjCQgkjWdxHxOQQPsuqI+/eIum+NFhcIzvgfzDuSAHTsFuskCw2CHatX0fc3GJ41Kdc1HXLLWlKCDGoGBJiIqASBsL5ENAmZmZeOedd/Dff/7zHZn4n86bpykgLwtENCwQke+F+So7jnD42U+A/31jyB3x//sYD60Htrz2woiGBSJtLBC7g0JUH/+mdQUI/c0k/OCjzDvit26+AJ1KOxIDp8DoTwwEHwJ64okfIzw8DCtXrgoYmu3es62M+fPTkTZxIhoaGjouBnKtRPsq2fsFKb5543ldwPxMvxdvEHz+rYAvckSt/CLolWieXeYah5k/yqPmXkDXP04NXDUCQUtBDRo3FaJpy/eqazq8xrKFqoAKCgsbJ0+Zwp6NkTIotcmqr6vDzMcek24GC2ZthN0fxITDnkRVEqr0Gf2/xWq1HTh40OjvXtjt2kuNvRIfgY46dl7KENU5th8WpHo3Cs+sCC/QGKvZVn09x+jvQmKRtapxnDAAOnbbjchpJoDNa/OleidFB/UlFFZaHDbbCXOR0VcM5MYkNTU1gt1mO2M0GVNDQyNosKg+wEwAatbD7xRaxcqxpxnY2pHDbv/Om1EhhvB8Z22qpyFWyxnOXpaq1ydIT2fcj6KnI8y1lFFrpcBP1Pkb7GbBQYQz1Tpzam9dGIhNuC/8XIgOFbwZAsR2/NqbqfQAk9mclZd3nrqoUPDU3XDUEt3LysQTFhaKgoILMJpMWd4LMdq78TRzbWnMaijZg+hwZkXv/eDraJus7VtlB2Gzmtvx+3BhpFlsyfrG+j30ESHQcbwUo9zTSttkbZ+0XUYTZWm3EKYiIPfiLXn//fe3FhUVbygs/B6RkWEwGPSSO3MH1nersjZYW0y4hYUFuHDh4oa//vWv2+VsGjGQ55hLp7O23qou2GCv34Ou0RxCDezc7pju7lQnP4ewEA5dogjsdV+hoTJvw+XcdQr8oiZ/VtWRrRcbSzccNRRB3ykMOjb+7H90cu9qZWKlbek6heKw/jIKzNc3rKs60p5fIwYirpRCzMnJ+RO7FbO8rCxjzJjR6BzTBexpVfcEOhyilKqLYnCrtGyw2Z2JrLrdGHuU2nj7JnLPnMX1ayXrjxw9+o6bp00qI4rwxV9XdvZP9ECuU31RRvd+M4GweBBdJ9c9RtS322gGYvPvtlc1KxMWAoSGOOMdqQ+CEZytAnUX98JYf3l9bekpRX6NPxPi4T9jvvYnGsNy10NrMqbEPoQ4eydECqHO37IO2GhwbnU4bwcIqgP05KFUBqG81AGOVhPfgmqDCUeshSg2V64/aSxS5tdI491VOHHiRD2tby7IzDxcUlKaodfrh1ML0c198JChgzFhwgTYaJARqIiYeEJDDcg9nYv8/EL5AmENFeWF2trajes3bNjLlpXg3DcOyAKx39RX5NXT+ma/4U8dNtVfzuB43XCOa+WP7TMWnfu+AGMTH7CImHg6RVIRVm5HWWmO3DXVEFG4YG1u2Hi9YKcGv+iTP890rZ7WN5/t9cjhq7aqDD3lpz7Awz8quj+e0o8CZ3Y4H8YPVDyRIdgVWYBTlstOQkF67rrGYREu0Dhs447qk6r8akE054Z3vWcrgbxrIg9KAbuzMvfHv/rqqyx/f2EiTcMDEZFbPKdOncaxYye2/u1vf/u9TOWCq115FWSdwFtvvUUUYiBVftdEtuMfOMa8qhchL3ROSA9IRG7xWCu3oap479ais5sC4h82fqlaEK3I75rIdvwL46etQiT3wjNigCJyieffEfk42JS/NavsUED8rybNIWouzG0+OVknIDt5mw588MEHv6WnY4/ppk+aNMkvETHxsOfATp48ycSzhZ7jNzJwUQbr3QE3m8bfVgiMv/jspt+yxzd6gqR3Tpjvl4g84qn4FFVX9m4pOrs5YH6NFD4g/nXlh3/LJXCEi+TSf+KviFzi2RlNxdNcsIWKJ3B+V7jhKwaC68dEdmJe1gGpM1QAq1555RV2zPzJkydrisgtHuoWmXiy6W9XymAFlY4I3j7Yxz5XQPxFeZtXsYioJxHnd07M1BRRq3i2orJ4b3ZxXnaQ/GKH8WeVHlqFRI4gGvN/SkaDM2mIiIknKgSfdTqPg5b87KzSg0Hxu2WtZoG4Nmpr3wFe1gF2DvHvf/87BXmFWYaMqVOmKIqIBWihVDzHqXhyco5n09+soB/bvVQuqlSP7/3lL3/pywIFzF+ct2WlcwsfGZ2TlEXkEU/5Fqd4vtsSFP/QcYsJOpg/6wYVQhIVUScu4zlxNHglEVHxgIrnX53PY39LQTb9TVD8ryQ/7qHXskDenZGbVvdfadDJG6WCWEXIy2xsMqZNYyJqzc5YdsJinmPHjkni+fDDD3/tgpd3QAm4DfwvfvEL4scue1D8VBDMEqEXCBXRgjYicovHUp5NxbMn+8p3nwbFP2TcQuLHFktQ/FklB1ZREYGLQcbzxEtETDzRIdjRJd8pnpIDQfG/kvwjv/5GohK8fFPf3Yl26qTCWEkI+2tohIpoGux2h3SxMfHk5OTIxWPz6oCgkCq2uaHwjTfeIAHcohEUPxXGShaf9IJIRbRIEhErTvFsRmURFc+5bUHxDxmbSeD/PUpB8WeV7F9J+nEgXbiMdLclYmNGLc+2rvnYZyvIXleyPyj+lwfMbTf6ej+vBO9/K5lYT2OrV69e6XwkCBmPPjpDsj7s0Z6cnGOb6Xdu5du84NunibS8/vrrxJ/N047kv3Juu8Tfi/J3TV4srdk33tjELM9m+l1A/INTM+45/7rr+1aiPz0olsuYz4+RNkM/7XoO++35m+l3AfG/PHCuJrQ+yM4QtL3JsV1H16xZs4IKh32eyf7ihks8b8lUr2Q6iVwwHVwC4r96fgfll1brMnX6MCqe3VQ8//LJPzg13etc4n3hX3dt3woumY5/F2SGwoB9joLNWdf2+eR/edCPAxp/fQd0SJ4ttFkMY4KxWCx5Op0u4pNPPlkvi/YV4ZcvX04IuWd/DNAnPxOMYG/J4zg+4lrhFz75B495geAB4s+6+vVbln72PB3l33ztgE/+ZYOfCJie8/GX6v06h8wnyzMDveu9/CqRp4vtxBNM43/5y1/ueMO5I/gl8QRRLp/NfiD4mXiC2oq6U3rXxBOFVUzmY1tcr/Lq6CjxdERxTfwd8Qcrno4orom/I/5gxdMhAlIQkXwF064CLzwI4lERUUD891M8KiIKiP9OxNNhAvISEVFZDpevaJIHRTwKIvKb/0EQj4KI/Oa/U/F0qIA03JnS+wdKPD7cmSL/gyQeH+5Mkb8jxHOnWZiWiOTBLVH6/kEtbmHIglui9P2DWtzCWH3534r8HSUcd/l/AQYA7PGYKl3+RK0AAAAASUVORK5CYII=);
  background-repeat: no-repeat; }

.annotator-resize,
.annotator-widget:after,
.annotator-editor a:after,
.annotator-viewer .annotator-controls button,
.annotator-viewer .annotator-controls a,
.annotator-filter .annotator-filter-navigation button:after,
.annotator-filter .annotator-filter-property .annotator-filter-clear {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAEiCAYAAAD0w4JOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDY0MTMzNTM2QUQzMTFFMUE2REJERDgwQTM3Njg5NTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDY0MTMzNTQ2QUQzMTFFMUE2REJERDgwQTM3Njg5NTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2ODkwQjlFQzZBRDExMUUxQTZEQkREODBBMzc2ODk1NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENjQxMzM1MjZBRDMxMUUxQTZEQkREODBBMzc2ODk1NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkijPpwAABBRSURBVHja7JsJVBRXFoarq5tNQZZWo6BxTRQXNOooxhWQBLcYlwRkMirmOKMnmVFHUcYdDUp0Yo5OopM4cQM1TlyjUSFGwIUWFQUjatxNQEFEFtnX+W/7Sovqqt7w5EwMdc6ltldf3/fevffderxSZWVlZbi5uTXh6rAVFBTkqbVubl07eno2d3BwaGgtZNPGjYf5wsLCDRu/+ir20aNH2dZCcnNzN6uPHTv2S2xsbHZaWpqLJZqJIR9FRMTxdHFJeHiiJZrl5+fniiF0jRdumgsjyOZNm44AshHPxAnXeXEhUzAJJEF8j5cWVoIZg9CmqqiokK3CksWLX3d0dJwy+f3331Cr1RoliEajMQ4Sw2xsbHglTZ6CampquOex8dxz2l5gkEY4qKyslOu1Qa6urpPRs9VkW2RjFmskQCaFhASQLZEZkDlYBBJDnJ2dXSnwmYLxpiDCdVMw3hyIObCnlr1g/nwfQCYpQcQbOTM5tbgDeDEkZPLkoaYgSpqpKysqnkIaNWrkYq7dUEim0EwhmkI1bw1ETjNVTk7OA2sg0jarDyO/ZhiJjtpS4923L1dWVs5VV1vW8Dyv4uzsbLnkc+c4dceOnn1LS0vat23bhnvSgypOpTItajXP2dvbcefOneVSL146ys+dOzvgyuWrMadOJeKGrb6AeRBb7syZM1xqyo9HwfDncZ0L+0dowGXATpw4qVfVGEyAJCUBkvrjUTzrTwzUkirDcfOewk5w9oBp8AD9iljoGt07rTvNpaRcPDqPIOx5+mlOkPnz5wakpV2JiU84ztlRNTVqTsXzeuHValyz4xJ1Ou4CICjrL37WoPsXLAgD7HJMXFw8Z2ur4dT8E23s7Wy4UydPchcupB5FGX8ZOxKUeyYLF84LSLt0OebYsXi9ZvYOdtwJBsE9f7lnVAUFuYp2smxpxJFOnTu9aWtry6VcSDm6cNF8f6WyRkEMFg7rclq0aP7fjZWrDyNmeL9c8iDedu7YMRK7xoHjx28y2tjGcsivt29PaOTsPNAGeSIGidNBwcF9La6aAPH18+UG+QzmtFqtN67pLALt2LYtAUOUHoLMWO/1BMM45o17OgUQ2dEz2R4drYf4AMLzakTNahY5n8FQRid9rpZG26KiE5ypOkP89JqIjZWOVSqeG+zrw7lp3bxRVidbteitUQnOLtQmhhApzMfXFzCtN57R1QJFbdkKiMtAP0Ao7lB16CE5oXtUTYJRB+BZPUzd6uWXE1xcXQcO8R+iqIms3aADWrdpw2VmZrbQJeoCeBdoYinkWTVVHNVC21jrrSopKakh67Y2ChCMXmw0xizbXM2I8dyc9gUObBpTBTw8WqixGw45n5GRnl4XjaZD9kP+DaibVSA8OAu7SHZKWm3GtTYWgfDATOxWQGxElynsepkNAoSq808JhII7DZKHzWpsQGYwiPhHyPzD0NifmtVGrE1WUlSQaDIXkNVm2REgc1jDiqtTBQk1pkmtqgEyCLu/SqpKkFmArDHLsgGxw57euaiXIkSQOeZCBI1egtCs324IxVGy3s9NtYkcqCtkGBtXHkLeAyTBGl8rZPZxCfIAkNIXLB6h9/4A6a/gMv0hvUyCUKgLdlsoXODYXwJ5E7sDzPM7G7OjPtjvgnjSizNkqwDDPoD9AL08E2QXaa7Ua40gLUTXmkHW44Gd2I9ndiZsLVh52ar9AAlmNiRs7eg9ByIOYtkMHGe0+6HBW9ithbSSKXcH8iFs7DuTvYZC31KKpFAuyhhE2v3kJkEK5YJZwytbtru7B8GGQjZCmhopmwkJgcRCu2o5jXwh2yWQWyxS3pH05teQwUpVK4Jkia49YA07l/ast8T3ihR7DfXvhuP/Mq2CATksarsRrBPuQQJx76Kp7vfGzh4F42V8zQe7YtxL+u2EkVoDZJ8+fej8VQi9vPRmg8BpCKXAN5OSkqpNVg0QR7VaPR3n05FLN6k9mcJnYLcK178ErEQRBIgTMtMNyG4Djaqv0XyJMtMBM4jrPCC8vb19KEHatWtXMHbs2LtOTk7lQoHGjRuXjBs37q6Hh0cRyvwZr+5/kW1s3GhXVVWlfxXv27fvhTlz5iybNm1aCuBVeEsqnzFjRmJoaOjS7t27X2fVXIgfdzfQtnnz5sPv3r2r/3/Rvn37WkdHR/8I1UNdXV1X4kdK+vfvPxsPNm3YsKE++JWWlmpbtNBH0C21QDY2NgOEk8LCwlY4340HhwM2DZfKcaxFJ+wsKip6OlfZoEGDwVIQD/Vrzc1Ciyb+/v4UGS9A0nx8fDxRHSdxGbzTaQ2q1qpVq3vnz58XGrYUbZIM0FVo0gOXyqBZ8p49ey6tW7fO8/Hjx7ZUrm3btgbZLe/p6Xnczs6ODI8bMWJEGiDTAfGAFjGo5nc4rh4zZswMaKYPKdSjXl5e8XLdfzQgIEBf6ODBg2qcv47qRcH4GuNlpRWOd+Bap8TERH0CNnz48Gv9+vVLkDNINXrtg8jIyEWootaYQaIHs2AKc5s1a7aVZS8GLuJ0//798M2bN4+NiYlxxztcLR90dHSsGDlyZHpwcHBU06ZNKWUuNRZGnGAjwTdu3BifkpLS7PLly05oJ65r164FMMZ0WH0UXIRG5GJz4pGajaad2RBOnXCZSYa0OrVAMueOEFc23tODuUyKxSBpQBS3hcbd3b396NGj+/v6+np16NDhVfRcNar40/fff5+ya9euk/n5+XeYlsoRomfPnv3j4+O3oJ0e1Ug2uMeDQ4cOfdmlS5deQlSVzgfoqzNkyJDXrl+/Hl9jYrt48eIh/GBHWRCq4HTq1KmtVLC4uDgZu48QVrKFhxGD7mC3DCZxjc5jY2M/o9HGAAQfGlBeXv6YCqEtKLd2weFYNM9jALNwTJ7e5OzZs1Hsx7JXrlzZ3QCk0+nmCb+el5d3Jzw8/ANKpnDqC6FBQLt27dp5CDGZQrnjx49/aACCe2yRNOx9wPsJvQBN3iorK8sXl7l58+bnUpDGwcGh1lQEQqyNt7d3GYUdeqXo1atXKQraissgWlbIDAyaZOzfZ/8+TMd5iEqluhMWFvZHmEIpjncDNAHttR6RUsuC31kDA4LanihUxOq+ivLGNWvWzAYjF4Hs3qJFi6bgWuvU1NStrBepR1satBH+0ERLJBXKyMi4AMP7Ag2bJbRHbm7unQMHDqzPzs7+ic5RNgw7lZxB0oErfumgKYOE5tHYNVSybAHmBlkB+8mXAnDtISALcdhI7LRiUUnmgowmEWj4akXvF1+g4Zs6hYmGRUIyhXLKRIzlUuJshEYOyvZDUBUHaTaCax/jcINcAiHORlpi6NmJHulrIhtZi06ZDViF3HAE43aINAahZAIWD0bl3wD7E55RGYBcXFy84f3vKkFo9IWVJ82aNSsVY34lNF8Ky25pAELW8Ta6VnZCSqvV0hB+ys/Pb/qZM2d2oRxlI+4Y194wAKFLe9IBDduBgYG3e/TooX/dwg+UzZw5U4chnNKatgjDoXAnDc07oikGGrQf1G1AB+3bt8/FABgJ1duvWrXqvUGDBl0HZBYgbSgtRBu6irIRZwONkDTRywqH0UL7zjvvvILBMQLD9+qhQ4cS5GVAvkIju4pMoQY/+osBCDFbh8arIkdEo89euHDhAgC+ZZpsFEP0bzbNmhUhG/nBADRgwIADqEbG0ymaqqrZqN5+xJ5NgBhMzmHcO4cU57gBqGXLlmkTJ07c0K1bt0dPp68qKjoCaLAOibJbZL00o5Oj5CKu6enpS5CIvo3hpjnito2kOsVBQUE/jxo16hP0zUY2q6OYRDijjQJv3boViDzJHdGyCaUz6Lnszp07X0GnbGRv5JXmZCPk/ZRD08wE2UoBez2/xhIJztxshGfZiBsbRSgePWKQEuk8tlI2Yo8M1xOJZz9kI52QWL2CqpYg6F9FHE/duXMnrX24K9c+4s0B7jEKxngQXV6ikI18gQy4h7FsRD116tQ3MzMzL5kK/uiEfTDgNrIgdKv7lStXYk2MHlmIkAV0jKHpYyRkDQxAyOqDULDMCITSGh/kRpMoa8GWsXr16l5SEA8H7AdHtJVrOGjxC+5NQui4mpyc3Ap7Ncb95sgHDGe+7t279x0biovhGovx8H6mSQZpQoYdFRW1VEgJcb/q9u3b6wyq9vDhwz1suD6PzL4nUhZnnG6AUBRshiQ+HJA80WBZmZWV9YkBKCcnZxErUI3R4Ru4Ak1wksO6b9q0abEYwjQtR0IWaABCKvc6bhYLBRGbd+NV9D1UJ4IyEmnjI9ymYecul43YoTfWiwtTBoJrRXK9iLYMUkwicPASChwxIxtZRm9TprKRxpDlaKocmWzkKnYTITbmZiNqNuNH89tjWSSk6aBk2FCWMe9/kf+7vnz5ilp1k55b8q+/moiI5TWiHpCemyVKD1sM44w8bDXI6mrJgercRnWGGbPsGpkB1CqDVP3GXeR3CLI4CsgZFzPGOvmaVRADkLWQWiApxKp4pACxDPQ8IIL3S728xlKHFexIVRevr3faFwZkdQIhE0ZeoJFWLh5ZBTOlidkwc6plFkwpibA4tPAW/FOh3tfqQRaBrHrRMZWNmDvyPheIrPdbmwO8wBmbNB5ZldLI2ZGq3td+RRBNz0NWWr2ShRaguLi4LFOr1R9UVVXdx6U5FoP8/Pym2dvbr8jLy3O2em1NUFDQ4cLCwoA6t9G2bdscpk6des3BwaGyTiC0yachISHX9+zZk4Qq3qtrxuYEmQWJO3v2bEzv3r2/qWui1R6y5Hl4f72vWTgjY0n78UoDZp2rplKpHCCd6gIiB+44evTod1NSUhZb21Yvd+jQYZROp9tZWVlZVlxcnKU03aFo2di8du/evVa88MQqEP58IZ0Itxakhkyj1R51AkkWDui1QzXvWw0SAWmVyjeWguq9vx70XCIkxjD6T3E4ZGlSUlK+1Rrt3buXFpPSmtFbyEimQdRWgRo0aPA2O6b/X6+DXAQs4Hm0EYXZw4CF1Qnk5uZWGhgY+CnaK9KqjM3W1rZ62LBhVydMmDDdw8PjqMWNlJubewL5UWZiYmIo/WPTmgRCiJBLIc2tBdTHo/+3tMaS1IZnRknLX23qpNLBgwddk5OT93p5edG/nFtLtTTbIOPi4uif4TXl5eUFBw4cWOfo6EgfWTS1GiRa7vnzmjVrKD9qXyeQaAuzBCS37OxnyAykf3utCiPck9U8tEIzEpASa15qaHkHLfloY860UL3314Pk4pG7u4ex+7QYhT60bA6Jh2yAlGZkpBu1bOlGn6HtF52P4Z587duVk6xpM1a1cSLIEchJkYazzG0jWuxOCTstfKMv6OhLMlquF8vuDzcH1I5BaKO1o/tEk3jC0sUcUyD69RvckwWDHIuStIDSHjKE3actwlgYoRXj/2HH9GYkfGlInyreEZ3/jXuyoFlWIy8RRBgAxJ+WCRD6cPdfxgzyI3ZMHwPu4Z6sgKaPLO+z6ze5J0usPzMVIYWPKZ0YuJr1lPB91ihImjmhlj5bfI118SlIHkRIRqeYAxFchNZiX+EMP6ScImq7WpuSi5SwTHYyc4u7rFEvWuS09TH79wz6nwADANCoQA3w0fcjAAAAAElFTkSuQmCC);
  background-repeat: no-repeat; }

/* Annotator Highlight
-------------------------------------------------------------------- */
.annotator-hl {
  background: #FFFF0A;
  background: rgba(255, 255, 10, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFF0A, endColorstr=#4DFFFF0A)";
  /* 0.3 == 4D in MS filters */ }

.annotator-hl-temporary {
  background: #007CFF;
  background: rgba(0, 124, 255, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D007CFF, endColorstr=#4D007CFF)";
  /* 0.3 == 4D in MS filters */ }

/* Annotator Wrapper
-------------------------------------------------------------------- */
.annotator-wrapper {
  position: relative; }

/* NB: If you change the list of classes for which z-index is set,
       you should update setupDynamicStyle() in annotator.ui.main */
.annotator-adder,
.annotator-outer,
.annotator-notice {
  z-index: 1020; }

.annotator-filter {
  z-index: 1010; }

.annotator-adder,
.annotator-outer,
.annotator-widget,
.annotator-notice {
  position: absolute;
  font-size: 10px;
  line-height: 1; }

.annotator-hide {
  display: none;
  visibility: hidden; }

/* Annotator Adder
-------------------------------------------------------------------- */
.annotator-adder {
  margin-top: -48px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background-position: left top; }

.annotator-adder:hover {
  background-position: center top; }

.annotator-adder:active {
  background-position: center right; }

.annotator-adder button {
  display: block;
  width: 36px;
  height: 41px;
  margin: 0 auto;
  border: none;
  background: none;
  text-indent: -999em;
  cursor: pointer; }

/* Annotator Widget
   
   This applies to both the Viewer and the Editor
-------------------------------------------------------------------- */
.annotator-outer {
  width: 0;
  height: 0; }

.annotator-widget {
  margin: 0;
  padding: 0;
  bottom: 15px;
  left: -18px;
  min-width: 265px;
  background-color: #FBFBFB;
  background-color: rgba(251, 251, 251, 0.98);
  border: 1px solid #7A7A7A;
  border: 1px solid rgba(122, 122, 122, 0.6);
  border-radius: 5px;
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

.annotator-invert-x .annotator-widget {
  left: auto;
  right: -18px; }

.annotator-invert-y .annotator-widget {
  bottom: auto;
  top: 8px; }

.annotator-widget strong {
  font-weight: bold; }

.annotator-widget .annotator-listing,
.annotator-widget .annotator-item {
  padding: 0;
  margin: 0;
  list-style: none; }

.annotator-widget:after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-position: 0 0;
  position: absolute;
  bottom: -10px;
  left: 8px; }

.annotator-invert-x .annotator-widget:after {
  left: auto;
  right: 8px; }

.annotator-invert-y .annotator-widget:after {
  background-position: 0 -15px;
  bottom: auto;
  top: -9px; }

.annotator-widget .annotator-item,
.annotator-editor .annotator-item input,
.annotator-editor .annotator-item textarea {
  position: relative;
  font-size: 12px; }

.annotator-viewer .annotator-item {
  border-top: 2px solid #7A7A7A;
  border-top: 2px solid rgba(122, 122, 122, 0.2); }

.annotator-widget .annotator-item:first-child {
  border-top: none; }

.annotator-editor .annotator-item,
.annotator-viewer div {
  border-top: 1px solid #858585;
  border-top: 1px solid rgba(133, 133, 133, 0.11); }

/* Annotator Viewer
-------------------------------------------------------------------- */
.annotator-viewer div {
  padding: 6px 6px; }

.annotator-viewer .annotator-item ol,
.annotator-viewer .annotator-item ul {
  padding: 4px 16px; }

.annotator-viewer div:first-of-type,
.annotator-editor .annotator-item:first-child textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #3c3c3c;
  font-size: 13px;
  font-style: italic;
  line-height: 1.3;
  border-top: none; }

.annotator-viewer .annotator-controls {
  position: relative;
  top: 5px;
  right: 5px;
  padding-left: 5px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  float: right; }

.annotator-viewer li:hover .annotator-controls,
.annotator-viewer li .annotator-controls.annotator-visible {
  opacity: 1; }

.annotator-viewer .annotator-controls button,
.annotator-viewer .annotator-controls a {
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  border: none;
  opacity: 0.2;
  text-indent: -900em;
  background-color: transparent;
  outline: none; }

.annotator-viewer .annotator-controls button:hover,
.annotator-viewer .annotator-controls button:focus,
.annotator-viewer .annotator-controls a:hover,
.annotator-viewer .annotator-controls a:focus {
  opacity: 0.9; }

.annotator-viewer .annotator-controls button:active,
.annotator-viewer .annotator-controls a:active {
  opacity: 1; }

.annotator-viewer .annotator-controls button[disabled] {
  display: none; }

.annotator-viewer .annotator-controls .annotator-edit {
  background-position: 0 -60px; }

.annotator-viewer .annotator-controls .annotator-delete {
  background-position: 0 -75px; }

.annotator-viewer .annotator-controls .annotator-link {
  background-position: 0 -270px; }

/* Annotator Editor
-------------------------------------------------------------------- */
.annotator-editor .annotator-item {
  position: relative; }

.annotator-editor .annotator-item label {
  top: 0;
  display: inline;
  cursor: pointer;
  font-size: 12px; }

.annotator-editor .annotator-item input,
.annotator-editor .annotator-item textarea {
  display: block;
  min-width: 100%;
  padding: 10px 8px;
  border: none;
  margin: 0;
  color: #3c3c3c;
  background: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.annotator-editor .annotator-item textarea::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

.annotator-editor .annotator-item textarea::-webkit-scrollbar-track-piece {
  margin: 13px 0 3px;
  background-color: #e5e5e5;
  -webkit-border-radius: 4px; }

.annotator-editor .annotator-item textarea::-webkit-scrollbar-thumb:vertical {
  height: 25px;
  background-color: #ccc;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.annotator-editor .annotator-item textarea::-webkit-scrollbar-thumb:horizontal {
  width: 25px;
  background-color: #ccc;
  -webkit-border-radius: 4px; }

.annotator-editor .annotator-item:first-child textarea {
  min-height: 5.5em;
  border-radius: 5px 5px 0 0; }

.annotator-editor .annotator-item input:focus,
.annotator-editor .annotator-item textarea:focus {
  background-color: #f3f3f3;
  outline: none; }

.annotator-editor .annotator-item input[type=radio],
.annotator-editor .annotator-item input[type=checkbox] {
  width: auto;
  min-width: 0;
  padding: 0;
  display: inline;
  margin: 0 4px 0 0;
  cursor: pointer; }

.annotator-editor .annotator-checkbox {
  padding: 8px 6px; }

.annotator-filter,
.annotator-filter .annotator-filter-navigation button,
.annotator-editor .annotator-controls {
  text-align: right;
  padding: 3px;
  border-top: 1px solid #d4d4d4;
  background-color: #d4d4d4;
  background-image: linear-gradient(to bottom, whitesmoke, gainsboro 60%, #d2d2d2);
  -o-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.7), inset -1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.7), inset -1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  border-radius: 0 0 5px 5px; }

.annotator-editor.annotator-invert-y .annotator-controls {
  border-top: none;
  border-bottom: 1px solid #b4b4b4;
  border-radius: 5px 5px 0 0; }

.annotator-editor a,
.annotator-filter .annotator-filter-property label {
  position: relative;
  display: inline-block;
  padding: 0 6px 0 22px;
  color: #363636;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-decoration: none;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #a2a2a2;
  background-color: #d4d4d4;
  background-image: linear-gradient(to bottom, whitesmoke, #d2d2d2 50%, #bebebe 50%, #d2d2d2);
  -o-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  border-radius: 5px; }

.annotator-editor a:after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background-position: 0 -90px; }

.annotator-editor a:hover,
.annotator-editor a:focus,
.annotator-editor a.annotator-focus,
.annotator-filter .annotator-filter-active label,
.annotator-filter .annotator-filter-navigation button:hover {
  outline: none;
  border-color: #435aa0;
  background-color: #3865f9;
  background-image: linear-gradient(to bottom, #7691fb, #5075fb 50%, #3865f9 50%, #3665fa);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42); }

.annotator-editor a:hover:after,
.annotator-editor a:focus:after {
  margin-top: -8px;
  background-position: 0 -105px; }

.annotator-editor a:active,
.annotator-filter .annotator-filter-navigation button:active {
  border-color: #700c49;
  background-color: #d12e8e;
  background-image: linear-gradient(to bottom, #fc7cca, #e85db2 50%, #d12e8e 50%, #ff009c); }

.annotator-editor a.annotator-save:after {
  background-position: 0 -120px; }

.annotator-editor a.annotator-save:hover:after,
.annotator-editor a.annotator-save:focus:after,
.annotator-editor a.annotator-save.annotator-focus:after {
  margin-top: -8px;
  background-position: 0 -135px; }

.annotator-editor .annotator-widget:after {
  background-position: 0 -30px; }

.annotator-editor.annotator-invert-y .annotator-widget .annotator-controls {
  background-color: #f2f2f2; }

.annotator-editor.annotator-invert-y .annotator-widget:after {
  background-position: 0 -45px;
  height: 11px; }

.annotator-resize {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-position: 2px -150px; }

.annotator-invert-x .annotator-resize {
  right: auto;
  left: 0;
  background-position: 0 -195px; }

.annotator-invert-y .annotator-resize {
  top: auto;
  bottom: 0;
  background-position: 2px -165px; }

.annotator-invert-y.annotator-invert-x .annotator-resize {
  background-position: 0 -180px; }

/* Annotator Notification
-------------------------------------------------------------------- */
.annotator-notice {
  color: #fff;
  position: fixed;
  top: -54px;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid #d4d4d4;
  transition: top 0.4s ease-out; }

.annotator-notice-success {
  border-color: #3665f9; }

.annotator-notice-error {
  border-color: #ff7e00; }

.annotator-notice p {
  margin: 0; }

.annotator-notice a {
  color: #fff; }

.annotator-notice-show {
  top: 0; }

/* Annotator Tags
-------------------------------------------------------------------- */
.annotator-tags {
  margin-bottom: -2px; }

.annotator-tags .annotator-tag {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 2px;
  line-height: 1.6;
  font-weight: bold;
  background-color: #e6e6e6;
  border-radius: 8px; }

/* Annotator Filter
-------------------------------------------------------------------- */
.annotator-filter {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: left;
  line-height: 0;
  border: none;
  border-bottom: 1px solid #878787;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  -o-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3); }

.annotator-filter strong {
  font-size: 12px;
  font-weight: bold;
  color: #3c3c3c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative;
  top: -9px; }

.annotator-filter .annotator-filter-property,
.annotator-filter .annotator-filter-navigation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 10px;
  padding: 2px 0;
  margin-right: 8px; }

.annotator-filter .annotator-filter-property label,
.annotator-filter .annotator-filter-navigation button {
  text-align: left;
  display: block;
  float: left;
  line-height: 20px;
  border-radius: 10px 0 0 10px; }

.annotator-filter .annotator-filter-property label {
  padding-left: 8px; }

.annotator-filter .annotator-filter-property input {
  display: block;
  float: right;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #878787;
  border-left: none;
  padding: 2px 4px;
  line-height: 16px;
  min-height: 16px;
  font-size: 12px;
  width: 150px;
  color: #333;
  background-color: #f8f8f8;
  border-radius: 0 10px 10px 0;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }

.annotator-filter .annotator-filter-property input:focus {
  outline: none;
  background-color: #fff; }

.annotator-filter .annotator-filter-clear {
  position: absolute;
  right: 3px;
  top: 6px;
  border: none;
  text-indent: -900em;
  width: 15px;
  height: 15px;
  background-position: 0 -90px;
  opacity: 0.4; }

.annotator-filter .annotator-filter-clear:hover,
.annotator-filter .annotator-filter-clear:focus {
  opacity: 0.8; }

.annotator-filter .annotator-filter-clear:active {
  opacity: 1; }

.annotator-filter .annotator-filter-navigation button {
  border: 1px solid #a2a2a2;
  padding: 0;
  text-indent: -900px;
  width: 20px;
  min-height: 22px;
  -o-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8); }

.annotator-filter .annotator-filter-navigation button,
.annotator-filter .annotator-filter-navigation button:hover,
.annotator-filter .annotator-filter-navigation button:focus {
  color: transparent; }

.annotator-filter .annotator-filter-navigation button:after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-position: 0 -210px; }

.annotator-filter .annotator-filter-navigation button:hover:after {
  background-position: 0 -225px; }

.annotator-filter .annotator-filter-navigation .annotator-filter-next {
  border-radius: 0 10px 10px 0;
  border-left: none; }

.annotator-filter .annotator-filter-navigation .annotator-filter-next:after {
  left: auto;
  right: 7px;
  background-position: 0 -240px; }

.annotator-filter .annotator-filter-navigation .annotator-filter-next:hover:after {
  background-position: 0 -255px; }

.annotator-hl-active {
  background: #FFFF0A;
  background: rgba(255, 255, 10, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFF0A, endColorstr=#CCFFFF0A)";
  /* 0.8 == CC in MS filters */ }

.annotator-hl-filtered {
  background-color: transparent; }
@charset "UTF-8";
/*-- Z-index master list
//
// Warning: Avoid customizing these values. They're used for a bird's eye view
// of components dependent on the z-axis and are designed to all work together.*/
@font-face {
  font-family: "latoregular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/lato-regular-webfont.dd4bcd45.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/lato-regular-webfont.f7d41523.woff) format("woff"); }

@font-face {
  font-family: "latobold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/lato-bold-webfont.506051d8.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/lato-bold-webfont.9f5a867e.woff) format("woff"); }

@font-face {
  font-family: "latolight";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/lato-light-webfont.5837bfb4.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/lato-light-webfont.6208f994.woff) format("woff"); }

@font-face {
  font-family: "latoitalic";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/lato-italic-webfont.f8192dd7.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/lato-italic-webfont.2e28b980.woff) format("woff"); }

@font-face {
  font-family: "opensansregular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/opensans-regular-inno.be69f306.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/opensans-regular-inno.38d2fc13.woff) format("woff"); }

@font-face {
  font-family: "opensansmedium";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/opensans-semibold-inno.6b80f169.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/opensans-semibold-inno.7e481530.woff) format("woff"); }

@font-face {
  font-family: "opensansbold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/opensans-bold-inno.05599f26.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/opensans-bold-inno.f0e6b672.woff) format("woff"); }

@font-face {
  font-family: "opensanslight";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/opensans-light-inno.9e59f776.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/opensans-light-inno.de873b6a.woff) format("woff"); }

@font-face {
  font-family: "opensansitalic";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/opensans-italic-inno.94e9d5cf.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/opensans-italic-inno.afc64dfb.woff) format("woff"); }

@font-face {
  font-family: "montserrat-regular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/montserrat-regular.bc3aa95d.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/montserrat-regular.8102c483.woff) format("woff"); }

@font-face {
  font-family: "montserrat-bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://discover.ontosight.com//fonts/montserrat-bold.58fe2032.woff2) format("woff2"), url(https://discover.ontosight.com//fonts/montserrat-bold.2c6fd139.woff) format("woff"); }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*, *:before, *:after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  height: 100%; }

body {
  font-family: opensansregular,Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  font-size: 13px;
  background-color: #f7f7f7;
  color: #4A4A4A;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: 1.5; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0087fc;
  cursor: pointer; }
  a, a:hover, a:focus {
    text-decoration: none;
    outline: none; }
  a:hover {
    color: #005eb0; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

b,
strong {
  font-weight: normal; }

.container {
  margin: 0 auto;
  display: block;
  padding: 0 25px;
  width: 100%; }

.search-dropdown-container-list {
  text-align: left;
  max-height: 215px; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  margin: 0; }

h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 11px; }

p {
  margin: 0; }

cite {
  font-style: normal; }

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

dl {
  margin-top: 0;
  margin-bottom: 18.57143px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

address {
  margin-bottom: 18.57143px;
  font-style: normal;
  line-height: 1.42857; }

strong {
  font-family: latobold,Helvetica, Arial, sans-serif; }

.spinner {
  width: 164px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .spinner > div {
    width: 12px;
    height: 12px;
    background-color: #0087fc;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    animation-delay: -0.32s;
    background-color: #1f1f1f; }
  .spinner .bounce2 {
    animation-delay: -0.16s;
    background-color: #ffc100; }
  .spinner .bounce3 {
    background-color: #ffe07f; }

@keyframes sk-bouncedelay {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1); }
  80% {
    transform: scale(0); }
  100% {
    transform: scale(0); } }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0087fc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1.0s; }

@keyframes sk-bounce {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -200px 0; }
  100% {
    background-position: 200px 0; } }

.animated-background {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f3f3f3;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 100%;
  position: relative; }

@keyframes placeHolderShimmerGraph {
  0% {
    background-position: 0 200px; }
  100% {
    background-position: 0 -200px; } }

.animated-background-graph {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmerGraph;
  animation-timing-function: linear;
  background: #f3f3f3;
  background: linear-gradient(to top, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 100%;
  position: relative; }

@keyframes placeHolderShimmerDonut {
  0% {
    background-position: 200px 200px; }
  100% {
    background-position: -200px -200px; } }

.animated-background-donut {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmerDonut;
  animation-timing-function: linear;
  background: #f3f3f3;
  background: linear-gradient(to top, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 100%;
  position: relative; }
  .animated-background-donut:before {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
    background: #f3f3f3;
    border-radius: 200px; }

.loader {
  height: calc(100vh - 300px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  background: #ffffff; }

.ToolTipPortal .loader {
  background: rgba(62, 62, 62, 0.9); }

.reusable-loader-item,
.reusable-loader-item:before,
.reusable-loader-item:after {
  background: #0087fc; }

.reusable-loader-item {
  color: #0087fc; }

.loader-round {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
  .loader-round.small {
    width: 25px;
    height: 25px; }
    .loader-round.small div {
      width: 15px;
      height: 15px;
      margin: 3px;
      border: 3px solid #0087fc;
      border-color: #0087fc transparent transparent transparent; }

.loader-round div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #0087fc;
  border-radius: 50%;
  animation: loader-round 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0087fc transparent transparent transparent; }

.loader-round div:nth-child(1) {
  animation-delay: -0.45s; }

.loader-round div:nth-child(2) {
  animation-delay: -0.3s; }

.loader-round div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes loader-round {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.nav-item {
  cursor: pointer;
  text-transform: capitalize; }
  .nav-item.active .nav-link, .nav-item.active .nav-link:hover, .nav-item:hover .nav-link, .nav-item:hover .nav-link:hover, .nav-item.open .nav-link, .nav-item.open .nav-link:hover {
    color: #ffffff;
    background: transparent; }

.nav-link {
  padding: 10px 10px;
  color: inherit;
  height: 100%;
  position: relative; }

.nav-tabs {
  border-bottom: 1px solid #EAEAEA; }
  .nav-tabs.has-icon {
    padding: 0; }
    .nav-tabs.has-icon .txt {
      padding-left: 10px; }
  .nav-tabs .icon {
    vertical-align: middle; }
  .nav-tabs .nav-link {
    color: #4A4A4A;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    padding: 10px 30px;
    margin-right: 2px; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
    .nav-tabs .nav-item.active .nav-link, .nav-tabs .nav-item.active .nav-link:hover, .nav-tabs .nav-item:hover .nav-link, .nav-tabs .nav-item:hover .nav-link:hover {
      color: #4A4A4A;
      border-color: #EAEAEA #EAEAEA transparent #EAEAEA; }
      .nav-tabs .nav-item.active .nav-link:after, .nav-tabs .nav-item.active .nav-link:hover:after, .nav-tabs .nav-item:hover .nav-link:after, .nav-tabs .nav-item:hover .nav-link:hover:after {
        content: ''; }

.nav-pointing .active {
  border-bottom: 4px solid #ffffff;
  padding-top: 13px;
  color: #ffffff !important;
  opacity: 1 !important; }

.nav-pointing .nav-link {
  opacity: 0.6;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  height: 60px;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  margin: 0 10px;
  font-family: latoregular,Helvetica, Arial, sans-serif; }
  .nav-pointing .nav-link:hover {
    border-bottom: 4px solid #ffffff;
    padding-top: 13px;
    color: #ffffff !important;
    opacity: 1 !important; }

.nav-pointing .nav-item {
  list-style: none; }
  .nav-pointing .nav-item:last-of-type {
    margin-right: 0; }

.nav-pills .nav-link {
  color: #4A4A4A;
  font-size: 13px;
  padding: 7px 12px;
  border-radius: 2px; }

.nav-pills .nav-item {
  margin-right: 15px; }
  .nav-pills .nav-item.active .nav-link, .nav-pills .nav-item.active .nav-link:hover, .nav-pills .nav-item:hover .nav-link, .nav-pills .nav-item:hover .nav-link:hover {
    color: #ffffff;
    background: #503291; }

.navs-wrap {
  margin-bottom: 30px;
  position: relative; }
  .navs-wrap.alt {
    padding: 20px 0 10px;
    margin-bottom: 0; }

.nav-md {
  border-color: #503291;
  padding-left: 10px; }
  .nav-md .nav-link {
    font-size: 13px;
    padding: 7px 20px;
    margin-bottom: 0;
    background: transparent;
    color: #8F8F8F; }
  .nav-md .nav-item:hover .nav-link, .nav-md .nav-item:hover .nav-link:hover, .nav-md .nav-item.active .nav-link, .nav-md .nav-item.active .nav-link:hover {
    color: #503291;
    border-color: #503291;
    border-bottom-color: #EAEAEA;
    margin-bottom: -1px; }

.tab-pane {
  display: none; }
  .tab-pane.active {
    display: block; }

.nav-lg {
  border-color: #C9CED4;
  padding-left: 0; }
  .nav-lg .nav-link {
    font-size: 18px;
    padding: 7px 20px;
    margin-bottom: 0;
    background: transparent;
    color: rgba(51, 51, 51, 0.5); }
  .nav-lg .nav-item:hover .nav-link, .nav-lg .nav-item:hover .nav-link:hover, .nav-lg .nav-item.active .nav-link, .nav-lg .nav-item.active .nav-link:hover {
    color: rgba(51, 51, 51, 0.5);
    border-color: rgba(51, 51, 51, 0.5);
    border-bottom-color: transparent;
    margin-bottom: -1px; }

.nav {
  margin: 0;
  padding: 0; }
  .nav.has-side-border .nav-item {
    position: relative; }
    .nav.has-side-border .nav-item:after {
      content: '';
      position: absolute;
      background: rgba(255, 255, 255, 0.46);
      top: 8px;
      bottom: 8px;
      right: 0px;
      width: 1px; }
    .nav.has-side-border .nav-item:last-of-type:after {
      content: none; }
    .nav.has-side-border .nav-item:last-of-type .nav-link {
      padding-right: 0; }
    .nav.has-side-border .nav-item:first-of-type {
      font-size: 14px; }
  .nav.has-side-border .icon {
    margin-right: 7px; }

.btn {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  background: #3688D4;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 5px 10px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: latobold,Helvetica, Arial, sans-serif; }

.btn:hover, .btn:active, .btn:focus {
  background: #3688D4;
  color: #fff;
  border-color: transparent; }

.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  background: #E5E4E4; }

.btn-default {
  color: #595959;
  background: #fff;
  border-color: #B2B2B2; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #595959;
    background-color: #e6e6e6;
    border-color: #939393; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus {
    color: #595959;
    background-color: #e6e6e6;
    border-color: #939393; }

.btn-primary {
  color: #4A4A4A;
  background: #DFECF8;
  border-color: #DFECF8; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #4A4A4A;
    background-color: #b5d3ef;
    border-color: #adceed; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:focus {
    color: #4A4A4A;
    background-color: #b5d3ef;
    border-color: #adceed; }

.btn-danger {
  color: #fff;
  background: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:active, .btn-danger[disabled]:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }

.btn-sm {
  padding: 3px 10px;
  font-size: 11px; }

.btn-md {
  padding: 15px 20px;
  font-size: 14px; }

.btn-lg {
  padding: 3px 10px;
  font-size: 14px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

.btn + .btn {
  margin-left: 10px; }

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%; }

.btn-rounded {
  border-radius: 50px; }

.has-icon {
  padding-left: 20px; }

.btn-link {
  border-color: #503291;
  background: transparent;
  color: #503291;
  text-transform: capitalize;
  font-size: 14px;
  padding: 2px 10px 4px; }
  .btn-link .icon {
    vertical-align: baseline; }
  .btn-link:hover {
    background: #503291; }

.btn-show-more {
  padding: 10px 20px;
  width: 100%;
  background: #EAEAEA;
  color: #333333;
  border: 1px solid #EAEAEA; }

.hook-cont {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  margin-right: 20px;
  box-shadow: 1px 1px 4px #f0f0f0; }
  .hook-cont .parallelogram {
    width: 48px;
    height: 30px;
    background-color: #8da0cb !important;
    position: relative;
    left: 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-14.000000%2c -17.000000)' stroke='white'%3e %3cg id='gene_icon' transform='translate(15.000000%2c 17.000000)'%3e %3cg id='Group-3'%3e %3cpath d='M11.5131638%2c0.0898555485 C10.2791548%2c1.49037268 9.7579624%2c2.71021746 9.94958658%2c3.74938989 C10.4543139%2c6.48651172 14.018336%2c9.15854622 11.9839613%2c12.1396845 C9.94958658%2c15.1208228 5.83420902%2c12.8342914 3.22601974%2c13.3476233 C2.09506552%2c13.5702126 1.08480618%2c14.3907981 0.195241736%2c15.8093799' id='Path-100' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M16.716947%2c4.28427657 C15.4829381%2c5.68479371 14.9617456%2c6.90463849 15.1533698%2c7.94381091 C15.6580971%2c10.6809327 19.2221192%2c13.3529672 17.1877445%2c16.3341055 C15.1533698%2c19.3152438 11.0379923%2c17.0287124 8.42980298%2c17.5420444 C7.29884876%2c17.7646336 6.28858943%2c18.5852191 5.39902498%2c20.0038009' id='Path-100' stroke-linecap='round' stroke-linejoin='round' transform='translate(11.604388%2c 12.144039) rotate(-180.000000) translate(-11.604388%2c -12.144039) '/%3e %3cpath d='M16.523869%2c5.60237265 L10.628166%2c1.52776277' id='Path-101'/%3e %3cpath d='M14.9254964%2c6.62691931 L10.0112639%2c3.28212862' id='Path-102'/%3e %3cpath d='M6.04017289%2c8.06228224 L11.8163415%2c12.2552419' id='Path-103'/%3e %3cpath d='M7.36679621%2c6.93238784 L12.3855784%2c10.5445383' id='Path-104'/%3e %3cpath d='M10.299773%2c13.3512175 L5.50474157%2c10.1995806' id='Path-105'/%3e %3cpath d='M7.96100347%2c16.9290609 L2.85918885%2c13.5973571' id='Path-106'/%3e %3cpath d='M7.3814688%2c18.9104584 L0.988160682%2c14.8595397' id='Path-107'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    background-size: 18px;
    background-position: center;
    min-width: 48px; }
  .hook-cont.intervention-hook .parallelogram {
    background-color: #fc8d62 !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 17'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-48.000000%2c -20.000000)'%3e %3cg id='drug_icon' transform='translate(46.000000%2c 18.000000)'%3e %3cg id='Group-2' transform='translate(13.000000%2c 10.500000) rotate(-30.000000) translate(-13.000000%2c -10.500000) translate(1.000000%2c 6.000000)'%3e %3crect id='Rectangle-43' stroke='white' x='0.5' y='0.5' width='23' height='8'/%3e %3cpath d='M4.5%2c-4.4408921e-15 L13.0487255%2c-4.4408921e-15 L13.0487255%2c9 L4.5%2c9 C2.01471863%2c9 3.04359188e-16%2c6.98528137 0%2c4.5 L0%2c4.5 C-3.04359188e-16%2c2.01471863 2.01471863%2c-3.98435332e-15 4.5%2c-4.4408921e-15 Z' id='Rectangle-43' fill='white'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    background-size: 18px;
    background-position: center; }
  .hook-cont.author-hook .parallelogram {
    background-color: #96C6DC !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e %3cg%3e %3cg%3e %3cpath d='M437.02%2c330.98c-27.883-27.882-61.071-48.523-97.281-61.018C378.521%2c243.251%2c404%2c198.548%2c404%2c148 C404%2c66.393%2c337.607%2c0%2c256%2c0S108%2c66.393%2c108%2c148c0%2c50.548%2c25.479%2c95.251%2c64.262%2c121.962 c-36.21%2c12.495-69.398%2c33.136-97.281%2c61.018C26.629%2c379.333%2c0%2c443.62%2c0%2c512h40c0-119.103%2c96.897-216%2c216-216s216%2c96.897%2c216%2c216 h40C512%2c443.62%2c485.371%2c379.333%2c437.02%2c330.98z M256%2c256c-59.551%2c0-108-48.448-108-108S196.449%2c40%2c256%2c40 c59.551%2c0%2c108%2c48.448%2c108%2c108S315.551%2c256%2c256%2c256z' fill='white'/%3e %3c/g%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 %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") center no-repeat;
    background-size: 18px;
    background-position: center; }
  .hook-cont.preclinical-hook .parallelogram {
    background-color: #00b54c !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.013 208.013'%3e %3cpath d='M206.205%2c1.464c-1.951-1.952-5.119-1.952-7.07%2c0l-29.959%2c29.959l-3.525-3.523c-4.045-4.043-9.422-6.27-15.142-6.27 c-5.723%2c0-11.103%2c2.229-15.147%2c6.276l-99.244%2c99.283l-5.981-5.979c-1.467-1.466-3.416-2.273-5.49-2.273 c-2.075%2c0-4.025%2c0.809-5.483%2c2.268l-0.133%2c0.132c-3.025%2c3.029-3.024%2c7.955%2c0.003%2c10.98l11.564%2c11.559l-16.345%2c16.352l-0.446-0.446 c-1.477-1.476-3.438-2.288-5.525-2.288c-2.088%2c0-4.052%2c0.813-5.542%2c2.304l-0.11%2c0.112c-3.048%2c3.047-3.048%2c8.006%2c0%2c11.054 l34.775%2c34.761c1.477%2c1.476%2c3.438%2c2.288%2c5.525%2c2.288c2.089%2c0%2c4.052-0.814%2c5.527-2.29l0.125-0.125c3.048-3.047%2c3.048-8.006%2c0-11.054 l-0.468-0.467l16.345-16.351l11.538%2c11.533c1.467%2c1.466%2c3.417%2c2.273%2c5.49%2c2.273c2.075%2c0%2c4.025-0.808%2c5.49-2.274l0.126-0.126 c3.025-3.028%2c3.024-7.954-0.003-10.98l-6.083-6.081l99.244-99.283c8.349-8.352%2c8.347-21.939-0.005-30.289l-4.009-4.007 l29.957-29.957C208.158%2c6.583%2c208.158%2c3.417%2c206.205%2c1.464z M173.189%2c65.719l-51.872%2c51.893l-5.212-5.21l43.483-43.483 c1.953-1.953%2c1.953-5.119%2c0-7.071c-0.15-0.15-0.318-0.266-0.481-0.393c-0.127-0.164-0.245-0.333-0.396-0.484l-10.065-10.064 c-1.953-1.953-5.118-1.953-7.071%2c0c-1.952%2c1.953-1.952%2c5.118%2c0.001%2c7.071l7.407%2c7.406l-4.924%2c4.924L136.65%2c62.9 c-1.953-1.953-5.118-1.953-7.071%2c0c-1.952%2c1.953-1.952%2c5.118%2c0.001%2c7.071l7.407%2c7.406l-4.924%2c4.924l-7.407-7.407 c-1.951-1.952-5.119-1.952-7.07%2c0c-1.953%2c1.953-1.953%2c5.119%2c0%2c7.071l7.406%2c7.407l-4.924%2c4.924l-7.407-7.407 c-1.951-1.952-5.119-1.952-7.07%2c0c-1.953%2c1.953-1.953%2c5.119%2c0%2c7.071l7.406%2c7.406l-3.965%2c3.964l-18.47-18.463l51.872-51.893 c2.157-2.158%2c5.024-3.346%2c8.075-3.346c3.049%2c0%2c5.915%2c1.187%2c8.071%2c3.342l14.605%2c14.599C177.638%2c54.022%2c177.639%2c61.266%2c173.189%2c65.719 z' fill='white'/%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 %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") center no-repeat;
    background-size: 18px;
    background-position: center; }
  .hook-cont.hospital-hook .parallelogram {
    background-color: #f3c525 !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3e%3cg transform='matrix(0.696413 0 0 0.696413 72.8608 72.8608)'%3e%3cg%3e %3cg%3e %3cpath d='M368%2c208v48h64v-48H368z M416%2c240h-32v-16h32V240z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M368%2c272v48h64v-48H368z M416%2c304h-32v-16h32V304z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M368%2c336v48h64v-48H368z M416%2c368h-32v-16h32V368z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M368%2c400v48h64v-48H368z M416%2c432h-32v-16h32V432z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M272%2c80V32h-64v48h-48v64h48v48h64v-48h48V80H272z M304%2c128h-48v48h-32v-48h-48V96h48V48h32v48h48V128z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M352%2c176V0H128v176H16v304h448V176H352z M128%2c464H32V192h96V464z M232%2c464h-40V320h40V464z M288%2c464h-40V320h40V464z M336%2c464h-32V304H176v160h-32V16h192V464z M448%2c464h-96V192h96V464z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M48%2c208v48h64v-48H48z M96%2c240H64v-16h32V240z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M48%2c272v48h64v-48H48z M96%2c304H64v-16h32V304z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M48%2c336v48h64v-48H48z M96%2c368H64v-16h32V368z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M48%2c400v48h64v-48H48z M96%2c432H64v-16h32V432z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
    background-size: 30px;
    background-position: center; }
  .hook-cont.company-hook .parallelogram {
    background-color: #126E62 !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cg transform='matrix(0.703448 0 0 0.703448 75.9173 75.9173)'%3e%3cg%3e %3cg%3e %3cpath d='M263.2%2c2.93C261.33%2c1.07%2c258.76%2c0%2c256.13%2c0s-5.21%2c1.069-7.07%2c2.93c-1.87%2c1.86-2.93%2c4.44-2.93%2c7.07s1.06%2c5.21%2c2.93%2c7.069 C250.92%2c18.93%2c253.5%2c20%2c256.13%2c20s5.2-1.07%2c7.07-2.931c1.859-1.859%2c2.93-4.439%2c2.93-7.069S265.06%2c4.79%2c263.2%2c2.93z' data-original='white' class='active-path' data-old_color='white' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M509.073%2c238.931L406%2c135.807V74c0-11.028-8.972-20-20-20h-20V10c0-5.522-4.478-10-10-10h-62.333c-5.522%2c0-10%2c4.478-10%2c10 s4.478%2c10%2c10%2c10H346v34H166V20h52.666c5.522%2c0%2c10-4.478%2c10-10s-4.478-10-10-10H156c-5.522%2c0-10%2c4.478-10%2c10v44h-20 c-11.028%2c0-20%2c8.972-20%2c20v364H84c-5.522%2c0-10%2c4.478-10%2c10v44H20V266h64c5.522%2c0%2c10-4.478%2c10-10c0-5.522-4.478-10-10-10H10 c-5.522%2c0-10%2c4.478-10%2c10v246c0%2c5.522%2c4.478%2c10%2c10%2c10h492c5.522%2c0%2c10-4.478%2c10-10V246 C512%2c243.349%2c510.947%2c240.806%2c509.073%2c238.931z M312.667%2c74H386v76h-73.333V74z M312.667%2c170H386v76h-73.333V170z M312.667%2c266 H386v76h-73.333V266z M312.667%2c362H386v76h-73.333V362z M219.333%2c74h73.334v76h-73.334V74z M219.333%2c170h73.334v76h-73.334V170z M219.333%2c266h73.334v76h-73.334V266z M219.333%2c362h73.334v76h-73.334V362z M126%2c74h73.333v76H126V74z M126%2c170h73.333v76H126V170 z M126%2c266h73.333v76H126V266z M126%2c362h73.333v76H126V362z M418%2c492H94v-34h302h22V492z M492%2c492h-54v-44c0-5.522-4.478-10-10-10 h-22v-28.127h31.838c5.522%2c0%2c10-4.478%2c10-10c0-5.522-4.478-10-10-10H406v-27.958h31.838c5.522%2c0%2c10-4.478%2c10-10 c0-5.522-4.478-10-10-10H406v-27.957h31.838c5.522%2c0%2c10-4.478%2c10-10c0-5.522-4.478-10-10-10H406V266h31.838 c5.522%2c0%2c10-4.478%2c10-10c0-5.522-4.478-10-10-10H406v-81.901l86%2c86.042V492z' data-original='white' class='active-path' data-old_color='white' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M70.069%2c400.6c-1.859-1.871-4.439-2.93-7.069-2.93s-5.21%2c1.06-7.07%2c2.93c-1.86%2c1.86-2.93%2c4.44-2.93%2c7.07 s1.069%2c5.21%2c2.93%2c7.07c1.86%2c1.859%2c4.44%2c2.93%2c7.07%2c2.93s5.21-1.07%2c7.069-2.93c1.86-1.86%2c2.931-4.44%2c2.931-7.07 S71.93%2c402.46%2c70.069%2c400.6z' data-original='white' class='active-path' data-old_color='white' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M63%2c288.724c-5.522%2c0-10%2c4.478-10%2c10V370c0%2c5.522%2c4.478%2c10%2c10%2c10c5.522%2c0%2c10-4.478%2c10-10v-71.276 C73%2c293.202%2c68.522%2c288.724%2c63%2c288.724z' data-original='white' class='active-path' data-old_color='white' fill='white'/%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
    background-size: 30px;
    background-position: center; }
  .hook-cont.protein-hook .parallelogram {
    background-color: #e78ac3 !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:white%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M28%2c91.2l5.9-8.1s12.8-1.6%2c21.5%2c5.4c-1.6%2c1.4-5%2c7.4-5%2c7.4S41.7%2c90.7%2c28%2c91.2Z'/%3e%3cpath class='cls-1' d='M39.7%2c76.6l5.9-8.1s12.8-1.6%2c21.5%2c5.3c-1.6%2c1.5-4.9%2c7.4-4.9%2c7.4S53.4%2c76.1%2c39.7%2c76.6Z'/%3e%3cpath class='cls-1' d='M51.9%2c62l6-8.1s12.7-1.6%2c21.4%2c5.3c-1.6%2c1.5-4.9%2c7.4-4.9%2c7.4S65.6%2c61.5%2c51.9%2c62Z'/%3e%3cpath class='cls-1' d='M63.8%2c47.4l6-8.1s12.8-1.6%2c21.5%2c5.3c-1.6%2c1.5-5%2c7.4-5%2c7.4S77.6%2c46.9%2c63.8%2c47.4Z'/%3e%3cpath class='cls-1' d='M39.7%2c76.6s.8%2c4.7%2c2%2c6.6c.2.1%2c9.9.8%2c13.7%2c5.3-.2-.8-5.7-9.6-7.9-11.6C45.9%2c76.5%2c39.7%2c76.6%2c39.7%2c76.6Z'/%3e%3cpath class='cls-1' d='M52.2%2c61.9s.9%2c4.7%2c2%2c6.6c.2.1%2c9.9.8%2c13.7%2c5.2-.1-.7-5.7-9.5-7.8-11.5C58.4%2c61.8%2c52.2%2c61.9%2c52.2%2c61.9Z'/%3e%3cpath class='cls-1' d='M63.8%2c47.6s.5%2c4.5%2c1.6%2c6.4c.2%2c0%2c10.3%2c1%2c14.1%2c5.5-.1-.8-5.7-9.6-7.8-11.6C70%2c47.5%2c63.8%2c47.6%2c63.8%2c47.6Z'/%3e%3cpath class='cls-1' d='M76.1%2c82.5s10.4%2c6.6%2c15.2%2c14.8c.4.6%2c10.6-2.8%2c10.6-2.8S93.2%2c82.4%2c85.7%2c78.9C84.2%2c79.6%2c76.1%2c82.5%2c76.1%2c82.5Z'/%3e%3cpath class='cls-1' d='M94.8%2c77.4s10.3%2c6.6%2c15.1%2c14.8c.5.5%2c10.7-2.9%2c10.7-2.9s-8.7-12.1-16.2-15.6C102.9%2c74.4%2c94.8%2c77.4%2c94.8%2c77.4Z'/%3e%3cpath class='cls-1' d='M102.3%2c83.1%2c101.9%2c94s-5.3-6.8-7.8-8.9c.1-.3.7-7.7.7-7.7S97.8%2c78.7%2c102.3%2c83.1Z'/%3e%3cpath class='cls-1' d='M111.5%2c78.9l.6-6.6s8.2-2.2%2c9.9-2.3c-.7%2c5.2-2.4%2c13.6-1.4%2c19.3C120.2%2c88.8%2c115.6%2c82.3%2c111.5%2c78.9Z'/%3e%3cpath class='cls-1' d='M33.2%2c92.2s-.8%2c15.2%2c17.8%2c20.3c10.3%2c2.4%2c19.6-7.3%2c26.5-6%2c4.6.8%2c1.5%2c16.7%2c3.5%2c18.7s13.1%2c1.7%2c11.9-12.8c-.5-6.8-23.2-21.7-23.3-28.6s8.7-5.3%2c9.9-4.2'/%3e%3cpath class='cls-1' d='M91.3%2c44.6s4.2%2c2.7%2c5.5%2c0c.7-1.1-2.8-7.5-11.2-12.3-2.5-1.1-5.6-5.8-.7-8.3%2c2.4-1.2%2c7.9-.3%2c9.3%2c6.8-.4%2c2.2%2c4.5%2c3.7%2c8.5-.5.4-.4%2c5.3-5.7%2c10.5-.4%2c1.5%2c1.7%2c4.8%2c4.8%2c5.1%2c11'/%3e%3c/svg%3e") center no-repeat;
    background-size: 30px;
    background-position: center; }
  .hook-cont .hook {
    padding: 0 10px;
    width: 100%;
    max-width: 200px;
    white-space: nowrap; }

.filter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: wrap;
      flex: wrap; }
  .filter-container .reusable-dropdown-box-default::before {
    top: -1px;
    border: 0px; }
  .filter-container .reusable-dropdown-box-default::after {
    top: 12px; }

.filter-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 5px; }
  .filter-buttons .btn {
    background-color: #ffffff;
    color: #121212; }

.clear-all-btn {
  text-align: center;
  color: #0087fc;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px; }

.toggle-section.graph-toggle {
  padding: 0 10px; }
  .toggle-section.graph-toggle .btn {
    margin: 0 -1px; }
    .toggle-section.graph-toggle .btn.active {
      background-color: #ffffff;
      pointer-events: none; }

.card-modal .view-details-link {
  padding: 0px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: latobold,Helvetica, Arial, sans-serif;
  text-transform: none; }
  .card-modal .view-details-link:hover .web-link:hover {
    opacity: 1;
    transform: scale(1); }
  .card-modal .view-details-link .web-link {
    padding: 6px; }

button:disabled, .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.search-landing {
  height: calc(100vh - 140px);
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center; }
  .search-landing-title {
    padding: 6rem 1rem 2rem;
    font-size: 25px;
    color: #4A4A4A;
    font-family: opensanslight,Helvetica, Arial, sans-serif; }
  .search-landing .search-discover-box-container {
    margin: 0 auto; }
  .search-landing .search-page-type-info {
    color: #9b9b9b;
    font-size: 20px;
    max-width: 406px;
    margin: 0 auto;
    padding: 15px 0;
    font-family: opensanslight,Helvetica, Arial, sans-serif; }

.search-discover-box-container {
  min-height: 100px;
  max-height: 100px;
  padding: 14px 0 10px; }
  .search-discover-box-container button .btn-filter {
    background-color: transparent !important;
    width: auto;
    right: 40px;
    padding: 0; }
  .search-discover-box-container .search-box .filter-icon {
    padding: 15px 15px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 25'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-135.000000%2c -145.000000)' stroke='%230087fc' stroke-width='1.2'%3e %3cg id='Group' transform='translate(136.000000%2c 146.000000)'%3e %3crect id='Rectangle-path' x='4.69565217' y='2.89285714' width='3.65217391' height='16.9317227' rx='0.66'/%3e %3crect id='Rectangle-path' x='8.34782609' y='5.61554622' width='3.65217391' height='14.1239496' rx='0.66'/%3e %3crect id='Rectangle-path' x='12' y='8.50840336' width='3.65217391' height='11.2310924' rx='0.66'/%3e %3crect id='Rectangle-path' x='15.6521739' y='11.2310924' width='3.65217391' height='8.50840336' rx='0.66'/%3e %3crect id='Rectangle-path' x='0' y='0' width='23.9826087' height='23.1428571' rx='3.32'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .search-discover-box-container .search-box .filter-icon:hover, .search-discover-box-container .search-box .filter-icon.active {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-172.000000%2c -146.000000)'%3e %3cg id='Group-2' transform='translate(172.000000%2c 146.000000)'%3e %3cg id='Group-3'%3e %3crect id='Rectangle-path' fill='%230087fc' fill-rule='nonzero' x='0.0345323741' y='0' width='23.8100719' height='23.1428571' rx='3.32'/%3e %3crect id='Rectangle-path' stroke='white' stroke-width='1.2' x='4.67913669' y='2.80777311' width='3.62589928' height='16.9317227' rx='0.66'/%3e %3crect id='Rectangle-path' stroke='white' stroke-width='1.2' x='8.30503597' y='5.61554622' width='3.62589928' height='14.1239496' rx='0.66'/%3e %3crect id='Rectangle-path' stroke='white' stroke-width='1.2' x='11.9309353' y='8.50840336' width='3.62589928' height='11.2310924' rx='0.66'/%3e %3crect id='Rectangle-path' stroke='white' stroke-width='1.2' x='15.5568345' y='11.2310924' width='3.62589928' height='8.50840336' rx='0.66'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .search-discover-box-container .search-box .filter-icon-search {
    padding: 15px 15px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 25'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-135.000000%2c -188.000000)' stroke='%230087fc' stroke-width='1.2'%3e %3cg id='Group-11' transform='translate(136.000000%2c 189.000000)'%3e %3cg id='Group-7'%3e %3cg id='Group-5'%3e %3crect id='Rectangle-path' x='0.0345323741' y='0' width='23.8100719' height='23.1428571' rx='3.32'/%3e %3cellipse id='Oval' cx='10.0834532' cy='9.59747899' rx='5.5942446' ry='5.51344538'/%3e %3cpath d='M13.9338129%2c13.5794118 L17.7669065%2c17.3571429' id='Shape' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .search-discover-box-container .search-box .filter-icon-search:hover, .search-discover-box-container .search-box .filter-icon-search.active {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-172.000000%2c -188.000000)'%3e %3cg id='Group-8' transform='translate(172.000000%2c 188.970443)'%3e %3cg id='Group-4' transform='translate(0.000000%2c 0.000000)'%3e %3crect id='Rectangle-path' fill='%230087fc' fill-rule='nonzero' x='0.0503496503' y='0.0165517241' width='23.7986014' height='23.1310345' rx='3.32'/%3e %3cellipse id='Oval' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' cx='10.1370629' cy='9.6662069' rx='5.43776224' ry='5.36275862'/%3e %3cpath d='M13.8797203%2c13.5393103 L17.6055944%2c17.2137931' id='Shape' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .search-discover-box-container .search-box .filter-icon-chemical {
    cursor: pointer;
    padding: 15px 15px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 230.569 230.569'%3e%3cg transform='matrix(0.801631 0 0 0.801631 22.8689 22.8689)'%3e%3cg%3e %3cg%3e %3cg%3e %3cpath d='M104.991%2c107.05c-7.945%2c0-14.411%2c6.465-14.411%2c14.411s6.465%2c14.411%2c14.411%2c14.411c7.946%2c0%2c14.411-6.465%2c14.411-14.411 S112.936%2c107.05%2c104.991%2c107.05z M104.991%2c127.636c-3.405%2c0-6.176-2.771-6.176-6.176c0-3.405%2c2.771-6.176%2c6.176-6.176 c3.405%2c0%2c6.176%2c2.771%2c6.176%2c6.176C111.167%2c124.865%2c108.397%2c127.636%2c104.991%2c127.636z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M197.631%2c172.927c-6.86%2c0-13.161%2c2.418-18.115%2c6.434l-29.011-26.393c3.752-6.205%2c5.952-13.449%2c5.952-21.214 c0-21.314-16.279-38.892-37.056-40.964V57.314c13.944-2.008%2c24.704-14.001%2c24.704-28.493C144.106%2c12.929%2c131.177%2c0%2c115.285%2c0 C99.393%2c0%2c86.463%2c12.929%2c86.463%2c28.821c0%2c14.491%2c10.76%2c26.484%2c24.704%2c28.493V90.79c-20.777%2c2.073-37.056%2c19.651-37.056%2c40.964 c0%2c7.763%2c2.199%2c15.006%2c5.949%2c21.21l-28.766%2c26.583c-4.989-4.133-11.387-6.62-18.356-6.62c-15.892%2c0-28.821%2c12.929-28.821%2c28.821 c0%2c15.892%2c12.929%2c28.821%2c28.821%2c28.821c15.892%2c0%2c28.822-12.929%2c28.822-28.821c0-5.96-1.819-11.503-4.93-16.104l28.199-26.06 c7.53%2c8.179%2c18.287%2c13.343%2c30.255%2c13.343s22.726-5.164%2c30.256-13.343l28.38%2c25.819c-3.215%2c4.649-5.11%2c10.277-5.11%2c16.345 c0%2c15.892%2c12.929%2c28.821%2c28.821%2c28.821c15.892%2c0%2c28.821-12.929%2c28.821-28.821C226.452%2c185.856%2c213.523%2c172.927%2c197.631%2c172.927z M32.938%2c222.334c-11.351%2c0-20.587-9.236-20.587-20.587c0-11.351%2c9.236-20.587%2c20.587-20.587s20.587%2c9.236%2c20.587%2c20.587 C53.525%2c213.099%2c44.289%2c222.334%2c32.938%2c222.334z M94.698%2c28.821c0-11.351%2c9.236-20.587%2c20.587-20.587 c11.351%2c0%2c20.587%2c9.236%2c20.587%2c20.587s-9.236%2c20.587-20.587%2c20.587C103.934%2c49.408%2c94.698%2c40.172%2c94.698%2c28.821z M115.285%2c164.692c-18.162%2c0-32.938-14.777-32.938-32.938s14.777-32.938%2c32.938-32.938s32.938%2c14.777%2c32.938%2c32.938 C148.223%2c149.915%2c133.446%2c164.692%2c115.285%2c164.692z M197.631%2c222.334c-11.351%2c0-20.587-9.236-20.587-20.587 c0-5.595%2c2.259-10.662%2c5.894-14.376l0.202-0.222c3.723-3.697%2c8.843-5.989%2c14.491-5.989c11.351%2c0%2c20.587%2c9.236%2c20.587%2c20.587 C218.217%2c213.099%2c208.981%2c222.334%2c197.631%2c222.334z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M197.631%2c185.279c-9.081%2c0-16.469%2c7.388-16.469%2c16.469c0%2c2.274%2c1.844%2c4.117%2c4.117%2c4.117s4.117-1.844%2c4.117-4.117 c0-4.541%2c3.693-8.235%2c8.235-8.235c2.274%2c0%2c4.117-1.844%2c4.117-4.117C201.748%2c187.122%2c199.904%2c185.279%2c197.631%2c185.279z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M32.938%2c185.279c-9.081%2c0-16.469%2c7.388-16.469%2c16.469c0%2c2.274%2c1.844%2c4.117%2c4.117%2c4.117s4.117-1.844%2c4.117-4.117 c0-4.541%2c3.693-8.235%2c8.235-8.235c2.274%2c0%2c4.117-1.844%2c4.117-4.117C37.056%2c187.122%2c35.212%2c185.279%2c32.938%2c185.279z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M119.402%2c16.469c0-2.274-1.844-4.117-4.117-4.117c-9.081%2c0-16.469%2c7.388-16.469%2c16.469c0%2c2.274%2c1.844%2c4.117%2c4.117%2c4.117 c2.274%2c0%2c4.117-1.844%2c4.117-4.117c0-4.541%2c3.693-8.235%2c8.235-8.235C117.558%2c20.587%2c119.402%2c18.743%2c119.402%2c16.469z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3c/g%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat; }
    .search-discover-box-container .search-box .filter-icon-chemical:hover, .search-discover-box-container .search-box .filter-icon-chemical.active {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 230.569 230.569'%3e%3cg transform='matrix(0.801631 0 0 0.801631 22.8689 22.8689)'%3e%3cg%3e %3cg%3e %3cg%3e %3cpath d='M104.991%2c107.05c-7.945%2c0-14.411%2c6.465-14.411%2c14.411s6.465%2c14.411%2c14.411%2c14.411c7.946%2c0%2c14.411-6.465%2c14.411-14.411 S112.936%2c107.05%2c104.991%2c107.05z M104.991%2c127.636c-3.405%2c0-6.176-2.771-6.176-6.176c0-3.405%2c2.771-6.176%2c6.176-6.176 c3.405%2c0%2c6.176%2c2.771%2c6.176%2c6.176C111.167%2c124.865%2c108.397%2c127.636%2c104.991%2c127.636z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M197.631%2c172.927c-6.86%2c0-13.161%2c2.418-18.115%2c6.434l-29.011-26.393c3.752-6.205%2c5.952-13.449%2c5.952-21.214 c0-21.314-16.279-38.892-37.056-40.964V57.314c13.944-2.008%2c24.704-14.001%2c24.704-28.493C144.106%2c12.929%2c131.177%2c0%2c115.285%2c0 C99.393%2c0%2c86.463%2c12.929%2c86.463%2c28.821c0%2c14.491%2c10.76%2c26.484%2c24.704%2c28.493V90.79c-20.777%2c2.073-37.056%2c19.651-37.056%2c40.964 c0%2c7.763%2c2.199%2c15.006%2c5.949%2c21.21l-28.766%2c26.583c-4.989-4.133-11.387-6.62-18.356-6.62c-15.892%2c0-28.821%2c12.929-28.821%2c28.821 c0%2c15.892%2c12.929%2c28.821%2c28.821%2c28.821c15.892%2c0%2c28.822-12.929%2c28.822-28.821c0-5.96-1.819-11.503-4.93-16.104l28.199-26.06 c7.53%2c8.179%2c18.287%2c13.343%2c30.255%2c13.343s22.726-5.164%2c30.256-13.343l28.38%2c25.819c-3.215%2c4.649-5.11%2c10.277-5.11%2c16.345 c0%2c15.892%2c12.929%2c28.821%2c28.821%2c28.821c15.892%2c0%2c28.821-12.929%2c28.821-28.821C226.452%2c185.856%2c213.523%2c172.927%2c197.631%2c172.927z M32.938%2c222.334c-11.351%2c0-20.587-9.236-20.587-20.587c0-11.351%2c9.236-20.587%2c20.587-20.587s20.587%2c9.236%2c20.587%2c20.587 C53.525%2c213.099%2c44.289%2c222.334%2c32.938%2c222.334z M94.698%2c28.821c0-11.351%2c9.236-20.587%2c20.587-20.587 c11.351%2c0%2c20.587%2c9.236%2c20.587%2c20.587s-9.236%2c20.587-20.587%2c20.587C103.934%2c49.408%2c94.698%2c40.172%2c94.698%2c28.821z M115.285%2c164.692c-18.162%2c0-32.938-14.777-32.938-32.938s14.777-32.938%2c32.938-32.938s32.938%2c14.777%2c32.938%2c32.938 C148.223%2c149.915%2c133.446%2c164.692%2c115.285%2c164.692z M197.631%2c222.334c-11.351%2c0-20.587-9.236-20.587-20.587 c0-5.595%2c2.259-10.662%2c5.894-14.376l0.202-0.222c3.723-3.697%2c8.843-5.989%2c14.491-5.989c11.351%2c0%2c20.587%2c9.236%2c20.587%2c20.587 C218.217%2c213.099%2c208.981%2c222.334%2c197.631%2c222.334z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M197.631%2c185.279c-9.081%2c0-16.469%2c7.388-16.469%2c16.469c0%2c2.274%2c1.844%2c4.117%2c4.117%2c4.117s4.117-1.844%2c4.117-4.117 c0-4.541%2c3.693-8.235%2c8.235-8.235c2.274%2c0%2c4.117-1.844%2c4.117-4.117C201.748%2c187.122%2c199.904%2c185.279%2c197.631%2c185.279z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M32.938%2c185.279c-9.081%2c0-16.469%2c7.388-16.469%2c16.469c0%2c2.274%2c1.844%2c4.117%2c4.117%2c4.117s4.117-1.844%2c4.117-4.117 c0-4.541%2c3.693-8.235%2c8.235-8.235c2.274%2c0%2c4.117-1.844%2c4.117-4.117C37.056%2c187.122%2c35.212%2c185.279%2c32.938%2c185.279z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M119.402%2c16.469c0-2.274-1.844-4.117-4.117-4.117c-9.081%2c0-16.469%2c7.388-16.469%2c16.469c0%2c2.274%2c1.844%2c4.117%2c4.117%2c4.117 c2.274%2c0%2c4.117-1.844%2c4.117-4.117c0-4.541%2c3.693-8.235%2c8.235-8.235C117.558%2c20.587%2c119.402%2c18.743%2c119.402%2c16.469z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3c/g%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat; }
  .search-discover-box-container .search-box button.btn-filter {
    background-color: transparent !important;
    width: auto;
    right: 40px;
    padding: 0; }
    .search-discover-box-container .search-box button.btn-filter.btn-filter-right {
      right: 5px; }

.search-box {
  position: relative; }
  .search-box.active .input {
    border-radius: 5px 5px 0 0;
    border-bottom: 0; }
  .search-box.active .btn {
    border-radius: 5px; }
  .search-box.active .large-btn {
    width: 85px; }
  .search-box .input {
    width: 100%;
    font-size: 18px;
    padding: 10px 120px 10px 15px;
    color: #4A4A4A;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(155, 155, 155, 0.08);
    background-color: #ffffff;
    border: solid 1px #ededed; }
  .search-box .btn {
    background: #0087fc;
    border-radius: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 95px; }
  .search-box .btn + .btn {
    margin-left: -5px; }

.search-container {
  padding: 20px 0 10px; }
  .search-container .search-help {
    display: -ms-flexbox;
    display: flex; }
  .search-container .search-options {
    display: -ms-flexbox;
    display: flex; }
    .search-container .search-options .did-you-mean-container {
      -ms-flex: 4;
          flex: 4; }
      .search-container .search-options .did-you-mean-container .search-info-txt {
        padding-top: 5px;
        -ms-flex: 1;
            flex: 1;
        color: #9c9393; }
  .search-container .search-dropdown-container {
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    margin-top: -3px;
    box-shadow: 0 0 10px #f0f0f0; }

.search.bar {
  color: #ffffff;
  font-size: 14px; }
  .search.bar::before {
    content: '';
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-172.000000%2c -188.000000)'%3e %3cg id='Group-8' transform='translate(172.000000%2c 188.970443)'%3e %3cg id='Group-4' transform='translate(0.000000%2c 0.000000)'%3e %3crect id='Rectangle-path' fill='%230087fc' fill-rule='nonzero' x='0.0503496503' y='0.0165517241' width='23.7986014' height='23.1310345' rx='3.32'/%3e %3cellipse id='Oval' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' cx='10.1370629' cy='9.6662069' rx='5.43776224' ry='5.36275862'/%3e %3cpath d='M13.8797203%2c13.5393103 L17.6055944%2c17.2137931' id='Shape' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    padding: 10px 20px 10px 10px; }

.search-dropdown-container {
  max-height: 215px;
  overflow: auto;
  position: absolute;
  top: 100%;
  border: 0px solid #EAEAEA;
  background: #ffffff;
  box-shadow: 0 4px 8px 0px #f0f0f0;
  z-index: 99999;
  width: 100%;
  border-radius: 0 0 5px 5px; }
  .search-dropdown-container-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .search-dropdown-container-list-item {
      padding: 12px;
      cursor: pointer; }
      .search-dropdown-container-list-item:not(:last-child) {
        border-bottom: 1px solid #EAEAEA; }
      .search-dropdown-container-list-item:hover {
        background-color: #f3f3f3; }

.group-header {
  padding: 13px 10px;
  border-bottom: 0px solid #EAEAEA;
  cursor: pointer;
  box-shadow: 0 1px 0px 0 rgba(227, 227, 227, 0.5);
  font-size: 14px;
  position: relative; }
  .group-header:before {
    top: 34% !important; }
  .group-header.active {
    color: #0087fc !important;
    font-family: opensansbold,Helvetica, Arial, sans-serif; }
    .group-header.active:before {
      top: 45% !important; }

.search-history-header {
  padding: 13px 10px;
  color: #0087fc;
  border-bottom: 0px solid #EAEAEA;
  cursor: pointer;
  box-shadow: 0 1px 0px 0 rgba(227, 227, 227, 0.5);
  font-size: 14px;
  position: relative; }
  .search-history-header:before {
    top: 34% !important; }
  .search-history-header.active {
    color: #0087fc !important;
    font-family: opensansbold,Helvetica, Arial, sans-serif; }
    .search-history-header.active:before {
      top: 45% !important; }

.list-item {
  padding: 10px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .list-item .list-icon {
    -ms-flex: 1;
        flex: 1;
    padding-right: 10px;
    background-position: left; }
  .list-item .name {
    -ms-flex: 7;
        flex: 7;
    font-size: 13px;
    transition: opacity 0.5s;
    line-height: normal; }
  .list-item .count {
    color: #0087fc; }
  .list-item.active, .list-item:hover {
    color: #0087fc;
    border-left: 2px solid #0087fc;
    position: relative; }
    .list-item.active .count, .list-item:hover .count {
      color: #0087fc; }
  .list-item:hover {
    cursor: pointer; }
  .list-item:last-child {
    box-shadow: 0 2px 0px 0 rgba(227, 227, 227, 0.5); }

.search-info-btn {
  margin: 5px 0 0 0; }
  .search-info-btn .advanced-search {
    color: #0087fc; }

.search-options {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 0 0;
  -ms-flex-align: center;
      align-items: center;
  text-align: left; }
  .search-options .did-you-mean-container {
    -ms-flex: 1;
        flex: 1; }

.links-didyoumeans {
  margin-right: 5px;
  cursor: pointer; }
  .links-didyoumeans:hover {
    color: #0087fc; }

.category:nth-last-of-type(-n+3) .search-dropdown-container {
  top: auto;
  bottom: calc(100% + 40px);
  max-height: 130px;
  min-height: 50px; }

.search-crumbs-container {
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff; }
  .search-crumbs-container .search-crumbs {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .search-crumbs-container .search-crumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 5px 0;
    color: #3d6cc3; }
    .search-crumbs-container .search-crumb.and {
      color: #01a1d4; }
    .search-crumbs-container .search-crumb.not {
      color: #e26d69; }
    .search-crumbs-container .search-crumb .filter {
      cursor: pointer;
      background-color: #edf4ff;
      border: 0.5px solid #aac8ff;
      padding: 0 5px;
      display: -ms-flexbox;
      display: flex;
      vertical-align: middle;
      position: relative;
      height: 26px;
      -ms-flex-align: center;
          align-items: center;
      margin: 0 5px; }
    .search-crumbs-container .search-crumb .down-arrow {
      border: solid #3d6cc3;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      margin: 0 4px 0 8px;
      margin-bottom: 3px; }
    .search-crumbs-container .search-crumb .filter-dropdown {
      position: absolute;
      left: 0;
      right: 0;
      top: 25px;
      color: #3d6cc3;
      background: #edf4ff;
      padding: 5px 0;
      text-align: center;
      border: 1px solid #dddddd;
      border-radius: 0 0 6px 6px; }
    .search-crumbs-container .search-crumb .filter-item {
      border-bottom: 1px solid #dddddd; }
      .search-crumbs-container .search-crumb .filter-item:last-child {
        border-bottom: 0; }
      .search-crumbs-container .search-crumb .filter-item:hover {
        opacity: 0.8; }
  .search-crumbs-container .back-to-basic-search {
    color: #0087fc;
    padding: 0 10px; }
    .search-crumbs-container .back-to-basic-search .back-icon {
      position: absolute;
      top: 2px;
      width: 9px;
      height: 1px;
      transform: rotate(-45deg);
      background: #3d6cc3; }
    .search-crumbs-container .back-to-basic-search:after {
      content: '';
      position: absolute;
      top: 2px;
      width: 9px;
      height: 1px;
      transform: rotate(45deg); }

.search-term {
  display: inline-block;
  vertical-align: middle;
  background-color: #edf8fb;
  padding-left: 5px;
  cursor: pointer; }
  .search-term .search-term-value {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 30vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex-align: center;
        align-items: center;
    height: 25px; }
  .search-term .search-term-delete {
    background-color: #edf4ff;
    display: inline-block;
    border: 0;
    margin-right: 1px;
    padding: 0 3px 0 4px;
    cursor: pointer; }
    .search-term .search-term-delete .delete-button {
      color: #121212;
      position: relative;
      padding-right: 10px;
      margin-top: 0;
      margin-left: 0;
      width: 7px;
      height: 7px; }
      .search-term .search-term-delete .delete-button:before {
        content: '';
        position: absolute;
        top: 2px;
        width: 9px;
        height: 1px;
        transform: rotate(-45deg);
        background: #3d6cc3; }
      .search-term .search-term-delete .delete-button:after {
        content: '';
        position: absolute;
        top: 2px;
        width: 9px;
        height: 1px;
        transform: rotate(45deg);
        background: #3d6cc3; }

.no-data {
  -ms-flex-pack: center;
      justify-content: center;
  height: 35px; }

.search-result {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px; }
  .search-result.nodata {
    background-color: #ffffff; }
    .search-result.nodata .no-data {
      width: 100%;
      height: calc(100vh - 185px); }
  .search-result .result-container {
    position: relative;
    -ms-flex: 5.8;
        flex: 5.8;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5px;
    width: calc(100% - 215px); }
    .search-result .result-container .results {
      display: -ms-flexbox;
      display: flex;
      min-height: calc(100vh - 300px); }
      .search-result .result-container .results .loader {
        padding: 10px; }
    .search-result .result-container .tabs-control {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -14px;
      height: 80px;
      width: 15px;
      background: #ffffff;
      margin: auto;
      border-radius: 6px 0 0 6px;
      box-shadow: -1px 1px 1px #f0f0f0;
      cursor: pointer; }
      .search-result .result-container .tabs-control.chevron-right:before {
        right: 4px;
        top: 40%; }
    .search-result .result-container.result-container-sum {
      top: -2px;
      overflow: auto;
      min-height: calc(100vh - 210px); }
      .search-result .result-container.result-container-sum .panel-default {
        width: 49%;
        margin: 5px;
        border: 1px solid #e8e8e8; }
      .search-result .result-container.result-container-sum .panel-default-full {
        width: 100%;
        margin: 5px;
        border: 1px solid #e8e8e8; }
      .search-result .result-container.result-container-sum .panel-heading {
        padding: 20px; }
      .search-result .result-container.result-container-sum .panel-body {
        padding-bottom: 0; }
  .search-result .results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .search-result .filter-container {
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 10px 5px 10px; }
    .search-result .filter-container .sortby-filter {
      -ms-flex: 1;
          flex: 1;
      margin-bottom: 0; }
  .search-result .filter-container-main {
    padding: 0;
    background-color: #ffffff;
    margin: 0 0 10px 0;
    box-shadow: 0 0 10px #f0f0f0; }
  .search-result .list-container {
    max-width: calc(100% - 345px);
    -ms-flex: 4;
        flex: 4;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px; }
    .search-result .list-container.full-width-list {
      max-width: 100%; }
    .search-result .list-container.close {
      max-width: calc(100% - 85px); }
  .search-result .groups-container {
    position: relative;
    margin: 0 20px 0 0;
    min-height: 105vh;
    min-width: 200px;
    max-width: 200px;
    transition: width 0.3s;
    transition-timing-function: linear; }
    .search-result .groups-container .group-section, .search-result .groups-container .group-section-container {
      border-radius: 6px;
      background: #ffffff;
      margin-bottom: 10px;
      box-shadow: 0 0 10px #f0f0f0; }
    .search-result .groups-container .group-section {
      min-height: 40px;
      padding-left: 10px; }
    .search-result .groups-container .reusable-ms-dropdown-box-default {
      text-transform: capitalize; }
    .search-result .groups-container .reusable-checkbox-item {
      text-transform: capitalize; }
    .search-result .groups-container .group-section-container {
      min-height: calc(100vh - 250px); }
      .search-result .groups-container .group-section-container .groups-container {
        margin: 0 0 0 0; }
    .search-result .groups-container .groups-tab-content {
      min-height: calc(100vh - 250px);
      overflow: auto; }
      .search-result .groups-container .groups-tab-content:hover {
        overflow-x: hidden; }
    .search-result .groups-container .loader {
      padding: 10px;
      box-shadow: 0 0 1px #f0f0f0; }
    .search-result .groups-container .group {
      overflow: auto;
      border-bottom: 1px solid #EAEAEA; }
    .search-result .groups-container.close {
      -ms-flex: none;
          flex: none;
      width: 90px; }
      .search-result .groups-container.close .group {
        overflow: hidden; }
        .search-result .groups-container.close .group .group-header::before {
          display: none; }
    .search-result .groups-container .groups-control {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -15px;
      height: 80px;
      width: 15px;
      background: #ffffff;
      margin: auto;
      border-radius: 0 6px 6px 0;
      box-shadow: 1px 1px 0px #f0f0f0;
      cursor: pointer; }
      .search-result .groups-container .groups-control::before {
        right: 0px;
        top: 40%;
        left: 0px; }
  .search-result .tabs-content {
    display: block;
    overflow: auto;
    min-height: calc(100vh - 170px);
    transition: width 0.3s;
    transition-timing-function: linear; }

.related-container {
  position: relative;
  margin: 5px 0 0 20px;
  transition: width 0.5s;
  transition-timing-function: linear;
  width: 325px;
  height: 100%; }
  .related-container.close {
    -ms-flex: none;
        flex: none;
    background-color: #ffffff;
    transition: width 0.5s;
    transition-timing-function: linear;
    width: 61px; }
    .related-container.close .tabs-container .tabs-header {
      display: block; }
      .related-container.close .tabs-container .tabs-header .tab {
        height: 60px;
        width: 61px;
        padding: 20px 10px;
        line-height: 60px; }
    .related-container.close .tabs-container .tabs-content {
      display: none; }
    .related-container.close .right-sidebar-header {
      display: none; }
    .related-container.close .tab.active {
      border-bottom: 1px solid #EAEAEA;
      cursor: pointer; }
      .related-container.close .tab.active .tab-one {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-91-Copy' fill='%239B9B9B'%3e %3cg id='Group-32'%3e %3cpath d='M20.8242188%2c19.1757812 C20.9414068%2c19.2929693 21%2c19.4394522 21%2c19.6152344 C21%2c19.7910165 20.9414068%2c19.9374994 20.8242188%2c20.0546875 C20.6940098%2c20.1848965 20.5442717%2c20.25 20.375%2c20.25 C20.2057283%2c20.25 20.0559902%2c20.1848965 19.9257812%2c20.0546875 L13.8710938%2c13.9609375 C13.1809861%2c14.5598988 12.3997439%2c15.0286441 11.5273438%2c15.3671875 C10.6549436%2c15.7057309 9.73047363%2c15.875 8.75390625%2c15.875 C7.67317168%2c15.875 6.65755684%2c15.6699239 5.70703125%2c15.2597656 C4.75650566%2c14.8496073 3.92643584%2c14.2929723 3.21679688%2c13.5898438 C2.50715791%2c12.8867152 1.95052285%2c12.0599006 1.546875%2c11.109375 C1.14322715%2c10.1588494 0.94140625%2c9.14323457 0.94140625%2c8.0625 C0.94140625%2c6.98176543 1.14322715%2c5.96615059 1.546875%2c5.015625 C1.95052285%2c4.06509941 2.50715791%2c3.23828477 3.21679688%2c2.53515625 C3.92643584%2c1.83202773 4.75650566%2c1.27539268 5.70703125%2c0.865234375 C6.65755684%2c0.455076074 7.67317168%2c0.25 8.75390625%2c0.25 C9.82161992%2c0.25 10.8307244%2c0.455076074 11.78125%2c0.865234375 C12.7317756%2c1.27539268 13.5618454%2c1.83202773 14.2714844%2c2.53515625 C14.9811233%2c3.23828477 15.5410136%2c4.06509941 15.9511719%2c5.015625 C16.3613302%2c5.96615059 16.5664062%2c6.98176543 16.5664062%2c8.0625 C16.5664062%2c9.01302559 16.4036475%2c9.91470928 16.078125%2c10.7675781 C15.7526025%2c11.620447 15.3098986%2c12.3854133 14.75%2c13.0625 L20.8242188%2c19.1757812 Z M8.75390625%2c14.6445312 C9.65234824%2c14.6445312 10.5019491%2c14.4720069 11.3027344%2c14.1269531 C12.1035196%2c13.7818993 12.8001272%2c13.3098988 13.3925781%2c12.7109375 C13.985029%2c12.1119762 14.4537743%2c11.4153686 14.7988281%2c10.6210938 C15.1438819%2c9.82681895 15.3164062%2c8.97396289 15.3164062%2c8.0625 C15.3164062%2c7.15103711 15.1438819%2c6.29818105 14.7988281%2c5.50390625 C14.4537743%2c4.70963145 13.985029%2c4.01302383 13.3925781%2c3.4140625 C12.8001272%2c2.81510117 12.1035196%2c2.34310068 11.3027344%2c1.99804688 C10.5019491%2c1.65299307 9.65234824%2c1.48046875 8.75390625%2c1.48046875 C7.84244336%2c1.48046875 6.98633213%2c1.65299307 6.18554688%2c1.99804688 C5.38476162%2c2.34310068 4.688154%2c2.81510117 4.09570312%2c3.4140625 C3.50325225%2c4.01302383 3.03450693%2c4.70963145 2.68945312%2c5.50390625 C2.34439932%2c6.29818105 2.171875%2c7.15103711 2.171875%2c8.0625 C2.171875%2c8.97396289 2.34439932%2c9.82681895 2.68945312%2c10.6210938 C3.03450693%2c11.4153686 3.50325225%2c12.1119762 4.09570312%2c12.7109375 C4.688154%2c13.3098988 5.38476162%2c13.7818993 6.18554688%2c14.1269531 C6.98633213%2c14.4720069 7.84244336%2c14.6445312 8.75390625%2c14.6445312 Z' id='Magnifier---simple-line-icons-Copy'/%3e %3cpath d='M3.68824817%2c8.11629994 L3.20711781%2c8.25236456 L2.93498857%2c7.29010385 L3.41611892%2c7.15403923 C5.39190764%2c6.59528225 6.45668068%2c7.21779559 5.89142284%2c8.88635511 C5.86990472%2c8.94987348 5.84964912%2c9.01278673 5.83065335%2c9.07509315 C5.68570354%2c9.55053087 6.04715215%2c10.1318401 7.06872542%2c10.8245055 L7.48256587%2c11.105105 L6.92136685%2c11.9327859 L6.5075264%2c11.6521864 C5.16486981%2c10.7418143 4.56915909%2c9.7837469 4.87412046%2c8.7834687 C4.89612137%2c8.71130536 4.91951398%2c8.63864864 4.94429561%2c8.56549686 C5.18750071%2c7.84759052 5.00848996%2c7.74293293 3.68824817%2c8.11629994 Z' id='Line-8-Copy' fill-rule='nonzero' transform='translate(5.208777%2c 9.443387) rotate(20.000000) translate(-5.208777%2c -9.443387) '/%3e %3cpath d='M9.21735989%2c9.43485555 L9.37778902%2c8.96129194 L10.3249162%2c9.28215019 L10.1644871%2c9.7557138 C10.142969%2c9.81923218 10.1227134%2c9.88214543 10.1037176%2c9.94445185 C9.95876782%2c10.4198896 10.3202164%2c11.0011988 11.3417897%2c11.6938642 L11.7556301%2c11.9744637 L11.1944311%2c12.8021446 L10.7805907%2c12.5215451 C9.4379341%2c11.611173 8.84222337%2c10.6531056 9.14718474%2c9.6528274 C9.16918565%2c9.58066405 9.19257826%2c9.50800734 9.21735989%2c9.43485555 Z' id='Line-8-Copy-2' fill-rule='nonzero' transform='translate(10.412304%2c 10.881718) rotate(-85.000000) translate(-10.412304%2c -10.881718) '/%3e %3cpath d='M12.1151457%2c5.51655909 C12.1435115%2c5.51001106 12.1845002%2c5.50325253 12.2318193%2c5.47849143 C12.2054792%2c5.49227466 12.1791574%2c5.50538711 12.1528629%2c5.51782464 L12.1151457%2c5.51655909 Z M12.1528629%2c5.51782464 C11.6388562%2c5.76095405 11.1352826%2c5.7461762 10.7096248%2c5.44252008 L10.302584%2c5.15214491 L10.8833343%2c4.33806319 L11.2903752%2c4.62843836 C11.4071282%2c4.71172772 11.5402706%2c4.71172772 11.7681807%2c4.59246701 C12.2703063%2c4.32971489 12.7077442%2c4.60610452 12.9840229%2c5.14885971 C13.1772709%2c5.52849945 13.3424042%2c6.10962386 13.4915069%2c6.90823433 L13.5832726%2c7.39974126 L12.6002587%2c7.5832726 L12.5084931%2c7.09176567 C12.3755029%2c6.37945597 12.2329231%2c5.87770016 12.0928378%2c5.60249964 C12.0587498%2c5.53553307 12.073044%2c5.52627793 12.1151457%2c5.51655909 L12.1528629%2c5.51782464 Z' id='Line-7-Copy' fill-rule='nonzero'/%3e %3cpath d='M9.61071704%2c5.19186092 L10.0402851%2c4.93598737 L10.5520322%2c5.79512352 L10.1224641%2c6.05099706 C9.47574661%2c6.43621634 8.53411992%2c6.43621634 7.28457552%2c6.10471032 C6.46189431%2c5.88645175 6.30326893%2c5.9890422 6.36388623%2c6.56949596 L6.41581926%2c7.06679161 L5.42122797%2c7.17065766 L5.36929494%2c6.67336202 C5.22795775%2c5.31995793 6.1001325%2c4.75588172 7.54100606%2c5.13814766 C8.55501642%2c5.40716614 9.24925626%2c5.40716614 9.61071704%2c5.19186092 Z' id='Line-6-Copy' fill-rule='nonzero' transform='translate(7.953195%2c 6.053323) rotate(-99.000000) translate(-7.953195%2c -6.053323) '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
      .related-container.close .tab.active .tab-two {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-43.000000%2c -165.000000)' fill='%239B9B9B'%3e %3cg id='WordCloud_2_inactive' transform='translate(43.000000%2c 165.000000)'%3e %3cpath d='M14.5703125%2c16.5585938 L15.0976562%2c16.8515625 C15.4492205%2c17.046876 15.625%2c17.3007797 15.625%2c17.6132812 L15.625%2c19.1953125 C15.625%2c19.4947932 15.5208344%2c19.7454417 15.3125%2c19.9472656 C15.1041656%2c20.1490896 14.8567723%2c20.25 14.5703125%2c20.25 L1.0546875%2c20.25 C0.768227734%2c20.25 0.520834375%2c20.1490896 0.3125%2c19.9472656 C0.104165625%2c19.7454417 0%2c19.4947932 0%2c19.1953125 L0%2c17.6132812 C0%2c17.3268215 0.175779492%2c17.0794281 0.52734375%2c16.8710938 L1.0546875%2c16.5585938 L5.09765625%2c14.3710938 C4.35546504%2c13.7851533 3.84114727%2c13.0039111 3.5546875%2c12.0273438 C3.26822773%2c11.0507764 3.125%2c10.2760445 3.125%2c9.703125 L3.125%2c7.06640625 C3.125%2c6.6236957 3.26171738%2c6.18424697 3.53515625%2c5.74804688 C3.80859512%2c5.31184678 4.16666445%2c4.91797051 4.609375%2c4.56640625 C5.05208555%2c4.21484199 5.55663779%2c3.92838652 6.12304688%2c3.70703125 C6.68945596%2c3.48567598 7.25911172%2c3.375 7.83203125%2c3.375 C8.41797168%2c3.375 8.99088262%2c3.48567598 9.55078125%2c3.70703125 C10.1106799%2c3.92838652 10.6087218%2c4.21484199 11.0449219%2c4.56640625 C11.481122%2c4.91797051 11.832681%2c5.31184678 12.0996094%2c5.74804688 C12.3665378%2c6.18424697 12.5%2c6.6236957 12.5%2c7.06640625 L12.5%2c9.703125 C12.5%2c10.341149 12.3730481%2c11.1354119 12.1191406%2c12.0859375 C11.8652331%2c13.0364631 11.3737016%2c13.8046846 10.6445312%2c14.390625 L14.5703125%2c16.5585938 Z M14.375%2c19 L14.375%2c17.8867188 C14.3359373%2c17.8476561 14.2903648%2c17.8151043 14.2382812%2c17.7890625 L14.0820312%2c17.7109375 C14.0690104%2c17.7109375 14.0527345%2c17.7044271 14.0332031%2c17.6914062 C14.0136718%2c17.6783854 13.9908855%2c17.6653646 13.9648438%2c17.6523438 L10.0390625%2c15.484375 C9.85676992%2c15.3802078 9.70703184%2c15.2402353 9.58984375%2c15.0644531 C9.47265566%2c14.888671 9.40755215%2c14.6966156 9.39453125%2c14.4882812 C9.36848945%2c14.2799469 9.39778604%2c14.078126 9.48242188%2c13.8828125 C9.56705771%2c13.687499 9.69400957%2c13.5247402 9.86328125%2c13.3945312 C10.3971381%2c12.9778625 10.7617178%2c12.3821653 10.9570312%2c11.6074219 C11.1523447%2c10.8326784 11.25%2c10.1979191 11.25%2c9.703125 L11.25%2c7.06640625 C11.25%2c6.6106748 10.9082065%2c6.08984668 10.2246094%2c5.50390625 C9.54101221%2c4.91796582 8.74349414%2c4.625 7.83203125%2c4.625 C6.94661016%2c4.625 6.14909209%2c4.91796582 5.43945312%2c5.50390625 C4.72981416%2c6.08984668 4.375%2c6.6106748 4.375%2c7.06640625 L4.375%2c9.703125 C4.375%2c10.1979191 4.49218633%2c10.8326784 4.7265625%2c11.6074219 C4.96093867%2c12.3821653 5.34504941%2c12.9778625 5.87890625%2c13.3945312 C6.03515703%2c13.5247402 6.15559854%2c13.687499 6.24023438%2c13.8828125 C6.32487021%2c14.078126 6.3541668%2c14.2799469 6.328125%2c14.4882812 C6.3151041%2c14.6966156 6.25000059%2c14.888671 6.1328125%2c15.0644531 C6.01562441%2c15.2402353 5.86588633%2c15.3736975 5.68359375%2c15.4648438 L1.640625%2c17.671875 C1.6276041%2c17.671875 1.6145834%2c17.6751302 1.6015625%2c17.6816406 C1.5885416%2c17.6881511 1.5755209%2c17.6979166 1.5625%2c17.7109375 C1.51041641%2c17.7239584 1.45507842%2c17.7499998 1.39648438%2c17.7890625 L1.25%2c17.8867188 L1.25%2c19 L14.375%2c19 Z M18.9453125%2c13.453125 C18.9453125%2c13.453125 19.121092%2c13.5507803 19.4726562%2c13.7460938 C19.8242205%2c13.9414072 20%2c14.1953109 20%2c14.5078125 L20%2c16.0703125 C20%2c16.3697932 19.8958344%2c16.6204417 19.6875%2c16.8222656 C19.4791656%2c17.0240896 19.2317723%2c17.125 18.9453125%2c17.125 L16.875%2c17.125 C16.7968746%2c16.8515611 16.7154952%2c16.6106781 16.6308594%2c16.4023438 C16.5462235%2c16.1940094 16.4127613%2c16.0182299 16.2304688%2c15.875 L18.75%2c15.875 L18.75%2c14.7617188 C18.7109373%2c14.735677 18.6653648%2c14.7063804 18.6132812%2c14.6738281 C18.5611977%2c14.6412759 18.5091148%2c14.6184896 18.4570312%2c14.6054688 C18.4440104%2c14.5924479 18.4277345%2c14.5826823 18.4082031%2c14.5761719 C18.3886718%2c14.5696614 18.3658855%2c14.5598959 18.3398438%2c14.546875 L14.3554688%2c12.3789062 C14.1731762%2c12.2747391 14.0234381%2c12.1347665 13.90625%2c11.9589844 C13.7890619%2c11.7832022 13.7239584%2c11.5911469 13.7109375%2c11.3828125 C13.6848957%2c11.1744781 13.7141923%2c10.9726572 13.7988281%2c10.7773438 C13.883464%2c10.5820303 14.0104158%2c10.4192715 14.1796875%2c10.2890625 C14.7135443%2c9.85937285 15.0878896%2c9.25716533 15.3027344%2c8.48242188 C15.5175792%2c7.70767842 15.625%2c7.07942949 15.625%2c6.59765625 L15.625%2c3.9609375 C15.625%2c3.49218516 15.273441%2c2.96484668 14.5703125%2c2.37890625 C13.867184%2c1.79296582 13.0599004%2c1.5 12.1484375%2c1.5 C11.705727%2c1.5 11.2792989%2c1.57161387 10.8691406%2c1.71484375 C10.4589823%2c1.85807363 10.0911475%2c2.05338418 9.765625%2c2.30078125 C9.51822793%2c2.22265586 9.25781387%2c2.1770834 8.984375%2c2.1640625 C8.71093613%2c2.1510416 8.44401172%2c2.1380209 8.18359375%2c2.125 C8.6393252%2c1.59114316 9.22525684%2c1.14192891 9.94140625%2c0.77734375 C10.6575557%2c0.412758594 11.3932254%2c0.23046875 12.1484375%2c0.23046875 C12.7343779%2c0.23046875 13.310544%2c0.344399902 13.8769531%2c0.572265625 C14.4433622%2c0.800131348 14.9479145%2c1.08984199 15.390625%2c1.44140625 C15.8333355%2c1.79297051 16.1914049%2c2.19010195 16.4648438%2c2.6328125 C16.7382826%2c3.07552305 16.875%2c3.51822695 16.875%2c3.9609375 L16.875%2c6.59765625 C16.875%2c7.22265938 16.7382826%2c8.01366709 16.4648438%2c8.97070312 C16.1914049%2c9.92773916 15.6901078%2c10.6927055 14.9609375%2c11.265625 L18.9453125%2c13.453125 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
      .related-container.close .tab.active .tab-three {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-13.000000%2c -200.000000)' fill='%230087fc' fill-rule='nonzero'%3e %3cg id='WordCloud_1_active' transform='translate(24.000000%2c 210.000000) rotate(12.000000) translate(-24.000000%2c -210.000000) translate(14.000000%2c 200.000000)'%3e %3cpath d='M6.17006803%2c7.34771478 C4.41102231%2c7.34771478 2.98503401%2c5.92172648 2.98503401%2c4.16268076 C2.98503401%2c2.40363505 4.41102231%2c0.97764675 6.17006803%2c0.97764675 C7.92911374%2c0.97764675 9.35510204%2c2.40363505 9.35510204%2c4.16268076 C9.35510204%2c5.92172648 7.92911374%2c7.34771478 6.17006803%2c7.34771478 Z M6.17006803%2c6.14771478 C7.26637204%2c6.14771478 8.15510204%2c5.25898478 8.15510204%2c4.16268076 C8.15510204%2c3.06637675 7.26637204%2c2.17764675 6.17006803%2c2.17764675 C5.07376401%2c2.17764675 4.18503401%2c3.06637675 4.18503401%2c4.16268076 C4.18503401%2c5.25898478 5.07376401%2c6.14771478 6.17006803%2c6.14771478 Z' id='Oval-37'/%3e %3cpath d='M3.58503401%2c19.6952381 C1.8259883%2c19.6952381 0.4%2c18.2692498 0.4%2c16.5102041 C0.4%2c14.7511584 1.8259883%2c13.3251701 3.58503401%2c13.3251701 C5.34407973%2c13.3251701 6.77006803%2c14.7511584 6.77006803%2c16.5102041 C6.77006803%2c18.2692498 5.34407973%2c19.6952381 3.58503401%2c19.6952381 Z M3.58503401%2c18.4952381 C4.68133803%2c18.4952381 5.57006803%2c17.6065081 5.57006803%2c16.5102041 C5.57006803%2c15.4139001 4.68133803%2c14.5251701 3.58503401%2c14.5251701 C2.48873%2c14.5251701 1.6%2c15.4139001 1.6%2c16.5102041 C1.6%2c17.6065081 2.48873%2c18.4952381 3.58503401%2c18.4952381 Z' id='Oval-37-Copy-3'/%3e %3cpath d='M15.2176871%2c19.6952381 C13.4586414%2c19.6952381 12.0326531%2c18.2692498 12.0326531%2c16.5102041 C12.0326531%2c14.7511584 13.4586414%2c13.3251701 15.2176871%2c13.3251701 C16.9767328%2c13.3251701 18.4027211%2c14.7511584 18.4027211%2c16.5102041 C18.4027211%2c18.2692498 16.9767328%2c19.6952381 15.2176871%2c19.6952381 Z M15.2176871%2c18.4952381 C16.3139911%2c18.4952381 17.2027211%2c17.6065081 17.2027211%2c16.5102041 C17.2027211%2c15.4139001 16.3139911%2c14.5251701 15.2176871%2c14.5251701 C14.1213831%2c14.5251701 13.2326531%2c15.4139001 13.2326531%2c16.5102041 C13.2326531%2c17.6065081 14.1213831%2c18.4952381 15.2176871%2c18.4952381 Z' id='Oval-37-Copy-4'/%3e %3cpath d='M16.5102041%2c10.3805899 C14.7511584%2c10.3805899 13.3251701%2c8.95460162 13.3251701%2c7.19555591 C13.3251701%2c5.43651019 14.7511584%2c4.01052189 16.5102041%2c4.01052189 C18.2692498%2c4.01052189 19.6952381%2c5.43651019 19.6952381%2c7.19555591 C19.6952381%2c8.95460162 18.2692498%2c10.3805899 16.5102041%2c10.3805899 Z M16.5102041%2c9.18058992 C17.6065081%2c9.18058992 18.4952381%2c8.29185992 18.4952381%2c7.19555591 C18.4952381%2c6.09925189 17.6065081%2c5.21052189 16.5102041%2c5.21052189 C15.4139001%2c5.21052189 14.5251701%2c6.09925189 14.5251701%2c7.19555591 C14.5251701%2c8.29185992 15.4139001%2c9.18058992 16.5102041%2c9.18058992 Z' id='Oval-37-Copy-6'/%3e %3cpath d='M10.6938776%2c13.2326531 C9.29175055%2c13.2326531 8.15510204%2c12.0960045 8.15510204%2c10.6938776 C8.15510204%2c9.29175055 9.29175055%2c8.15510204 10.6938776%2c8.15510204 C12.0960045%2c8.15510204 13.2326531%2c9.29175055 13.2326531%2c10.6938776 C13.2326531%2c12.0960045 12.0960045%2c13.2326531 10.6938776%2c13.2326531 Z M10.6938776%2c12.0326531 C11.4332628%2c12.0326531 12.0326531%2c11.4332628 12.0326531%2c10.6938776 C12.0326531%2c9.95449225 11.4332628%2c9.35510204 10.6938776%2c9.35510204 C9.95449225%2c9.35510204 9.35510204%2c9.95449225 9.35510204%2c10.6938776 C9.35510204%2c11.4332628 9.95449225%2c12.0326531 10.6938776%2c12.0326531 Z' id='Oval-37-Copy-5'/%3e %3cpolygon id='Path-115' points='14.187028 13.9144388 13.2845259 14.705318 11.4583087 12.6213529 12.3608108 11.8304736'/%3e %3cpolygon id='Path-116' points='14.0808256 7.96563971 14.7339714 8.97231767 12.814051 10.2179872 12.1609051 9.21130923'/%3e %3cpolygon id='Path-117' points='7.24649794 6.6454988 8.19896855 5.91556749 10.1874083 8.51023691 9.23493772 9.24016822'/%3e %3cpolygon id='Path-118' points='8.63102378 11.4570429 9.34112124 12.4243906 5.75920498 15.053755 5.04910752 14.0864073'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .related-container.close .tab:hover .tab-one {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-91' fill='%230087fc'%3e %3cg id='Group-32'%3e %3cpath d='M20.8242188%2c19.1757812 C20.9414068%2c19.2929693 21%2c19.4394522 21%2c19.6152344 C21%2c19.7910165 20.9414068%2c19.9374994 20.8242188%2c20.0546875 C20.6940098%2c20.1848965 20.5442717%2c20.25 20.375%2c20.25 C20.2057283%2c20.25 20.0559902%2c20.1848965 19.9257812%2c20.0546875 L13.8710938%2c13.9609375 C13.1809861%2c14.5598988 12.3997439%2c15.0286441 11.5273438%2c15.3671875 C10.6549436%2c15.7057309 9.73047363%2c15.875 8.75390625%2c15.875 C7.67317168%2c15.875 6.65755684%2c15.6699239 5.70703125%2c15.2597656 C4.75650566%2c14.8496073 3.92643584%2c14.2929723 3.21679688%2c13.5898438 C2.50715791%2c12.8867152 1.95052285%2c12.0599006 1.546875%2c11.109375 C1.14322715%2c10.1588494 0.94140625%2c9.14323457 0.94140625%2c8.0625 C0.94140625%2c6.98176543 1.14322715%2c5.96615059 1.546875%2c5.015625 C1.95052285%2c4.06509941 2.50715791%2c3.23828477 3.21679688%2c2.53515625 C3.92643584%2c1.83202773 4.75650566%2c1.27539268 5.70703125%2c0.865234375 C6.65755684%2c0.455076074 7.67317168%2c0.25 8.75390625%2c0.25 C9.82161992%2c0.25 10.8307244%2c0.455076074 11.78125%2c0.865234375 C12.7317756%2c1.27539268 13.5618454%2c1.83202773 14.2714844%2c2.53515625 C14.9811233%2c3.23828477 15.5410136%2c4.06509941 15.9511719%2c5.015625 C16.3613302%2c5.96615059 16.5664062%2c6.98176543 16.5664062%2c8.0625 C16.5664062%2c9.01302559 16.4036475%2c9.91470928 16.078125%2c10.7675781 C15.7526025%2c11.620447 15.3098986%2c12.3854133 14.75%2c13.0625 L20.8242188%2c19.1757812 Z M8.75390625%2c14.6445312 C9.65234824%2c14.6445312 10.5019491%2c14.4720069 11.3027344%2c14.1269531 C12.1035196%2c13.7818993 12.8001272%2c13.3098988 13.3925781%2c12.7109375 C13.985029%2c12.1119762 14.4537743%2c11.4153686 14.7988281%2c10.6210938 C15.1438819%2c9.82681895 15.3164062%2c8.97396289 15.3164062%2c8.0625 C15.3164062%2c7.15103711 15.1438819%2c6.29818105 14.7988281%2c5.50390625 C14.4537743%2c4.70963145 13.985029%2c4.01302383 13.3925781%2c3.4140625 C12.8001272%2c2.81510117 12.1035196%2c2.34310068 11.3027344%2c1.99804688 C10.5019491%2c1.65299307 9.65234824%2c1.48046875 8.75390625%2c1.48046875 C7.84244336%2c1.48046875 6.98633213%2c1.65299307 6.18554688%2c1.99804688 C5.38476162%2c2.34310068 4.688154%2c2.81510117 4.09570312%2c3.4140625 C3.50325225%2c4.01302383 3.03450693%2c4.70963145 2.68945312%2c5.50390625 C2.34439932%2c6.29818105 2.171875%2c7.15103711 2.171875%2c8.0625 C2.171875%2c8.97396289 2.34439932%2c9.82681895 2.68945312%2c10.6210938 C3.03450693%2c11.4153686 3.50325225%2c12.1119762 4.09570312%2c12.7109375 C4.688154%2c13.3098988 5.38476162%2c13.7818993 6.18554688%2c14.1269531 C6.98633213%2c14.4720069 7.84244336%2c14.6445312 8.75390625%2c14.6445312 Z' id='Magnifier---simple-line-icons-Copy'/%3e %3cpath d='M3.68824817%2c8.11629994 L3.20711781%2c8.25236456 L2.93498857%2c7.29010385 L3.41611892%2c7.15403923 C5.39190764%2c6.59528225 6.45668068%2c7.21779559 5.89142284%2c8.88635511 C5.86990472%2c8.94987348 5.84964912%2c9.01278673 5.83065335%2c9.07509315 C5.68570354%2c9.55053087 6.04715215%2c10.1318401 7.06872542%2c10.8245055 L7.48256587%2c11.105105 L6.92136685%2c11.9327859 L6.5075264%2c11.6521864 C5.16486981%2c10.7418143 4.56915909%2c9.7837469 4.87412046%2c8.7834687 C4.89612137%2c8.71130536 4.91951398%2c8.63864864 4.94429561%2c8.56549686 C5.18750071%2c7.84759052 5.00848996%2c7.74293293 3.68824817%2c8.11629994 Z' id='Line-8-Copy' fill-rule='nonzero' transform='translate(5.208777%2c 9.443387) rotate(20.000000) translate(-5.208777%2c -9.443387) '/%3e %3cpath d='M9.21735989%2c9.43485555 L9.37778902%2c8.96129194 L10.3249162%2c9.28215019 L10.1644871%2c9.7557138 C10.142969%2c9.81923218 10.1227134%2c9.88214543 10.1037176%2c9.94445185 C9.95876782%2c10.4198896 10.3202164%2c11.0011988 11.3417897%2c11.6938642 L11.7556301%2c11.9744637 L11.1944311%2c12.8021446 L10.7805907%2c12.5215451 C9.4379341%2c11.611173 8.84222337%2c10.6531056 9.14718474%2c9.6528274 C9.16918565%2c9.58066405 9.19257826%2c9.50800734 9.21735989%2c9.43485555 Z' id='Line-8-Copy-2' fill-rule='nonzero' transform='translate(10.412304%2c 10.881718) rotate(-85.000000) translate(-10.412304%2c -10.881718) '/%3e %3cpath d='M12.1151457%2c5.51655909 C12.1435115%2c5.51001106 12.1845002%2c5.50325253 12.2318193%2c5.47849143 C12.2054792%2c5.49227466 12.1791574%2c5.50538711 12.1528629%2c5.51782464 L12.1151457%2c5.51655909 Z M12.1528629%2c5.51782464 C11.6388562%2c5.76095405 11.1352826%2c5.7461762 10.7096248%2c5.44252008 L10.302584%2c5.15214491 L10.8833343%2c4.33806319 L11.2903752%2c4.62843836 C11.4071282%2c4.71172772 11.5402706%2c4.71172772 11.7681807%2c4.59246701 C12.2703063%2c4.32971489 12.7077442%2c4.60610452 12.9840229%2c5.14885971 C13.1772709%2c5.52849945 13.3424042%2c6.10962386 13.4915069%2c6.90823433 L13.5832726%2c7.39974126 L12.6002587%2c7.5832726 L12.5084931%2c7.09176567 C12.3755029%2c6.37945597 12.2329231%2c5.87770016 12.0928378%2c5.60249964 C12.0587498%2c5.53553307 12.073044%2c5.52627793 12.1151457%2c5.51655909 L12.1528629%2c5.51782464 Z' id='Line-7-Copy' fill-rule='nonzero'/%3e %3cpath d='M9.61071704%2c5.19186092 L10.0402851%2c4.93598737 L10.5520322%2c5.79512352 L10.1224641%2c6.05099706 C9.47574661%2c6.43621634 8.53411992%2c6.43621634 7.28457552%2c6.10471032 C6.46189431%2c5.88645175 6.30326893%2c5.9890422 6.36388623%2c6.56949596 L6.41581926%2c7.06679161 L5.42122797%2c7.17065766 L5.36929494%2c6.67336202 C5.22795775%2c5.31995793 6.1001325%2c4.75588172 7.54100606%2c5.13814766 C8.55501642%2c5.40716614 9.24925626%2c5.40716614 9.61071704%2c5.19186092 Z' id='Line-6-Copy' fill-rule='nonzero' transform='translate(7.953195%2c 6.053323) rotate(-99.000000) translate(-7.953195%2c -6.053323) '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .related-container.close .tab:hover .tab-two {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-43.000000%2c -199.000000)' fill='%230087fc'%3e %3cg id='WordCloud_2_active' transform='translate(43.000000%2c 199.000000)'%3e %3cpath d='M14.5703125%2c16.5585938 L15.0976562%2c16.8515625 C15.4492205%2c17.046876 15.625%2c17.3007797 15.625%2c17.6132812 L15.625%2c19.1953125 C15.625%2c19.4947932 15.5208344%2c19.7454417 15.3125%2c19.9472656 C15.1041656%2c20.1490896 14.8567723%2c20.25 14.5703125%2c20.25 L1.0546875%2c20.25 C0.768227734%2c20.25 0.520834375%2c20.1490896 0.3125%2c19.9472656 C0.104165625%2c19.7454417 0%2c19.4947932 0%2c19.1953125 L0%2c17.6132812 C0%2c17.3268215 0.175779492%2c17.0794281 0.52734375%2c16.8710938 L1.0546875%2c16.5585938 L5.09765625%2c14.3710938 C4.35546504%2c13.7851533 3.84114727%2c13.0039111 3.5546875%2c12.0273438 C3.26822773%2c11.0507764 3.125%2c10.2760445 3.125%2c9.703125 L3.125%2c7.06640625 C3.125%2c6.6236957 3.26171738%2c6.18424697 3.53515625%2c5.74804688 C3.80859512%2c5.31184678 4.16666445%2c4.91797051 4.609375%2c4.56640625 C5.05208555%2c4.21484199 5.55663779%2c3.92838652 6.12304688%2c3.70703125 C6.68945596%2c3.48567598 7.25911172%2c3.375 7.83203125%2c3.375 C8.41797168%2c3.375 8.99088262%2c3.48567598 9.55078125%2c3.70703125 C10.1106799%2c3.92838652 10.6087218%2c4.21484199 11.0449219%2c4.56640625 C11.481122%2c4.91797051 11.832681%2c5.31184678 12.0996094%2c5.74804688 C12.3665378%2c6.18424697 12.5%2c6.6236957 12.5%2c7.06640625 L12.5%2c9.703125 C12.5%2c10.341149 12.3730481%2c11.1354119 12.1191406%2c12.0859375 C11.8652331%2c13.0364631 11.3737016%2c13.8046846 10.6445312%2c14.390625 L14.5703125%2c16.5585938 Z M14.375%2c19 L14.375%2c17.8867188 C14.3359373%2c17.8476561 14.2903648%2c17.8151043 14.2382812%2c17.7890625 L14.0820312%2c17.7109375 C14.0690104%2c17.7109375 14.0527345%2c17.7044271 14.0332031%2c17.6914062 C14.0136718%2c17.6783854 13.9908855%2c17.6653646 13.9648438%2c17.6523438 L10.0390625%2c15.484375 C9.85676992%2c15.3802078 9.70703184%2c15.2402353 9.58984375%2c15.0644531 C9.47265566%2c14.888671 9.40755215%2c14.6966156 9.39453125%2c14.4882812 C9.36848945%2c14.2799469 9.39778604%2c14.078126 9.48242188%2c13.8828125 C9.56705771%2c13.687499 9.69400957%2c13.5247402 9.86328125%2c13.3945312 C10.3971381%2c12.9778625 10.7617178%2c12.3821653 10.9570312%2c11.6074219 C11.1523447%2c10.8326784 11.25%2c10.1979191 11.25%2c9.703125 L11.25%2c7.06640625 C11.25%2c6.6106748 10.9082065%2c6.08984668 10.2246094%2c5.50390625 C9.54101221%2c4.91796582 8.74349414%2c4.625 7.83203125%2c4.625 C6.94661016%2c4.625 6.14909209%2c4.91796582 5.43945312%2c5.50390625 C4.72981416%2c6.08984668 4.375%2c6.6106748 4.375%2c7.06640625 L4.375%2c9.703125 C4.375%2c10.1979191 4.49218633%2c10.8326784 4.7265625%2c11.6074219 C4.96093867%2c12.3821653 5.34504941%2c12.9778625 5.87890625%2c13.3945312 C6.03515703%2c13.5247402 6.15559854%2c13.687499 6.24023438%2c13.8828125 C6.32487021%2c14.078126 6.3541668%2c14.2799469 6.328125%2c14.4882812 C6.3151041%2c14.6966156 6.25000059%2c14.888671 6.1328125%2c15.0644531 C6.01562441%2c15.2402353 5.86588633%2c15.3736975 5.68359375%2c15.4648438 L1.640625%2c17.671875 C1.6276041%2c17.671875 1.6145834%2c17.6751302 1.6015625%2c17.6816406 C1.5885416%2c17.6881511 1.5755209%2c17.6979166 1.5625%2c17.7109375 C1.51041641%2c17.7239584 1.45507842%2c17.7499998 1.39648438%2c17.7890625 L1.25%2c17.8867188 L1.25%2c19 L14.375%2c19 Z M18.9453125%2c13.453125 C18.9453125%2c13.453125 19.121092%2c13.5507803 19.4726562%2c13.7460938 C19.8242205%2c13.9414072 20%2c14.1953109 20%2c14.5078125 L20%2c16.0703125 C20%2c16.3697932 19.8958344%2c16.6204417 19.6875%2c16.8222656 C19.4791656%2c17.0240896 19.2317723%2c17.125 18.9453125%2c17.125 L16.875%2c17.125 C16.7968746%2c16.8515611 16.7154952%2c16.6106781 16.6308594%2c16.4023438 C16.5462235%2c16.1940094 16.4127613%2c16.0182299 16.2304688%2c15.875 L18.75%2c15.875 L18.75%2c14.7617188 C18.7109373%2c14.735677 18.6653648%2c14.7063804 18.6132812%2c14.6738281 C18.5611977%2c14.6412759 18.5091148%2c14.6184896 18.4570312%2c14.6054688 C18.4440104%2c14.5924479 18.4277345%2c14.5826823 18.4082031%2c14.5761719 C18.3886718%2c14.5696614 18.3658855%2c14.5598959 18.3398438%2c14.546875 L14.3554688%2c12.3789062 C14.1731762%2c12.2747391 14.0234381%2c12.1347665 13.90625%2c11.9589844 C13.7890619%2c11.7832022 13.7239584%2c11.5911469 13.7109375%2c11.3828125 C13.6848957%2c11.1744781 13.7141923%2c10.9726572 13.7988281%2c10.7773438 C13.883464%2c10.5820303 14.0104158%2c10.4192715 14.1796875%2c10.2890625 C14.7135443%2c9.85937285 15.0878896%2c9.25716533 15.3027344%2c8.48242188 C15.5175792%2c7.70767842 15.625%2c7.07942949 15.625%2c6.59765625 L15.625%2c3.9609375 C15.625%2c3.49218516 15.273441%2c2.96484668 14.5703125%2c2.37890625 C13.867184%2c1.79296582 13.0599004%2c1.5 12.1484375%2c1.5 C11.705727%2c1.5 11.2792989%2c1.57161387 10.8691406%2c1.71484375 C10.4589823%2c1.85807363 10.0911475%2c2.05338418 9.765625%2c2.30078125 C9.51822793%2c2.22265586 9.25781387%2c2.1770834 8.984375%2c2.1640625 C8.71093613%2c2.1510416 8.44401172%2c2.1380209 8.18359375%2c2.125 C8.6393252%2c1.59114316 9.22525684%2c1.14192891 9.94140625%2c0.77734375 C10.6575557%2c0.412758594 11.3932254%2c0.23046875 12.1484375%2c0.23046875 C12.7343779%2c0.23046875 13.310544%2c0.344399902 13.8769531%2c0.572265625 C14.4433622%2c0.800131348 14.9479145%2c1.08984199 15.390625%2c1.44140625 C15.8333355%2c1.79297051 16.1914049%2c2.19010195 16.4648438%2c2.6328125 C16.7382826%2c3.07552305 16.875%2c3.51822695 16.875%2c3.9609375 L16.875%2c6.59765625 C16.875%2c7.22265938 16.7382826%2c8.01366709 16.4648438%2c8.97070312 C16.1914049%2c9.92773916 15.6901078%2c10.6927055 14.9609375%2c11.265625 L18.9453125%2c13.453125 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .related-container.close .tab:hover .tab-three {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-13.000000%2c -200.000000)' fill='%230087fc' fill-rule='nonzero'%3e %3cg id='WordCloud_1_active' transform='translate(24.000000%2c 210.000000) rotate(12.000000) translate(-24.000000%2c -210.000000) translate(14.000000%2c 200.000000)'%3e %3cpath d='M6.17006803%2c7.34771478 C4.41102231%2c7.34771478 2.98503401%2c5.92172648 2.98503401%2c4.16268076 C2.98503401%2c2.40363505 4.41102231%2c0.97764675 6.17006803%2c0.97764675 C7.92911374%2c0.97764675 9.35510204%2c2.40363505 9.35510204%2c4.16268076 C9.35510204%2c5.92172648 7.92911374%2c7.34771478 6.17006803%2c7.34771478 Z M6.17006803%2c6.14771478 C7.26637204%2c6.14771478 8.15510204%2c5.25898478 8.15510204%2c4.16268076 C8.15510204%2c3.06637675 7.26637204%2c2.17764675 6.17006803%2c2.17764675 C5.07376401%2c2.17764675 4.18503401%2c3.06637675 4.18503401%2c4.16268076 C4.18503401%2c5.25898478 5.07376401%2c6.14771478 6.17006803%2c6.14771478 Z' id='Oval-37'/%3e %3cpath d='M3.58503401%2c19.6952381 C1.8259883%2c19.6952381 0.4%2c18.2692498 0.4%2c16.5102041 C0.4%2c14.7511584 1.8259883%2c13.3251701 3.58503401%2c13.3251701 C5.34407973%2c13.3251701 6.77006803%2c14.7511584 6.77006803%2c16.5102041 C6.77006803%2c18.2692498 5.34407973%2c19.6952381 3.58503401%2c19.6952381 Z M3.58503401%2c18.4952381 C4.68133803%2c18.4952381 5.57006803%2c17.6065081 5.57006803%2c16.5102041 C5.57006803%2c15.4139001 4.68133803%2c14.5251701 3.58503401%2c14.5251701 C2.48873%2c14.5251701 1.6%2c15.4139001 1.6%2c16.5102041 C1.6%2c17.6065081 2.48873%2c18.4952381 3.58503401%2c18.4952381 Z' id='Oval-37-Copy-3'/%3e %3cpath d='M15.2176871%2c19.6952381 C13.4586414%2c19.6952381 12.0326531%2c18.2692498 12.0326531%2c16.5102041 C12.0326531%2c14.7511584 13.4586414%2c13.3251701 15.2176871%2c13.3251701 C16.9767328%2c13.3251701 18.4027211%2c14.7511584 18.4027211%2c16.5102041 C18.4027211%2c18.2692498 16.9767328%2c19.6952381 15.2176871%2c19.6952381 Z M15.2176871%2c18.4952381 C16.3139911%2c18.4952381 17.2027211%2c17.6065081 17.2027211%2c16.5102041 C17.2027211%2c15.4139001 16.3139911%2c14.5251701 15.2176871%2c14.5251701 C14.1213831%2c14.5251701 13.2326531%2c15.4139001 13.2326531%2c16.5102041 C13.2326531%2c17.6065081 14.1213831%2c18.4952381 15.2176871%2c18.4952381 Z' id='Oval-37-Copy-4'/%3e %3cpath d='M16.5102041%2c10.3805899 C14.7511584%2c10.3805899 13.3251701%2c8.95460162 13.3251701%2c7.19555591 C13.3251701%2c5.43651019 14.7511584%2c4.01052189 16.5102041%2c4.01052189 C18.2692498%2c4.01052189 19.6952381%2c5.43651019 19.6952381%2c7.19555591 C19.6952381%2c8.95460162 18.2692498%2c10.3805899 16.5102041%2c10.3805899 Z M16.5102041%2c9.18058992 C17.6065081%2c9.18058992 18.4952381%2c8.29185992 18.4952381%2c7.19555591 C18.4952381%2c6.09925189 17.6065081%2c5.21052189 16.5102041%2c5.21052189 C15.4139001%2c5.21052189 14.5251701%2c6.09925189 14.5251701%2c7.19555591 C14.5251701%2c8.29185992 15.4139001%2c9.18058992 16.5102041%2c9.18058992 Z' id='Oval-37-Copy-6'/%3e %3cpath d='M10.6938776%2c13.2326531 C9.29175055%2c13.2326531 8.15510204%2c12.0960045 8.15510204%2c10.6938776 C8.15510204%2c9.29175055 9.29175055%2c8.15510204 10.6938776%2c8.15510204 C12.0960045%2c8.15510204 13.2326531%2c9.29175055 13.2326531%2c10.6938776 C13.2326531%2c12.0960045 12.0960045%2c13.2326531 10.6938776%2c13.2326531 Z M10.6938776%2c12.0326531 C11.4332628%2c12.0326531 12.0326531%2c11.4332628 12.0326531%2c10.6938776 C12.0326531%2c9.95449225 11.4332628%2c9.35510204 10.6938776%2c9.35510204 C9.95449225%2c9.35510204 9.35510204%2c9.95449225 9.35510204%2c10.6938776 C9.35510204%2c11.4332628 9.95449225%2c12.0326531 10.6938776%2c12.0326531 Z' id='Oval-37-Copy-5'/%3e %3cpolygon id='Path-115' points='14.187028 13.9144388 13.2845259 14.705318 11.4583087 12.6213529 12.3608108 11.8304736'/%3e %3cpolygon id='Path-116' points='14.0808256 7.96563971 14.7339714 8.97231767 12.814051 10.2179872 12.1609051 9.21130923'/%3e %3cpolygon id='Path-117' points='7.24649794 6.6454988 8.19896855 5.91556749 10.1874083 8.51023691 9.23493772 9.24016822'/%3e %3cpolygon id='Path-118' points='8.63102378 11.4570429 9.34112124 12.4243906 5.75920498 15.053755 5.04910752 14.0864073'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .related-container .tabs-container {
    box-shadow: 0 0 10px #f0f0f0;
    background: #ffffff;
    border-radius: 5px;
    padding-bottom: 12px;
    height: 100%;
    transition: all 0.9s;
    transition-timing-function: linear;
    overflow: hidden; }
  .related-container .tabs-header {
    display: -ms-flexbox;
    display: flex; }
    .related-container .tabs-header .tab {
      -ms-flex-positive: 1;
          flex-grow: 1;
      text-align: center;
      padding: 10px;
      border-right: 1px solid #EAEAEA;
      border-bottom: 1px solid #EAEAEA; }
      .related-container .tabs-header .tab:last-child {
        border-right: 0; }
    .related-container .tabs-header:last-child {
      border-right: 0; }
    .related-container .tabs-header .active {
      border-bottom: 3px solid #0087fc; }
  .related-container .group-list {
    padding: 0 10px; }
  .related-container .list-item {
    border-bottom: 1px solid #EAEAEA;
    background-color: #F8F8F8; }
    .related-container .list-item:last-child {
      border-bottom: 0; }
  .related-container .group.active .group-header {
    box-shadow: none; }
  .related-container .group .group-header.active {
    box-shadow: none; }

.product-container .group .list-item, .sponsor-container .group .list-item {
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer; }
  .product-container .group .list-item .count, .sponsor-container .group .list-item .count {
    float: right; }
  .product-container .group .list-item.active, .sponsor-container .group .list-item.active {
    color: #0087fc; }
  .product-container .group .list-item:hover, .sponsor-container .group .list-item:hover {
    cursor: pointer; }
  .product-container .group .list-item:last-child, .sponsor-container .group .list-item:last-child {
    box-shadow: 0 2px 0px 0 rgba(227, 227, 227, 0.5); }

.right-sidebar-header {
  padding: 10px;
  font-family: latobold,Helvetica, Arial, sans-serif; }
  .right-sidebar-header .simple-dropdown-selected {
    padding: 0 5px; }

.ToolTipPortal > div {
  padding: 10px !important; }

.ToolTipPortal .search-filter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 12px;
  -ms-flex-pack: center;
      justify-content: center; }
  .ToolTipPortal .search-filter-container .filter-element:hover {
    cursor: pointer; }

.card-modal {
  width: 100%;
  background: #ffffff;
  z-index: 1000; }
  .card-modal.full-abstract .card-modal-content {
    position: relative;
    box-shadow: none;
    border-top: 1px solid #EAEAEA;
    top: unset;
    z-index: 1; }
    .card-modal.full-abstract .card-modal-content .card-modal-body {
      height: 100%;
      min-height: calc(100vh - 191px); }
  .card-modal .card-modal-content {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    top: 51px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000; }
    .card-modal .card-modal-content .card-modal-head {
      height: 45px;
      border-bottom: 1px solid #EAEAEA;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .card-modal .card-modal-content .card-modal-body {
      height: calc(100vh - 115px);
      overflow-y: auto;
      text-align: justify; }
  .card-modal .web-link {
    padding: 7px;
    transition: transform .2s;
    margin-right: 0; }
    .card-modal .web-link:hover {
      transform: scale(1.2); }

.card-divider {
  border: 0.5px solid #f0f0f0;
  height: 20px;
  margin: 0px 5px 0 15px; }

.search-box-list {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex; }

.divider-main::before {
  border: 0.5px solid #f3f3f3;
  content: ' ';
  position: relative;
  left: -13px; }

.suggestion-subtitle {
  color: #9b9b9b;
  font-size: 12px; }

.search-dropdown-container-list .active {
  opacity: 0.8;
  background-color: #f3f3f3; }

.panel-default {
  width: 49%;
  margin: 5px;
  border: 1px solid #e8e8e8; }

.panel-default-full {
  width: 100%;
  margin: 5px;
  border: 1px solid #e8e8e8; }

.search-crumb-tooltip .filter-dropdown {
  color: #3d6cc3;
  background: #edf4ff;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 0 0 6px 6px;
  position: absolute; }

.search-crumb-tooltip .filter-item {
  border-bottom: 1px solid #dddddd;
  padding: 0 14px;
  cursor: pointer; }
  .search-crumb-tooltip .filter-item:last-child {
    border-bottom: 0; }
  .search-crumb-tooltip .filter-item:hover {
    opacity: 0.8; }

.search-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 5px 0;
  color: #3d6cc3; }
  .search-crumb.and {
    color: #01a1d4; }
  .search-crumb.not {
    color: #e26d69; }
  .search-crumb.disabled .search-term {
    background-color: #cccccc;
    color: #9b9b9b;
    border: 0.5px solid #aac8ff !important; }
  .search-crumb.disabled .filter {
    background-color: #cccccc;
    color: #9b9b9b;
    cursor: not-allowed; }
  .search-crumb .filter {
    cursor: pointer;
    background-color: #edf4ff;
    border: 0.5px solid #01a1d4;
    padding: 0 5px;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    position: relative;
    height: 26px;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 5px; }
  .search-crumb .down-arrow {
    border: solid #3d6cc3;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin: 0 4px 0 8px;
    margin-bottom: 3px; }
  .search-crumb .filter-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    color: #3d6cc3;
    background: #edf4ff;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 0 0 6px 6px;
    z-index: 21; }
  .search-crumb .filter-item {
    border-bottom: 1px solid #dddddd; }
    .search-crumb .filter-item:last-child {
      border-bottom: 0; }
    .search-crumb .filter-item:hover {
      opacity: 0.8; }

.search-filter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .search-filter-container .filter-element {
    padding-left: 3px; }
  .search-filter-container .card-divider {
    height: 10px;
    margin: 0 6px 0px 10px; }

.groups-container .reusable-radio-item {
  margin: 5px; }
  .groups-container .reusable-radio-item .label {
    padding: 8px 10px 5px 20px; }
  .groups-container .reusable-radio-item .label:before, .groups-container .reusable-radio-item input[type='radio']:checked + .label:before {
    left: 2px;
    top: 12px;
    background: #0087fc; }
  .groups-container .reusable-radio-item .label:after, .groups-container .reusable-radio-item input[type='radio']:checked + .label:after {
    height: 14px;
    width: 14px;
    border: 1px solid #0087fc;
    top: 10px; }

.groups-container-summary {
  position: relative;
  box-shadow: 0 0 10px #f0f0f0;
  margin: 0 20px 0 0;
  height: calc(100vh - 210px);
  min-width: 200px;
  max-width: 200px;
  border-radius: 6px;
  background: #ffffff;
  transition: width 0.3s;
  transition-timing-function: linear; }
  .groups-container-summary .groups-tab-content {
    height: calc(100vh - 210px);
    overflow: auto; }
    .groups-container-summary .groups-tab-content:hover {
      overflow-x: hidden; }
  .groups-container-summary .loader {
    padding: 10px;
    box-shadow: 0 0 1px #f0f0f0;
    border: 1px solid #EAEAEA; }
  .groups-container-summary .group {
    overflow: auto;
    border-bottom: 1px solid #EAEAEA; }
  .groups-container-summary.close {
    -ms-flex: none;
        flex: none;
    width: 90px; }
    .groups-container-summary.close .group {
      overflow: hidden; }
      .groups-container-summary.close .group .group-header::before {
        display: none; }
  .groups-container-summary .groups-control {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    height: 80px;
    width: 15px;
    background: #ffffff;
    margin: auto;
    border-radius: 0 6px 6px 0;
    box-shadow: 1px 1px 0px #f0f0f0;
    cursor: pointer; }
    .groups-container-summary .groups-control::before {
      right: 0px;
      top: 40%;
      left: 0px; }

.summary-details {
  margin-top: -85px;
  z-index: 2;
  position: relative; }
  .summary-details .panel-summery {
    margin-top: 1px; }
  .summary-details .sub-header {
    position: absolute;
    top: 5px;
    left: 32px; }
  .summary-details .panel-heading .title {
    position: relative;
    left: 75px; }

.summary-container .axis path {
  stroke: #000; }

.competitive-container .panel-body {
  min-height: 480px; }

#group-there .y .tick line {
  stroke: #fff; }

#group-there .axis text {
  fill: #fff; }

#group-there .axis path {
  fill: #fff; }

.language-filter {
  min-height: 50px;
  border-bottom: 1px solid #EAEAEA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px; }
  .language-filter > div {
    padding: 0; }
  .language-filter .reusable-ms-dropdown {
    width: 175px; }
    .language-filter .reusable-ms-dropdown .reusable-ms-dropdown-container-submit {
      height: 150px; }
      .language-filter .reusable-ms-dropdown .reusable-ms-dropdown-container-submit .reusable-ms-button-group {
        top: 110px; }

.search-tree {
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f9f9f9;
  padding: 0 15px;
  -ms-flex-align: center;
      align-items: center; }
  .search-tree .slider-controls .right {
    right: 45px; }
  .search-tree .slider-controls .left {
    left: 45px; }
  .search-tree .search-crumb {
    display: -ms-flexbox;
    display: flex;
    height: 25px; }
    .search-tree .search-crumb.and {
      color: #0087fc; }
    .search-tree .search-crumb.not {
      color: #cb5652; }
    .search-tree .search-crumb.disabled .search-term {
      border: 0.5px solid #9b9b9b; }
    .search-tree .search-crumb.disabled .simple-dropdown-selected {
      border: 0.5px solid #9b9b9b;
      color: inherit; }
  .search-tree .search-term {
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    padding: 0px 5px; }
    .search-tree .search-term .search-term-value {
      display: block;
      height: unset; }
  .search-tree .search-filter {
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px; }
    .search-tree .search-filter .simple-dropdown-selected {
      height: 25px;
      padding: 0 5px;
      margin: 0 15px;
      background-color: #edf4ff;
      border: 0.5px solid #aac8ff; }
    .search-tree .search-filter .simple-dropdown-title {
      color: inherit; }

.search-crumb-tooltip {
  z-index: 5000;
  background: #9b9b9b; }

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 35px; }
  .slider.active {
    width: 100%;
    position: relative;
    left: 0px; }
    .slider.active .slider-controls {
      display: block; }
  .slider-controls {
    display: none;
    position: absolute;
    width: 100%;
    padding: 4px 0px;
    margin-left: 0px;
    padding-left: 0; }
    .slider-controls .slide {
      padding: 6px;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400.004 400.004'%3e %3cg%3e %3cpath d='M382.688%2c182.686H59.116l77.209-77.214c6.764-6.76%2c6.764-17.726%2c0-24.485c-6.764-6.764-17.73-6.764-24.484%2c0L5.073%2c187.757 c-6.764%2c6.76-6.764%2c17.727%2c0%2c24.485l106.768%2c106.775c3.381%2c3.383%2c7.812%2c5.072%2c12.242%2c5.072c4.43%2c0%2c8.861-1.689%2c12.242-5.072 c6.764-6.76%2c6.764-17.726%2c0-24.484l-77.209-77.218h323.572c9.562%2c0%2c17.316-7.753%2c17.316-17.315 C400.004%2c190.438%2c392.251%2c182.686%2c382.688%2c182.686z' fill='%230087fc'/%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 %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") center no-repeat;
      border: 0px solid transparent;
      transform: none;
      height: 30px;
      cursor: pointer; }
    .slider-controls .right {
      transform: rotate(180deg); }
  .slider .slider-actions-controller {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    padding: 0 5px;
    z-index: 21; }
    .slider .slider-actions-controller.slider-left-arrow {
      left: 0; }
    .slider .slider-actions-controller.slider-right-arrow {
      right: 0; }
    .slider .slider-actions-controller:hover {
      opacity: 0.8; }
  .slider-content {
    z-index: 4;
    margin: 3.5px 0;
    width: 100%;
    animation: left 5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    transition: all 0.7s ease-in-out; }
    .slider-content .hook-cont {
      background: #ffffff;
      min-width: 130px;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content;
      padding: 10px 0;
      display: -ms-flexbox;
      display: flex; }
      .slider-content .hook-cont:hover {
        cursor: pointer; }

.hooks-container {
  position: relative;
  margin-top: 0; }
  .hooks-container .slider-content {
    height: 35px; }
  .hooks-container .slider-actions-controller {
    background-color: #fbfbfb; }
  .hooks-container .slider-controls .right {
    right: 30px; }

.icon {
  display: inline-block;
  vertical-align: top; }

.icon-logo-iplexus {
  width: 100px;
  height: 40px;
  padding: 12px 70px;
  background-image: url(/landingImages/ontosight_logo.svg);
  background-size: contain;
  background-position: center; }

.icon-logo-iplexus-academics {
  width: 100px;
  height: 40px;
  padding: 12px 80px;
  background-image: url(https://discover.ontosight.com/images/ontosight_academic.e46e.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.icon-logo-iplexus-academics-color {
  width: 170px;
  height: 50px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292 63'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Ontosight_Family_Logo-Copy-3' transform='translate(-102.000000%2c -168.000000)'%3e %3crect id='Rectangle-3-Copy-4' fill='%23282828' opacity='0' x='0' y='0' width='1440' height='400'/%3e %3cg id='Group-10' transform='translate(102.000000%2c 168.000000)'%3e %3cg id='Group-3' transform='translate(278.000000%2c 0.000000)' fill='%2326CBD0'%3e %3cpath d='M4.81270176%2c9.8 L4.81270176%2c4.2 L7.45463724%2c4.2 C8.5008738%2c4.2 9.25356197%2c4.79462366 9.25356197%2c5.77311828 C9.25356197%2c6.44301075 8.95248671%2c6.92473118 8.22237918%2c7.15806452 L8.22237918%2c7.18064516 C8.81700283%2c7.36129032 9.0352824%2c7.7 9.09549746%2c8.39247312 C9.18582004%2c9.21290323 9.19334692%2c9.67204301 9.34388455%2c9.74731183 L9.34388455%2c9.8 L8.29012111%2c9.8 C8.14711036%2c9.70967742 8.14711036%2c9.27311828 8.08689531%2c8.52043011 C8.02668025%2c7.85806452 7.7180781%2c7.57204301 7.04818563%2c7.57204301 L5.85141144%2c7.57204301 L5.85141144%2c9.8 L4.81270176%2c9.8 Z M5.8303032%2c5.05053763 L5.8303032%2c6.77419355 L7.18514191%2c6.77419355 C7.83998062%2c6.77419355 8.18621717%2c6.44301075 8.18621717%2c5.92365591 C8.18621717%2c5.36666667 7.89266879%2c5.05053763 7.22277631%2c5.05053763 L5.8303032%2c5.05053763 Z' id='R'/%3e %3cpath d='M7%2c13.16 C3.59792594%2c13.16 0.84%2c10.4020741 0.84%2c7 C0.84%2c3.59792594 3.59792594%2c0.84 7%2c0.84 C10.4020741%2c0.84 13.16%2c3.59792594 13.16%2c7 C13.16%2c10.4020741 10.4020741%2c13.16 7%2c13.16 Z M7%2c12.04 C9.78351514%2c12.04 12.04%2c9.78351514 12.04%2c7 C12.04%2c4.21648486 9.78351514%2c1.96 7%2c1.96 C4.21648486%2c1.96 1.96%2c4.21648486 1.96%2c7 C1.96%2c9.78351514 4.21648486%2c12.04 7%2c12.04 Z' id='Oval-4' fill-rule='nonzero'/%3e %3c/g%3e %3cg id='Group' transform='translate(0.000000%2c 1.000000)'%3e %3cpath d='M60.28125%2c60.078125 C60.5000011%2c60.1145835 60.664062%2c60.1328125 60.7734375%2c60.1328125 C60.882813%2c60.1328125 60.9908849%2c60.1210939 61.0976562%2c60.0976562 C61.2044276%2c60.0742186 61.2994788%2c60.0364586 61.3828125%2c59.984375 C61.5703134%2c59.8697911 61.6640625%2c59.6901054 61.6640625%2c59.4453125 C61.6640625%2c59.2421865 61.6015631%2c59.0156262 61.4765625%2c58.765625 L60.7421875%2c56.9453125 L55.796875%2c56.9453125 L54.921875%2c59.1640625 C54.8385413%2c59.3671885 54.796875%2c59.5143225 54.796875%2c59.6054688 C54.796875%2c59.696615 54.8111978%2c59.7643227 54.8398438%2c59.8085938 C54.8684897%2c59.8528648 54.9127601%2c59.8906248 54.9726562%2c59.921875 C55.0325524%2c59.9531252 55.1067704%2c59.9791666 55.1953125%2c60 L55.515625%2c60.0859375 C55.8593767%2c60.1432295 56.0807287%2c60.1953123 56.1796875%2c60.2421875 C56.3828135%2c60.3411463 56.484375%2c60.4869782 56.484375%2c60.6796875 C56.484375%2c60.8203132 56.4453129%2c60.9401037 56.3671875%2c61.0390625 C56.2682287%2c61.0130207 56.1770837%2c61 56.09375%2c61 L52.9140625%2c61 C52.2213507%2c61 51.875%2c60.8098977 51.875%2c60.4296875 C51.875%2c60.2526033 51.9140621%2c60.1093755 51.9921875%2c60 C52.1848968%2c60.0520836 52.3476556%2c60.078125 52.4804688%2c60.078125 C52.6132819%2c60.078125 52.72526%2c60.0572919 52.8164062%2c60.015625 C52.9075525%2c59.9739581 52.9947913%2c59.9036463 53.078125%2c59.8046875 C53.2187507%2c59.6328116 53.3828116%2c59.2890651 53.5703125%2c58.7734375 L57.4296875%2c49.4296875 C57.539063%2c49.1796863 57.8489558%2c49.007813 58.359375%2c48.9140625 C58.5000007%2c48.8880207 58.6484367%2c48.875 58.8046875%2c48.875 C59.1223974%2c48.875 59.317708%2c48.9609366 59.390625%2c49.1328125 L60.171875%2c51.0859375 C61.6770909%2c54.6380386 62.5468738%2c56.7109345 62.78125%2c57.3046875 L63.484375%2c59.1484375 C63.6250007%2c59.5494812 63.742187%2c59.7968745 63.8359375%2c59.890625 C63.929688%2c59.9843755 64.0312495%2c60.049479 64.140625%2c60.0859375 C64.2500005%2c60.122396 64.3632807%2c60.1523436 64.4804688%2c60.1757812 C64.5976568%2c60.1992189 64.7005204%2c60.2291665 64.7890625%2c60.265625 C64.9869802%2c60.3541671 65.0859375%2c60.4895824 65.0859375%2c60.671875 C65.0859375%2c60.8125007 65.0468754%2c60.9322912 64.96875%2c61.03125 C64.8697912%2c61.0052082 64.7812504%2c60.9921875 64.703125%2c60.9921875 L60.9765625%2c60.9921875 C60.7109362%2c60.9921875 60.503907%2c60.9596357 60.3554688%2c60.8945312 C60.2070305%2c60.8294268 60.1328125%2c60.7291673 60.1328125%2c60.59375 C60.1328125%2c60.3593738 60.1822912%2c60.1875005 60.28125%2c60.078125 Z M60.2890625%2c55.8359375 L58.2421875%2c50.7734375 L56.234375%2c55.8359375 L60.2890625%2c55.8359375 Z M91.2437496%2c52.40625 C91.2645831%2c52.2604159 91.2749996%2c52.0468764 91.2749996%2c51.765625 C91.2749996%2c51.4843736 91.2203127%2c51.2278657 91.1109371%2c50.9960938 C91.0015616%2c50.7643218 90.8531256%2c50.583334 90.6656246%2c50.453125 C90.337498%2c50.2291655 89.8440133%2c50.1171875 89.1851559%2c50.1171875 C88.5262984%2c50.1171875 87.945575%2c50.2356759 87.4429684%2c50.4726562 C86.9403617%2c50.7096366 86.519793%2c51.0416645 86.1812496%2c51.46875 C85.4989545%2c52.3281293 85.1578121%2c53.4973884 85.1578121%2c54.9765625 C85.1578121%2c56.3776112 85.5041628%2c57.4947875 86.1968746%2c58.328125 C86.9156282%2c59.197921 87.8869727%2c59.6328125 89.1109371%2c59.6328125 C90.3140681%2c59.6328125 91.2515588%2c59.3697943 91.9234371%2c58.84375 C92.1265631%2c58.6874992 92.3114571%2c58.5182301 92.4781246%2c58.3359375 C92.6343754%2c58.3828127 92.7619783%2c58.5208322 92.8609371%2c58.75 C92.8921873%2c58.8281254 92.9078121%2c58.9309889 92.9078121%2c59.0585938 C92.9078121%2c59.1861986 92.8153651%2c59.3736967 92.6304684%2c59.6210938 C92.4455716%2c59.8684908 92.1760431%2c60.1067697 91.8218746%2c60.3359375 C90.9781204%2c60.8880236 89.9677138%2c61.1640625 88.7906246%2c61.1640625 C87.1031162%2c61.1640625 85.7593796%2c60.6510468 84.7593746%2c59.625 C83.7697863%2c58.6197866 83.2749996%2c57.2734459 83.2749996%2c55.5859375 C83.2749996%2c54.5546823 83.4390605%2c53.6250041 83.7671871%2c52.796875 C84.0953138%2c51.9687459 84.5432259%2c51.2643258 85.1109371%2c50.6835938 C85.6786483%2c50.1028617 86.3414021%2c49.6562516 87.0992184%2c49.34375 C87.8570347%2c49.0312484 88.5940065%2c48.875 89.3101559%2c48.875 C90.0263053%2c48.875 90.6005183%2c48.9348952 91.0328121%2c49.0546875 C91.4651059%2c49.1744798 91.8244774%2c49.3385406 92.1109371%2c49.546875 C92.6838566%2c49.9739605 92.9703121%2c50.5416631 92.9703121%2c51.25 C92.9703121%2c51.7916694 92.7697933%2c52.174478 92.3687496%2c52.3984375 C92.2333323%2c52.4765629 92.0875004%2c52.515625 91.9312496%2c52.515625 C91.6083313%2c52.515625 91.379167%2c52.479167 91.2437496%2c52.40625 Z M119.417187%2c60.078125 C119.635938%2c60.1145835 119.799999%2c60.1328125 119.909374%2c60.1328125 C120.01875%2c60.1328125 120.126822%2c60.1210939 120.233593%2c60.0976562 C120.340364%2c60.0742186 120.435415%2c60.0364586 120.518749%2c59.984375 C120.70625%2c59.8697911 120.799999%2c59.6901054 120.799999%2c59.4453125 C120.799999%2c59.2421865 120.7375%2c59.0156262 120.612499%2c58.765625 L119.878124%2c56.9453125 L114.932812%2c56.9453125 L114.057812%2c59.1640625 C113.974478%2c59.3671885 113.932812%2c59.5143225 113.932812%2c59.6054688 C113.932812%2c59.696615 113.947135%2c59.7643227 113.97578%2c59.8085938 C114.004426%2c59.8528648 114.048697%2c59.8906248 114.108593%2c59.921875 C114.168489%2c59.9531252 114.242707%2c59.9791666 114.331249%2c60 L114.651562%2c60.0859375 C114.995313%2c60.1432295 115.216665%2c60.1953123 115.315624%2c60.2421875 C115.51875%2c60.3411463 115.620312%2c60.4869782 115.620312%2c60.6796875 C115.620312%2c60.8203132 115.58125%2c60.9401037 115.503124%2c61.0390625 C115.404165%2c61.0130207 115.31302%2c61 115.229687%2c61 L112.049999%2c61 C111.357287%2c61 111.010937%2c60.8098977 111.010937%2c60.4296875 C111.010937%2c60.2526033 111.049999%2c60.1093755 111.128124%2c60 C111.320834%2c60.0520836 111.483592%2c60.078125 111.616405%2c60.078125 C111.749219%2c60.078125 111.861197%2c60.0572919 111.952343%2c60.015625 C112.043489%2c59.9739581 112.130728%2c59.9036463 112.214062%2c59.8046875 C112.354687%2c59.6328116 112.518748%2c59.2890651 112.706249%2c58.7734375 L116.565624%2c49.4296875 C116.675%2c49.1796863 116.984893%2c49.007813 117.495312%2c48.9140625 C117.635937%2c48.8880207 117.784373%2c48.875 117.940624%2c48.875 C118.258334%2c48.875 118.453645%2c48.9609366 118.526562%2c49.1328125 L119.307812%2c51.0859375 C120.813028%2c54.6380386 121.682811%2c56.7109345 121.917187%2c57.3046875 L122.620312%2c59.1484375 C122.760937%2c59.5494812 122.878124%2c59.7968745 122.971874%2c59.890625 C123.065625%2c59.9843755 123.167186%2c60.049479 123.276562%2c60.0859375 C123.385937%2c60.122396 123.499217%2c60.1523436 123.616405%2c60.1757812 C123.733594%2c60.1992189 123.836457%2c60.2291665 123.924999%2c60.265625 C124.122917%2c60.3541671 124.221874%2c60.4895824 124.221874%2c60.671875 C124.221874%2c60.8125007 124.182812%2c60.9322912 124.104687%2c61.03125 C124.005728%2c61.0052082 123.917187%2c60.9921875 123.839062%2c60.9921875 L120.112499%2c60.9921875 C119.846873%2c60.9921875 119.639844%2c60.9596357 119.491405%2c60.8945312 C119.342967%2c60.8294268 119.268749%2c60.7291673 119.268749%2c60.59375 C119.268749%2c60.3593738 119.318228%2c60.1875005 119.417187%2c60.078125 Z M119.424999%2c55.8359375 L117.378124%2c50.7734375 L115.370312%2c55.8359375 L119.424999%2c55.8359375 Z M147.262499%2c61.078125 L145.035936%2c60.9921875 L143.020311%2c60.9921875 C142.749477%2c60.9921875 142.522916%2c60.946615 142.340624%2c60.8554688 C142.158331%2c60.7643225 142.067186%2c60.6510423 142.067186%2c60.515625 C142.067186%2c60.2656238 142.106248%2c60.0911463 142.184374%2c59.9921875 C142.371875%2c60.0442711 142.561977%2c60.0703125 142.754686%2c60.0703125 C142.947396%2c60.0703125 143.110154%2c60.0572918 143.242968%2c60.03125 C143.375781%2c60.0052082 143.494269%2c59.9505212 143.598436%2c59.8671875 C143.838021%2c59.6796866 143.957811%2c59.354169 143.957811%2c58.890625 L143.957811%2c50.9296875 C143.957811%2c50.4453101 143.655731%2c50.1432298 143.051561%2c50.0234375 C142.676559%2c49.9453121 142.433072%2c49.8606775 142.321093%2c49.7695312 C142.209113%2c49.678385 142.153124%2c49.5781255 142.153124%2c49.46875 C142.153124%2c49.2291655 142.19479%2c49.0677087 142.278124%2c48.984375 C142.371874%2c49.0104168 142.457811%2c49.0234375 142.535936%2c49.0234375 L144.903124%2c49.0234375 C145.022916%2c49.0234375 145.181769%2c49.0182292 145.379686%2c49.0078125 L146.043749%2c48.96875 C146.694794%2c48.9374998 147.362756%2c48.921875 148.047655%2c48.921875 C148.732554%2c48.921875 149.397912%2c49.0039054 150.043749%2c49.1679688 C150.689585%2c49.3320321 151.248174%2c49.5546861 151.71953%2c49.8359375 C152.190887%2c50.1171889 152.584112%2c50.4440086 152.899218%2c50.8164062 C153.214323%2c51.1888039 153.468227%2c51.5833313 153.660936%2c52 C154.004688%2c52.7656288 154.176561%2c53.6249952 154.176561%2c54.578125 C154.176561%2c56.3073003 153.728649%2c57.7447859 152.832811%2c58.890625 C152.129683%2c59.7916712 151.095839%2c60.4270815 149.731249%2c60.796875 C149.022912%2c60.9843759 148.200004%2c61.078125 147.262499%2c61.078125 Z M145.801561%2c59.1171875 C145.801561%2c59.5078145 145.923956%2c59.7604161 146.168749%2c59.875 C146.377083%2c59.9687505 146.875776%2c60.015625 147.664843%2c60.015625 C148.453909%2c60.015625 149.155725%2c59.885418 149.770311%2c59.625 C150.384898%2c59.364582 150.874476%2c59.013023 151.239061%2c58.5703125 C151.895315%2c57.7734335 152.223436%2c56.6510489 152.223436%2c55.203125 C152.223436%2c52.7187376 151.345841%2c51.096358 149.590624%2c50.3359375 C148.955204%2c50.0598945 148.171358%2c49.921875 147.239061%2c49.921875 C146.619267%2c49.921875 146.241666%2c49.9830723 146.106249%2c50.1054688 C145.970832%2c50.2278652 145.886197%2c50.3789054 145.852343%2c50.5585938 C145.818488%2c50.7382821 145.801561%2c50.9791652 145.801561%2c51.28125 L145.801561%2c59.1171875 Z M181.810936%2c57.5234375 C181.951562%2c57.4036452 182.099998%2c57.34375 182.256248%2c57.34375 C182.495833%2c57.34375 182.633852%2c57.3776038 182.670311%2c57.4453125 C182.873437%2c57.8515645 182.974998%2c58.5234328 182.974998%2c59.4609375 C182.974998%2c60.1119824 182.902083%2c60.5833319 182.756248%2c60.875 C182.709373%2c60.9583337 182.659895%2c61 182.607811%2c61 L173.982811%2c61 C173.363016%2c61 173.053123%2c60.815106 173.053123%2c60.4453125 C173.053123%2c60.2473948 173.09479%2c60.0963547 173.178123%2c59.9921875 C173.355208%2c60.0442711 173.527081%2c60.0703125 173.693748%2c60.0703125 C173.860416%2c60.0703125 174.003644%2c60.0572918 174.123436%2c60.03125 C174.243228%2c60.0052082 174.355206%2c59.9505212 174.459373%2c59.8671875 C174.709375%2c59.6744782 174.834373%2c59.3489606 174.834373%2c58.890625 L174.834373%2c50.9765625 C174.834373%2c50.5234352 174.652084%2c50.2343756 174.287498%2c50.109375 C174.183331%2c50.0729165 174.075259%2c50.0403647 173.96328%2c50.0117188 C173.8513%2c49.9830728 173.74453%2c49.9544272 173.642967%2c49.9257812 C173.541404%2c49.8971353 173.451561%2c49.8645835 173.373436%2c49.828125 C173.196352%2c49.7343745 173.107811%2c49.6067716 173.107811%2c49.4453125 C173.107811%2c49.2317698 173.149477%2c49.0781255 173.232811%2c48.984375 C173.326561%2c49.0104168 173.420311%2c49.0234375 173.514061%2c49.0234375 L181.506248%2c49.0234375 C181.985418%2c49.0234375 182.284894%2c49.0677079 182.404686%2c49.15625 C182.623437%2c49.3125008 182.732811%2c49.6562473 182.732811%2c50.1875 C182.732811%2c50.6979192 182.689843%2c51.1145817 182.603905%2c51.4375 C182.517967%2c51.7604183 182.456769%2c51.9531247 182.420311%2c52.015625 C182.368227%2c52.1093755 182.266666%2c52.15625 182.115623%2c52.15625 C181.896872%2c52.15625 181.747134%2c52.1289065 181.666405%2c52.0742188 C181.585675%2c52.019531 181.542707%2c51.9791668 181.537498%2c51.953125 C181.46979%2c51.2083296 181.352603%2c50.7330739 181.185936%2c50.5273438 C181.019268%2c50.3216136 180.822656%2c50.18099 180.596092%2c50.1054688 C180.369529%2c50.0299475 180.073959%2c49.9921875 179.709373%2c49.9921875 L177.967186%2c49.9921875 C177.4151%2c49.9921875 177.077864%2c50.0468745 176.955467%2c50.15625 C176.833071%2c50.2656255 176.756249%2c50.3919264 176.724998%2c50.5351562 C176.693748%2c50.6783861 176.678123%2c50.861978 176.678123%2c51.0859375 L176.678123%2c54.4140625 L177.139061%2c54.421875 C178.290108%2c54.421875 179.357806%2c54.3203135 180.342186%2c54.1171875 C180.415103%2c54.153646 180.480207%2c54.2565096 180.537498%2c54.4257812 C180.59479%2c54.5950529 180.623436%2c54.76302 180.623436%2c54.9296875 C180.623436%2c55.2109389 180.576561%2c55.4557281 180.482811%2c55.6640625 C180.139059%2c55.6953127 179.74323%2c55.7109375 179.295311%2c55.7109375 C178.847392%2c55.7109375 177.975005%2c55.6380216 176.678123%2c55.4921875 L176.678123%2c59.015625 C176.678123%2c59.406252 176.782289%2c59.6692702 176.990623%2c59.8046875 C177.167708%2c59.9192714 177.485413%2c59.9765625 177.943748%2c59.9765625 L179.123436%2c59.9453125 C180.264067%2c59.9036456 181.006247%2c59.744793 181.349998%2c59.46875 C181.542708%2c59.3124992 181.670311%2c59.1067721 181.732811%2c58.8515625 C181.795311%2c58.5963529 181.826561%2c58.339845 181.826561%2c58.0820312 C181.826561%2c57.8242175 181.821353%2c57.6380214 181.810936%2c57.5234375 Z M202.562498%2c61 C201.864578%2c61 201.515623%2c60.8072936 201.515623%2c60.421875 C201.515623%2c60.2499991 201.557289%2c60.1119797 201.640623%2c60.0078125 C201.791666%2c60.0494794 201.94531%2c60.0703125 202.101561%2c60.0703125 C202.257811%2c60.0703125 202.390623%2c60.0651042 202.499998%2c60.0546875 C202.609374%2c60.0442708 202.710935%2c60.0000004 202.804686%2c59.921875 C202.997395%2c59.7447908 203.117185%2c59.3515655 203.164061%2c58.7421875 L203.968748%2c50.4453125 C203.979165%2c50.3151035 203.934894%2c50.213542 203.835936%2c50.140625 C203.736977%2c50.067708 203.614582%2c50.0156252 203.468748%2c49.984375 C203.322914%2c49.9531248 203.196613%2c49.9270834 203.089842%2c49.90625 C202.98307%2c49.8854166 202.890623%2c49.8541669 202.812498%2c49.8125 C202.651039%2c49.7343746 202.570311%2c49.6002614 202.570311%2c49.4101562 C202.570311%2c49.2200511 202.606769%2c49.0781255 202.679686%2c48.984375 C202.778644%2c49.0104168 202.867185%2c49.0234375 202.945311%2c49.0234375 L205.257811%2c49.0234375 C206.033856%2c49.0234375 206.510414%2c49.2135398 206.687498%2c49.59375 L209.593748%2c56.4140625 L212.593748%2c49.5546875 C212.692707%2c49.3255197 212.841143%2c49.1796878 213.039061%2c49.1171875 C213.236978%2c49.0546872 213.48958%2c49.0234375 213.796873%2c49.0234375 L215.312498%2c49.0234375 C216.015627%2c49.0234375 216.367186%2c49.2083315 216.367186%2c49.578125 C216.367186%2c49.7760427 216.328123%2c49.9192704 216.249998%2c50.0078125 C216.041664%2c49.9505205 215.871093%2c49.921875 215.738279%2c49.921875 C215.605466%2c49.921875 215.486978%2c49.9322916 215.382811%2c49.953125 C215.278643%2c49.9739584 215.195311%2c50.0130205 215.132811%2c50.0703125 C215.002602%2c50.179688 214.953123%2c50.3984359 214.984373%2c50.7265625 L215.828123%2c59.2734375 C215.864582%2c59.6380227 216.059892%2c59.867187 216.414061%2c59.9609375 C216.513019%2c59.9869793 216.617185%2c60.018229 216.726561%2c60.0546875 L217.031248%2c60.15625 C217.223957%2c60.2187503 217.341144%2c60.3007807 217.382811%2c60.4023438 C217.424477%2c60.5039068 217.445311%2c60.601562 217.445311%2c60.6953125 C217.445311%2c60.8255215 217.406248%2c60.9401037 217.328123%2c61.0390625 C217.208331%2c61.0130207 217.085936%2c61 216.960936%2c61 L213.398436%2c61 C212.763016%2c61 212.445311%2c60.8098977 212.445311%2c60.4296875 C212.445311%2c60.3671872 212.46354%2c60.2877609 212.499998%2c60.1914062 C212.536457%2c60.0950516 212.565102%2c60.0338543 212.585936%2c60.0078125 C212.742186%2c60.0494794 212.886716%2c60.0703125 213.019529%2c60.0703125 C213.152343%2c60.0703125 213.290362%2c60.0598959 213.433592%2c60.0390625 C213.576822%2c60.0182291 213.697914%2c59.9687504 213.796873%2c59.890625 C214.010416%2c59.7135408 214.101561%2c59.3776066 214.070311%2c58.8828125 L213.562498%2c52.1796875 L213.492186%2c50.875 L209.898436%2c58.8359375 C209.830727%2c58.8776044 209.726561%2c58.8984375 209.585936%2c58.8984375 C209.44531%2c58.8984375 209.30078%2c58.8476568 209.152342%2c58.7460938 C209.003904%2c58.6445307 208.86979%2c58.5182299 208.749998%2c58.3671875 C208.557289%2c58.1223946 208.372395%2c57.8098977 208.195311%2c57.4296875 L205.289061%2c50.6171875 L204.656248%2c59.125 C204.635415%2c59.4218765 204.677081%2c59.6223953 204.781248%2c59.7265625 C204.911457%2c59.8567715 205.08333%2c59.9505205 205.296873%2c60.0078125 C205.510416%2c60.0651045 205.677081%2c60.1080728 205.796873%2c60.1367188 C205.916665%2c60.1653647 206.020831%2c60.2031248 206.109373%2c60.25 C206.302082%2c60.3437505 206.398436%2c60.4999989 206.398436%2c60.71875 C206.398436%2c60.8281255 206.356769%2c60.9348953 206.273436%2c61.0390625 C206.179685%2c61.0130207 206.091144%2c61 206.007811%2c61 L202.562498%2c61 Z M240.829685%2c61.0625 C240.709893%2c61.0208331 240.452083%2c61 240.056248%2c61 L236.798435%2c61 C236.527601%2c61 236.311457%2c60.9570317 236.149998%2c60.8710938 C235.988539%2c60.7851558 235.90781%2c60.6276053 235.90781%2c60.3984375 C235.90781%2c60.23177 235.946872%2c60.0989588 236.024998%2c60 C236.233332%2c60.0520836 236.424736%2c60.078125 236.599216%2c60.078125 C236.773697%2c60.078125 236.911716%2c60.059896 237.013279%2c60.0234375 C237.114842%2c59.986979 237.202081%2c59.9218755 237.274998%2c59.828125 C237.436457%2c59.6302073 237.522393%2c59.3046898 237.53281%2c58.8515625 L237.53281%2c50.8671875 C237.53281%2c50.4557271 237.418228%2c50.1979172 237.18906%2c50.09375 C237.116143%2c50.0572915 237.017186%2c50.0260418 236.892185%2c50 C236.767185%2c49.9739582 236.643488%2c49.9466147 236.521091%2c49.9179688 C236.398695%2c49.8893228 236.295831%2c49.8541669 236.212498%2c49.8125 C236.04583%2c49.7291662 235.962498%2c49.5885427 235.962498%2c49.390625 C235.962498%2c49.1979157 236.00156%2c49.054688 236.079685%2c48.9609375 C236.199477%2c49.0026044 236.457287%2c49.0234375 236.853123%2c49.0234375 L240.03281%2c49.0234375 C240.303645%2c49.0234375 240.521091%2c49.0664058 240.685154%2c49.1523438 C240.849217%2c49.2382817 240.931248%2c49.3958322 240.931248%2c49.625 C240.931248%2c49.7968759 240.889581%2c49.929687 240.806248%2c50.0234375 C240.60833%2c49.9713539 240.392186%2c49.9453125 240.15781%2c49.9453125 C239.652599%2c49.9453125 239.392185%2c50.3567667 239.37656%2c51.1796875 L239.37656%2c59.15625 C239.37656%2c59.5677104 239.491142%2c59.8281245 239.72031%2c59.9375 C239.793227%2c59.9687502 239.892185%2c59.9973957 240.017185%2c60.0234375 C240.142186%2c60.0494793 240.265883%2c60.0768228 240.388279%2c60.1054688 C240.510675%2c60.1341147 240.613539%2c60.1692706 240.696873%2c60.2109375 C240.868749%2c60.2994796 240.954685%2c60.4401032 240.954685%2c60.6328125 C240.954685%2c60.8151051 240.913019%2c60.9583328 240.829685%2c61.0625 Z M268.096872%2c52.40625 C268.117706%2c52.2604159 268.128122%2c52.0468764 268.128122%2c51.765625 C268.128122%2c51.4843736 268.073435%2c51.2278657 267.96406%2c50.9960938 C267.854684%2c50.7643218 267.706248%2c50.583334 267.518747%2c50.453125 C267.190621%2c50.2291655 266.697136%2c50.1171875 266.038279%2c50.1171875 C265.379421%2c50.1171875 264.798698%2c50.2356759 264.296091%2c50.4726562 C263.793484%2c50.7096366 263.372916%2c51.0416645 263.034372%2c51.46875 C262.352077%2c52.3281293 262.010935%2c53.4973884 262.010935%2c54.9765625 C262.010935%2c56.3776112 262.357286%2c57.4947875 263.049997%2c58.328125 C263.768751%2c59.197921 264.740095%2c59.6328125 265.96406%2c59.6328125 C267.167191%2c59.6328125 268.104681%2c59.3697943 268.77656%2c58.84375 C268.979686%2c58.6874992 269.16458%2c58.5182301 269.331247%2c58.3359375 C269.487498%2c58.3828127 269.615101%2c58.5208322 269.71406%2c58.75 C269.74531%2c58.8281254 269.760935%2c58.9309889 269.760935%2c59.0585938 C269.760935%2c59.1861986 269.668488%2c59.3736967 269.483591%2c59.6210938 C269.298694%2c59.8684908 269.029166%2c60.1067697 268.674997%2c60.3359375 C267.831243%2c60.8880236 266.820837%2c61.1640625 265.643747%2c61.1640625 C263.956239%2c61.1640625 262.612502%2c60.6510468 261.612497%2c59.625 C260.622909%2c58.6197866 260.128122%2c57.2734459 260.128122%2c55.5859375 C260.128122%2c54.5546823 260.292183%2c53.6250041 260.62031%2c52.796875 C260.948436%2c51.9687459 261.396349%2c51.2643258 261.96406%2c50.6835938 C262.531771%2c50.1028617 263.194525%2c49.6562516 263.952341%2c49.34375 C264.710157%2c49.0312484 265.447129%2c48.875 266.163279%2c48.875 C266.879428%2c48.875 267.453641%2c48.9348952 267.885935%2c49.0546875 C268.318229%2c49.1744798 268.6776%2c49.3385406 268.96406%2c49.546875 C269.536979%2c49.9739605 269.823435%2c50.5416631 269.823435%2c51.25 C269.823435%2c51.7916694 269.622916%2c52.174478 269.221872%2c52.3984375 C269.086455%2c52.4765629 268.940623%2c52.515625 268.784372%2c52.515625 C268.461454%2c52.515625 268.23229%2c52.479167 268.096872%2c52.40625 Z' id='academic-copy-3' fill='%2326CBD0'/%3e %3cg id='Group-7-Copy'%3e %3cpath d='M34.8426293%2c29.4967407 L34.9031877%2c23.6874815 C34.9113113%2c22.9245185 34.0926655%2c22.438963 33.430216%2c22.8141481 L17.9693679%2c31.5519259 C17.6617757%2c31.726 17.2851322%2c31.7219259 16.9812325%2c31.5415556 L1.70612139%2c22.4811852 C1.05142629%2c22.0922963 0.223179761%2c22.5604444 0.215425335%2c23.3237778 L0.154866962%2c29.133037 C0.151174378%2c29.4871111 0.335803565%2c29.8156296 0.639703206%2c29.9963704 L16.8966723%2c39.6397037 C17.2009412%2c39.8193333 17.5772155%2c39.8237778 17.8848078%2c39.6497037 L34.3396994%2c30.3500741 C34.6472916%2c30.1756296 34.8385674%2c29.8508148 34.8426293%2c29.4967407' id='Fill-1' fill='%2326CBD0'/%3e %3cpath d='M0.204458361%2c10.4174444 L0.164578457%2c16.2270741 C0.159039581%2c16.990037 0.979531687%2c17.4722593 1.64050417%2c17.0955926 L17.0703346%2c8.30225926 C17.3771883%2c8.12744444 17.7538318%2c8.13003704 18.05847%2c8.3092963 L33.3657066%2c17.3152222 C34.0215094%2c17.7011481 34.8479097%2c17.230037 34.8534486%2c16.4670741 L34.8933285%2c10.6578148 C34.895544%2c10.3037407 34.7094378%2c9.97522222 34.4051689%2c9.79633333 L18.114228%2c0.210777778 C17.8095898%2c0.0318888889 17.4329463%2c0.0292962963 17.1260926%2c0.204111111 L0.704434199%2c9.56262963 C0.397211232%2c9.73781481 0.20704317%2c10.0633704 0.204458361%2c10.4174444' id='Fill-3' fill='%2382E3F5'/%3e %3cpath d='M34.8541501%2c16.8971111 L34.956804%2c11.0885926 C34.9704665%2c10.3256296 34.1555133%2c9.83414815 33.490479%2c10.2037778 L17.9664877%2c18.8282222 C17.6577877%2c18.9997037 17.2807749%2c18.993037 16.9783523%2c18.8108148 L1.76970768%2c9.63822222 C1.11796665%2c9.24488889 0.286396794%2c9.70711111 0.272734234%2c10.4697037 L0.169711148%2c16.2785926 C0.163433756%2c16.6326667 0.346216651%2c16.963037 0.64827%2c17.1452593 L16.8347108%2c26.9078519 C17.1375027%2c27.0900741 17.5137769%2c27.0971111 17.8228462%2c26.9252593 L34.3449428%2c17.7463704 C34.6536428%2c17.5748889 34.8475035%2c17.2511852 34.8541501%2c16.8971111' id='Fill-5' fill='%2326CBD0'/%3e %3c/g%3e %3cpath d='M103.703353%2c32.2240921 L97.1289604%2c32.2240921 L86.5164884%2c13.807674 L86.3663119%2c13.807674 C86.5776725%2c17.0602583 86.6833512%2c19.3803264 86.6833512%2c20.7679477 L86.6833512%2c32.2240921 L82.0612525%2c32.2240921 L82.0612525%2c7.87978529 L88.5855867%2c7.87978529 L99.1813725%2c26.1130384 L99.2981764%2c26.1130384 C99.1313128%2c22.9492617 99.0478822%2c20.7124497 99.0478822%2c19.4025352 L99.0478822%2c7.87978529 L103.703353%2c7.87978529 L103.703353%2c32.2240921 Z M121.723049%2c32.2240921 L116.550303%2c32.2240921 L116.550303%2c12.1758394 L109.925851%2c12.1758394 L109.925851%2c7.87978529 L128.347501%2c7.87978529 L128.347501%2c12.1758394 L121.723049%2c12.1758394 L121.723049%2c32.2240921 Z M177.952835%2c25.4636348 C177.952835%2c27.661627 177.160245%2c29.3933524 175.57504%2c30.6588631 C173.989836%2c31.9243737 171.784489%2c32.5571196 168.958932%2c32.5571196 C166.35586%2c32.5571196 164.053176%2c32.0686842 162.050813%2c31.0917988 L162.050813%2c26.2962035 C163.697201%2c27.0288675 165.090491%2c27.5450549 166.230726%2c27.8447811 C167.37096%2c28.1445073 168.413842%2c28.2943682 169.359402%2c28.2943682 C170.494075%2c28.2943682 171.364534%2c28.0779025 171.970805%2c27.6449646 C172.577076%2c27.2120268 172.880207%2c26.5681802 172.880207%2c25.7134054 C172.880207%2c25.2360637 172.746718%2c24.8114579 172.479736%2c24.4395754 C172.212754%2c24.0676929 171.820631%2c23.709692 171.303354%2c23.3655619 C170.786076%2c23.0214318 169.732071%2c22.471942 168.141304%2c21.717076 C166.650656%2c21.0177148 165.532687%2c20.3461162 164.787363%2c19.7022599 C164.042038%2c19.0584036 163.446901%2c18.3090993 163.001931%2c17.4543246 C162.556961%2c16.5995498 162.33448%2c15.6004775 162.33448%2c14.4570775 C162.33448%2c12.3034892 163.065888%2c10.6106166 164.528725%2c9.37840883 C165.991563%2c8.14620109 168.013363%2c7.53010646 170.594187%2c7.53010646 C171.86235%2c7.53010646 173.072093%2c7.67996732 174.223452%2c7.97969352 C175.374811%2c8.27941973 176.578992%2c8.70125028 177.836031%2c9.24519784 L176.167403%2c13.2581787 C174.865867%2c12.7253321 173.789613%2c12.3534551 172.938609%2c12.1425367 C172.087604%2c11.9316182 171.250518%2c11.8261606 170.427324%2c11.8261606 C169.448391%2c11.8261606 168.697516%2c12.0537271 168.174677%2c12.5088669 C167.651837%2c12.9640067 167.390422%2c13.5578997 167.390422%2c14.2905638 C167.390422%2c14.7457036 167.4961%2c15.1425573 167.707461%2c15.4811369 C167.918822%2c15.8197165 168.255325%2c16.1471902 168.716981%2c16.4635679 C169.178637%2c16.7799456 170.271577%2c17.3488618 171.995834%2c18.1703336 C174.276303%2c19.2582287 175.839236%2c20.3488827 176.684678%2c21.4423283 C177.53012%2c22.5357739 177.952835%2c23.876196 177.952835%2c25.4636348 Z M184.842784%2c32.2240921 L184.842784%2c7.87978529 L190.01553%2c7.87978529 L190.01553%2c32.2240921 L184.842784%2c32.2240921 Z M207.885049%2c18.5533152 L217.563089%2c18.5533152 L217.563089%2c31.1750556 C215.994571%2c31.6857003 214.517851%2c32.0437012 213.132883%2c32.2490692 C211.747915%2c32.4544371 210.332377%2c32.5571196 208.886225%2c32.5571196 C205.204102%2c32.5571196 202.392492%2c31.4775664 200.451312%2c29.3184276 C198.510133%2c27.1592888 197.539557%2c24.0593893 197.539557%2c20.018636 C197.539557%2c16.0888924 198.66587%2c13.0250704 200.918528%2c10.8270782 C203.171187%2c8.62908607 206.29427%2c7.53010646 210.287873%2c7.53010646 C212.790827%2c7.53010646 215.20475%2c8.02964264 217.529717%2c9.02873 L215.81103%2c13.1582704 C214.031152%2c12.2701928 212.178994%2c11.8261606 210.2545%2c11.8261606 C208.018528%2c11.8261606 206.227552%2c12.5754649 204.881519%2c14.0740959 C203.535486%2c15.572727 202.862479%2c17.5875229 202.862479%2c20.1185442 C202.862479%2c22.7605752 203.404778%2c24.7781463 204.489391%2c26.1713182 C205.574005%2c27.56449 207.150842%2c28.2610654 209.219951%2c28.2610654 C210.299002%2c28.2610654 211.394723%2c28.1500574 212.507147%2c27.928038 L212.507147%2c22.8493693 L207.885049%2c22.8493693 L207.885049%2c18.5533152 Z M245.828159%2c32.2240921 L240.672099%2c32.2240921 L240.672099%2c21.717076 L231.010745%2c21.717076 L231.010745%2c32.2240921 L225.837999%2c32.2240921 L225.837999%2c7.87978529 L231.010745%2c7.87978529 L231.010745%2c17.4210218 L240.672099%2c17.4210218 L240.672099%2c7.87978529 L245.828159%2c7.87978529 L245.828159%2c32.2240921 Z M263.864541%2c32.2240921 L258.691795%2c32.2240921 L258.691795%2c12.1758394 L252.067343%2c12.1758394 L252.067343%2c7.87978529 L270.488992%2c7.87978529 L270.488992%2c12.1758394 L263.864541%2c12.1758394 L263.864541%2c32.2240921 Z' id='ONTOSIGHT-Copy' fill='%2326CBD0'/%3e %3cpath d='M143.452201%2c32.6747277 C136.665304%2c32.6747277 131.163436%2c27.07224 131.163436%2c20.1612212 C131.163436%2c13.2502023 136.665304%2c7.6477146 143.452201%2c7.6477146 C150.239099%2c7.6477146 155.740967%2c13.2502023 155.740967%2c20.1612212 C155.740967%2c27.07224 150.239099%2c32.6747277 143.452201%2c32.6747277 Z M143.452201%2c28.346748 C147.891751%2c28.346748 151.490717%2c24.6819628 151.490717%2c20.1612212 C151.490717%2c15.6404795 147.891751%2c11.9756943 143.452201%2c11.9756943 C139.012652%2c11.9756943 135.413686%2c15.6404795 135.413686%2c20.1612212 C135.413686%2c24.6819628 139.012652%2c28.346748 143.452201%2c28.346748 Z' id='Oval-10-Copy' stroke='%2326CBD0' fill='%2326CBD0' fill-rule='nonzero'/%3e %3cpath d='M64.0728565%2c32.6747277 C57.2859587%2c32.6747277 51.7840909%2c27.07224 51.7840909%2c20.1612212 C51.7840909%2c13.2502023 57.2859587%2c7.6477146 64.0728565%2c7.6477146 C70.8597544%2c7.6477146 76.3616222%2c13.2502023 76.3616222%2c20.1612212 C76.3616222%2c27.07224 70.8597544%2c32.6747277 64.0728565%2c32.6747277 Z M64.0728565%2c28.346748 C68.5124063%2c28.346748 72.1113724%2c24.6819628 72.1113724%2c20.1612212 C72.1113724%2c15.6404795 68.5124063%2c11.9756943 64.0728565%2c11.9756943 C59.6333068%2c11.9756943 56.0343407%2c15.6404795 56.0343407%2c20.1612212 C56.0343407%2c24.6819628 59.6333068%2c28.346748 64.0728565%2c28.346748 Z' id='Oval-10-Copy-2' stroke='%2326CBD0' fill='%2326CBD0' fill-rule='nonzero'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.icons {
  position: relative;
  width: 10px;
  height: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.abstract-new-tab {
  padding: 11px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 341.893 341.893'%3e%3cg transform='matrix(0.801631 0 0 0.801631 33.9105 33.9105)'%3e%3cg%3e %3cpath d='M324.704%2c254.36H310.15v-14.554c0-9.479-7.711-17.191-17.188-17.191c-9.477%2c0-17.187%2c7.712-17.187%2c17.191v14.554H261.22 c-9.477%2c0-17.187%2c7.71-17.187%2c17.186c0%2c9.478%2c7.71%2c17.189%2c17.187%2c17.189h14.555v14.556c0%2c9.477%2c7.71%2c17.187%2c17.187%2c17.187 c9.478%2c0%2c17.188-7.71%2c17.188-17.187v-14.556h14.554c9.478%2c0%2c17.189-7.711%2c17.189-17.189 C341.893%2c262.07%2c334.182%2c254.36%2c324.704%2c254.36z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M225.001%2c272.888H27.188V111.809h255.551v93.217c3.244-0.955%2c6.674-1.472%2c10.224-1.472c6.127%2c0%2c11.899%2c1.535%2c16.964%2c4.23 V30.478c0-5.006-4.057-9.063-9.063-9.063H9.063C4.057%2c21.415%2c0%2c25.473%2c0%2c30.478v260.537c0%2c5.004%2c4.057%2c9.061%2c9.063%2c9.061h229.818 C230.746%2c293.692%2c225.404%2c283.909%2c225.001%2c272.888z M264.026%2c49.892c8.251%2c0%2c14.941%2c6.69%2c14.941%2c14.94 c0%2c8.251-6.689%2c14.942-14.941%2c14.942c-8.253%2c0-14.941-6.691-14.941-14.942C249.085%2c56.581%2c255.773%2c49.892%2c264.026%2c49.892z M221.406%2c49.892c8.252%2c0%2c14.942%2c6.69%2c14.942%2c14.94c0%2c8.251-6.689%2c14.942-14.942%2c14.942c-8.251%2c0-14.941-6.691-14.941-14.942 C206.465%2c56.581%2c213.155%2c49.892%2c221.406%2c49.892z M30.959%2c51.088h141.672v27.49H30.959V51.088z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  margin: 0 5px; }
  .abstract-new-tab:hover, .abstract-new-tab.active {
    opacity: 0.8; }

.annotation-icon {
  margin-left: -3px;
  padding: 11px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -1 381.53417 381'%3e%3cg transform='matrix(0.662282 0 0 0.662282 64.4254 63.9975)'%3e%3cpath d='m370.589844 230.964844c-5.523438 0-10 4.476562-10 10v88.792968c-.019532 16.558594-13.4375 29.980469-30 30h-280.589844c-16.5625-.019531-29.980469-13.441406-30-30v-260.589843c.019531-16.5625 13.4375-29.980469 30-30h88.789062c5.523438 0 10-4.476563 10-10 0-5.523438-4.476562-10-10-10h-88.789062c-27.601562.03125-49.96875 22.398437-50 50v260.589843c.03125 27.601563 22.398438 49.96875 50 50h280.589844c27.601562-.03125 49.96875-22.398437 50-50v-88.789062c0-5.523438-4.476563-10.003906-10-10.003906zm0 0' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e%3cpath d='m156.367188 178.34375 146.011718-146.015625 47.089844 47.089844-146.011719 146.015625zm0 0' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e%3cpath d='m132.542969 249.257812 52.039062-14.414062-37.625-37.625zm0 0' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e%3cpath d='m362.488281 7.578125c-9.769531-9.746094-25.585937-9.746094-35.355469 0l-10.605468 10.605469 47.089844 47.089844 10.605468-10.605469c9.75-9.769531 9.75-25.585938 0-35.355469zm0 0' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e%3c/g%3e %3c/svg%3e") center no-repeat; }

.bibliograpy-icon {
  cursor: pointer;
  margin-left: -1px;
  padding: 9px;
  transition: transform .2s;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 297.001 297.001'%3e%3cg transform='matrix(0.868746 0 0 0.868746 19.4913 19.4913)'%3e%3cg%3e %3cg%3e %3cpath d='M287.034%2c60.873l-20.819-0.001V39.321c0-4.934-3.61-9.126-8.49-9.856c-0.852-0.128-21.134-3.074-45.557%2c1.37 c-27.227%2c4.954-48.941%2c17.171-63.668%2c35.64c-14.728-18.469-36.442-30.686-63.668-35.64c-24.424-4.443-44.706-1.498-45.557-1.37 c-4.88%2c0.731-8.49%2c4.923-8.49%2c9.856v21.551H9.966C4.463%2c60.872%2c0%2c65.335%2c0%2c70.839v187.805c0%2c3.227%2c1.562%2c6.254%2c4.193%2c8.124 s6.004%2c2.35%2c9.051%2c1.288c0.748-0.259%2c75.431-25.747%2c131.12-0.345c2.628%2c1.199%2c5.645%2c1.199%2c8.273%2c0 c55.533-25.33%2c130.376%2c0.088%2c131.12%2c0.345c1.068%2c0.372%2c2.174%2c0.555%2c3.276%2c0.555c2.043%2c0%2c4.065-0.628%2c5.775-1.842 c2.631-1.87%2c4.193-4.897%2c4.193-8.124V70.84C297%2c65.336%2c292.538%2c60.873%2c287.034%2c60.873z M19.933%2c245.309V80.805h10.852v132.726 c0%2c2.896%2c1.267%2c5.646%2c3.458%2c7.539c2.191%2c1.893%2c5.105%2c2.742%2c7.969%2c2.319c0.55-0.08%2c43.846-6.024%2c75.478%2c15.679 C78.725%2c232.405%2c39.727%2c240.112%2c19.933%2c245.309z M138.534%2c230.08c-13.932-12.588-32.079-21.1-53.702-25.034 c-10.406-1.894-20.06-2.446-27.78-2.446c-2.292%2c0-4.414%2c0.049-6.333%2c0.126V48.473h-0.001c19.155-0.864%2c65.752%2c1.184%2c87.816%2c38.587 V230.08z M158.466%2c87.061c21.985-37.243%2c68.655-39.384%2c87.816-38.563v154.228c-8.383-0.338-20.62-0.136-34.114%2c2.32 c-21.623%2c3.934-39.77%2c12.445-53.702%2c25.034V87.061z M179.277%2c239.074c31.636-21.716%2c74.955-15.766%2c75.495-15.686 c2.871%2c0.431%2c5.783-0.413%2c7.981-2.305c2.198-1.894%2c3.462-4.65%2c3.462-7.552V80.806h10.852v164.503 C257.267%2c240.11%2c218.253%2c232.4%2c179.277%2c239.074z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat; }
  .bibliograpy-icon:hover {
    transform: scale(1.2); }

.bibliograpy-icon-active {
  cursor: pointer;
  padding: 9px;
  margin-left: -1px;
  transition: transform .2s;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 296.999 296.999'%3e%3cg transform='matrix(0.886385 0 0 0.886385 16.8718 16.8718)'%3e%3cg%3e %3cg%3e %3cg%3e %3cpath d='M45.432%2c35.049c-0.008%2c0-0.017%2c0-0.025%2c0c-2.809%2c0-5.451%2c1.095-7.446%2c3.085c-2.017%2c2.012-3.128%2c4.691-3.128%2c7.543 v159.365c0%2c5.844%2c4.773%2c10.61%2c10.641%2c10.625c24.738%2c0.059%2c66.184%2c5.215%2c94.776%2c35.136V84.023c0-1.981-0.506-3.842-1.461-5.382 C115.322%2c40.849%2c70.226%2c35.107%2c45.432%2c35.049z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M262.167%2c205.042V45.676c0-2.852-1.111-5.531-3.128-7.543c-1.995-1.99-4.639-3.085-7.445-3.085c-0.009%2c0-0.018%2c0-0.026%2c0 c-24.793%2c0.059-69.889%2c5.801-93.357%2c43.593c-0.955%2c1.54-1.46%2c3.401-1.46%2c5.382v166.779 c28.592-29.921%2c70.038-35.077%2c94.776-35.136C257.394%2c215.651%2c262.167%2c210.885%2c262.167%2c205.042z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M286.373%2c71.801h-7.706v133.241c0%2c14.921-12.157%2c27.088-27.101%2c27.125c-20.983%2c0.05-55.581%2c4.153-80.084%2c27.344 c42.378-10.376%2c87.052-3.631%2c112.512%2c2.171c3.179%2c0.724%2c6.464-0.024%2c9.011-2.054c2.538-2.025%2c3.994-5.052%2c3.994-8.301V82.427 C297%2c76.568%2c292.232%2c71.801%2c286.373%2c71.801z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3cpath d='M18.332%2c205.042V71.801h-7.706C4.768%2c71.801%2c0%2c76.568%2c0%2c82.427v168.897c0%2c3.25%2c1.456%2c6.276%2c3.994%2c8.301 c2.545%2c2.029%2c5.827%2c2.78%2c9.011%2c2.054c25.46-5.803%2c70.135-12.547%2c112.511-2.171c-24.502-23.19-59.1-27.292-80.083-27.342 C30.49%2c232.13%2c18.332%2c219.963%2c18.332%2c205.042z' data-original='black' class='active-path' data-old_color='black' fill='%230087fc'/%3e %3c/g%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat; }
  .bibliograpy-icon-active:hover {
    transform: scale(1.2); }

.bookmark {
  cursor: pointer;
  color: #0087fc;
  position: absolute;
  width: 10px;
  height: 15px;
  border-radius: 1px 1px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor; }
  .bookmark:hover {
    background-color: currentColor; }
    .bookmark:hover::before {
      background-color: #ffffff; }
  .bookmark::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 1px;
    width: 7px;
    height: 7px;
    border-top: solid 1px currentColor;
    border-left: solid 1px currentColor;
    transform: rotate(45deg); }

.bookmark-active {
  cursor: pointer;
  color: #0087fc;
  position: absolute;
  width: 10px;
  height: 15px;
  border-radius: 1px 1px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  background-color: currentColor; }

.bookmark-active:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 1px;
  width: 7px;
  height: 7px;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  background-color: #ffffff;
  transform: rotate(45deg); }

.arrow, .right, .left, .up, .down {
  border: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px; }

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 8px;
  position: relative; }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 4px;
  position: relative; }

.svg-icon-md {
  width: 20px; }

.magni-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3e %3cmetadata%3e Svg Vector Icons : http://www.onlinewebfonts.com/icon %3c/metadata%3e %3cg%3e%3cpath d='M966%2c850.7L731.6%2c616.2c-2.7-2.7-5.8-4.8-8.6-7.1c39.6-60.8%2c62.8-133.2%2c62.8-211.2c0-214.2-173.5-387.9-387.9-387.9C183.7%2c10.1%2c10%2c183.7%2c10%2c397.9c0%2c214.3%2c173.8%2c387.9%2c387.9%2c387.9c78%2c0%2c150.5-23.1%2c211.3-62.9c2.2%2c2.9%2c4.2%2c5.8%2c6.9%2c8.6L850.5%2c966c15.9%2c15.9%2c36.9%2c23.9%2c57.8%2c23.9c20.8%2c0%2c41.7-8%2c57.8-23.9c31.8-31.8%2c31.8-83.6%2c0-115.5 M397.7%2c663.4c-146.3%2c0-265.5-119.1-265.5-265.5c0-146.3%2c119.1-265.5%2c265.5-265.5c146.4%2c0%2c265.5%2c119.1%2c265.5%2c265.5C663.2%2c544.2%2c544.1%2c663.4%2c397.7%2c663.4z'/%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  padding: 8px;
  opacity: 0.5; }

.expand-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490.667 490.667'%3e%3cg transform='matrix(0.842943 0 0 0.842943 38.5313 38.5313)'%3e%3cg%3e %3cg%3e %3cpath d='M423.531%2c67.136c-4.16-4.16-10.923-4.16-15.083%2c0L259.115%2c216.469c-4.16%2c4.16-4.16%2c10.923%2c0%2c15.083 c2.091%2c2.069%2c4.821%2c3.115%2c7.552%2c3.115c2.731%2c0%2c5.461-1.045%2c7.531-3.115L423.531%2c82.219 C427.691%2c78.059%2c427.691%2c71.296%2c423.531%2c67.136z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M416%2c64c-5.888%2c0-10.667%2c4.779-10.667%2c10.667v128c0%2c5.888%2c4.779%2c10.667%2c10.667%2c10.667c5.888%2c0%2c10.667-4.779%2c10.667-10.667 v-128C426.667%2c68.779%2c421.888%2c64%2c416%2c64z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M416%2c64H288c-5.888%2c0-10.667%2c4.779-10.667%2c10.667S282.112%2c85.333%2c288%2c85.333h128c5.888%2c0%2c10.667-4.779%2c10.667-10.667 S421.888%2c64%2c416%2c64z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M231.531%2c259.136c-4.16-4.16-10.923-4.16-15.083%2c0L67.115%2c408.469c-4.16%2c4.16-4.16%2c10.923%2c0%2c15.083 c2.091%2c2.069%2c4.821%2c3.115%2c7.552%2c3.115c2.731%2c0%2c5.461-1.045%2c7.531-3.115l149.333-149.333 C235.691%2c270.059%2c235.691%2c263.296%2c231.531%2c259.136z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M74.667%2c277.333C68.779%2c277.333%2c64%2c282.112%2c64%2c288v128c0%2c5.888%2c4.779%2c10.667%2c10.667%2c10.667S85.333%2c421.888%2c85.333%2c416V288 C85.333%2c282.112%2c80.555%2c277.333%2c74.667%2c277.333z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M202.667%2c405.333h-128C68.779%2c405.333%2c64%2c410.112%2c64%2c416c0%2c5.888%2c4.779%2c10.667%2c10.667%2c10.667h128 c5.888%2c0%2c10.667-4.779%2c10.667-10.667C213.333%2c410.112%2c208.555%2c405.333%2c202.667%2c405.333z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M458.667%2c0H32C14.357%2c0%2c0%2c14.357%2c0%2c32v426.667c0%2c17.643%2c14.357%2c32%2c32%2c32h426.667c17.643%2c0%2c32-14.357%2c32-32V32 C490.667%2c14.357%2c476.309%2c0%2c458.667%2c0z M469.333%2c458.667c0%2c5.867-4.8%2c10.667-10.667%2c10.667H32c-5.867%2c0-10.667-4.8-10.667-10.667 V32c0-5.867%2c4.8-10.667%2c10.667-10.667h426.667c5.867%2c0%2c10.667%2c4.8%2c10.667%2c10.667V458.667z' data-original='black' class='active-path' data-old_color='black' fill='white'/%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  height: 30px;
  width: 30px;
  padding: 15px 13px; }

.search-icon-white {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-121.000000%2c -16.000000)' fill='white'%3e %3cg id='Magnifier---simple-line-icons' transform='translate(121.000000%2c 16.000000)'%3e %3cpath d='M22.8066406%2c21.1933594 C22.9355475%2c21.3222663 23%2c21.4833975 23%2c21.6767578 C23%2c21.8701182 22.9355475%2c22.0312494 22.8066406%2c22.1601562 C22.6634107%2c22.3033861 22.4986988%2c22.375 22.3125%2c22.375 C22.1263012%2c22.375 21.9615893%2c22.3033861 21.8183594%2c22.1601562 L15.1582031%2c15.4570312 C14.3990847%2c16.1158887 13.5397183%2c16.6315086 12.5800781%2c17.0039062 C11.6204379%2c17.3763039 10.603521%2c17.5625 9.52929688%2c17.5625 C8.34048885%2c17.5625 7.22331252%2c17.3369163 6.17773438%2c16.8857422 C5.13215623%2c16.4345681 4.21907942%2c15.8222695 3.43847656%2c15.0488281 C2.6578737%2c14.2753868 2.04557514%2c13.3658906 1.6015625%2c12.3203125 C1.15754986%2c11.2747344 0.935546875%2c10.157558 0.935546875%2c8.96875 C0.935546875%2c7.77994197 1.15754986%2c6.66276564 1.6015625%2c5.6171875 C2.04557514%2c4.57160936 2.6578737%2c3.66211324 3.43847656%2c2.88867188 C4.21907942%2c2.11523051 5.13215623%2c1.50293194 6.17773438%2c1.05175781 C7.22331252%2c0.600583682 8.34048885%2c0.375 9.52929688%2c0.375 C10.7037819%2c0.375 11.8137969%2c0.600583682 12.859375%2c1.05175781 C13.9049531%2c1.50293194 14.81803%2c2.11523051 15.5986328%2c2.88867188 C16.3792357%2c3.66211324 16.9951149%2c4.57160936 17.4462891%2c5.6171875 C17.8974632%2c6.66276564 18.1230469%2c7.77994197 18.1230469%2c8.96875 C18.1230469%2c10.0143281 17.9440122%2c11.0061802 17.5859375%2c11.9443359 C17.2278628%2c12.8824917 16.7408885%2c13.7239546 16.125%2c14.46875 L22.8066406%2c21.1933594 Z M9.52929688%2c16.2089844 C10.5175831%2c16.2089844 11.452144%2c16.0192076 12.3330078%2c15.6396484 C13.2138716%2c15.2600892 13.98014%2c14.7408887 14.6318359%2c14.0820312 C15.2835319%2c13.4231738 15.7991517%2c12.6569054 16.1787109%2c11.7832031 C16.5582701%2c10.9095008 16.7480469%2c9.97135918 16.7480469%2c8.96875 C16.7480469%2c7.96614082 16.5582701%2c7.02799916 16.1787109%2c6.15429688 C15.7991517%2c5.28059459 15.2835319%2c4.51432621 14.6318359%2c3.85546875 C13.98014%2c3.19661129 13.2138716%2c2.67741075 12.3330078%2c2.29785156 C11.452144%2c1.91829237 10.5175831%2c1.72851562 9.52929688%2c1.72851562 C8.5266877%2c1.72851562 7.58496534%2c1.91829237 6.70410156%2c2.29785156 C5.82323778%2c2.67741075 5.0569694%2c3.19661129 4.40527344%2c3.85546875 C3.75357747%2c4.51432621 3.23795763%2c5.28059459 2.85839844%2c6.15429688 C2.47883925%2c7.02799916 2.2890625%2c7.96614082 2.2890625%2c8.96875 C2.2890625%2c9.97135918 2.47883925%2c10.9095008 2.85839844%2c11.7832031 C3.23795763%2c12.6569054 3.75357747%2c13.4231738 4.40527344%2c14.0820312 C5.0569694%2c14.7408887 5.82323778%2c15.2600892 6.70410156%2c15.6396484 C7.58496534%2c16.0192076 8.5266877%2c16.2089844 9.52929688%2c16.2089844 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  padding: 8px; }

.downloade-file {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-163.000000%2c -202.000000)' stroke='%230087fc'%3e %3cg id='Download_selected' transform='translate(163.000000%2c 202.000000)'%3e %3cg%3e %3cpath d='M8.52432771%2c13.5 L0.516644066%2c13.5' id='Line-4'/%3e %3cpath d='M4.5%2c0.5 L4.5%2c10.5' id='Line-5'/%3e %3cpolyline id='Line-5' stroke-linejoin='round' points='0.484418791 8 4.50331817 11 8.51469318 8'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 12px;
  width: 12px;
  padding: 6px; }

.menu-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 408 408'%3e %3cg%3e %3cg id='more-horiz'%3e %3cpath d='M51%2c153c-28.05%2c0-51%2c22.95-51%2c51s22.95%2c51%2c51%2c51s51-22.95%2c51-51S79.05%2c153%2c51%2c153z M357%2c153c-28.05%2c0-51%2c22.95-51%2c51 s22.95%2c51%2c51%2c51s51-22.95%2c51-51S385.05%2c153%2c357%2c153z M204%2c153c-28.05%2c0-51%2c22.95-51%2c51s22.95%2c51%2c51%2c51s51-22.95%2c51-51 S232.05%2c153%2c204%2c153z'/%3e %3c/g%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 %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") center no-repeat;
  height: 12px;
  width: 12px;
  padding: 6px; }

.bubble_graph-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Colors-Copy' transform='translate(-170.000000%2c -297.000000)'%3e %3cg id='Group-7' transform='translate(20.000000%2c 242.000000)'%3e %3cg id='Group-14' transform='translate(20.000000%2c 55.000000)'%3e %3cg id='Bubble' transform='translate(130.000000%2c 0.000000)'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cg id='Group-11' transform='translate(6.000000%2c 6.000000)'%3e %3cg id='Group-9' opacity='0.200000018' stroke='%23979797' stroke-linecap='square' stroke-width='0.5'%3e %3cpath d='M1.5%2c0 L1.5%2c86.5' id='Line'/%3e %3cpath d='M85.1311617%2c86.5 L1.5%2c86.5' id='Line-Copy'/%3e %3c/g%3e %3cg id='Group-10' transform='translate(8.000000%2c 13.000000)' opacity='0.699999988'%3e %3ccircle id='Oval-2' fill='%23CA9546' cx='12.5' cy='12.5' r='12.5'/%3e %3ccircle id='Oval-2-Copy-8' fill='%23CA9546' cx='59' cy='58' r='9'/%3e %3ccircle id='Oval-2-Copy-7' fill='%23CA9546' cx='32.5' cy='47.5' r='5.5'/%3e %3ccircle id='Oval-2-Copy' fill='%236E95B9' cx='31' cy='39' r='7'/%3e %3ccircle id='Oval-2-Copy-10' fill='%236E95B9' cx='45.5' cy='49.5' r='4.5'/%3e %3ccircle id='Oval-2-Copy-4' fill='%236E95B9' cx='55.5' cy='14.5' r='7.5'/%3e %3ccircle id='Oval-2-Copy-3' fill='%23149F84' cx='27' cy='14' r='5'/%3e %3ccircle id='Oval-2-Copy-6' fill='%23149F84' cx='54' cy='30' r='6'/%3e %3ccircle id='Oval-2-Copy-9' fill='%23149F84' cx='47.5' cy='56.5' r='4.5'/%3e %3ccircle id='Oval-2-Copy-2' fill='%239B9D1C' cx='14.5' cy='56.5' r='6.5'/%3e %3ccircle id='Oval-2-Copy-5' fill='%239B9D1C' cx='51.5' cy='22.5' r='3.5'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 100px;
  width: 100px;
  display: block;
  padding: 8px; }

.bar_graph-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Colors-Copy' transform='translate(-430.000000%2c -297.000000)'%3e %3cg id='Group-7' transform='translate(20.000000%2c 242.000000)'%3e %3cg id='Group-14' transform='translate(20.000000%2c 55.000000)'%3e %3cg id='Bar' transform='translate(390.000000%2c 0.000000)'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M7.5%2c21 L7.5%2c90.5' id='Line' stroke='%23979797' stroke-width='0.5' opacity='0.200000018' stroke-linecap='square'/%3e %3crect id='Rectangle-5' fill='%2330679B' x='14' y='25' width='9' height='66'/%3e %3crect id='Rectangle-5-Copy' fill='%2330679B' x='31' y='60' width='9' height='31'/%3e %3crect id='Rectangle-5-Copy-2' fill='%2330679B' x='48' y='57' width='9' height='34'/%3e %3crect id='Rectangle-5-Copy-3' fill='%2330679B' x='65' y='75' width='9' height='16'/%3e %3crect id='Rectangle-5-Copy-4' fill='%2330679B' x='82' y='51' width='9' height='40'/%3e %3cpath d='M91.1311617%2c90.5 L7.5%2c90.5' id='Line-Copy' stroke='%23979797' stroke-width='0.5' opacity='0.200000018' stroke-linecap='square'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 100px;
  width: 100px;
  display: block;
  padding: 8px; }

.stack_bar_graph-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Colors-Copy' transform='translate(-40.000000%2c -297.000000)'%3e %3cg id='Group-7' transform='translate(20.000000%2c 242.000000)'%3e %3cg id='Group-14' transform='translate(20.000000%2c 55.000000)'%3e %3cg id='Stacked-Bar'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M7.5%2c21 L7.5%2c90.5' id='Line' stroke='%23979797' stroke-width='0.5' opacity='0.200000018' stroke-linecap='square'/%3e %3crect id='Rectangle-5' fill='%2330679B' x='14' y='75' width='9' height='16'/%3e %3crect id='Rectangle-5-Copy' fill='%2330679B' x='31' y='70' width='9' height='21'/%3e %3crect id='Rectangle-5-Copy-2' fill='%2330679B' x='48' y='67' width='9' height='24'/%3e %3crect id='Rectangle-5-Copy-3' fill='%2330679B' x='65' y='85' width='9' height='6'/%3e %3crect id='Rectangle-5-Copy-4' fill='%2330679B' x='82' y='81' width='9' height='10'/%3e %3crect id='Rectangle-5-Copy-9' fill='%23CA9546' x='14' y='70' width='9' height='5'/%3e %3crect id='Rectangle-5-Copy-8' fill='%23CA9546' x='31' y='69' width='9' height='10'/%3e %3cpolygon id='Rectangle-5-Copy-7' fill='%23CA9546' points='48 64 57 64 57 77 48 77'/%3e %3crect id='Rectangle-5-Copy-6' fill='%23CA9546' x='65' y='64' width='9' height='21'/%3e %3crect id='Rectangle-5-Copy-5' fill='%23CA9546' x='82' y='76' width='9' height='6'/%3e %3crect id='Rectangle-5-Copy-14' fill='%23149F84' x='14' y='60' width='9' height='10'/%3e %3crect id='Rectangle-5-Copy-13' fill='%23149F84' x='31' y='59' width='9' height='10'/%3e %3cpolygon id='Rectangle-5-Copy-12' fill='%23149F84' points='48 54 57 54 57 67 48 67'/%3e %3crect id='Rectangle-5-Copy-11' fill='%23149F84' x='65' y='59' width='9' height='6'/%3e %3crect id='Rectangle-5-Copy-10' fill='%23149F84' x='82' y='66' width='9' height='10'/%3e %3cpath d='M91.1311617%2c90.5 L7.5%2c90.5' id='Line-Copy' stroke='%23979797' stroke-width='0.5' opacity='0.200000018' stroke-linecap='square'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 100px;
  width: 100px;
  display: block;
  padding: 8px; }

.donut_chart-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Colors-Copy' transform='translate(-1080.000000%2c -297.000000)'%3e %3cg id='Group-7' transform='translate(20.000000%2c 242.000000)'%3e %3cg id='Group-14' transform='translate(20.000000%2c 55.000000)'%3e %3cg id='Donut' transform='translate(1040.000000%2c 0.000000)'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cg id='donut-chart-(1)' transform='translate(22.000000%2c 22.000000)' fill-rule='nonzero'%3e %3cpath d='M29.9612962%2c13.4927038 C35.8312596%2c14.4007867 40.5092625%2c19.1420632 41.3385681%2c25.0231536 C41.4173367%2c25.5830546 41.8973993%2c26 42.4629366%2c26 L53.8646906%2c26 C54.1829583%2c26 54.4867496%2c25.8669437 54.701873%2c25.6319129 C54.9169964%2c25.3979467 55.0234405%2c25.0841466 54.9956586%2c24.7670467 C53.8545784%2c11.5589161 43.440838%2c1.14507522 30.2329414%2c0.00515492063 C29.9279792%2c-0.025927041 29.6008767%2c0.0849887261 29.3680835%2c0.298943325 C29.1330551%2c0.514068819 29%2c0.817863061 29%2c1.13613383 L29%2c12.3705598 C28.9998936%2c12.9304609 29.4080001%2c13.4072284 29.9612962%2c13.4927038 Z' id='Shape' fill='%23CA9546'/%3e %3cpath d='M54.840898%2c29 L43.1384973%2c29 C42.5724888%2c29 42.0890775%2c29.4138032 41.9950688%2c29.9790408 C40.862943%2c36.7759789 35.1017845%2c41.7089315 28.2956621%2c41.7089315 C25.385087%2c41.7089315 22.5876485%2c40.7952628 20.2079781%2c39.0665338 C19.7427165%2c38.7306488 19.1121516%2c38.7833647 18.7125331%2c39.1903446 L10.3395625%2c47.6691286 C10.109703%2c47.9018929 9.98743737%2c48.22171 10.0010224%2c48.549561 C10.0146075%2c48.8786226 10.1651301%2c49.1857835 10.4131393%2c49.3978576 C15.4180981%2c53.6556287 21.7691749%2c56 28.2956621%2c56 C42.5996589%2c56 54.7673212%2c44.6999804 55.9956293%2c30.2748661 C56.0238863%2c29.9470151 55.9141189%2c29.6225758 55.6956709%2c29.380677 C55.4759187%2c29.1375676 55.1657443%2c29 54.840898%2c29 Z' id='Shape' fill='%23149F84'/%3e %3cpath d='M18.4140395%2c16.6520803 C18.6364619%2c16.8828763 18.9317674%2c17 19.2271807%2c17 C19.4686864%2c17 19.7100844%2c16.9222887 19.9155799%2c16.7645279 C21.7069272%2c15.3833145 23.8193478%2c14.4671445 26.0251362%2c14.1156621 C26.586637%2c14.026372 27%2c13.5277056 27%2c12.9419759 L27%2c1.1916418 C27%2c0.858752223 26.8652312%2c0.541004112 26.6271755%2c0.315997478 C26.3912761%2c0.0909908443 26.0600683%2c-0.0353735937 25.7511781%2c0.00871479169 C20.0761165%2c0.513170535 14.7707528%2c2.78049369 10.409849%2c6.56240875 C10.1639229%2c6.77583662 10.0144912%2c7.08779535 10.0010143%2c7.42057359 C9.98753741%2c7.75223849 10.1088294%2c8.07577598 10.3368582%2c8.31124804 L18.4140395%2c16.6520803 Z' id='Shape' fill='%2330679B'/%3e %3cpath d='M16.7688011%2c35.6906338 C14.9477988%2c33.2363995 13.9850178%2c30.3333634 13.9850178%2c27.2964779 C13.9850178%2c24.3534409 14.8920773%2c21.5248021 16.6083012%2c19.118591 C16.9406639%2c18.6515469 16.8894219%2c18.0116416 16.485386%2c17.6064671 L8.2706084%2c9.34385287 C8.03952784%2c9.11142976 7.69361716%2c8.98439377 7.39654479%2c9.00153703 C7.06986352%2c9.01527362 6.76492457%2c9.16747505 6.5543845%2c9.41825025 C2.32741288%2c14.47903 0%2c20.9009411 0%2c27.5002191 C0%2c34.099497 2.32741288%2c40.5214081 6.5543845%2c45.5821879 C6.76492457%2c45.8328532 7.06997277%2c45.9851645 7.39654479%2c45.9989011 C7.41249645%2c46 7.42954069%2c46 7.44658493%2c46 C7.75502013%2c46 8.0520925%2c45.8774696 8.2706084%2c45.6565852 L16.6584506%2c37.2200108 C17.0680586%2c36.8079131 17.1147118%2c36.1565789 16.7688011%2c35.6906338 Z' id='Shape' fill='%239B9B9B'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 100px;
  width: 100px;
  display: block;
  padding: 8px; }

.list-item {
  border-left: 2px solid transparent;
  padding: 10px;
  -ms-flex-align: center;
      align-items: center; }
  .list-item .list-icon {
    background-position: left !important;
    height: 15px;
    width: 15px;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 30px;
    padding-right: 20px; }
    .list-item .list-icon.publications {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -53.000000)' fill='%23C3C3C3'%3e %3cg id='Layers---simple-line-icons' transform='translate(15.000000%2c 53.000000)'%3e %3cpath d='M0.30078125%2c5.00390625 C0.227864219%2c4.96744773 0.170898643%2c4.91276078 0.129882812%2c4.83984375 C0.0888669824%2c4.76692672 0.068359375%2c4.68945354 0.068359375%2c4.60742188 C0.068359375%2c4.52539021 0.0911456055%2c4.45019565 0.13671875%2c4.38183594 C0.182291895%2c4.31347622 0.241536094%2c4.26106789 0.314453125%2c4.22460938 L6.87695312%2c0.9296875 C6.94075553%2c0.893228984 7.0068356%2c0.875 7.07519531%2c0.875 C7.14355503%2c0.875 7.2096351%2c0.893228984 7.2734375%2c0.9296875 L13.7675781%2c4.22460938 C13.8404952%2c4.26106789 13.8974607%2c4.31347622 13.9384766%2c4.38183594 C13.9794924%2c4.45019565 14%2c4.52539021 14%2c4.60742188 C14%2c4.68945354 13.9794924%2c4.76692672 13.9384766%2c4.83984375 C13.8974607%2c4.91276078 13.8450524%2c4.96744773 13.78125%2c5.00390625 L7.20507813%2c8.54492188 C7.17773424%2c8.56315113 7.14583352%2c8.57454425 7.109375%2c8.57910156 C7.07291648%2c8.58365888 7.03645852%2c8.5859375 7%2c8.5859375 C6.96354148%2c8.5859375 6.92936214%2c8.58138025 6.89746094%2c8.57226562 C6.86555974%2c8.563151 6.83138039%2c8.5540365 6.79492188%2c8.54492188 L0.30078125%2c5.00390625 Z M7.06835938%2c1.8046875 L1.44921875%2c4.63476562 L7%2c7.65625 L12.6191406%2c4.63476562 L7.06835938%2c1.8046875 Z M13.6855469%2c7.4375 C13.7584639%2c7.47395852 13.8177081%2c7.52864547 13.8632812%2c7.6015625 C13.9088544%2c7.67447953 13.9316406%2c7.74739547 13.9316406%2c7.8203125 C13.9316406%2c7.90234416 13.911133%2c7.97981734 13.8701172%2c8.05273438 C13.8291014%2c8.12565141 13.7721358%2c8.18033836 13.6992188%2c8.21679688 L7.13671875%2c11.7578125 C7.10026023%2c11.7760418 7.06608089%2c11.7897135 7.03417969%2c11.7988281 C7.00227849%2c11.8079428 6.96809914%2c11.8125 6.93164062%2c11.8125 C6.89518211%2c11.8125 6.85872414%2c11.8079428 6.82226562%2c11.7988281 C6.78580711%2c11.7897135 6.74934914%2c11.7760418 6.71289062%2c11.7578125 L0.21875%2c8.21679688 C0.154947598%2c8.18033836 0.102539268%2c8.12565141 0.0615234375%2c8.05273438 C0.0205076074%2c7.97981734 0%2c7.90234416 0%2c7.8203125 C0%2c7.73828084 0.0205076074%2c7.66308628 0.0615234375%2c7.59472656 C0.102539268%2c7.52636685 0.159504844%2c7.47395852 0.232421875%2c7.4375 L1.61328125%2c6.75390625 L2.54296875%2c7.25976562 L1.38085938%2c7.84765625 L6.93164062%2c10.8691406 L12.5507812%2c7.84765625 L11.4570312%2c7.28710938 L12.3867188%2c6.78125 L13.6855469%2c7.4375 Z M13.6855469%2c10.5 C13.7584639%2c10.5364585 13.8177081%2c10.5911455 13.8632812%2c10.6640625 C13.9088544%2c10.7369795 13.9316406%2c10.8098955 13.9316406%2c10.8828125 C13.9316406%2c10.9648442 13.911133%2c11.0423173 13.8701172%2c11.1152344 C13.8291014%2c11.1881514 13.7721358%2c11.2428384 13.6992188%2c11.2792969 L7.13671875%2c14.8203125 C7.10026023%2c14.8385418 7.06608089%2c14.8522135 7.03417969%2c14.8613281 C7.00227849%2c14.8704428 6.96809914%2c14.875 6.93164062%2c14.875 C6.89518211%2c14.875 6.85872414%2c14.8704428 6.82226562%2c14.8613281 C6.78580711%2c14.8522135 6.74934914%2c14.8385418 6.71289062%2c14.8203125 L0.21875%2c11.2792969 C0.154947598%2c11.2428384 0.102539268%2c11.1881514 0.0615234375%2c11.1152344 C0.0205076074%2c11.0423173 0%2c10.9648442 0%2c10.8828125 C0%2c10.8007808 0.0205076074%2c10.7255863 0.0615234375%2c10.6572266 C0.102539268%2c10.5888668 0.159504844%2c10.5364585 0.232421875%2c10.5 L1.53125%2c9.91210938 L2.4609375%2c10.4179688 L1.38085938%2c10.9101562 L6.93164062%2c13.9316406 L12.5507812%2c10.9101562 L11.5253906%2c10.4042969 L12.4550781%2c9.8984375 L13.6855469%2c10.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      fill: #0087fc; }
    .list-item .list-icon.publications_w {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -53.000000)' fill='%23C3C3C3'%3e %3cg id='Layers---simple-line-icons' transform='translate(15.000000%2c 53.000000)'%3e %3cpath d='M0.30078125%2c5.00390625 C0.227864219%2c4.96744773 0.170898643%2c4.91276078 0.129882812%2c4.83984375 C0.0888669824%2c4.76692672 0.068359375%2c4.68945354 0.068359375%2c4.60742188 C0.068359375%2c4.52539021 0.0911456055%2c4.45019565 0.13671875%2c4.38183594 C0.182291895%2c4.31347622 0.241536094%2c4.26106789 0.314453125%2c4.22460938 L6.87695312%2c0.9296875 C6.94075553%2c0.893228984 7.0068356%2c0.875 7.07519531%2c0.875 C7.14355503%2c0.875 7.2096351%2c0.893228984 7.2734375%2c0.9296875 L13.7675781%2c4.22460938 C13.8404952%2c4.26106789 13.8974607%2c4.31347622 13.9384766%2c4.38183594 C13.9794924%2c4.45019565 14%2c4.52539021 14%2c4.60742188 C14%2c4.68945354 13.9794924%2c4.76692672 13.9384766%2c4.83984375 C13.8974607%2c4.91276078 13.8450524%2c4.96744773 13.78125%2c5.00390625 L7.20507813%2c8.54492188 C7.17773424%2c8.56315113 7.14583352%2c8.57454425 7.109375%2c8.57910156 C7.07291648%2c8.58365888 7.03645852%2c8.5859375 7%2c8.5859375 C6.96354148%2c8.5859375 6.92936214%2c8.58138025 6.89746094%2c8.57226562 C6.86555974%2c8.563151 6.83138039%2c8.5540365 6.79492188%2c8.54492188 L0.30078125%2c5.00390625 Z M7.06835938%2c1.8046875 L1.44921875%2c4.63476562 L7%2c7.65625 L12.6191406%2c4.63476562 L7.06835938%2c1.8046875 Z M13.6855469%2c7.4375 C13.7584639%2c7.47395852 13.8177081%2c7.52864547 13.8632812%2c7.6015625 C13.9088544%2c7.67447953 13.9316406%2c7.74739547 13.9316406%2c7.8203125 C13.9316406%2c7.90234416 13.911133%2c7.97981734 13.8701172%2c8.05273438 C13.8291014%2c8.12565141 13.7721358%2c8.18033836 13.6992188%2c8.21679688 L7.13671875%2c11.7578125 C7.10026023%2c11.7760418 7.06608089%2c11.7897135 7.03417969%2c11.7988281 C7.00227849%2c11.8079428 6.96809914%2c11.8125 6.93164062%2c11.8125 C6.89518211%2c11.8125 6.85872414%2c11.8079428 6.82226562%2c11.7988281 C6.78580711%2c11.7897135 6.74934914%2c11.7760418 6.71289062%2c11.7578125 L0.21875%2c8.21679688 C0.154947598%2c8.18033836 0.102539268%2c8.12565141 0.0615234375%2c8.05273438 C0.0205076074%2c7.97981734 0%2c7.90234416 0%2c7.8203125 C0%2c7.73828084 0.0205076074%2c7.66308628 0.0615234375%2c7.59472656 C0.102539268%2c7.52636685 0.159504844%2c7.47395852 0.232421875%2c7.4375 L1.61328125%2c6.75390625 L2.54296875%2c7.25976562 L1.38085938%2c7.84765625 L6.93164062%2c10.8691406 L12.5507812%2c7.84765625 L11.4570312%2c7.28710938 L12.3867188%2c6.78125 L13.6855469%2c7.4375 Z M13.6855469%2c10.5 C13.7584639%2c10.5364585 13.8177081%2c10.5911455 13.8632812%2c10.6640625 C13.9088544%2c10.7369795 13.9316406%2c10.8098955 13.9316406%2c10.8828125 C13.9316406%2c10.9648442 13.911133%2c11.0423173 13.8701172%2c11.1152344 C13.8291014%2c11.1881514 13.7721358%2c11.2428384 13.6992188%2c11.2792969 L7.13671875%2c14.8203125 C7.10026023%2c14.8385418 7.06608089%2c14.8522135 7.03417969%2c14.8613281 C7.00227849%2c14.8704428 6.96809914%2c14.875 6.93164062%2c14.875 C6.89518211%2c14.875 6.85872414%2c14.8704428 6.82226562%2c14.8613281 C6.78580711%2c14.8522135 6.74934914%2c14.8385418 6.71289062%2c14.8203125 L0.21875%2c11.2792969 C0.154947598%2c11.2428384 0.102539268%2c11.1881514 0.0615234375%2c11.1152344 C0.0205076074%2c11.0423173 0%2c10.9648442 0%2c10.8828125 C0%2c10.8007808 0.0205076074%2c10.7255863 0.0615234375%2c10.6572266 C0.102539268%2c10.5888668 0.159504844%2c10.5364585 0.232421875%2c10.5 L1.53125%2c9.91210938 L2.4609375%2c10.4179688 L1.38085938%2c10.9101562 L6.93164062%2c13.9316406 L12.5507812%2c10.9101562 L11.5253906%2c10.4042969 L12.4550781%2c9.8984375 L13.6855469%2c10.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      fill: #0087fc; }
    .list-item .list-icon.springer_publications {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -53.000000)' fill='%23C3C3C3'%3e %3cg id='Layers---simple-line-icons' transform='translate(15.000000%2c 53.000000)'%3e %3cpath d='M0.30078125%2c5.00390625 C0.227864219%2c4.96744773 0.170898643%2c4.91276078 0.129882812%2c4.83984375 C0.0888669824%2c4.76692672 0.068359375%2c4.68945354 0.068359375%2c4.60742188 C0.068359375%2c4.52539021 0.0911456055%2c4.45019565 0.13671875%2c4.38183594 C0.182291895%2c4.31347622 0.241536094%2c4.26106789 0.314453125%2c4.22460938 L6.87695312%2c0.9296875 C6.94075553%2c0.893228984 7.0068356%2c0.875 7.07519531%2c0.875 C7.14355503%2c0.875 7.2096351%2c0.893228984 7.2734375%2c0.9296875 L13.7675781%2c4.22460938 C13.8404952%2c4.26106789 13.8974607%2c4.31347622 13.9384766%2c4.38183594 C13.9794924%2c4.45019565 14%2c4.52539021 14%2c4.60742188 C14%2c4.68945354 13.9794924%2c4.76692672 13.9384766%2c4.83984375 C13.8974607%2c4.91276078 13.8450524%2c4.96744773 13.78125%2c5.00390625 L7.20507813%2c8.54492188 C7.17773424%2c8.56315113 7.14583352%2c8.57454425 7.109375%2c8.57910156 C7.07291648%2c8.58365888 7.03645852%2c8.5859375 7%2c8.5859375 C6.96354148%2c8.5859375 6.92936214%2c8.58138025 6.89746094%2c8.57226562 C6.86555974%2c8.563151 6.83138039%2c8.5540365 6.79492188%2c8.54492188 L0.30078125%2c5.00390625 Z M7.06835938%2c1.8046875 L1.44921875%2c4.63476562 L7%2c7.65625 L12.6191406%2c4.63476562 L7.06835938%2c1.8046875 Z M13.6855469%2c7.4375 C13.7584639%2c7.47395852 13.8177081%2c7.52864547 13.8632812%2c7.6015625 C13.9088544%2c7.67447953 13.9316406%2c7.74739547 13.9316406%2c7.8203125 C13.9316406%2c7.90234416 13.911133%2c7.97981734 13.8701172%2c8.05273438 C13.8291014%2c8.12565141 13.7721358%2c8.18033836 13.6992188%2c8.21679688 L7.13671875%2c11.7578125 C7.10026023%2c11.7760418 7.06608089%2c11.7897135 7.03417969%2c11.7988281 C7.00227849%2c11.8079428 6.96809914%2c11.8125 6.93164062%2c11.8125 C6.89518211%2c11.8125 6.85872414%2c11.8079428 6.82226562%2c11.7988281 C6.78580711%2c11.7897135 6.74934914%2c11.7760418 6.71289062%2c11.7578125 L0.21875%2c8.21679688 C0.154947598%2c8.18033836 0.102539268%2c8.12565141 0.0615234375%2c8.05273438 C0.0205076074%2c7.97981734 0%2c7.90234416 0%2c7.8203125 C0%2c7.73828084 0.0205076074%2c7.66308628 0.0615234375%2c7.59472656 C0.102539268%2c7.52636685 0.159504844%2c7.47395852 0.232421875%2c7.4375 L1.61328125%2c6.75390625 L2.54296875%2c7.25976562 L1.38085938%2c7.84765625 L6.93164062%2c10.8691406 L12.5507812%2c7.84765625 L11.4570312%2c7.28710938 L12.3867188%2c6.78125 L13.6855469%2c7.4375 Z M13.6855469%2c10.5 C13.7584639%2c10.5364585 13.8177081%2c10.5911455 13.8632812%2c10.6640625 C13.9088544%2c10.7369795 13.9316406%2c10.8098955 13.9316406%2c10.8828125 C13.9316406%2c10.9648442 13.911133%2c11.0423173 13.8701172%2c11.1152344 C13.8291014%2c11.1881514 13.7721358%2c11.2428384 13.6992188%2c11.2792969 L7.13671875%2c14.8203125 C7.10026023%2c14.8385418 7.06608089%2c14.8522135 7.03417969%2c14.8613281 C7.00227849%2c14.8704428 6.96809914%2c14.875 6.93164062%2c14.875 C6.89518211%2c14.875 6.85872414%2c14.8704428 6.82226562%2c14.8613281 C6.78580711%2c14.8522135 6.74934914%2c14.8385418 6.71289062%2c14.8203125 L0.21875%2c11.2792969 C0.154947598%2c11.2428384 0.102539268%2c11.1881514 0.0615234375%2c11.1152344 C0.0205076074%2c11.0423173 0%2c10.9648442 0%2c10.8828125 C0%2c10.8007808 0.0205076074%2c10.7255863 0.0615234375%2c10.6572266 C0.102539268%2c10.5888668 0.159504844%2c10.5364585 0.232421875%2c10.5 L1.53125%2c9.91210938 L2.4609375%2c10.4179688 L1.38085938%2c10.9101562 L6.93164062%2c13.9316406 L12.5507812%2c10.9101562 L11.5253906%2c10.4042969 L12.4550781%2c9.8984375 L13.6855469%2c10.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      fill: #0087fc; }
    .list-item .list-icon.clinicaltrials {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-46.000000%2c -52.000000)' fill='%239B9B9B'%3e %3cg id='Clinical-Trial_Inactive' transform='translate(46.000000%2c 52.000000)'%3e %3cpath d='M9.65625%2c15.171875 C9.72916703%2c15.244792 9.77343742%2c15.3281245 9.7890625%2c15.421875 C9.80468758%2c15.5156255 9.79166687%2c15.6093745 9.75%2c15.703125 C9.70833312%2c15.7968755 9.64583375%2c15.8697914 9.5625%2c15.921875 C9.47916625%2c15.9739586 9.39062547%2c16 9.296875%2c16 L0.703125%2c16 C0.609374531%2c16 0.52083375%2c15.9739586 0.4375%2c15.921875 C0.35416625%2c15.8697914 0.291666875%2c15.7968755 0.25%2c15.703125 C0.208333125%2c15.6093745 0.195312422%2c15.5156255 0.2109375%2c15.421875 C0.226562578%2c15.3281245 0.270832969%2c15.244792 0.34375%2c15.171875 L3%2c12.015625 L3%2c6.5 L2.671875%2c6.5 C2.52604094%2c6.5 2.40625047%2c6.45052133 2.3125%2c6.3515625 C2.21874953%2c6.25260367 2.171875%2c6.13541734 2.171875%2c6 C2.171875%2c5.85416594 2.21874953%2c5.73437547 2.3125%2c5.640625 C2.40625047%2c5.54687453 2.52604094%2c5.5 2.671875%2c5.5 L3.5%2c5.5 C3.63541734%2c5.5 3.75260367%2c5.54687453 3.8515625%2c5.640625 C3.95052133%2c5.73437547 4%2c5.85416594 4%2c6 L4%2c12.203125 C4%2c12.2656253 3.98958344%2c12.3255205 3.96875%2c12.3828125 C3.94791656%2c12.4401045 3.91666687%2c12.4947914 3.875%2c12.546875 L1.828125%2c15 L8.171875%2c15 L6.125%2c12.546875 C6.08333312%2c12.4947914 6.05208344%2c12.4401045 6.03125%2c12.3828125 C6.01041656%2c12.3255205 6%2c12.2656253 6%2c12.203125 L6%2c6 C6%2c5.85416594 6.04947867%2c5.73437547 6.1484375%2c5.640625 C6.24739633%2c5.54687453 6.36458266%2c5.5 6.5%2c5.5 L7.328125%2c5.5 C7.47395906%2c5.5 7.59374953%2c5.54687453 7.6875%2c5.640625 C7.78125047%2c5.73437547 7.828125%2c5.85416594 7.828125%2c6 C7.828125%2c6.13541734 7.78125047%2c6.25260367 7.6875%2c6.3515625 C7.59374953%2c6.45052133 7.47395906%2c6.5 7.328125%2c6.5 L7%2c6.5 L7%2c12.015625 L9.65625%2c15.171875 Z M4.5%2c5 C4.22916531%2c5 3.99479266%2c4.90104266 3.796875%2c4.703125 C3.59895734%2c4.50520734 3.5%2c4.27083469 3.5%2c4 C3.5%2c3.71874859 3.59895734%2c3.4817718 3.796875%2c3.2890625 C3.99479266%2c3.0963532 4.22916531%2c3 4.5%2c3 C4.77083469%2c3 5.00520734%2c3.0963532 5.203125%2c3.2890625 C5.40104266%2c3.4817718 5.5%2c3.71874859 5.5%2c4 C5.5%2c4.27083469 5.40104266%2c4.50520734 5.203125%2c4.703125 C5.00520734%2c4.90104266 4.77083469%2c5 4.5%2c5 Z M7.75%2c3.515625 C7.27083094%2c3.515625 6.85937672%2c3.34375172 6.515625%2c3 C6.17187328%2c2.65624828 6%2c2.23958578 6%2c1.75 C6%2c1.27083094 6.17187328%2c0.859376719 6.515625%2c0.515625 C6.85937672%2c0.171873281 7.27083094%2c0 7.75%2c0 C8.23958578%2c0 8.65624828%2c0.171873281 9%2c0.515625 C9.34375172%2c0.859376719 9.515625%2c1.27083094 9.515625%2c1.75 C9.515625%2c2.23958578 9.34375172%2c2.65624828 9%2c3 C8.65624828%2c3.34375172 8.23958578%2c3.515625 7.75%2c3.515625 Z M7.75%2c1 C7.54166562%2c1 7.36458406%2c1.07291594 7.21875%2c1.21875 C7.07291594%2c1.36458406 7%2c1.54166563 7%2c1.75 C7%2c1.95833437 7.07291594%2c2.13541594 7.21875%2c2.28125 C7.36458406%2c2.42708406 7.54166562%2c2.5 7.75%2c2.5 C7.95833437%2c2.5 8.13541594%2c2.42708406 8.28125%2c2.28125 C8.42708406%2c2.13541594 8.5%2c1.95833437 8.5%2c1.75 C8.5%2c1.54166563 8.42708406%2c1.36458406 8.28125%2c1.21875 C8.13541594%2c1.07291594 7.95833437%2c1 7.75%2c1 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.congresses {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-75.000000%2c -53.000000)' fill='%239B9B9B'%3e %3cg id='Congresses_Inactive' transform='translate(75.000000%2c 53.000000)'%3e %3cpath d='M10.1992188%2c12.2910156 L10.5683594%2c12.4960938 C10.8144544%2c12.6328132 10.9375%2c12.8105458 10.9375%2c13.0292969 L10.9375%2c14.1367188 C10.9375%2c14.3463552 10.8645841%2c14.5218092 10.71875%2c14.6630859 C10.5729159%2c14.8043627 10.3997406%2c14.875 10.1992188%2c14.875 L0.73828125%2c14.875 C0.537759414%2c14.875 0.364584063%2c14.8043627 0.21875%2c14.6630859 C0.0729159375%2c14.5218092 0%2c14.3463552 0%2c14.1367188 L0%2c13.0292969 C0%2c12.828775 0.123045645%2c12.6555997 0.369140625%2c12.5097656 L0.73828125%2c12.2910156 L3.56835938%2c10.7597656 C3.04882553%2c10.3496073 2.68880309%2c9.80273779 2.48828125%2c9.11914062 C2.28775941%2c8.43554346 2.1875%2c7.89323117 2.1875%2c7.4921875 L2.1875%2c5.64648438 C2.1875%2c5.33658699 2.28320217%2c5.02897288 2.47460938%2c4.72363281 C2.66601658%2c4.41829274 2.91666512%2c4.14257936 3.2265625%2c3.89648438 C3.53645988%2c3.65038939 3.88964646%2c3.44987057 4.28613281%2c3.29492188 C4.68261917%2c3.13997318 5.0813782%2c3.0625 5.48242188%2c3.0625 C5.89258018%2c3.0625 6.29361783%2c3.13997318 6.68554688%2c3.29492188 C7.07747592%2c3.44987057 7.42610524%2c3.65038939 7.73144531%2c3.89648438 C8.03678538%2c4.14257936 8.28287667%2c4.41829274 8.46972656%2c4.72363281 C8.65657646%2c5.02897288 8.75%2c5.33658699 8.75%2c5.64648438 L8.75%2c7.4921875 C8.75%2c7.93880432 8.6611337%2c8.49478834 8.48339844%2c9.16015625 C8.30566317%2c9.82552416 7.96159109%2c10.3632792 7.45117188%2c10.7734375 L10.1992188%2c12.2910156 Z M10.0625%2c14 L10.0625%2c13.2207031 C10.0351561%2c13.1933592 10.0032554%2c13.170573 9.96679688%2c13.1523438 L9.85742188%2c13.0976562 C9.84830725%2c13.0976562 9.83691413%2c13.093099 9.82324219%2c13.0839844 C9.80957024%2c13.0748697 9.79361988%2c13.0657553 9.77539062%2c13.0566406 L7.02734375%2c11.5390625 C6.89973895%2c11.4661455 6.79492229%2c11.3681647 6.71289062%2c11.2451172 C6.63085896%2c11.1220697 6.5852865%2c10.9876309 6.57617188%2c10.8417969 C6.55794262%2c10.6959628 6.57845022%2c10.5546882 6.63769531%2c10.4179688 C6.6969404%2c10.2812493 6.7858067%2c10.1673182 6.90429688%2c10.0761719 C7.27799666%2c9.78450375 7.53320244%2c9.36751573 7.66992188%2c8.82519531 C7.80664131%2c8.28287489 7.875%2c7.8385434 7.875%2c7.4921875 L7.875%2c5.64648438 C7.875%2c5.32747236 7.63574458%2c4.96289268 7.15722656%2c4.55273438 C6.67870854%2c4.14257607 6.1204459%2c3.9375 5.48242188%2c3.9375 C4.86262711%2c3.9375 4.30436446%2c4.14257607 3.80761719%2c4.55273438 C3.31086991%2c4.96289268 3.0625%2c5.32747236 3.0625%2c5.64648438 L3.0625%2c7.4921875 C3.0625%2c7.8385434 3.14453043%2c8.28287489 3.30859375%2c8.82519531 C3.47265707%2c9.36751573 3.74153459%2c9.78450375 4.11523438%2c10.0761719 C4.22460992%2c10.1673182 4.30891897%2c10.2812493 4.36816406%2c10.4179688 C4.42740915%2c10.5546882 4.44791676%2c10.6959628 4.4296875%2c10.8417969 C4.42057287%2c10.9876309 4.37500041%2c11.1220697 4.29296875%2c11.2451172 C4.21093709%2c11.3681647 4.10612043%2c11.4615882 3.97851562%2c11.5253906 L1.1484375%2c13.0703125 C1.13932287%2c13.0703125 1.13020838%2c13.0725911 1.12109375%2c13.0771484 C1.11197912%2c13.0817058 1.10286463%2c13.0885416 1.09375%2c13.0976562 C1.05729148%2c13.1067709 1.01855489%2c13.1249999 0.977539062%2c13.1523438 L0.875%2c13.2207031 L0.875%2c14 L10.0625%2c14 Z M13.2617188%2c10.1171875 C13.2617188%2c10.1171875 13.3847644%2c10.1855462 13.6308594%2c10.3222656 C13.8769544%2c10.4589851 14%2c10.6367177 14%2c10.8554688 L14%2c11.9492188 C14%2c12.1588552 13.9270841%2c12.3343092 13.78125%2c12.4755859 C13.6354159%2c12.6168627 13.4622406%2c12.6875 13.2617188%2c12.6875 L11.8125%2c12.6875 C11.7578122%2c12.4960928 11.7008467%2c12.3274747 11.6416016%2c12.1816406 C11.5823565%2c12.0358066 11.4889329%2c11.9127609 11.3613281%2c11.8125 L13.125%2c11.8125 L13.125%2c11.0332031 C13.0976561%2c11.0149739 13.0657554%2c10.9944663 13.0292969%2c10.9716797 C12.9928384%2c10.9488931 12.9563804%2c10.9329428 12.9199219%2c10.9238281 C12.9108072%2c10.9147135 12.8994141%2c10.9078776 12.8857422%2c10.9033203 C12.8720702%2c10.898763 12.8561199%2c10.8919271 12.8378906%2c10.8828125 L10.0488281%2c9.36523438 C9.92122332%2c9.29231734 9.81640666%2c9.19433655 9.734375%2c9.07128906 C9.65234334%2c8.94824157 9.60677088%2c8.81380281 9.59765625%2c8.66796875 C9.57942699%2c8.52213469 9.5999346%2c8.38086006 9.65917969%2c8.24414062 C9.71842478%2c8.10742119 9.80729107%2c7.99349004 9.92578125%2c7.90234375 C10.299481%2c7.601561 10.5615227%2c7.18001573 10.7119141%2c6.63769531 C10.8623054%2c6.09537489 10.9375%2c5.65560064 10.9375%2c5.31835938 L10.9375%2c3.47265625 C10.9375%2c3.14452961 10.6914087%2c2.77539268 10.1992188%2c2.36523438 C9.70702879%2c1.95507607 9.14193027%2c1.75 8.50390625%2c1.75 C8.19400887%2c1.75 7.89550925%2c1.80012971 7.60839844%2c1.90039062 C7.32128763%2c2.00065154 7.06380322%2c2.13736893 6.8359375%2c2.31054688 C6.66275955%2c2.2558591 6.48046971%2c2.22395838 6.2890625%2c2.21484375 C6.09765529%2c2.20572912 5.9108082%2c2.19661463 5.72851562%2c2.1875 C6.04752764%2c1.81380021 6.45767979%2c1.49935023 6.95898438%2c1.24414062 C7.46028896%2c0.988931016 7.97525777%2c0.861328125 8.50390625%2c0.861328125 C8.91406455%2c0.861328125 9.31738083%2c0.941079932 9.71386719%2c1.10058594 C10.1103535%2c1.26009194 10.4635401%2c1.46288939 10.7734375%2c1.70898438 C11.0833349%2c1.95507936 11.3339834%2c2.23307137 11.5253906%2c2.54296875 C11.7167978%2c2.85286613 11.8125%2c3.16275887 11.8125%2c3.47265625 L11.8125%2c5.31835938 C11.8125%2c5.75586156 11.7167978%2c6.30956696 11.5253906%2c6.97949219 C11.3339834%2c7.64941741 10.9830755%2c8.18489383 10.4726562%2c8.5859375 L13.2617188%2c10.1171875 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.publications_w_congress {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-75.000000%2c -53.000000)' fill='%239B9B9B'%3e %3cg id='Congresses_Inactive' transform='translate(75.000000%2c 53.000000)'%3e %3cpath d='M10.1992188%2c12.2910156 L10.5683594%2c12.4960938 C10.8144544%2c12.6328132 10.9375%2c12.8105458 10.9375%2c13.0292969 L10.9375%2c14.1367188 C10.9375%2c14.3463552 10.8645841%2c14.5218092 10.71875%2c14.6630859 C10.5729159%2c14.8043627 10.3997406%2c14.875 10.1992188%2c14.875 L0.73828125%2c14.875 C0.537759414%2c14.875 0.364584063%2c14.8043627 0.21875%2c14.6630859 C0.0729159375%2c14.5218092 0%2c14.3463552 0%2c14.1367188 L0%2c13.0292969 C0%2c12.828775 0.123045645%2c12.6555997 0.369140625%2c12.5097656 L0.73828125%2c12.2910156 L3.56835938%2c10.7597656 C3.04882553%2c10.3496073 2.68880309%2c9.80273779 2.48828125%2c9.11914062 C2.28775941%2c8.43554346 2.1875%2c7.89323117 2.1875%2c7.4921875 L2.1875%2c5.64648438 C2.1875%2c5.33658699 2.28320217%2c5.02897288 2.47460938%2c4.72363281 C2.66601658%2c4.41829274 2.91666512%2c4.14257936 3.2265625%2c3.89648438 C3.53645988%2c3.65038939 3.88964646%2c3.44987057 4.28613281%2c3.29492188 C4.68261917%2c3.13997318 5.0813782%2c3.0625 5.48242188%2c3.0625 C5.89258018%2c3.0625 6.29361783%2c3.13997318 6.68554688%2c3.29492188 C7.07747592%2c3.44987057 7.42610524%2c3.65038939 7.73144531%2c3.89648438 C8.03678538%2c4.14257936 8.28287667%2c4.41829274 8.46972656%2c4.72363281 C8.65657646%2c5.02897288 8.75%2c5.33658699 8.75%2c5.64648438 L8.75%2c7.4921875 C8.75%2c7.93880432 8.6611337%2c8.49478834 8.48339844%2c9.16015625 C8.30566317%2c9.82552416 7.96159109%2c10.3632792 7.45117188%2c10.7734375 L10.1992188%2c12.2910156 Z M10.0625%2c14 L10.0625%2c13.2207031 C10.0351561%2c13.1933592 10.0032554%2c13.170573 9.96679688%2c13.1523438 L9.85742188%2c13.0976562 C9.84830725%2c13.0976562 9.83691413%2c13.093099 9.82324219%2c13.0839844 C9.80957024%2c13.0748697 9.79361988%2c13.0657553 9.77539062%2c13.0566406 L7.02734375%2c11.5390625 C6.89973895%2c11.4661455 6.79492229%2c11.3681647 6.71289062%2c11.2451172 C6.63085896%2c11.1220697 6.5852865%2c10.9876309 6.57617188%2c10.8417969 C6.55794262%2c10.6959628 6.57845022%2c10.5546882 6.63769531%2c10.4179688 C6.6969404%2c10.2812493 6.7858067%2c10.1673182 6.90429688%2c10.0761719 C7.27799666%2c9.78450375 7.53320244%2c9.36751573 7.66992188%2c8.82519531 C7.80664131%2c8.28287489 7.875%2c7.8385434 7.875%2c7.4921875 L7.875%2c5.64648438 C7.875%2c5.32747236 7.63574458%2c4.96289268 7.15722656%2c4.55273438 C6.67870854%2c4.14257607 6.1204459%2c3.9375 5.48242188%2c3.9375 C4.86262711%2c3.9375 4.30436446%2c4.14257607 3.80761719%2c4.55273438 C3.31086991%2c4.96289268 3.0625%2c5.32747236 3.0625%2c5.64648438 L3.0625%2c7.4921875 C3.0625%2c7.8385434 3.14453043%2c8.28287489 3.30859375%2c8.82519531 C3.47265707%2c9.36751573 3.74153459%2c9.78450375 4.11523438%2c10.0761719 C4.22460992%2c10.1673182 4.30891897%2c10.2812493 4.36816406%2c10.4179688 C4.42740915%2c10.5546882 4.44791676%2c10.6959628 4.4296875%2c10.8417969 C4.42057287%2c10.9876309 4.37500041%2c11.1220697 4.29296875%2c11.2451172 C4.21093709%2c11.3681647 4.10612043%2c11.4615882 3.97851562%2c11.5253906 L1.1484375%2c13.0703125 C1.13932287%2c13.0703125 1.13020838%2c13.0725911 1.12109375%2c13.0771484 C1.11197912%2c13.0817058 1.10286463%2c13.0885416 1.09375%2c13.0976562 C1.05729148%2c13.1067709 1.01855489%2c13.1249999 0.977539062%2c13.1523438 L0.875%2c13.2207031 L0.875%2c14 L10.0625%2c14 Z M13.2617188%2c10.1171875 C13.2617188%2c10.1171875 13.3847644%2c10.1855462 13.6308594%2c10.3222656 C13.8769544%2c10.4589851 14%2c10.6367177 14%2c10.8554688 L14%2c11.9492188 C14%2c12.1588552 13.9270841%2c12.3343092 13.78125%2c12.4755859 C13.6354159%2c12.6168627 13.4622406%2c12.6875 13.2617188%2c12.6875 L11.8125%2c12.6875 C11.7578122%2c12.4960928 11.7008467%2c12.3274747 11.6416016%2c12.1816406 C11.5823565%2c12.0358066 11.4889329%2c11.9127609 11.3613281%2c11.8125 L13.125%2c11.8125 L13.125%2c11.0332031 C13.0976561%2c11.0149739 13.0657554%2c10.9944663 13.0292969%2c10.9716797 C12.9928384%2c10.9488931 12.9563804%2c10.9329428 12.9199219%2c10.9238281 C12.9108072%2c10.9147135 12.8994141%2c10.9078776 12.8857422%2c10.9033203 C12.8720702%2c10.898763 12.8561199%2c10.8919271 12.8378906%2c10.8828125 L10.0488281%2c9.36523438 C9.92122332%2c9.29231734 9.81640666%2c9.19433655 9.734375%2c9.07128906 C9.65234334%2c8.94824157 9.60677088%2c8.81380281 9.59765625%2c8.66796875 C9.57942699%2c8.52213469 9.5999346%2c8.38086006 9.65917969%2c8.24414062 C9.71842478%2c8.10742119 9.80729107%2c7.99349004 9.92578125%2c7.90234375 C10.299481%2c7.601561 10.5615227%2c7.18001573 10.7119141%2c6.63769531 C10.8623054%2c6.09537489 10.9375%2c5.65560064 10.9375%2c5.31835938 L10.9375%2c3.47265625 C10.9375%2c3.14452961 10.6914087%2c2.77539268 10.1992188%2c2.36523438 C9.70702879%2c1.95507607 9.14193027%2c1.75 8.50390625%2c1.75 C8.19400887%2c1.75 7.89550925%2c1.80012971 7.60839844%2c1.90039062 C7.32128763%2c2.00065154 7.06380322%2c2.13736893 6.8359375%2c2.31054688 C6.66275955%2c2.2558591 6.48046971%2c2.22395838 6.2890625%2c2.21484375 C6.09765529%2c2.20572912 5.9108082%2c2.19661463 5.72851562%2c2.1875 C6.04752764%2c1.81380021 6.45767979%2c1.49935023 6.95898438%2c1.24414062 C7.46028896%2c0.988931016 7.97525777%2c0.861328125 8.50390625%2c0.861328125 C8.91406455%2c0.861328125 9.31738083%2c0.941079932 9.71386719%2c1.10058594 C10.1103535%2c1.26009194 10.4635401%2c1.46288939 10.7734375%2c1.70898438 C11.0833349%2c1.95507936 11.3339834%2c2.23307137 11.5253906%2c2.54296875 C11.7167978%2c2.85286613 11.8125%2c3.16275887 11.8125%2c3.47265625 L11.8125%2c5.31835938 C11.8125%2c5.75586156 11.7167978%2c6.30956696 11.5253906%2c6.97949219 C11.3339834%2c7.64941741 10.9830755%2c8.18489383 10.4726562%2c8.5859375 L13.2617188%2c10.1171875 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.thesis {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-103.000000%2c -53.000000)' fill='%239B9B9B'%3e %3cg id='Theses_Inactive' transform='translate(103.000000%2c 53.000000)'%3e %3cpath d='M13.015625%2c0.90234375 C13.2708346%2c0.829426719 13.4986969%2c0.870441934 13.6992188%2c1.02539062 C13.8997406%2c1.18033932 14%2c1.38541539 14%2c1.640625 L14%2c12.2773437 C14%2c12.4960948 13.9270841%2c12.6988923 13.78125%2c12.8857422 C13.6354159%2c13.0725921 13.4576833%2c13.1933591 13.2480469%2c13.2480469 L7.46484375%2c14.8203125 C7.37369746%2c14.8476564 7.28027392%2c14.8658854 7.18457031%2c14.875 C7.08886671%2c14.8841146 7.00455766%2c14.8886719 6.93164062%2c14.8886719 C6.83137971%2c14.8886719 6.73339892%2c14.881836 6.63769531%2c14.8681641 C6.54199171%2c14.8544921 6.45768266%2c14.8385418 6.38476562%2c14.8203125 L0.751953125%2c13.2617187 C0.54231666%2c13.1979163 0.364584063%2c13.0725921 0.21875%2c12.8857422 C0.0729159375%2c12.6988923 0%2c12.4960948 0%2c12.2773437 L0%2c1.640625 C0%2c1.38541539 0.100259414%2c1.18033932 0.30078125%2c1.02539062 C0.501303086%2c0.870441934 0.729165391%2c0.829426719 0.984375%2c0.90234375 L6.6171875%2c2.4609375 C6.69010453%2c2.47916676 6.79264257%2c2.48828125 6.92480469%2c2.48828125 C7.05696681%2c2.48828125 7.15950484%2c2.47916676 7.23242188%2c2.4609375 L13.015625%2c0.90234375 Z M6.5625%2c13.9589844 L6.5625%2c3.3359375 C6.53515611%2c3.3359375 6.50553401%2c3.33138025 6.47363281%2c3.32226562 C6.44173161%2c3.313151 6.41210951%2c3.30859375 6.38476562%2c3.30859375 L0.875%2c1.77734375 L0.875%2c12.2773437 C0.875%2c12.3046876 0.886393115%2c12.3320311 0.909179688%2c12.359375 C0.93196626%2c12.3867189 0.952473867%2c12.4049479 0.970703125%2c12.4140625 L6.5625%2c13.9589844 Z M13.125%2c12.2773437 L13.125%2c1.77734375 L7.46484375%2c3.30859375 L7.4375%2c3.30859375 L7.4375%2c13.9179687 L13.015625%2c12.4140625 C13.0338543%2c12.4049479 13.0566405%2c12.3867189 13.0839844%2c12.359375 C13.1113283%2c12.3320311 13.125%2c12.3046876 13.125%2c12.2773437 Z M8.77734375%2c5.87890625 C8.68619746%2c5.87890625 8.59960979%2c5.85156277 8.51757812%2c5.796875 C8.43554646%2c5.74218723 8.38085951%2c5.66471404 8.35351562%2c5.56445312 C8.32617174%2c5.44596295 8.3421221%2c5.33431042 8.40136719%2c5.22949219 C8.46061228%2c5.12467396 8.54492133%2c5.05403664 8.65429688%2c5.01757812 L11.7167969%2c4.15625 C11.8352871%2c4.12890611 11.9469396%2c4.14485647 12.0517578%2c4.20410156 C12.156576%2c4.26334665 12.2272134%2c4.35221295 12.2636719%2c4.47070312 C12.2910158%2c4.58007867 12.2750654%2c4.68717396 12.2158203%2c4.79199219 C12.1565752%2c4.89681042 12.0722662%2c4.96744773 11.9628906%2c5.00390625 L8.90039062%2c5.86523437 C8.88216137%2c5.874349 8.86165376%2c5.87890625 8.83886719%2c5.87890625 L8.77734375%2c5.87890625 Z M8.77734375%2c8.50390625 C8.68619746%2c8.50390625 8.59960979%2c8.47656277 8.51757812%2c8.421875 C8.43554646%2c8.36718723 8.38085951%2c8.28971404 8.35351562%2c8.18945312 C8.32617174%2c8.07096295 8.3421221%2c7.95931042 8.40136719%2c7.85449219 C8.46061228%2c7.74967396 8.54492133%2c7.67903664 8.65429688%2c7.64257812 L11.7167969%2c6.78125 C11.8352871%2c6.75390611 11.9469396%2c6.76985647 12.0517578%2c6.82910156 C12.156576%2c6.88834665 12.2272134%2c6.97721295 12.2636719%2c7.09570312 C12.2910158%2c7.20507867 12.2750654%2c7.31217396 12.2158203%2c7.41699219 C12.1565752%2c7.52181042 12.0722662%2c7.59244773 11.9628906%2c7.62890625 L8.90039062%2c8.49023437 C8.88216137%2c8.499349 8.86165376%2c8.50390625 8.83886719%2c8.50390625 L8.77734375%2c8.50390625 Z M8.77734375%2c11.1289062 C8.68619746%2c11.1289062 8.59960979%2c11.1015628 8.51757812%2c11.046875 C8.43554646%2c10.9921872 8.38085951%2c10.914714 8.35351562%2c10.8144531 C8.32617174%2c10.6959629 8.3421221%2c10.5843104 8.40136719%2c10.4794922 C8.46061228%2c10.374674 8.54492133%2c10.3040366 8.65429688%2c10.2675781 L11.7167969%2c9.40625 C11.8352871%2c9.37890611 11.9469396%2c9.39485647 12.0517578%2c9.45410156 C12.156576%2c9.51334665 12.2272134%2c9.60221295 12.2636719%2c9.72070312 C12.2910158%2c9.83007867 12.2750654%2c9.93717396 12.2158203%2c10.0419922 C12.1565752%2c10.1468104 12.0722662%2c10.2174477 11.9628906%2c10.2539062 L8.90039062%2c11.1152344 C8.88216137%2c11.124349 8.86165376%2c11.1289062 8.83886719%2c11.1289062 L8.77734375%2c11.1289062 Z M5.40039062%2c5.01757812 C5.50976617%2c5.05403664 5.59407522%2c5.12467396 5.65332031%2c5.22949219 C5.7125654%2c5.33431042 5.72851576%2c5.44596295 5.70117188%2c5.56445312 C5.67382799%2c5.66471404 5.61914104%2c5.74218723 5.53710938%2c5.796875 C5.45507771%2c5.85156277 5.36849004%2c5.87890625 5.27734375%2c5.87890625 L5.21582031%2c5.87890625 C5.19303374%2c5.87890625 5.17252613%2c5.874349 5.15429688%2c5.86523437 L2.09179688%2c5.00390625 C1.98242133%2c4.96744773 1.89811228%2c4.89681042 1.83886719%2c4.79199219 C1.7796221%2c4.68717396 1.76367174%2c4.58007867 1.79101562%2c4.47070312 C1.82747414%2c4.35221295 1.89811146%2c4.26334665 2.00292969%2c4.20410156 C2.10774792%2c4.14485647 2.21940045%2c4.12890611 2.33789062%2c4.15625 L5.40039062%2c5.01757812 Z M5.40039062%2c7.64257812 C5.50976617%2c7.67903664 5.59407522%2c7.74967396 5.65332031%2c7.85449219 C5.7125654%2c7.95931042 5.72851576%2c8.07096295 5.70117188%2c8.18945312 C5.67382799%2c8.28971404 5.61914104%2c8.36718723 5.53710938%2c8.421875 C5.45507771%2c8.47656277 5.36849004%2c8.50390625 5.27734375%2c8.50390625 L5.21582031%2c8.50390625 C5.19303374%2c8.50390625 5.17252613%2c8.499349 5.15429688%2c8.49023437 L2.09179688%2c7.62890625 C1.98242133%2c7.59244773 1.89811228%2c7.52181042 1.83886719%2c7.41699219 C1.7796221%2c7.31217396 1.76367174%2c7.20507867 1.79101562%2c7.09570312 C1.82747414%2c6.97721295 1.89811146%2c6.88834665 2.00292969%2c6.82910156 C2.10774792%2c6.76985647 2.21940045%2c6.75390611 2.33789062%2c6.78125 L5.40039062%2c7.64257812 Z M5.40039062%2c10.2675781 C5.50976617%2c10.3040366 5.59407522%2c10.374674 5.65332031%2c10.4794922 C5.7125654%2c10.5843104 5.72851576%2c10.6959629 5.70117188%2c10.8144531 C5.67382799%2c10.914714 5.61914104%2c10.9921872 5.53710938%2c11.046875 C5.45507771%2c11.1015628 5.36849004%2c11.1289062 5.27734375%2c11.1289062 C5.25911449%2c11.1289062 5.23860688%2c11.1289062 5.21582031%2c11.1289062 C5.19303374%2c11.1289062 5.17252613%2c11.124349 5.15429688%2c11.1152344 L2.09179688%2c10.2539062 C1.98242133%2c10.2174477 1.89811228%2c10.1468104 1.83886719%2c10.0419922 C1.7796221%2c9.93717396 1.76367174%2c9.83007867 1.79101562%2c9.72070312 C1.82747414%2c9.60221295 1.89811146%2c9.51334665 2.00292969%2c9.45410156 C2.10774792%2c9.39485647 2.21940045%2c9.37890611 2.33789062%2c9.40625 L5.40039062%2c10.2675781 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.patent {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-134.000000%2c -53.000000)' fill='%239B9B9B'%3e %3cg id='Patents_Inactive' transform='translate(134.000000%2c 53.000000)'%3e %3cpath d='M6.65625%2c0.875 L11.03125%2c5.25 L11.03125%2c14 C11.03125%2c14.246095 10.9469409%2c14.4534497 10.7783203%2c14.6220703 C10.6096997%2c14.7906909 10.402345%2c14.875 10.15625%2c14.875 L1.84375%2c14.875 C1.59765502%2c14.875 1.39030032%2c14.7906909 1.22167969%2c14.6220703 C1.05305905%2c14.4534497 0.96875%2c14.246095 0.96875%2c14 L0.96875%2c1.75 C0.96875%2c1.50390502 1.05305905%2c1.29655032 1.22167969%2c1.12792969 C1.39030032%2c0.959309053 1.59765502%2c0.875 1.84375%2c0.875 L6.65625%2c0.875 Z M10.15625%2c5.61914062 L6.30078125%2c1.75 L6.21875%2c1.75 L6.21875%2c5.6875 L10.15625%2c5.6875 L10.15625%2c5.61914062 Z M1.84375%2c14 L10.15625%2c14 L10.15625%2c6.5625 L5.34375%2c6.5625 L5.34375%2c1.75 L1.84375%2c1.75 L1.84375%2c14 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.grants {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -110.000000)' fill='%239B9B9B'%3e %3cg id='Grants_Inactive' transform='translate(15.000000%2c 110.000000)'%3e %3cpath d='M9.296875%2c2.17382812 C9.84375273%2c2.17382812 10.3518857%2c2.10546943 10.8212891%2c1.96875 C11.2906925%2c1.83203057 11.6962874%2c1.68164145 12.0380859%2c1.51757812 C12.3798845%2c1.3535148 12.6464834%2c1.20312568 12.8378906%2c1.06640625 L13.125%2c0.861328125 L13.125%2c8.29882812 L12.8515625%2c8.50390625 C12.6692699%2c8.64062568 12.4140641%2c8.7910148 12.0859375%2c8.95507812 C11.7578109%2c9.11914145 11.3658877%2c9.26953057 10.9101562%2c9.40625 C10.4544248%2c9.54296943 9.95312773%2c9.61132812 9.40625%2c9.61132812 C8.85937227%2c9.61132812 8.38086143%2c9.54296943 7.97070312%2c9.40625 C7.56054482%2c9.26953057 7.15039268%2c9.11914145 6.74023438%2c8.95507812 C6.33007607%2c8.7910148 5.88574458%2c8.64062568 5.40722656%2c8.50390625 C4.92870854%2c8.36718682 4.34310242%2c8.29882812 3.65039062%2c8.29882812 C3.24934695%2c8.29882812 2.88932451%2c8.3557937 2.5703125%2c8.46972656 C2.25130049%2c8.58365942 1.97786572%2c8.71809818 1.75%2c8.87304688 L1.75%2c14.4511719 C1.75%2c14.5696621 1.70670616%2c14.6722001 1.62011719%2c14.7587891 C1.53352821%2c14.845378 1.43099018%2c14.8886719 1.3125%2c14.8886719 C1.19400982%2c14.8886719 1.09147179%2c14.845378 1.00488281%2c14.7587891 C0.918293838%2c14.6722001 0.875%2c14.5696621 0.875%2c14.4511719 L0.875%2c2.21484375 L1.64746094%2c1.53808594 C2.16243747%2c1.08691181 2.86653199%2c0.861328125 3.75976562%2c0.861328125 C4.45247742%2c0.861328125 5.02669043%2c0.929686816 5.48242188%2c1.06640625 C5.93815332%2c1.20312568 6.35741996%2c1.3535148 6.74023438%2c1.51757812 C7.12304879%2c1.68164145 7.50813608%2c1.83203057 7.89550781%2c1.96875 C8.28287954%2c2.10546943 8.74999727%2c2.17382812 9.296875%2c2.17382812 Z M12.25%2c7.86132812 L12.25%2c2.37890625 C11.8671856%2c2.5520842 11.4251327%2c2.70703057 10.9238281%2c2.84375 C10.4225235%2c2.98046943 9.88021125%2c3.04882812 9.296875%2c3.04882812 C8.69530949%2c3.04882812 8.18034068%2c2.97819081 7.75195312%2c2.83691406 C7.32356557%2c2.69563731 6.91797066%2c2.54296957 6.53515625%2c2.37890625 C6.15234184%2c2.21484293 5.7535828%2c2.06673243 5.33886719%2c1.93457031 C4.92415157%2c1.80240819 4.39778965%2c1.73632812 3.75976562%2c1.73632812 C3.27669029%2c1.73632812 2.8619809%2c1.83886616 2.515625%2c2.04394531 C2.1692691%2c2.24902446 1.91406332%2c2.42447844 1.75%2c2.5703125 L1.75%2c7.86132812 C2.00520961%2c7.74283795 2.29231611%2c7.64029991 2.61132812%2c7.55371094 C2.93034014%2c7.46712196 3.27669084%2c7.42382812 3.65039062%2c7.42382812 C4.4615926%2c7.42382812 5.14517951%2c7.50813718 5.70117188%2c7.67675781 C6.25716424%2c7.84537845 6.76301855%2c8.02083242 7.21875%2c8.203125 C7.59244979%2c8.35807369 7.94335773%2c8.48567658 8.27148438%2c8.5859375 C8.59961102%2c8.68619842 8.97786244%2c8.73632812 9.40625%2c8.73632812 C10.0533887%2c8.73632812 10.6276017%2c8.62923284 11.1289062%2c8.41503906 C11.6302108%2c8.20084528 12.003905%2c8.01627682 12.25%2c7.86132812 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.recent_events {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 13'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-161.000000%2c -54.000000)' fill='%239B9B9B'%3e %3cg id='News%26amp%3bPress_Inactive' transform='translate(161.000000%2c 54.000000)'%3e %3cpath d='M13.125%2c0.75 C13.371095%2c0.75 13.5784497%2c0.834309053 13.7470703%2c1.00292969 C13.9156909%2c1.17155032 14%2c1.37890502 14%2c1.625 L14%2c9.51367188 C14%2c9.75976686 13.9156909%2c9.96712155 13.7470703%2c10.1357422 C13.5784497%2c10.3043628 13.371095%2c10.3886719 13.125%2c10.3886719 L5.89257812%2c10.3886719 L3.36328125%2c12.8769531 C3.31770811%2c12.9225263 3.26985702%2c12.954427 3.21972656%2c12.9726562 C3.1695961%2c12.9908855 3.11718777%2c13 3.0625%2c13 C3.02604148%2c13 2.99414076%2c12.9977214 2.96679688%2c12.9931641 C2.93945299%2c12.9886067 2.91210951%2c12.9817709 2.88476562%2c12.9726562 C2.80273396%2c12.9361977 2.73893252%2c12.8815108 2.69335938%2c12.8085938 C2.64778623%2c12.7356767 2.625%2c12.6536463 2.625%2c12.5625 L2.625%2c10.3886719 L0.875%2c10.3886719 C0.62890502%2c10.3886719 0.421550322%2c10.3043628 0.252929688%2c10.1357422 C0.0843090527%2c9.96712155 0%2c9.75976686 0%2c9.51367188 L0%2c1.625 C0%2c1.37890502 0.0843090527%2c1.17155032 0.252929688%2c1.00292969 C0.421550322%2c0.834309053 0.62890502%2c0.75 0.875%2c0.75 L13.125%2c0.75 Z M13.125%2c9.51367188 L13.125%2c1.625 L0.875%2c1.625 L0.875%2c9.51367188 L3.5%2c9.51367188 L3.5%2c11.5234375 L5.53710938%2c9.51367188 L13.125%2c9.51367188 Z M3.0625%2c6.01367188 C2.94400982%2c6.01367188 2.84147179%2c5.97037804 2.75488281%2c5.88378906 C2.66829384%2c5.79720009 2.625%2c5.69466205 2.625%2c5.57617188 C2.625%2c5.4576817 2.66829384%2c5.35514366 2.75488281%2c5.26855469 C2.84147179%2c5.18196571 2.94400982%2c5.13867188 3.0625%2c5.13867188 L10.9375%2c5.13867188 C11.0559902%2c5.13867188 11.1585282%2c5.18196571 11.2451172%2c5.26855469 C11.3317062%2c5.35514366 11.375%2c5.4576817 11.375%2c5.57617188 C11.375%2c5.69466205 11.3317062%2c5.79720009 11.2451172%2c5.88378906 C11.1585282%2c5.97037804 11.0559902%2c6.01367188 10.9375%2c6.01367188 L3.0625%2c6.01367188 Z M3.0625%2c4.26367188 C2.94400982%2c4.26367188 2.84147179%2c4.22037804 2.75488281%2c4.13378906 C2.66829384%2c4.04720009 2.625%2c3.94466205 2.625%2c3.82617188 C2.625%2c3.7076817 2.66829384%2c3.60514366 2.75488281%2c3.51855469 C2.84147179%2c3.43196571 2.94400982%2c3.38867188 3.0625%2c3.38867188 L10.9375%2c3.38867188 C11.0559902%2c3.38867188 11.1585282%2c3.43196571 11.2451172%2c3.51855469 C11.3317062%2c3.60514366 11.375%2c3.7076817 11.375%2c3.82617188 C11.375%2c3.94466205 11.3317062%2c4.04720009 11.2451172%2c4.13378906 C11.1585282%2c4.22037804 11.0559902%2c4.26367188 10.9375%2c4.26367188 L3.0625%2c4.26367188 Z M3.0625%2c7.76367188 C2.94400982%2c7.76367188 2.84147179%2c7.72037804 2.75488281%2c7.63378906 C2.66829384%2c7.54720009 2.625%2c7.44466205 2.625%2c7.32617188 C2.625%2c7.2076817 2.66829384%2c7.10514366 2.75488281%2c7.01855469 C2.84147179%2c6.93196571 2.94400982%2c6.88867188 3.0625%2c6.88867188 L8.3125%2c6.88867188 C8.43099018%2c6.88867188 8.53352821%2c6.93196571 8.62011719%2c7.01855469 C8.70670616%2c7.10514366 8.75%2c7.2076817 8.75%2c7.32617188 C8.75%2c7.44466205 8.70670616%2c7.54720009 8.62011719%2c7.63378906 C8.53352821%2c7.72037804 8.43099018%2c7.76367188 8.3125%2c7.76367188 L3.0625%2c7.76367188 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.guidelines {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-44.000000%2c -110.000000)' fill='%239B9B9B'%3e %3cg id='TreatmentGuidelines_inactive' transform='translate(44.000000%2c 110.000000)'%3e %3cpath d='M10.5%2c0.875 L14%2c4.375 L14%2c12.25 C14%2c12.496095 13.9156909%2c12.7034497 13.7470703%2c12.8720703 C13.5784497%2c13.0406909 13.371095%2c13.125 13.125%2c13.125 L10.0625%2c13.125 L10.0625%2c12.25 L13.125%2c12.25 L13.125%2c5.25 L9.625%2c5.25 L9.625%2c1.75 L4.8125%2c1.75 C4.8125%2c1.50390502 4.89680905%2c1.29655032 5.06542969%2c1.12792969 C5.23405032%2c0.959309053 5.44140502%2c0.875 5.6875%2c0.875 L10.5%2c0.875 Z M10.5%2c4.375 L12.7558594%2c4.375 L10.5%2c2.10546875 L10.5%2c4.375 Z M0.875%2c2.625 L5.6875%2c2.625 L9.1875%2c6.125 L9.1875%2c14 C9.1875%2c14.246095 9.10319095%2c14.4534497 8.93457031%2c14.6220703 C8.76594968%2c14.7906909 8.55859498%2c14.875 8.3125%2c14.875 L0.875%2c14.875 C0.62890502%2c14.875 0.421550322%2c14.7906909 0.252929688%2c14.6220703 C0.0843090527%2c14.4534497 0%2c14.246095 0%2c14 L0%2c3.5 C0%2c3.25390502 0.0843090527%2c3.04655032 0.252929688%2c2.87792969 C0.421550322%2c2.70930905 0.62890502%2c2.625 0.875%2c2.625 Z M8.3125%2c14 L8.3125%2c7 L4.8125%2c7 L4.8125%2c3.5 L0.875%2c3.5 L0.875%2c14 L8.3125%2c14 Z M5.6875%2c6.125 L7.94335938%2c6.125 L5.6875%2c3.85546875 L5.6875%2c6.125 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.socialmedia {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 17'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-75.000000%2c -109.000000)' fill='%23C3C3C3' fill-rule='nonzero'%3e %3cg id='SocialMedia_inactive' transform='translate(75.000000%2c 109.000000)'%3e %3cg id='Group-4'%3e %3cpath d='M6.41737093%2c14.7588586 L9.98576806%2c11.7970733 C11.6246672%2c10.7773877 12.6416902%2c8.98680261 12.6416902%2c7.02084511 C12.6416902%2c3.91653807 10.1251521%2c1.4 7.02084511%2c1.4 C3.91653807%2c1.4 1.4%2c3.91653807 1.4%2c7.02084511 C1.4%2c9.77617039 3.39614928%2c12.1130957 6.08355328%2c12.5639567 L6.41737093%2c12.6199607 L6.41737093%2c14.7588586 Z M0.6%2c7.02084511 C0.6%2c3.47471027 3.47471027%2c0.6 7.02084511%2c0.6 C10.5669799%2c0.6 13.4416902%2c3.47471027 13.4416902%2c7.02084511 C13.4416902%2c9.26611402 12.2795998%2c11.3121067 10.4527561%2c12.4443204 L5.61737093%2c16.4632808 L5.61737093%2c13.2878152 C2.71619174%2c12.6417399 0.6%2c10.0533401 0.6%2c7.02084511 Z' id='Combined-Shape'/%3e %3cpolygon id='Line-28' points='4.30362383 6.37616233 4.30362383 5.57616233 8.54255769 5.57616233 8.54255769 6.37616233'/%3e %3cpolygon id='Line-28' points='4.29282845 8.35138889 4.29282845 7.55138889 9.62152673 7.55138889 9.62152673 8.35138889'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.Pre.Clinical {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 16'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Search-Results-Copy' transform='translate(-31.000000%2c -456.000000)' fill='%23C3C3C3' fill-rule='nonzero'%3e %3cg id='Group-33' transform='translate(-490.000000%2c 175.000000)'%3e %3cg id='Group-20'%3e %3cg id='Group-29'%3e %3cg id='Group-12'%3e %3cg id='Group-28' transform='translate(0.000000%2c 109.000000)'%3e %3cg id='Group-5-Copy' transform='translate(0.000000%2c 170.500000)'%3e %3cg id='if_education-school-learn-study-20_2125358' transform='translate(527.000000%2c 9.500000) scale(-1%2c 1) translate(-527.000000%2c -9.500000) translate(520.000000%2c 2.000000)'%3e %3cpath d='M12.4601124%2c5.55765609 L8.47486285%2c8.69509891 C8.47341186%2c8.69622283 8.47217852%2c8.69751204 8.47076381%2c8.69866903 C8.46793438%2c8.70098299 8.46525005%2c8.70346225 8.46249317%2c8.70587538 C8.45734216%2c8.71037109 8.4522637%2c8.71483374 8.44751171%2c8.71952779 C8.4456617%2c8.72137897 8.44395679%2c8.72332931 8.44217933%2c8.7252466 C8.43684695%2c8.73083318 8.43158711%2c8.73651893 8.4267263%2c8.74240302 C8.42592826%2c8.74342778 8.42516649%2c8.74451865 8.42436844%2c8.74557646 C8.41878214%2c8.75255142 8.41344975%2c8.75965861 8.40862521%2c8.76696413 C8.40844384%2c8.76726164 8.40826247%2c8.76755915 8.40808109%2c8.76782361 C8.3970173%2c8.78468252 8.38794862%2c8.80236784 8.38087505%2c8.82064819 C8.38083878%2c8.82074736 8.3808025%2c8.82084653 8.38076623%2c8.8209457 C8.37713876%2c8.83026768 8.37405541%2c8.83972189 8.3714799%2c8.84930833 C8.37144363%2c8.84950667 8.3713348%2c8.84970501 8.37129853%2c8.84990335 C8.0771831%2c9.95141813 7.00152882%2c10.7207794 5.75552846%2c10.7207794 C4.27116692%2c10.7207794 3.06350894%2c9.62028934 3.06350894%2c8.26757683 C3.06350894%2c7.05813198 4.01836839%2c6.04315959 5.30956705%2c5.84829045 L7.56980859%2c8.10801222 C7.62810206%2c8.16635727 7.70950253%2c8.2011329 7.79598147%2c8.20480219 C7.80102365%2c8.20503358 7.80602956%2c8.20513275 7.81107175%2c8.20513275 C7.89225457%2c8.20513275 7.97071679%2c8.17753042 8.03100538%2c8.12748261 L10.8009067%2c5.82670443 C10.8649316%2c5.77358234 10.9030926%2c5.69940315 10.9071191%2c5.62059602 C10.9111093%2c5.54178888 10.8806386%2c5.46473376 10.8222725%2c5.40642177 L5.51161724%2c0.0970887874 C5.39013321%2c-0.0243614649 5.18369377%2c-0.0330223158 5.05042045%2c0.0776184013 L3.90682363%2c1.02753524 L3.19812442%2c0.318998298 C3.07664038%2c0.197548046 2.87016468%2c0.188854139 2.73692763%2c0.299527912 C2.60369058%2c0.410234743 2.59411406%2c0.598393381 2.71559809%2c0.719810576 L3.4242973%2c1.42834751 L2.28062793%2c2.37833046 C2.14739088%2c2.48903729 2.13781435%2c2.67719593 2.25929839%2c2.79861313 L3.08244434%2c3.6215923 C1.19608635%2c4.52248607 0%2c6.30367931 0%2c8.26754377 C0%2c9.62369418 0.566030732%2c10.9103594 1.59380238%2c11.8905562 C1.65793608%2c11.9517441 1.74383462%2c11.9825199 1.82987825%2c11.9825199 C1.91091598%2c11.9825199 1.99213508%2c11.955182 2.05536191%2c11.9001096 C2.18573326%2c11.7865929 2.1904127%2c11.598269 2.06584531%2c11.4794633 C1.15469689%2c10.6105353 0.652908687%2c9.46984838 0.652908687%2c8.26754377 C0.652908687%2c6.47372288 1.77854953%2c4.8520612 3.53925189%2c4.07833648 L4.80509452%2c5.34387852 C3.40539817%2c5.71811323 2.41056397%2c6.89165852 2.41056397%2c8.26751071 C2.41056397%2c9.9483108 3.91110404%2c11.3157335 5.75552846%2c11.3157335 C7.26764017%2c11.3157335 8.57741149%2c10.403303 8.97813832%2c9.0851347 L10.8116803%2c7.64164854 C10.8421874%2c7.84845115 10.858112%2c8.05760078 10.858112%2c8.26751071 C10.858112%2c10.8314862 8.5690683%2c12.917462 5.75549219%2c12.917462 C5.05814697%2c12.917462 4.38245776%2c12.7916483 3.74717858%2c12.5434918 C3.58318058%2c12.4794279 3.4208512%2c12.406538 3.26476108%2c12.3268052 C3.10751017%2c12.2465106 2.90850706%2c12.2975501 2.82035949%2c12.4409169 C2.73221192%2c12.5842507 2.78829263%2c12.7655666 2.94557982%2c12.8458943 C3.12169359%2c12.9358416 3.30484465%2c13.0180866 3.48995454%2c13.0903816 C3.83249673%2c13.224195 4.18548603%2c13.3260757 4.54634694%2c13.3964203 L4.54634694%2c14.4049797 L3.45204746%2c14.4049797 C3.27172583%2c14.4049797 3.12557498%2c14.5381651 3.12557498%2c14.7024899 C3.12557498%2c14.8668146 3.27172583%2c15 3.45204746%2c15 L4.87281942%2c15 L6.63820123%2c15 L8.05897319%2c15 C8.23929482%2c15 8.38544567%2c14.8668146 8.38544567%2c14.7024899 C8.38544567%2c14.5381651 8.23929482%2c14.4049797 8.05897319%2c14.4049797 L6.96467371%2c14.4049797 L6.96467371%2c13.395627 C9.55962208%2c12.8880085 11.5110569%2c10.7816698 11.5110569%2c8.26747766 C11.5110569%2c7.90345747 11.4696312%2c7.54109011 11.3884484%2c7.18754889 L12.8869571%2c6.007822 C13.0233863%2c5.90042084 13.0384403%2c5.71252665 12.9205837%2c5.58820047 C12.8027272%2c5.46397345 12.5965416%2c5.45025493 12.4601124%2c5.55765609 Z M7.83243756%2c7.48733995 L7.15972288%2c6.81476868 L9.4470979%2c4.9148689 L10.1197763%2c5.58737405 L7.83243756%2c7.48733995 Z M5.24902455%2c0.717761062 L9.00726692%2c4.4751489 L6.7198919%2c6.37504869 L2.96172207%2c2.6176939 L5.24902455%2c0.717761062 Z M6.31176502%2c14.4050789 L5.19932818%2c14.4050789 L5.19932818%2c13.4882518 C5.38320474%2c13.5042182 5.56867738%2c13.5125154 5.75552846%2c13.5125154 C5.94317759%2c13.5125154 6.12868651%2c13.5040198 6.31176502%2c13.4879543 L6.31176502%2c14.4050789 Z' id='Shape'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.Drug.Discovery {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Search-Results-Copy' transform='translate(-30.000000%2c -497.000000)' stroke='%23C3C3C3' stroke-width='0.839999974'%3e %3cg id='Group-33' transform='translate(-490.000000%2c 175.000000)'%3e %3cg id='Group-20'%3e %3cg id='Group-29'%3e %3cg id='Group-12'%3e %3cg id='Group-28' transform='translate(0.000000%2c 109.000000)'%3e %3cg id='Group-5-Copy-2' transform='translate(521.000000%2c 212.500000)'%3e %3cg id='if_Medicines_2415601' transform='translate(0.000000%2c 1.000000)'%3e %3cpath d='M7.63636364%2c4.53282455 L7.63636364%2c3.16912851 C7.64143182%2c1.42096237 9.06301576%2c0.00504797562 10.8181818%2c0 C12.5733479%2c0.00504797562 13.9949318%2c1.42096237 14%2c3.16912851 L14%2c10.8308715 C13.9949318%2c12.5790376 12.5733479%2c13.994952 10.8181818%2c14 C10.0192384%2c13.999825 9.24985224%2c13.6990427 8.6640961%2c13.1578861' id='Shape'/%3e %3ccircle id='Oval' cx='5.09090909' cy='8.90909091' r='5.09090909'/%3e %3cpath d='M1.27272727%2c11.4545455 L8.90909091%2c5.09090909' id='Shape'/%3e %3cpath d='M14%2c6.36363636 L10.1818182%2c6.36363636' id='Shape'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.Clinical {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Search-Results-Copy' transform='translate(-30.000000%2c -539.000000)' fill='%23C3C3C3'%3e %3cg id='Group-33' transform='translate(-490.000000%2c 175.000000)'%3e %3cg id='Group-20'%3e %3cg id='Group-29'%3e %3cg id='Group-12'%3e %3cg id='Group-28' transform='translate(0.000000%2c 109.000000)'%3e %3cg id='Group-5-Copy' transform='translate(0.000000%2c 170.500000)'%3e %3cg id='Group-Copy' transform='translate(520.000000%2c 82.000000)'%3e %3cg id='if_education-school-learn-study-20_2125358' transform='translate(8.000000%2c 9.500000) scale(-1%2c 1) translate(-8.000000%2c -9.500000) translate(0.000000%2c 3.000000)'%3e %3cpath d='M14.875%2c3.11458333 C15.1875016%2c3.11458333 15.4531239%2c3.23307173 15.671875%2c3.47005208 C15.8906261%2c3.70703243 16%2c3.99478997 16%2c4.33333333 L16%2c11.78125 C16%2c12.1197934 15.8906261%2c12.4075509 15.671875%2c12.6445312 C15.4531239%2c12.8815116 15.1875016%2c13 14.875%2c13 L1.125%2c13 C0.812498437%2c13 0.546876094%2c12.8815116 0.328125%2c12.6445312 C0.109373906%2c12.4075509 0%2c12.1197934 0%2c11.78125 L0%2c4.33333333 C0%2c3.99478997 0.109373906%2c3.70703243 0.328125%2c3.47005208 C0.546876094%2c3.23307173 0.812498437%2c3.11458333 1.125%2c3.11458333 L3%2c3.11458333 L3%2c1.21875 C3%2c0.880206641 3.10937391%2c0.592449102 3.328125%2c0.35546875 C3.54687609%2c0.118488398 3.81249844%2c0 4.125%2c0 L11.875%2c0 C12.1875016%2c0 12.4531239%2c0.118488398 12.671875%2c0.35546875 C12.8906261%2c0.592449102 13%2c0.880206641 13%2c1.21875 L13%2c3.11458333 L14.875%2c3.11458333 Z M4.125%2c1.125 L4.125%2c2.875 L11.875%2c2.875 L11.875%2c1.125 L4.125%2c1.125 Z M14.875%2c11.875 L14.875%2c4 L1.125%2c4 L1.125%2c11.875 L14.875%2c11.875 Z M6.0625%2c8.5025 C5.90624922%2c8.5025 5.77343805%2c8.44781305 5.6640625%2c8.3384375 C5.55468695%2c8.22906195 5.5%2c8.09625078 5.5%2c7.94 C5.5%2c7.78374922 5.55468695%2c7.65093805 5.6640625%2c7.5415625 C5.77343805%2c7.43218695 5.90624922%2c7.3775 6.0625%2c7.3775 L7.4375%2c7.3775 L7.4375%2c6.0025 C7.4375%2c5.84624922 7.49218695%2c5.71343805 7.6015625%2c5.6040625 C7.71093805%2c5.49468695 7.84374922%2c5.44 8%2c5.44 C8.15625078%2c5.44 8.28906195%2c5.49468695 8.3984375%2c5.6040625 C8.50781305%2c5.71343805 8.5625%2c5.84624922 8.5625%2c6.0025 L8.5625%2c7.3775 L9.9375%2c7.3775 C10.0937508%2c7.3775 10.226562%2c7.43218695 10.3359375%2c7.5415625 C10.445313%2c7.65093805 10.5%2c7.78374922 10.5%2c7.94 C10.5%2c8.09625078 10.445313%2c8.22906195 10.3359375%2c8.3384375 C10.226562%2c8.44781305 10.0937508%2c8.5025 9.9375%2c8.5025 L8.5625%2c8.5025 L8.5625%2c9.8775 C8.5625%2c10.0337508 8.50781305%2c10.166562 8.3984375%2c10.2759375 C8.28906195%2c10.385313 8.15625078%2c10.44 8%2c10.44 C7.84374922%2c10.44 7.71093805%2c10.385313 7.6015625%2c10.2759375 C7.49218695%2c10.166562 7.4375%2c10.0337508 7.4375%2c9.8775 L7.4375%2c8.5025 L6.0625%2c8.5025 Z' id='medicine-box---anticon'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.investigational_drugs {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 131'%3e %3c!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cg id='Cortellis-Data_v1.4' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='clarivate-analytics-vector-logo' transform='translate(3.000000%2c 3.000000)'%3e %3cg id='Group-31'%3e %3cg id='Group' fill='white' stroke='white' stroke-width='3'%3e %3cpath d='M98.6335336%2c61.5176042 C105.076078%2c68.9513088 110.31798%2c77.619626 114.286392%2c87.2273598 L114.660359%2c88.1327538 L113.981717%2c88.8391772 C96.5912461%2c106.941538 74.4020056%2c119.721089 49.5596402%2c125.856248 L48.6185025%2c126.088675 L48.0200044%2c125.326073 C42.1602092%2c117.859559 37.5861398%2c109.183743 33.7930083%2c98.9199752 L33.1639426%2c97.2177975 L34.9540891%2c96.9202947 C50.5108951%2c94.3349229 63.9916793%2c88.6600962 75.6235417%2c80.6400835 C84.0622166%2c74.8217306 90.6462223%2c68.4680175 96.3417565%2c61.5468621 L97.4703236%2c60.1754387 L98.6335336%2c61.5176042 Z' id='Path'/%3e %3cpath d='M50.2708359%2c-0.653437553 C74.9090629%2c5.63285904 97.0387505%2c18.5092615 113.99086%2c36.4704247 L114.656759%2c37.1759614 L114.286392%2c38.0726402 C110.31798%2c47.680374 105.076078%2c56.3486912 98.6335336%2c63.7823958 L97.4768713%2c65.1170062 L96.3470813%2c63.7595721 C80.8767232%2c45.1720522 61.020756%2c32.795572 35.24106%2c28.277481 L33.4695567%2c27.9670113 L34.0930083%2c26.2800248 C37.6444788%2c16.6701632 42.5824725%2c7.69433101 48.7200044%2c-0.12607252 L49.3235666%2c-0.89512766 L50.2708359%2c-0.653437553 Z' id='Path'/%3e %3cpath d='M4.25863957%2c99.9153072 C-2.61853783%2c76.0474563 -2.61853783%2c51.0677935 4.25258739%2c25.8063038 L4.5213353%2c24.81826 L5.5393902%2c24.7086233 C15.4125175%2c23.6453634 24.7583377%2c23.6453634 35.7392068%2c25.4191961 L37.5453871%2c25.7109637 L36.9051667%2c27.4248872 C28.076703%2c51.0594201 28.4330732%2c75.8016887 36.6096901%2c98.2873854 L37.241972%2c100.026161 L35.4100315%2c100.285223 C25.2140266%2c101.727082 14.8120602%2c101.988438 5.53963409%2c100.991403 L4.53765748%2c100.883664 L4.25863957%2c99.9153072 Z' id='Path'/%3e %3c/g%3e %3cg id='Group-Copy-17'%3e %3cpath d='M97.5%2c62.5 C104%2c70 109.1%2c78.6 112.9%2c87.8 C95.8%2c105.6 73.9%2c118.3 49.2%2c124.4 C43%2c116.5 38.6%2c107.6 35.2%2c98.4 C70.1%2c92.6 89.6%2c72.1 97.5%2c62.5 Z' id='Path' fill='%231AC604'/%3e %3cpath d='M49.9%2c0.8 C43.7%2c8.7 38.9%2c17.6 35.5%2c26.8 C64.6%2c31.9 84.1%2c46.7 97.5%2c62.8 C104%2c55.3 109.1%2c46.7 112.9%2c37.5 C96.1%2c19.7 74.2%2c7 49.9%2c0.8 Z' id='Path' fill='%236817FF'/%3e %3cpath d='M5.7%2c99.5 C-1.1%2c75.9 -1.1%2c51.2 5.7%2c26.2 C12.2%2c25.5 22.5%2c24.8 35.5%2c26.9 C25.9%2c52.6 27.6%2c77.9 35.2%2c98.8 C25.3%2c100.2 15%2c100.5 5.7%2c99.5 Z' id='Path' fill='black'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.regulatory_updates {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Regulatory-icon_unactive-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group' transform='translate(2.000000%2c 2.000000)' fill='%23C3C3C3'%3e %3cpath d='M1%2c12 L13%2c12 L13%2c11 C13%2c10.4477153 12.5522847%2c10 12%2c10 L7.5%2c10 L7.5%2c5.02186199 L7.99927404%2c4.73304755 C8.61418181%2c4.37734261 9%2c3.72281595 9%2c3 C9%2c1.8954305 8.1045695%2c1 7%2c1 C5.8954305%2c1 5%2c1.8954305 5%2c3 C5%2c3.72281595 5.38581819%2c4.37734261 6.00072596%2c4.73304755 L6.5%2c5.02186199 L6.5%2c10 L2%2c10 C1.44771525%2c10 1%2c10.4477153 1%2c11 L1%2c12 Z M8.5%2c9 L12%2c9 C13.1045695%2c9 14%2c9.8954305 14%2c11 L14%2c13 L0%2c13 L0%2c11 C-1.3527075e-16%2c9.8954305 0.8954305%2c9 2%2c9 L5.5%2c9 L5.5%2c5.59865341 C4.60329794%2c5.07993928 4%2c4.11042353 4%2c3 C4%2c1.34314575 5.34314575%2c0 7%2c0 C8.65685425%2c0 10%2c1.34314575 10%2c3 C10%2c4.11042353 9.39670206%2c5.07993928 8.5%2c5.59865341 L8.5%2c9 Z' id='Combined-Shape' fill-rule='nonzero'/%3e %3crect id='Rectangle-55' x='2' y='12' width='10' height='2'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.deals {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:%239b9b9b%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cline class='cls-1' x1='44.676' y1='96.538' x2='44.63' y2='96.523'/%3e%3cline class='cls-1' x1='68.42' y1='107.432' x2='67.447' y2='106.979'/%3e%3cpath class='cls-1' d='M34.062%2c91.67l-.59-.275-1.839-1.432A13.235%2c13.235%2c0%2c0%2c0%2c23.561%2c87.2V39.548h13.5l23.107-4.6a37.763%2c37.763%2c0%2c0%2c1%2c22.71%2c2.765l.137.214'/%3e%3cpath class='cls-1' d='M114.557%2c89.648l3.3%2c5.429a6.666%2c6.666%2c0%2c0%2c1%2c.107%2c9.305.4.4%2c0%2c0%2c0-.107.107%2c6.447%2c6.447%2c0%2c0%2c1-9.107%2c0l-3.692-3.586-5.714-5.516-9.3-9L104.769%2c100.6c.091.107.2.2.29.305a6.661%2c6.661%2c0%2c0%2c1-.2%2c9.015l-.091.092a6.436%2c6.436%2c0%2c0%2c1-9.1%2c0l0%2c0-6.87-6.626-7.859-7.584-7.16-6.947L88.5%2c103.068c.107.107.2.214.29.321a6.655%2c6.655%2c0%2c0%2c1-.183%2c8.984l-.092.091a6.457%2c6.457%2c0%2c0%2c1-9.122.016l-2.373-1.095'/%3e%3cpath class='cls-1' d='M126.445%2c83.317l-12.478%2c6.646L87.07%2c65.42%2c76.742%2c64.5%2c53.732%2c77.587a7.463%2c7.463%2c0%2c0%2c1-8.8-1.329h0a7.367%2c7.367%2c0%2c0%2c1%2c.1-10.125L66.515%2c44.962A24.353%2c24.353%2c0%2c0%2c1%2c83.6%2c37.9H126.45Z'/%3e%3cpath class='cls-1' d='M126.445%2c90.478V36.884a2.861%2c2.861%2c0%2c0%2c1%2c2.862-2.862h15.238V93.34H129.307A2.964%2c2.964%2c0%2c0%2c1%2c126.445%2c90.478Z'/%3e%3cpath class='cls-1' d='M23.561%2c90.478V36.884A2.862%2c2.862%2c0%2c0%2c0%2c20.7%2c34.022H5.455V93.34H20.693A2.97%2c2.97%2c0%2c0%2c0%2c23.561%2c90.478Z'/%3e%3cpath class='cls-1' d='M36.242%2c97.022h0a6.239%2c6.239%2c0%2c0%2c1-.82-8.693l2.353-2.761a6.136%2c6.136%2c0%2c0%2c1%2c8.633-.866.3.3%2c0%2c0%2c1%2c.056.051h0a6.24%2c6.24%2c0%2c0%2c1%2c.82%2c8.694l-2.353%2c2.76a6.136%2c6.136%2c0%2c0%2c1-8.633.866h0Z'/%3e%3cpath class='cls-1' d='M45.853%2c104.9h0a6.14%2c6.14%2c0%2c0%2c1-.978-8.622h0c.02-.026.035-.046.056-.072l2.353-2.76a6.136%2c6.136%2c0%2c0%2c1%2c8.622-.978l.072.056h0a6.245%2c6.245%2c0%2c0%2c1%2c.82%2c8.694l-2.353%2c2.862A6.135%2c6.135%2c0%2c0%2c1%2c45.853%2c104.9Z'/%3e%3cpath class='cls-1' d='M55.361%2c112.77h0a6.242%2c6.242%2c0%2c0%2c1-.921-8.694l2.352-2.862a6.24%2c6.24%2c0%2c0%2c1%2c8.694-.82h0a6.136%2c6.136%2c0%2c0%2c1%2c.866%2c8.633h0l-.046.061-2.251%2c2.76A6.236%2c6.236%2c0%2c0%2c1%2c55.361%2c112.77Z'/%3e%3cpath class='cls-1' d='M64.875%2c120.542h0a6.033%2c6.033%2c0%2c0%2c1-1-8.475c.061-.076.117-.148.178-.219l2.251-2.76a6.136%2c6.136%2c0%2c0%2c1%2c8.633-.866h0l.061.051h0a6.135%2c6.135%2c0%2c0%2c1%2c.866%2c8.632l-.051.062-2.251%2c2.76a6.136%2c6.136%2c0%2c0%2c1-8.633.866h0Z'/%3e%3c/svg%3e") center no-repeat;
      height: 18px;
      width: 18px; }
    .list-item .list-icon.expression_data {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3e %3cpath d='M6.51163 0.0070343C4.7814 0.0070343 3.2 0.3047 2.02791 0.788421C1.43256 1.03028 0.948837 1.32796 0.595349 1.70005C0.24186 2.07215 0 2.50006 0 2.98378V13.0303C0 13.514 0.24186 13.9419 0.595349 14.2954C0.948837 14.6489 1.43256 14.9466 2.02791 15.207C3.2 15.7093 4.7814 16.007 6.51163 16.007C8.24186 16.007 9.82326 15.7093 10.9953 15.207C11.5907 14.9652 12.0744 14.6675 12.4279 14.2954C12.7814 13.9419 13.0233 13.4954 13.0233 13.0303V2.98378C13.0233 2.50006 12.7814 2.07215 12.4279 1.70005C12.0744 1.32796 11.5907 1.04889 10.9953 0.788421C9.82326 0.286095 8.24186 0.0070343 6.51163 0.0070343ZM6.51163 0.75122C8.16744 0.75122 9.65581 1.03028 10.7163 1.47679C11.2372 1.70005 11.6465 1.96052 11.907 2.22098C12.1674 2.48145 12.2791 2.74192 12.2791 2.98378C12.2791 3.22564 12.1674 3.4675 11.907 3.72796C11.6465 3.98843 11.2372 4.24889 10.7163 4.47215C9.67442 4.91866 8.16744 5.21634 6.51163 5.21634C4.85581 5.21634 3.36744 4.91866 2.30698 4.47215C1.78605 4.24889 1.37674 3.98843 1.11628 3.72796C0.855814 3.4675 0.744186 3.22564 0.744186 2.98378C0.744186 2.74192 0.855814 2.50005 1.11628 2.22098C1.37674 1.96052 1.78605 1.70005 2.30698 1.47679C3.36744 1.03028 4.85581 0.75122 6.51163 0.75122ZM0.744186 4.39773C1.07907 4.6954 1.50698 4.93726 2.02791 5.16051C3.2 5.66284 4.7814 5.96052 6.51163 5.96052C8.24186 5.96052 9.82326 5.66284 10.9953 5.16051C11.4977 4.93726 11.9442 4.6954 12.2791 4.39773V6.33262C12.2791 6.57448 12.1674 6.81634 11.907 7.0768C11.6465 7.33727 11.2372 7.59773 10.7163 7.82099C9.67442 8.2675 8.16744 8.56517 6.51163 8.56517C4.85581 8.56517 3.36744 8.2675 2.30698 7.82099C1.78605 7.59773 1.37674 7.33727 1.11628 7.0768C0.855814 6.81634 0.744186 6.57448 0.744186 6.33262V4.39773V4.39773ZM0.744186 7.74656C1.07907 8.04424 1.50698 8.28609 2.02791 8.50935C3.2 9.01168 4.7814 9.30936 6.51163 9.30936C8.24186 9.30936 9.82326 9.01168 10.9953 8.50935C11.4977 8.28609 11.9442 8.04424 12.2791 7.74656V9.68145C12.2791 9.92331 12.1674 10.1652 11.907 10.4256C11.6465 10.6861 11.2372 10.9466 10.7163 11.1698C9.67442 11.6163 8.16744 11.914 6.51163 11.914C4.85581 11.914 3.36744 11.6163 2.30698 11.1698C1.78605 10.9466 1.37674 10.6861 1.11628 10.4256C0.855814 10.1652 0.744186 9.92331 0.744186 9.68145V7.74656V7.74656ZM0.744186 11.0954C1.07907 11.3931 1.50698 11.6349 2.02791 11.8582C3.2 12.3605 4.7814 12.6582 6.51163 12.6582C8.24186 12.6582 9.82326 12.3605 10.9953 11.8582C11.4977 11.6349 11.9442 11.3931 12.2791 11.0954V13.0303C12.2791 13.2721 12.1674 13.514 11.907 13.7745C11.6465 14.0349 11.2372 14.2954 10.7163 14.5187C9.67442 14.9652 8.16744 15.2628 6.51163 15.2628C4.85581 15.2628 3.36744 14.9652 2.30698 14.5187C1.78605 14.2954 1.37674 14.0349 1.11628 13.7745C0.855814 13.514 0.744186 13.2721 0.744186 13.0303V11.0954V11.0954Z' fill='%23C3C3C3'/%3e %3c/svg%3e") center no-repeat; }
    .list-item .list-icon.labels {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3cg%3e %3cpolygon points='11.6 5.774 13.156 10.333 9.817 11.472 8.261 6.913 9.274 4.42 11.6 5.774' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3ccircle cx='9.843' cy='6.086' r='0.463' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M8.676%2c5.894a1.586%2c1.586%2c0%2c0%2c1-.717-2.117%2c1.581%2c1.581%2c0%2c0%2c1%2c2.128-.727A1.587%2c1.587%2c0%2c0%2c1%2c10.8%2c5.178a1.111%2c1.111%2c0%2c0%2c1-.052.1' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3cg%3e %3cline x1='9.724' y1='5.645' x2='9.714' y2='5.645' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M8.8%2c8.489l-.716%2c2.18A2.541%2c2.541%2c0%2c1%2c1%2c3.257%2c9.081L4.835%2c4.264A2.539%2c2.539%2c0%2c0%2c1%2c8.042%2c2.635a2.68%2c2.68%2c0%2c0%2c1%2c.727.373%2c2.511%2c2.511%2c0%2c0%2c1%2c1%2c1.692' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='8.696' y1='8.199' x2='4.056' y2='6.673' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      height: 25px;
      width: 15px; }
    .list-item .list-icon.regulatory_decision {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3ccircle cx='8.005' cy='4.219' r='1.67' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='8.005' y1='5.889' x2='8.005' y2='13.375' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='11.777' y1='6.103' x2='4.233' y2='6.103' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cg%3e %3cline x1='4.216' y1='6.146' x2='2.747' y2='8.717' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='4.233' y1='6.146' x2='5.702' y2='8.717' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M5.736%2c8.8a1.513%2c1.513%2c0%2c0%2c1-3.026%2c0%2c.2.2%2c0%2c0%2c1%2c.011-.08h3A.186.186%2c0%2c0%2c1%2c5.736%2c8.8Z' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3cg%3e %3cline x1='11.771' y1='6.146' x2='10.302' y2='8.717' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='11.787' y1='6.146' x2='13.257' y2='8.717' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M13.29%2c8.8a1.513%2c1.513%2c0%2c0%2c1-3.026%2c0%2c.186.186%2c0%2c0%2c1%2c.012-.08h3A.2.2%2c0%2c0%2c1%2c13.29%2c8.8Z' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3cline x1='5.458' y1='13.375' x2='10.552' y2='13.375' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      height: 25px;
      width: 15px; }
    .list-item .list-icon.regulatory_review {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3cg%3e %3cline x1='11.57' y1='6.99' x2='11.57' y2='5.87' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='11.57 10.81 11.57 12.33 4.43 12.33 4.43 3.67 9.51 3.67' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolygon points='9.511 3.673 9.511 5.872 11.574 5.872 11.574 5.669 9.7 3.673 9.511 3.673' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3ccircle cx='11.069' cy='8.899' r='1.979' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.41' y1='6' x2='8.727' y2='6' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.41' y1='10.733' x2='8.727' y2='10.733' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.41' y1='7.578' x2='8.294' y2='7.578' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.41' y1='9.155' x2='7.521' y2='9.155' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='9.945 8.974 10.644 9.673 12.193 8.125' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      height: 25px;
      width: 15px; }
    .list-item .list-icon.advisory_committee {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3crect width='16' height='16' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3ccircle cx='8' cy='8' r='7.985' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3cline y1='0.006' x2='16' y2='15.994' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3cline x1='15.999' y1='0.004' x2='0.001' y2='15.996' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3crect x='4' y='0.019' width='8' height='15.962' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3cline x1='8' y1='0.019' x2='8' y2='15.981' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3crect x='0.019' y='4' width='15.962' height='8' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3cline x1='15.981' y1='8' x2='0.019' y2='8' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3crect x='2.349' y='2.367' width='11.303' height='11.266' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3ccircle cx='8' cy='8' r='5.636' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3ccircle cx='8' cy='8' r='3.994' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3ccircle cx='8' cy='8' r='2' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3c/g%3e %3cg id='Layer_5' data-name='Layer 5'%3e %3cpath d='M12.7%2c9.393H3.3a.954.954%2c0%2c0%2c0-.953.954v3.062H3.891A.413.413%2c0%2c0%2c0%2c4.3%2c13h0v-.032a1.076%2c1.076%2c0%2c0%2c1%2c1.076-1.076h5.242A1.076%2c1.076%2c0%2c0%2c1%2c11.7%2c12.965V13a.413.413%2c0%2c0%2c0%2c.412.412h1.542V10.346A.953.953%2c0%2c0%2c0%2c12.7%2c9.393Z' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='9.246' y1='7.329' x2='9.246' y2='9.392' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='6.72' y1='7.329' x2='6.72' y2='9.392' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3ccircle cx='8' cy='3.765' r='1.173' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M5.767%2c9.393V6.429a.763.763%2c0%2c0%2c1%2c.763-.763H9.47a.763.763%2c0%2c0%2c1%2c.763.763V9.393' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='8' y1='5.666' x2='8' y2='7.025' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='12.184' y1='6.618' x2='12.184' y2='8.212' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3ccircle cx='11.22' cy='3.864' r='0.906' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M10.231%2c5.333h2.125a.59.59%2c0%2c0%2c1%2c.59.589h0V8.212' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='11.221' y1='5.333' x2='11.221' y2='6.383' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='3.792' y1='6.618' x2='3.792' y2='8.212' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3ccircle cx='4.781' cy='3.864' r='0.906' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M3.056%2c8.212V5.923a.59.59%2c0%2c0%2c1%2c.589-.59h2.21' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='4.781' y1='5.333' x2='4.781' y2='6.383' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      height: 25px;
      width: 15px; }
    .list-item .list-icon.regulatory_guidance_drugs {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3crect x='5.922' y='2.597' width='4.156' height='10.806' rx='2.078' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.922' y1='8' x2='10.078' y2='8' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='10.08 6.23 12.54 6.23 13.54 5.11 12.54 4 9.97 4' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='6.03 12 3.46 12 2.46 10.89 3.46 9.77 5.92 9.77' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      height: 25px;
      width: 15px; }
    .list-item .list-icon.ema_regulatory_guidance_drugs {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3crect x='5.922' y='2.597' width='4.156' height='10.806' rx='2.078' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.922' y1='8' x2='10.078' y2='8' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='10.08 6.23 12.54 6.23 13.54 5.11 12.54 4 9.97 4' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='6.03 12 3.46 12 2.46 10.89 3.46 9.77 5.92 9.77' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      height: 25px;
      width: 15px; }
    .list-item .list-icon.regulatory_guidance_general {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3cline x1='8' y1='2.364' x2='8' y2='13.636' style='fill: none%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolygon points='11.805 6.983 3.523 6.983 3.523 4.674 11.805 4.674 12.924 5.829 11.805 6.983' style='fill: white%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolygon points='4.531 11.355 11.994 11.355 11.994 9.047 4.531 9.047 3.523 10.201 4.531 11.355' style='fill: white%3bstroke: %23C3C3C3%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      height: 25px;
      width: 15px; }
  .list-item.active .list-icon.publications, .list-item:hover .list-icon.publications {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -82.000000)' fill='%230087fc'%3e %3cg id='Publications_Active' transform='translate(15.000000%2c 82.000000)'%3e %3cpath d='M0.30078125%2c5.00390625 C0.227864219%2c4.96744773 0.170898643%2c4.91276078 0.129882812%2c4.83984375 C0.0888669824%2c4.76692672 0.068359375%2c4.68945354 0.068359375%2c4.60742188 C0.068359375%2c4.52539021 0.0911456055%2c4.45019565 0.13671875%2c4.38183594 C0.182291895%2c4.31347622 0.241536094%2c4.26106789 0.314453125%2c4.22460938 L6.87695312%2c0.9296875 C6.94075553%2c0.893228984 7.0068356%2c0.875 7.07519531%2c0.875 C7.14355503%2c0.875 7.2096351%2c0.893228984 7.2734375%2c0.9296875 L13.7675781%2c4.22460938 C13.8404952%2c4.26106789 13.8974607%2c4.31347622 13.9384766%2c4.38183594 C13.9794924%2c4.45019565 14%2c4.52539021 14%2c4.60742188 C14%2c4.68945354 13.9794924%2c4.76692672 13.9384766%2c4.83984375 C13.8974607%2c4.91276078 13.8450524%2c4.96744773 13.78125%2c5.00390625 L7.20507813%2c8.54492188 C7.17773424%2c8.56315113 7.14583352%2c8.57454425 7.109375%2c8.57910156 C7.07291648%2c8.58365888 7.03645852%2c8.5859375 7%2c8.5859375 C6.96354148%2c8.5859375 6.92936214%2c8.58138025 6.89746094%2c8.57226562 C6.86555974%2c8.563151 6.83138039%2c8.5540365 6.79492188%2c8.54492188 L0.30078125%2c5.00390625 Z M7.06835938%2c1.8046875 L1.44921875%2c4.63476562 L7%2c7.65625 L12.6191406%2c4.63476562 L7.06835938%2c1.8046875 Z M13.6855469%2c7.4375 C13.7584639%2c7.47395852 13.8177081%2c7.52864547 13.8632812%2c7.6015625 C13.9088544%2c7.67447953 13.9316406%2c7.74739547 13.9316406%2c7.8203125 C13.9316406%2c7.90234416 13.911133%2c7.97981734 13.8701172%2c8.05273438 C13.8291014%2c8.12565141 13.7721358%2c8.18033836 13.6992188%2c8.21679688 L7.13671875%2c11.7578125 C7.10026023%2c11.7760418 7.06608089%2c11.7897135 7.03417969%2c11.7988281 C7.00227849%2c11.8079428 6.96809914%2c11.8125 6.93164062%2c11.8125 C6.89518211%2c11.8125 6.85872414%2c11.8079428 6.82226562%2c11.7988281 C6.78580711%2c11.7897135 6.74934914%2c11.7760418 6.71289062%2c11.7578125 L0.21875%2c8.21679688 C0.154947598%2c8.18033836 0.102539268%2c8.12565141 0.0615234375%2c8.05273438 C0.0205076074%2c7.97981734 0%2c7.90234416 0%2c7.8203125 C0%2c7.73828084 0.0205076074%2c7.66308628 0.0615234375%2c7.59472656 C0.102539268%2c7.52636685 0.159504844%2c7.47395852 0.232421875%2c7.4375 L1.61328125%2c6.75390625 L2.54296875%2c7.25976562 L1.38085938%2c7.84765625 L6.93164062%2c10.8691406 L12.5507812%2c7.84765625 L11.4570312%2c7.28710938 L12.3867188%2c6.78125 L13.6855469%2c7.4375 Z M13.6855469%2c10.5 C13.7584639%2c10.5364585 13.8177081%2c10.5911455 13.8632812%2c10.6640625 C13.9088544%2c10.7369795 13.9316406%2c10.8098955 13.9316406%2c10.8828125 C13.9316406%2c10.9648442 13.911133%2c11.0423173 13.8701172%2c11.1152344 C13.8291014%2c11.1881514 13.7721358%2c11.2428384 13.6992188%2c11.2792969 L7.13671875%2c14.8203125 C7.10026023%2c14.8385418 7.06608089%2c14.8522135 7.03417969%2c14.8613281 C7.00227849%2c14.8704428 6.96809914%2c14.875 6.93164062%2c14.875 C6.89518211%2c14.875 6.85872414%2c14.8704428 6.82226562%2c14.8613281 C6.78580711%2c14.8522135 6.74934914%2c14.8385418 6.71289062%2c14.8203125 L0.21875%2c11.2792969 C0.154947598%2c11.2428384 0.102539268%2c11.1881514 0.0615234375%2c11.1152344 C0.0205076074%2c11.0423173 0%2c10.9648442 0%2c10.8828125 C0%2c10.8007808 0.0205076074%2c10.7255863 0.0615234375%2c10.6572266 C0.102539268%2c10.5888668 0.159504844%2c10.5364585 0.232421875%2c10.5 L1.53125%2c9.91210938 L2.4609375%2c10.4179688 L1.38085938%2c10.9101562 L6.93164062%2c13.9316406 L12.5507812%2c10.9101562 L11.5253906%2c10.4042969 L12.4550781%2c9.8984375 L13.6855469%2c10.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.publications_w, .list-item:hover .list-icon.publications_w {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -82.000000)' fill='%230087fc'%3e %3cg id='Publications_Active' transform='translate(15.000000%2c 82.000000)'%3e %3cpath d='M0.30078125%2c5.00390625 C0.227864219%2c4.96744773 0.170898643%2c4.91276078 0.129882812%2c4.83984375 C0.0888669824%2c4.76692672 0.068359375%2c4.68945354 0.068359375%2c4.60742188 C0.068359375%2c4.52539021 0.0911456055%2c4.45019565 0.13671875%2c4.38183594 C0.182291895%2c4.31347622 0.241536094%2c4.26106789 0.314453125%2c4.22460938 L6.87695312%2c0.9296875 C6.94075553%2c0.893228984 7.0068356%2c0.875 7.07519531%2c0.875 C7.14355503%2c0.875 7.2096351%2c0.893228984 7.2734375%2c0.9296875 L13.7675781%2c4.22460938 C13.8404952%2c4.26106789 13.8974607%2c4.31347622 13.9384766%2c4.38183594 C13.9794924%2c4.45019565 14%2c4.52539021 14%2c4.60742188 C14%2c4.68945354 13.9794924%2c4.76692672 13.9384766%2c4.83984375 C13.8974607%2c4.91276078 13.8450524%2c4.96744773 13.78125%2c5.00390625 L7.20507813%2c8.54492188 C7.17773424%2c8.56315113 7.14583352%2c8.57454425 7.109375%2c8.57910156 C7.07291648%2c8.58365888 7.03645852%2c8.5859375 7%2c8.5859375 C6.96354148%2c8.5859375 6.92936214%2c8.58138025 6.89746094%2c8.57226562 C6.86555974%2c8.563151 6.83138039%2c8.5540365 6.79492188%2c8.54492188 L0.30078125%2c5.00390625 Z M7.06835938%2c1.8046875 L1.44921875%2c4.63476562 L7%2c7.65625 L12.6191406%2c4.63476562 L7.06835938%2c1.8046875 Z M13.6855469%2c7.4375 C13.7584639%2c7.47395852 13.8177081%2c7.52864547 13.8632812%2c7.6015625 C13.9088544%2c7.67447953 13.9316406%2c7.74739547 13.9316406%2c7.8203125 C13.9316406%2c7.90234416 13.911133%2c7.97981734 13.8701172%2c8.05273438 C13.8291014%2c8.12565141 13.7721358%2c8.18033836 13.6992188%2c8.21679688 L7.13671875%2c11.7578125 C7.10026023%2c11.7760418 7.06608089%2c11.7897135 7.03417969%2c11.7988281 C7.00227849%2c11.8079428 6.96809914%2c11.8125 6.93164062%2c11.8125 C6.89518211%2c11.8125 6.85872414%2c11.8079428 6.82226562%2c11.7988281 C6.78580711%2c11.7897135 6.74934914%2c11.7760418 6.71289062%2c11.7578125 L0.21875%2c8.21679688 C0.154947598%2c8.18033836 0.102539268%2c8.12565141 0.0615234375%2c8.05273438 C0.0205076074%2c7.97981734 0%2c7.90234416 0%2c7.8203125 C0%2c7.73828084 0.0205076074%2c7.66308628 0.0615234375%2c7.59472656 C0.102539268%2c7.52636685 0.159504844%2c7.47395852 0.232421875%2c7.4375 L1.61328125%2c6.75390625 L2.54296875%2c7.25976562 L1.38085938%2c7.84765625 L6.93164062%2c10.8691406 L12.5507812%2c7.84765625 L11.4570312%2c7.28710938 L12.3867188%2c6.78125 L13.6855469%2c7.4375 Z M13.6855469%2c10.5 C13.7584639%2c10.5364585 13.8177081%2c10.5911455 13.8632812%2c10.6640625 C13.9088544%2c10.7369795 13.9316406%2c10.8098955 13.9316406%2c10.8828125 C13.9316406%2c10.9648442 13.911133%2c11.0423173 13.8701172%2c11.1152344 C13.8291014%2c11.1881514 13.7721358%2c11.2428384 13.6992188%2c11.2792969 L7.13671875%2c14.8203125 C7.10026023%2c14.8385418 7.06608089%2c14.8522135 7.03417969%2c14.8613281 C7.00227849%2c14.8704428 6.96809914%2c14.875 6.93164062%2c14.875 C6.89518211%2c14.875 6.85872414%2c14.8704428 6.82226562%2c14.8613281 C6.78580711%2c14.8522135 6.74934914%2c14.8385418 6.71289062%2c14.8203125 L0.21875%2c11.2792969 C0.154947598%2c11.2428384 0.102539268%2c11.1881514 0.0615234375%2c11.1152344 C0.0205076074%2c11.0423173 0%2c10.9648442 0%2c10.8828125 C0%2c10.8007808 0.0205076074%2c10.7255863 0.0615234375%2c10.6572266 C0.102539268%2c10.5888668 0.159504844%2c10.5364585 0.232421875%2c10.5 L1.53125%2c9.91210938 L2.4609375%2c10.4179688 L1.38085938%2c10.9101562 L6.93164062%2c13.9316406 L12.5507812%2c10.9101562 L11.5253906%2c10.4042969 L12.4550781%2c9.8984375 L13.6855469%2c10.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.springer_publications, .list-item:hover .list-icon.springer_publications {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -82.000000)' fill='%230087fc'%3e %3cg id='Publications_Active' transform='translate(15.000000%2c 82.000000)'%3e %3cpath d='M0.30078125%2c5.00390625 C0.227864219%2c4.96744773 0.170898643%2c4.91276078 0.129882812%2c4.83984375 C0.0888669824%2c4.76692672 0.068359375%2c4.68945354 0.068359375%2c4.60742188 C0.068359375%2c4.52539021 0.0911456055%2c4.45019565 0.13671875%2c4.38183594 C0.182291895%2c4.31347622 0.241536094%2c4.26106789 0.314453125%2c4.22460938 L6.87695312%2c0.9296875 C6.94075553%2c0.893228984 7.0068356%2c0.875 7.07519531%2c0.875 C7.14355503%2c0.875 7.2096351%2c0.893228984 7.2734375%2c0.9296875 L13.7675781%2c4.22460938 C13.8404952%2c4.26106789 13.8974607%2c4.31347622 13.9384766%2c4.38183594 C13.9794924%2c4.45019565 14%2c4.52539021 14%2c4.60742188 C14%2c4.68945354 13.9794924%2c4.76692672 13.9384766%2c4.83984375 C13.8974607%2c4.91276078 13.8450524%2c4.96744773 13.78125%2c5.00390625 L7.20507813%2c8.54492188 C7.17773424%2c8.56315113 7.14583352%2c8.57454425 7.109375%2c8.57910156 C7.07291648%2c8.58365888 7.03645852%2c8.5859375 7%2c8.5859375 C6.96354148%2c8.5859375 6.92936214%2c8.58138025 6.89746094%2c8.57226562 C6.86555974%2c8.563151 6.83138039%2c8.5540365 6.79492188%2c8.54492188 L0.30078125%2c5.00390625 Z M7.06835938%2c1.8046875 L1.44921875%2c4.63476562 L7%2c7.65625 L12.6191406%2c4.63476562 L7.06835938%2c1.8046875 Z M13.6855469%2c7.4375 C13.7584639%2c7.47395852 13.8177081%2c7.52864547 13.8632812%2c7.6015625 C13.9088544%2c7.67447953 13.9316406%2c7.74739547 13.9316406%2c7.8203125 C13.9316406%2c7.90234416 13.911133%2c7.97981734 13.8701172%2c8.05273438 C13.8291014%2c8.12565141 13.7721358%2c8.18033836 13.6992188%2c8.21679688 L7.13671875%2c11.7578125 C7.10026023%2c11.7760418 7.06608089%2c11.7897135 7.03417969%2c11.7988281 C7.00227849%2c11.8079428 6.96809914%2c11.8125 6.93164062%2c11.8125 C6.89518211%2c11.8125 6.85872414%2c11.8079428 6.82226562%2c11.7988281 C6.78580711%2c11.7897135 6.74934914%2c11.7760418 6.71289062%2c11.7578125 L0.21875%2c8.21679688 C0.154947598%2c8.18033836 0.102539268%2c8.12565141 0.0615234375%2c8.05273438 C0.0205076074%2c7.97981734 0%2c7.90234416 0%2c7.8203125 C0%2c7.73828084 0.0205076074%2c7.66308628 0.0615234375%2c7.59472656 C0.102539268%2c7.52636685 0.159504844%2c7.47395852 0.232421875%2c7.4375 L1.61328125%2c6.75390625 L2.54296875%2c7.25976562 L1.38085938%2c7.84765625 L6.93164062%2c10.8691406 L12.5507812%2c7.84765625 L11.4570312%2c7.28710938 L12.3867188%2c6.78125 L13.6855469%2c7.4375 Z M13.6855469%2c10.5 C13.7584639%2c10.5364585 13.8177081%2c10.5911455 13.8632812%2c10.6640625 C13.9088544%2c10.7369795 13.9316406%2c10.8098955 13.9316406%2c10.8828125 C13.9316406%2c10.9648442 13.911133%2c11.0423173 13.8701172%2c11.1152344 C13.8291014%2c11.1881514 13.7721358%2c11.2428384 13.6992188%2c11.2792969 L7.13671875%2c14.8203125 C7.10026023%2c14.8385418 7.06608089%2c14.8522135 7.03417969%2c14.8613281 C7.00227849%2c14.8704428 6.96809914%2c14.875 6.93164062%2c14.875 C6.89518211%2c14.875 6.85872414%2c14.8704428 6.82226562%2c14.8613281 C6.78580711%2c14.8522135 6.74934914%2c14.8385418 6.71289062%2c14.8203125 L0.21875%2c11.2792969 C0.154947598%2c11.2428384 0.102539268%2c11.1881514 0.0615234375%2c11.1152344 C0.0205076074%2c11.0423173 0%2c10.9648442 0%2c10.8828125 C0%2c10.8007808 0.0205076074%2c10.7255863 0.0615234375%2c10.6572266 C0.102539268%2c10.5888668 0.159504844%2c10.5364585 0.232421875%2c10.5 L1.53125%2c9.91210938 L2.4609375%2c10.4179688 L1.38085938%2c10.9101562 L6.93164062%2c13.9316406 L12.5507812%2c10.9101562 L11.5253906%2c10.4042969 L12.4550781%2c9.8984375 L13.6855469%2c10.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.clinicaltrials, .list-item:hover .list-icon.clinicaltrials {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-46.000000%2c -81.000000)' fill='%230087fc'%3e %3cg id='Clinical-Trial_Active' transform='translate(46.000000%2c 81.000000)'%3e %3cpath d='M9.65625%2c15.171875 C9.72916703%2c15.244792 9.77343742%2c15.3281245 9.7890625%2c15.421875 C9.80468758%2c15.5156255 9.79166687%2c15.6093745 9.75%2c15.703125 C9.70833312%2c15.7968755 9.64583375%2c15.8697914 9.5625%2c15.921875 C9.47916625%2c15.9739586 9.39062547%2c16 9.296875%2c16 L0.703125%2c16 C0.609374531%2c16 0.52083375%2c15.9739586 0.4375%2c15.921875 C0.35416625%2c15.8697914 0.291666875%2c15.7968755 0.25%2c15.703125 C0.208333125%2c15.6093745 0.195312422%2c15.5156255 0.2109375%2c15.421875 C0.226562578%2c15.3281245 0.270832969%2c15.244792 0.34375%2c15.171875 L3%2c12.015625 L3%2c6.5 L2.671875%2c6.5 C2.52604094%2c6.5 2.40625047%2c6.45052133 2.3125%2c6.3515625 C2.21874953%2c6.25260367 2.171875%2c6.13541734 2.171875%2c6 C2.171875%2c5.85416594 2.21874953%2c5.73437547 2.3125%2c5.640625 C2.40625047%2c5.54687453 2.52604094%2c5.5 2.671875%2c5.5 L3.5%2c5.5 C3.63541734%2c5.5 3.75260367%2c5.54687453 3.8515625%2c5.640625 C3.95052133%2c5.73437547 4%2c5.85416594 4%2c6 L4%2c12.203125 C4%2c12.2656253 3.98958344%2c12.3255205 3.96875%2c12.3828125 C3.94791656%2c12.4401045 3.91666687%2c12.4947914 3.875%2c12.546875 L1.828125%2c15 L8.171875%2c15 L6.125%2c12.546875 C6.08333312%2c12.4947914 6.05208344%2c12.4401045 6.03125%2c12.3828125 C6.01041656%2c12.3255205 6%2c12.2656253 6%2c12.203125 L6%2c6 C6%2c5.85416594 6.04947867%2c5.73437547 6.1484375%2c5.640625 C6.24739633%2c5.54687453 6.36458266%2c5.5 6.5%2c5.5 L7.328125%2c5.5 C7.47395906%2c5.5 7.59374953%2c5.54687453 7.6875%2c5.640625 C7.78125047%2c5.73437547 7.828125%2c5.85416594 7.828125%2c6 C7.828125%2c6.13541734 7.78125047%2c6.25260367 7.6875%2c6.3515625 C7.59374953%2c6.45052133 7.47395906%2c6.5 7.328125%2c6.5 L7%2c6.5 L7%2c12.015625 L9.65625%2c15.171875 Z M4.5%2c5 C4.22916531%2c5 3.99479266%2c4.90104266 3.796875%2c4.703125 C3.59895734%2c4.50520734 3.5%2c4.27083469 3.5%2c4 C3.5%2c3.71874859 3.59895734%2c3.4817718 3.796875%2c3.2890625 C3.99479266%2c3.0963532 4.22916531%2c3 4.5%2c3 C4.77083469%2c3 5.00520734%2c3.0963532 5.203125%2c3.2890625 C5.40104266%2c3.4817718 5.5%2c3.71874859 5.5%2c4 C5.5%2c4.27083469 5.40104266%2c4.50520734 5.203125%2c4.703125 C5.00520734%2c4.90104266 4.77083469%2c5 4.5%2c5 Z M7.75%2c3.515625 C7.27083094%2c3.515625 6.85937672%2c3.34375172 6.515625%2c3 C6.17187328%2c2.65624828 6%2c2.23958578 6%2c1.75 C6%2c1.27083094 6.17187328%2c0.859376719 6.515625%2c0.515625 C6.85937672%2c0.171873281 7.27083094%2c0 7.75%2c0 C8.23958578%2c0 8.65624828%2c0.171873281 9%2c0.515625 C9.34375172%2c0.859376719 9.515625%2c1.27083094 9.515625%2c1.75 C9.515625%2c2.23958578 9.34375172%2c2.65624828 9%2c3 C8.65624828%2c3.34375172 8.23958578%2c3.515625 7.75%2c3.515625 Z M7.75%2c1 C7.54166562%2c1 7.36458406%2c1.07291594 7.21875%2c1.21875 C7.07291594%2c1.36458406 7%2c1.54166563 7%2c1.75 C7%2c1.95833437 7.07291594%2c2.13541594 7.21875%2c2.28125 C7.36458406%2c2.42708406 7.54166562%2c2.5 7.75%2c2.5 C7.95833437%2c2.5 8.13541594%2c2.42708406 8.28125%2c2.28125 C8.42708406%2c2.13541594 8.5%2c1.95833437 8.5%2c1.75 C8.5%2c1.54166563 8.42708406%2c1.36458406 8.28125%2c1.21875 C8.13541594%2c1.07291594 7.95833437%2c1 7.75%2c1 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.congresses, .list-item:hover .list-icon.congresses {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-75.000000%2c -82.000000)' fill='%230087fc'%3e %3cg id='Congresses_Active' transform='translate(75.000000%2c 82.000000)'%3e %3cpath d='M10.1992188%2c12.2910156 L10.5683594%2c12.4960938 C10.8144544%2c12.6328132 10.9375%2c12.8105458 10.9375%2c13.0292969 L10.9375%2c14.1367188 C10.9375%2c14.3463552 10.8645841%2c14.5218092 10.71875%2c14.6630859 C10.5729159%2c14.8043627 10.3997406%2c14.875 10.1992188%2c14.875 L0.73828125%2c14.875 C0.537759414%2c14.875 0.364584063%2c14.8043627 0.21875%2c14.6630859 C0.0729159375%2c14.5218092 0%2c14.3463552 0%2c14.1367188 L0%2c13.0292969 C0%2c12.828775 0.123045645%2c12.6555997 0.369140625%2c12.5097656 L0.73828125%2c12.2910156 L3.56835938%2c10.7597656 C3.04882553%2c10.3496073 2.68880309%2c9.80273779 2.48828125%2c9.11914062 C2.28775941%2c8.43554346 2.1875%2c7.89323117 2.1875%2c7.4921875 L2.1875%2c5.64648438 C2.1875%2c5.33658699 2.28320217%2c5.02897288 2.47460938%2c4.72363281 C2.66601658%2c4.41829274 2.91666512%2c4.14257936 3.2265625%2c3.89648438 C3.53645988%2c3.65038939 3.88964646%2c3.44987057 4.28613281%2c3.29492188 C4.68261917%2c3.13997318 5.0813782%2c3.0625 5.48242188%2c3.0625 C5.89258018%2c3.0625 6.29361783%2c3.13997318 6.68554688%2c3.29492188 C7.07747592%2c3.44987057 7.42610524%2c3.65038939 7.73144531%2c3.89648438 C8.03678538%2c4.14257936 8.28287667%2c4.41829274 8.46972656%2c4.72363281 C8.65657646%2c5.02897288 8.75%2c5.33658699 8.75%2c5.64648438 L8.75%2c7.4921875 C8.75%2c7.93880432 8.6611337%2c8.49478834 8.48339844%2c9.16015625 C8.30566317%2c9.82552416 7.96159109%2c10.3632792 7.45117188%2c10.7734375 L10.1992188%2c12.2910156 Z M10.0625%2c14 L10.0625%2c13.2207031 C10.0351561%2c13.1933592 10.0032554%2c13.170573 9.96679688%2c13.1523438 L9.85742188%2c13.0976562 C9.84830725%2c13.0976562 9.83691413%2c13.093099 9.82324219%2c13.0839844 C9.80957024%2c13.0748697 9.79361988%2c13.0657553 9.77539062%2c13.0566406 L7.02734375%2c11.5390625 C6.89973895%2c11.4661455 6.79492229%2c11.3681647 6.71289062%2c11.2451172 C6.63085896%2c11.1220697 6.5852865%2c10.9876309 6.57617188%2c10.8417969 C6.55794262%2c10.6959628 6.57845022%2c10.5546882 6.63769531%2c10.4179688 C6.6969404%2c10.2812493 6.7858067%2c10.1673182 6.90429688%2c10.0761719 C7.27799666%2c9.78450375 7.53320244%2c9.36751573 7.66992188%2c8.82519531 C7.80664131%2c8.28287489 7.875%2c7.8385434 7.875%2c7.4921875 L7.875%2c5.64648438 C7.875%2c5.32747236 7.63574458%2c4.96289268 7.15722656%2c4.55273438 C6.67870854%2c4.14257607 6.1204459%2c3.9375 5.48242188%2c3.9375 C4.86262711%2c3.9375 4.30436446%2c4.14257607 3.80761719%2c4.55273438 C3.31086991%2c4.96289268 3.0625%2c5.32747236 3.0625%2c5.64648438 L3.0625%2c7.4921875 C3.0625%2c7.8385434 3.14453043%2c8.28287489 3.30859375%2c8.82519531 C3.47265707%2c9.36751573 3.74153459%2c9.78450375 4.11523438%2c10.0761719 C4.22460992%2c10.1673182 4.30891897%2c10.2812493 4.36816406%2c10.4179688 C4.42740915%2c10.5546882 4.44791676%2c10.6959628 4.4296875%2c10.8417969 C4.42057287%2c10.9876309 4.37500041%2c11.1220697 4.29296875%2c11.2451172 C4.21093709%2c11.3681647 4.10612043%2c11.4615882 3.97851562%2c11.5253906 L1.1484375%2c13.0703125 C1.13932287%2c13.0703125 1.13020838%2c13.0725911 1.12109375%2c13.0771484 C1.11197912%2c13.0817058 1.10286463%2c13.0885416 1.09375%2c13.0976562 C1.05729148%2c13.1067709 1.01855489%2c13.1249999 0.977539062%2c13.1523438 L0.875%2c13.2207031 L0.875%2c14 L10.0625%2c14 Z M13.2617188%2c10.1171875 C13.2617188%2c10.1171875 13.3847644%2c10.1855462 13.6308594%2c10.3222656 C13.8769544%2c10.4589851 14%2c10.6367177 14%2c10.8554688 L14%2c11.9492188 C14%2c12.1588552 13.9270841%2c12.3343092 13.78125%2c12.4755859 C13.6354159%2c12.6168627 13.4622406%2c12.6875 13.2617188%2c12.6875 L11.8125%2c12.6875 C11.7578122%2c12.4960928 11.7008467%2c12.3274747 11.6416016%2c12.1816406 C11.5823565%2c12.0358066 11.4889329%2c11.9127609 11.3613281%2c11.8125 L13.125%2c11.8125 L13.125%2c11.0332031 C13.0976561%2c11.0149739 13.0657554%2c10.9944663 13.0292969%2c10.9716797 C12.9928384%2c10.9488931 12.9563804%2c10.9329428 12.9199219%2c10.9238281 C12.9108072%2c10.9147135 12.8994141%2c10.9078776 12.8857422%2c10.9033203 C12.8720702%2c10.898763 12.8561199%2c10.8919271 12.8378906%2c10.8828125 L10.0488281%2c9.36523438 C9.92122332%2c9.29231734 9.81640666%2c9.19433655 9.734375%2c9.07128906 C9.65234334%2c8.94824157 9.60677088%2c8.81380281 9.59765625%2c8.66796875 C9.57942699%2c8.52213469 9.5999346%2c8.38086006 9.65917969%2c8.24414062 C9.71842478%2c8.10742119 9.80729107%2c7.99349004 9.92578125%2c7.90234375 C10.299481%2c7.601561 10.5615227%2c7.18001573 10.7119141%2c6.63769531 C10.8623054%2c6.09537489 10.9375%2c5.65560064 10.9375%2c5.31835938 L10.9375%2c3.47265625 C10.9375%2c3.14452961 10.6914087%2c2.77539268 10.1992188%2c2.36523438 C9.70702879%2c1.95507607 9.14193027%2c1.75 8.50390625%2c1.75 C8.19400887%2c1.75 7.89550925%2c1.80012971 7.60839844%2c1.90039062 C7.32128763%2c2.00065154 7.06380322%2c2.13736893 6.8359375%2c2.31054688 C6.66275955%2c2.2558591 6.48046971%2c2.22395838 6.2890625%2c2.21484375 C6.09765529%2c2.20572912 5.9108082%2c2.19661463 5.72851562%2c2.1875 C6.04752764%2c1.81380021 6.45767979%2c1.49935023 6.95898438%2c1.24414062 C7.46028896%2c0.988931016 7.97525777%2c0.861328125 8.50390625%2c0.861328125 C8.91406455%2c0.861328125 9.31738083%2c0.941079932 9.71386719%2c1.10058594 C10.1103535%2c1.26009194 10.4635401%2c1.46288939 10.7734375%2c1.70898438 C11.0833349%2c1.95507936 11.3339834%2c2.23307137 11.5253906%2c2.54296875 C11.7167978%2c2.85286613 11.8125%2c3.16275887 11.8125%2c3.47265625 L11.8125%2c5.31835938 C11.8125%2c5.75586156 11.7167978%2c6.30956696 11.5253906%2c6.97949219 C11.3339834%2c7.64941741 10.9830755%2c8.18489383 10.4726562%2c8.5859375 L13.2617188%2c10.1171875 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.publications_w_congress, .list-item:hover .list-icon.publications_w_congress {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-75.000000%2c -82.000000)' fill='%230087fc'%3e %3cg id='Congresses_Active' transform='translate(75.000000%2c 82.000000)'%3e %3cpath d='M10.1992188%2c12.2910156 L10.5683594%2c12.4960938 C10.8144544%2c12.6328132 10.9375%2c12.8105458 10.9375%2c13.0292969 L10.9375%2c14.1367188 C10.9375%2c14.3463552 10.8645841%2c14.5218092 10.71875%2c14.6630859 C10.5729159%2c14.8043627 10.3997406%2c14.875 10.1992188%2c14.875 L0.73828125%2c14.875 C0.537759414%2c14.875 0.364584063%2c14.8043627 0.21875%2c14.6630859 C0.0729159375%2c14.5218092 0%2c14.3463552 0%2c14.1367188 L0%2c13.0292969 C0%2c12.828775 0.123045645%2c12.6555997 0.369140625%2c12.5097656 L0.73828125%2c12.2910156 L3.56835938%2c10.7597656 C3.04882553%2c10.3496073 2.68880309%2c9.80273779 2.48828125%2c9.11914062 C2.28775941%2c8.43554346 2.1875%2c7.89323117 2.1875%2c7.4921875 L2.1875%2c5.64648438 C2.1875%2c5.33658699 2.28320217%2c5.02897288 2.47460938%2c4.72363281 C2.66601658%2c4.41829274 2.91666512%2c4.14257936 3.2265625%2c3.89648438 C3.53645988%2c3.65038939 3.88964646%2c3.44987057 4.28613281%2c3.29492188 C4.68261917%2c3.13997318 5.0813782%2c3.0625 5.48242188%2c3.0625 C5.89258018%2c3.0625 6.29361783%2c3.13997318 6.68554688%2c3.29492188 C7.07747592%2c3.44987057 7.42610524%2c3.65038939 7.73144531%2c3.89648438 C8.03678538%2c4.14257936 8.28287667%2c4.41829274 8.46972656%2c4.72363281 C8.65657646%2c5.02897288 8.75%2c5.33658699 8.75%2c5.64648438 L8.75%2c7.4921875 C8.75%2c7.93880432 8.6611337%2c8.49478834 8.48339844%2c9.16015625 C8.30566317%2c9.82552416 7.96159109%2c10.3632792 7.45117188%2c10.7734375 L10.1992188%2c12.2910156 Z M10.0625%2c14 L10.0625%2c13.2207031 C10.0351561%2c13.1933592 10.0032554%2c13.170573 9.96679688%2c13.1523438 L9.85742188%2c13.0976562 C9.84830725%2c13.0976562 9.83691413%2c13.093099 9.82324219%2c13.0839844 C9.80957024%2c13.0748697 9.79361988%2c13.0657553 9.77539062%2c13.0566406 L7.02734375%2c11.5390625 C6.89973895%2c11.4661455 6.79492229%2c11.3681647 6.71289062%2c11.2451172 C6.63085896%2c11.1220697 6.5852865%2c10.9876309 6.57617188%2c10.8417969 C6.55794262%2c10.6959628 6.57845022%2c10.5546882 6.63769531%2c10.4179688 C6.6969404%2c10.2812493 6.7858067%2c10.1673182 6.90429688%2c10.0761719 C7.27799666%2c9.78450375 7.53320244%2c9.36751573 7.66992188%2c8.82519531 C7.80664131%2c8.28287489 7.875%2c7.8385434 7.875%2c7.4921875 L7.875%2c5.64648438 C7.875%2c5.32747236 7.63574458%2c4.96289268 7.15722656%2c4.55273438 C6.67870854%2c4.14257607 6.1204459%2c3.9375 5.48242188%2c3.9375 C4.86262711%2c3.9375 4.30436446%2c4.14257607 3.80761719%2c4.55273438 C3.31086991%2c4.96289268 3.0625%2c5.32747236 3.0625%2c5.64648438 L3.0625%2c7.4921875 C3.0625%2c7.8385434 3.14453043%2c8.28287489 3.30859375%2c8.82519531 C3.47265707%2c9.36751573 3.74153459%2c9.78450375 4.11523438%2c10.0761719 C4.22460992%2c10.1673182 4.30891897%2c10.2812493 4.36816406%2c10.4179688 C4.42740915%2c10.5546882 4.44791676%2c10.6959628 4.4296875%2c10.8417969 C4.42057287%2c10.9876309 4.37500041%2c11.1220697 4.29296875%2c11.2451172 C4.21093709%2c11.3681647 4.10612043%2c11.4615882 3.97851562%2c11.5253906 L1.1484375%2c13.0703125 C1.13932287%2c13.0703125 1.13020838%2c13.0725911 1.12109375%2c13.0771484 C1.11197912%2c13.0817058 1.10286463%2c13.0885416 1.09375%2c13.0976562 C1.05729148%2c13.1067709 1.01855489%2c13.1249999 0.977539062%2c13.1523438 L0.875%2c13.2207031 L0.875%2c14 L10.0625%2c14 Z M13.2617188%2c10.1171875 C13.2617188%2c10.1171875 13.3847644%2c10.1855462 13.6308594%2c10.3222656 C13.8769544%2c10.4589851 14%2c10.6367177 14%2c10.8554688 L14%2c11.9492188 C14%2c12.1588552 13.9270841%2c12.3343092 13.78125%2c12.4755859 C13.6354159%2c12.6168627 13.4622406%2c12.6875 13.2617188%2c12.6875 L11.8125%2c12.6875 C11.7578122%2c12.4960928 11.7008467%2c12.3274747 11.6416016%2c12.1816406 C11.5823565%2c12.0358066 11.4889329%2c11.9127609 11.3613281%2c11.8125 L13.125%2c11.8125 L13.125%2c11.0332031 C13.0976561%2c11.0149739 13.0657554%2c10.9944663 13.0292969%2c10.9716797 C12.9928384%2c10.9488931 12.9563804%2c10.9329428 12.9199219%2c10.9238281 C12.9108072%2c10.9147135 12.8994141%2c10.9078776 12.8857422%2c10.9033203 C12.8720702%2c10.898763 12.8561199%2c10.8919271 12.8378906%2c10.8828125 L10.0488281%2c9.36523438 C9.92122332%2c9.29231734 9.81640666%2c9.19433655 9.734375%2c9.07128906 C9.65234334%2c8.94824157 9.60677088%2c8.81380281 9.59765625%2c8.66796875 C9.57942699%2c8.52213469 9.5999346%2c8.38086006 9.65917969%2c8.24414062 C9.71842478%2c8.10742119 9.80729107%2c7.99349004 9.92578125%2c7.90234375 C10.299481%2c7.601561 10.5615227%2c7.18001573 10.7119141%2c6.63769531 C10.8623054%2c6.09537489 10.9375%2c5.65560064 10.9375%2c5.31835938 L10.9375%2c3.47265625 C10.9375%2c3.14452961 10.6914087%2c2.77539268 10.1992188%2c2.36523438 C9.70702879%2c1.95507607 9.14193027%2c1.75 8.50390625%2c1.75 C8.19400887%2c1.75 7.89550925%2c1.80012971 7.60839844%2c1.90039062 C7.32128763%2c2.00065154 7.06380322%2c2.13736893 6.8359375%2c2.31054688 C6.66275955%2c2.2558591 6.48046971%2c2.22395838 6.2890625%2c2.21484375 C6.09765529%2c2.20572912 5.9108082%2c2.19661463 5.72851562%2c2.1875 C6.04752764%2c1.81380021 6.45767979%2c1.49935023 6.95898438%2c1.24414062 C7.46028896%2c0.988931016 7.97525777%2c0.861328125 8.50390625%2c0.861328125 C8.91406455%2c0.861328125 9.31738083%2c0.941079932 9.71386719%2c1.10058594 C10.1103535%2c1.26009194 10.4635401%2c1.46288939 10.7734375%2c1.70898438 C11.0833349%2c1.95507936 11.3339834%2c2.23307137 11.5253906%2c2.54296875 C11.7167978%2c2.85286613 11.8125%2c3.16275887 11.8125%2c3.47265625 L11.8125%2c5.31835938 C11.8125%2c5.75586156 11.7167978%2c6.30956696 11.5253906%2c6.97949219 C11.3339834%2c7.64941741 10.9830755%2c8.18489383 10.4726562%2c8.5859375 L13.2617188%2c10.1171875 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.thesis, .list-item:hover .list-icon.thesis {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-103.000000%2c -82.000000)' fill='%230087fc'%3e %3cg id='Theses_Active' transform='translate(103.000000%2c 82.000000)'%3e %3cpath d='M13.015625%2c0.90234375 C13.2708346%2c0.829426719 13.4986969%2c0.870441934 13.6992188%2c1.02539062 C13.8997406%2c1.18033932 14%2c1.38541539 14%2c1.640625 L14%2c12.2773437 C14%2c12.4960948 13.9270841%2c12.6988923 13.78125%2c12.8857422 C13.6354159%2c13.0725921 13.4576833%2c13.1933591 13.2480469%2c13.2480469 L7.46484375%2c14.8203125 C7.37369746%2c14.8476564 7.28027392%2c14.8658854 7.18457031%2c14.875 C7.08886671%2c14.8841146 7.00455766%2c14.8886719 6.93164062%2c14.8886719 C6.83137971%2c14.8886719 6.73339892%2c14.881836 6.63769531%2c14.8681641 C6.54199171%2c14.8544921 6.45768266%2c14.8385418 6.38476562%2c14.8203125 L0.751953125%2c13.2617187 C0.54231666%2c13.1979163 0.364584063%2c13.0725921 0.21875%2c12.8857422 C0.0729159375%2c12.6988923 0%2c12.4960948 0%2c12.2773437 L0%2c1.640625 C0%2c1.38541539 0.100259414%2c1.18033932 0.30078125%2c1.02539062 C0.501303086%2c0.870441934 0.729165391%2c0.829426719 0.984375%2c0.90234375 L6.6171875%2c2.4609375 C6.69010453%2c2.47916676 6.79264257%2c2.48828125 6.92480469%2c2.48828125 C7.05696681%2c2.48828125 7.15950484%2c2.47916676 7.23242188%2c2.4609375 L13.015625%2c0.90234375 Z M6.5625%2c13.9589844 L6.5625%2c3.3359375 C6.53515611%2c3.3359375 6.50553401%2c3.33138025 6.47363281%2c3.32226562 C6.44173161%2c3.313151 6.41210951%2c3.30859375 6.38476562%2c3.30859375 L0.875%2c1.77734375 L0.875%2c12.2773437 C0.875%2c12.3046876 0.886393115%2c12.3320311 0.909179688%2c12.359375 C0.93196626%2c12.3867189 0.952473867%2c12.4049479 0.970703125%2c12.4140625 L6.5625%2c13.9589844 Z M13.125%2c12.2773437 L13.125%2c1.77734375 L7.46484375%2c3.30859375 L7.4375%2c3.30859375 L7.4375%2c13.9179687 L13.015625%2c12.4140625 C13.0338543%2c12.4049479 13.0566405%2c12.3867189 13.0839844%2c12.359375 C13.1113283%2c12.3320311 13.125%2c12.3046876 13.125%2c12.2773437 Z M8.77734375%2c5.87890625 C8.68619746%2c5.87890625 8.59960979%2c5.85156277 8.51757812%2c5.796875 C8.43554646%2c5.74218723 8.38085951%2c5.66471404 8.35351562%2c5.56445312 C8.32617174%2c5.44596295 8.3421221%2c5.33431042 8.40136719%2c5.22949219 C8.46061228%2c5.12467396 8.54492133%2c5.05403664 8.65429688%2c5.01757812 L11.7167969%2c4.15625 C11.8352871%2c4.12890611 11.9469396%2c4.14485647 12.0517578%2c4.20410156 C12.156576%2c4.26334665 12.2272134%2c4.35221295 12.2636719%2c4.47070312 C12.2910158%2c4.58007867 12.2750654%2c4.68717396 12.2158203%2c4.79199219 C12.1565752%2c4.89681042 12.0722662%2c4.96744773 11.9628906%2c5.00390625 L8.90039062%2c5.86523437 C8.88216137%2c5.874349 8.86165376%2c5.87890625 8.83886719%2c5.87890625 L8.77734375%2c5.87890625 Z M8.77734375%2c8.50390625 C8.68619746%2c8.50390625 8.59960979%2c8.47656277 8.51757812%2c8.421875 C8.43554646%2c8.36718723 8.38085951%2c8.28971404 8.35351562%2c8.18945312 C8.32617174%2c8.07096295 8.3421221%2c7.95931042 8.40136719%2c7.85449219 C8.46061228%2c7.74967396 8.54492133%2c7.67903664 8.65429688%2c7.64257812 L11.7167969%2c6.78125 C11.8352871%2c6.75390611 11.9469396%2c6.76985647 12.0517578%2c6.82910156 C12.156576%2c6.88834665 12.2272134%2c6.97721295 12.2636719%2c7.09570312 C12.2910158%2c7.20507867 12.2750654%2c7.31217396 12.2158203%2c7.41699219 C12.1565752%2c7.52181042 12.0722662%2c7.59244773 11.9628906%2c7.62890625 L8.90039062%2c8.49023437 C8.88216137%2c8.499349 8.86165376%2c8.50390625 8.83886719%2c8.50390625 L8.77734375%2c8.50390625 Z M8.77734375%2c11.1289062 C8.68619746%2c11.1289062 8.59960979%2c11.1015628 8.51757812%2c11.046875 C8.43554646%2c10.9921872 8.38085951%2c10.914714 8.35351562%2c10.8144531 C8.32617174%2c10.6959629 8.3421221%2c10.5843104 8.40136719%2c10.4794922 C8.46061228%2c10.374674 8.54492133%2c10.3040366 8.65429688%2c10.2675781 L11.7167969%2c9.40625 C11.8352871%2c9.37890611 11.9469396%2c9.39485647 12.0517578%2c9.45410156 C12.156576%2c9.51334665 12.2272134%2c9.60221295 12.2636719%2c9.72070312 C12.2910158%2c9.83007867 12.2750654%2c9.93717396 12.2158203%2c10.0419922 C12.1565752%2c10.1468104 12.0722662%2c10.2174477 11.9628906%2c10.2539062 L8.90039062%2c11.1152344 C8.88216137%2c11.124349 8.86165376%2c11.1289062 8.83886719%2c11.1289062 L8.77734375%2c11.1289062 Z M5.40039062%2c5.01757812 C5.50976617%2c5.05403664 5.59407522%2c5.12467396 5.65332031%2c5.22949219 C5.7125654%2c5.33431042 5.72851576%2c5.44596295 5.70117188%2c5.56445312 C5.67382799%2c5.66471404 5.61914104%2c5.74218723 5.53710938%2c5.796875 C5.45507771%2c5.85156277 5.36849004%2c5.87890625 5.27734375%2c5.87890625 L5.21582031%2c5.87890625 C5.19303374%2c5.87890625 5.17252613%2c5.874349 5.15429688%2c5.86523437 L2.09179688%2c5.00390625 C1.98242133%2c4.96744773 1.89811228%2c4.89681042 1.83886719%2c4.79199219 C1.7796221%2c4.68717396 1.76367174%2c4.58007867 1.79101562%2c4.47070312 C1.82747414%2c4.35221295 1.89811146%2c4.26334665 2.00292969%2c4.20410156 C2.10774792%2c4.14485647 2.21940045%2c4.12890611 2.33789062%2c4.15625 L5.40039062%2c5.01757812 Z M5.40039062%2c7.64257812 C5.50976617%2c7.67903664 5.59407522%2c7.74967396 5.65332031%2c7.85449219 C5.7125654%2c7.95931042 5.72851576%2c8.07096295 5.70117188%2c8.18945312 C5.67382799%2c8.28971404 5.61914104%2c8.36718723 5.53710938%2c8.421875 C5.45507771%2c8.47656277 5.36849004%2c8.50390625 5.27734375%2c8.50390625 L5.21582031%2c8.50390625 C5.19303374%2c8.50390625 5.17252613%2c8.499349 5.15429688%2c8.49023437 L2.09179688%2c7.62890625 C1.98242133%2c7.59244773 1.89811228%2c7.52181042 1.83886719%2c7.41699219 C1.7796221%2c7.31217396 1.76367174%2c7.20507867 1.79101562%2c7.09570312 C1.82747414%2c6.97721295 1.89811146%2c6.88834665 2.00292969%2c6.82910156 C2.10774792%2c6.76985647 2.21940045%2c6.75390611 2.33789062%2c6.78125 L5.40039062%2c7.64257812 Z M5.40039062%2c10.2675781 C5.50976617%2c10.3040366 5.59407522%2c10.374674 5.65332031%2c10.4794922 C5.7125654%2c10.5843104 5.72851576%2c10.6959629 5.70117188%2c10.8144531 C5.67382799%2c10.914714 5.61914104%2c10.9921872 5.53710938%2c11.046875 C5.45507771%2c11.1015628 5.36849004%2c11.1289062 5.27734375%2c11.1289062 C5.25911449%2c11.1289062 5.23860688%2c11.1289062 5.21582031%2c11.1289062 C5.19303374%2c11.1289062 5.17252613%2c11.124349 5.15429688%2c11.1152344 L2.09179688%2c10.2539062 C1.98242133%2c10.2174477 1.89811228%2c10.1468104 1.83886719%2c10.0419922 C1.7796221%2c9.93717396 1.76367174%2c9.83007867 1.79101562%2c9.72070312 C1.82747414%2c9.60221295 1.89811146%2c9.51334665 2.00292969%2c9.45410156 C2.10774792%2c9.39485647 2.21940045%2c9.37890611 2.33789062%2c9.40625 L5.40039062%2c10.2675781 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.patent, .list-item:hover .list-icon.patent {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-134.000000%2c -82.000000)' fill='%230087fc'%3e %3cg id='Patents_Active' transform='translate(134.000000%2c 82.000000)'%3e %3cpath d='M6.65625%2c0.875 L11.03125%2c5.25 L11.03125%2c14 C11.03125%2c14.246095 10.9469409%2c14.4534497 10.7783203%2c14.6220703 C10.6096997%2c14.7906909 10.402345%2c14.875 10.15625%2c14.875 L1.84375%2c14.875 C1.59765502%2c14.875 1.39030032%2c14.7906909 1.22167969%2c14.6220703 C1.05305905%2c14.4534497 0.96875%2c14.246095 0.96875%2c14 L0.96875%2c1.75 C0.96875%2c1.50390502 1.05305905%2c1.29655032 1.22167969%2c1.12792969 C1.39030032%2c0.959309053 1.59765502%2c0.875 1.84375%2c0.875 L6.65625%2c0.875 Z M10.15625%2c5.61914062 L6.30078125%2c1.75 L6.21875%2c1.75 L6.21875%2c5.6875 L10.15625%2c5.6875 L10.15625%2c5.61914062 Z M1.84375%2c14 L10.15625%2c14 L10.15625%2c6.5625 L5.34375%2c6.5625 L5.34375%2c1.75 L1.84375%2c1.75 L1.84375%2c14 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.grants, .list-item:hover .list-icon.grants {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -135.000000)' fill='%230087fc'%3e %3cg id='Grants_Active' transform='translate(15.000000%2c 135.000000)'%3e %3cpath d='M9.296875%2c2.17382812 C9.84375273%2c2.17382812 10.3518857%2c2.10546943 10.8212891%2c1.96875 C11.2906925%2c1.83203057 11.6962874%2c1.68164145 12.0380859%2c1.51757812 C12.3798845%2c1.3535148 12.6464834%2c1.20312568 12.8378906%2c1.06640625 L13.125%2c0.861328125 L13.125%2c8.29882812 L12.8515625%2c8.50390625 C12.6692699%2c8.64062568 12.4140641%2c8.7910148 12.0859375%2c8.95507812 C11.7578109%2c9.11914145 11.3658877%2c9.26953057 10.9101562%2c9.40625 C10.4544248%2c9.54296943 9.95312773%2c9.61132812 9.40625%2c9.61132812 C8.85937227%2c9.61132812 8.38086143%2c9.54296943 7.97070312%2c9.40625 C7.56054482%2c9.26953057 7.15039268%2c9.11914145 6.74023438%2c8.95507812 C6.33007607%2c8.7910148 5.88574458%2c8.64062568 5.40722656%2c8.50390625 C4.92870854%2c8.36718682 4.34310242%2c8.29882812 3.65039062%2c8.29882812 C3.24934695%2c8.29882812 2.88932451%2c8.3557937 2.5703125%2c8.46972656 C2.25130049%2c8.58365942 1.97786572%2c8.71809818 1.75%2c8.87304688 L1.75%2c14.4511719 C1.75%2c14.5696621 1.70670616%2c14.6722001 1.62011719%2c14.7587891 C1.53352821%2c14.845378 1.43099018%2c14.8886719 1.3125%2c14.8886719 C1.19400982%2c14.8886719 1.09147179%2c14.845378 1.00488281%2c14.7587891 C0.918293838%2c14.6722001 0.875%2c14.5696621 0.875%2c14.4511719 L0.875%2c2.21484375 L1.64746094%2c1.53808594 C2.16243747%2c1.08691181 2.86653199%2c0.861328125 3.75976562%2c0.861328125 C4.45247742%2c0.861328125 5.02669043%2c0.929686816 5.48242188%2c1.06640625 C5.93815332%2c1.20312568 6.35741996%2c1.3535148 6.74023438%2c1.51757812 C7.12304879%2c1.68164145 7.50813608%2c1.83203057 7.89550781%2c1.96875 C8.28287954%2c2.10546943 8.74999727%2c2.17382812 9.296875%2c2.17382812 Z M12.25%2c7.86132812 L12.25%2c2.37890625 C11.8671856%2c2.5520842 11.4251327%2c2.70703057 10.9238281%2c2.84375 C10.4225235%2c2.98046943 9.88021125%2c3.04882812 9.296875%2c3.04882812 C8.69530949%2c3.04882812 8.18034068%2c2.97819081 7.75195312%2c2.83691406 C7.32356557%2c2.69563731 6.91797066%2c2.54296957 6.53515625%2c2.37890625 C6.15234184%2c2.21484293 5.7535828%2c2.06673243 5.33886719%2c1.93457031 C4.92415157%2c1.80240819 4.39778965%2c1.73632812 3.75976562%2c1.73632812 C3.27669029%2c1.73632812 2.8619809%2c1.83886616 2.515625%2c2.04394531 C2.1692691%2c2.24902446 1.91406332%2c2.42447844 1.75%2c2.5703125 L1.75%2c7.86132812 C2.00520961%2c7.74283795 2.29231611%2c7.64029991 2.61132812%2c7.55371094 C2.93034014%2c7.46712196 3.27669084%2c7.42382812 3.65039062%2c7.42382812 C4.4615926%2c7.42382812 5.14517951%2c7.50813718 5.70117188%2c7.67675781 C6.25716424%2c7.84537845 6.76301855%2c8.02083242 7.21875%2c8.203125 C7.59244979%2c8.35807369 7.94335773%2c8.48567658 8.27148438%2c8.5859375 C8.59961102%2c8.68619842 8.97786244%2c8.73632812 9.40625%2c8.73632812 C10.0533887%2c8.73632812 10.6276017%2c8.62923284 11.1289062%2c8.41503906 C11.6302108%2c8.20084528 12.003905%2c8.01627682 12.25%2c7.86132812 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.recent_events, .list-item:hover .list-icon.recent_events {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 13'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-161.000000%2c -83.000000)' fill='%230087fc'%3e %3cg id='News%26amp%3bPress_Active' transform='translate(161.000000%2c 83.000000)'%3e %3cpath d='M13.125%2c0.75 C13.371095%2c0.75 13.5784497%2c0.834309053 13.7470703%2c1.00292969 C13.9156909%2c1.17155032 14%2c1.37890502 14%2c1.625 L14%2c9.51367188 C14%2c9.75976686 13.9156909%2c9.96712155 13.7470703%2c10.1357422 C13.5784497%2c10.3043628 13.371095%2c10.3886719 13.125%2c10.3886719 L5.89257812%2c10.3886719 L3.36328125%2c12.8769531 C3.31770811%2c12.9225263 3.26985702%2c12.954427 3.21972656%2c12.9726562 C3.1695961%2c12.9908855 3.11718777%2c13 3.0625%2c13 C3.02604148%2c13 2.99414076%2c12.9977214 2.96679688%2c12.9931641 C2.93945299%2c12.9886067 2.91210951%2c12.9817709 2.88476562%2c12.9726562 C2.80273396%2c12.9361977 2.73893252%2c12.8815108 2.69335938%2c12.8085938 C2.64778623%2c12.7356767 2.625%2c12.6536463 2.625%2c12.5625 L2.625%2c10.3886719 L0.875%2c10.3886719 C0.62890502%2c10.3886719 0.421550322%2c10.3043628 0.252929688%2c10.1357422 C0.0843090527%2c9.96712155 0%2c9.75976686 0%2c9.51367188 L0%2c1.625 C0%2c1.37890502 0.0843090527%2c1.17155032 0.252929688%2c1.00292969 C0.421550322%2c0.834309053 0.62890502%2c0.75 0.875%2c0.75 L13.125%2c0.75 Z M13.125%2c9.51367188 L13.125%2c1.625 L0.875%2c1.625 L0.875%2c9.51367188 L3.5%2c9.51367188 L3.5%2c11.5234375 L5.53710938%2c9.51367188 L13.125%2c9.51367188 Z M3.0625%2c6.01367188 C2.94400982%2c6.01367188 2.84147179%2c5.97037804 2.75488281%2c5.88378906 C2.66829384%2c5.79720009 2.625%2c5.69466205 2.625%2c5.57617188 C2.625%2c5.4576817 2.66829384%2c5.35514366 2.75488281%2c5.26855469 C2.84147179%2c5.18196571 2.94400982%2c5.13867188 3.0625%2c5.13867188 L10.9375%2c5.13867188 C11.0559902%2c5.13867188 11.1585282%2c5.18196571 11.2451172%2c5.26855469 C11.3317062%2c5.35514366 11.375%2c5.4576817 11.375%2c5.57617188 C11.375%2c5.69466205 11.3317062%2c5.79720009 11.2451172%2c5.88378906 C11.1585282%2c5.97037804 11.0559902%2c6.01367188 10.9375%2c6.01367188 L3.0625%2c6.01367188 Z M3.0625%2c4.26367188 C2.94400982%2c4.26367188 2.84147179%2c4.22037804 2.75488281%2c4.13378906 C2.66829384%2c4.04720009 2.625%2c3.94466205 2.625%2c3.82617188 C2.625%2c3.7076817 2.66829384%2c3.60514366 2.75488281%2c3.51855469 C2.84147179%2c3.43196571 2.94400982%2c3.38867188 3.0625%2c3.38867188 L10.9375%2c3.38867188 C11.0559902%2c3.38867188 11.1585282%2c3.43196571 11.2451172%2c3.51855469 C11.3317062%2c3.60514366 11.375%2c3.7076817 11.375%2c3.82617188 C11.375%2c3.94466205 11.3317062%2c4.04720009 11.2451172%2c4.13378906 C11.1585282%2c4.22037804 11.0559902%2c4.26367188 10.9375%2c4.26367188 L3.0625%2c4.26367188 Z M3.0625%2c7.76367188 C2.94400982%2c7.76367188 2.84147179%2c7.72037804 2.75488281%2c7.63378906 C2.66829384%2c7.54720009 2.625%2c7.44466205 2.625%2c7.32617188 C2.625%2c7.2076817 2.66829384%2c7.10514366 2.75488281%2c7.01855469 C2.84147179%2c6.93196571 2.94400982%2c6.88867188 3.0625%2c6.88867188 L8.3125%2c6.88867188 C8.43099018%2c6.88867188 8.53352821%2c6.93196571 8.62011719%2c7.01855469 C8.70670616%2c7.10514366 8.75%2c7.2076817 8.75%2c7.32617188 C8.75%2c7.44466205 8.70670616%2c7.54720009 8.62011719%2c7.63378906 C8.53352821%2c7.72037804 8.43099018%2c7.76367188 8.3125%2c7.76367188 L3.0625%2c7.76367188 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.guidelines, .list-item:hover .list-icon.guidelines {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-44.000000%2c -135.000000)' fill='%230087fc'%3e %3cg id='TreatmentGuidelines_active' transform='translate(44.000000%2c 135.000000)'%3e %3cpath d='M10.5%2c0.875 L14%2c4.375 L14%2c12.25 C14%2c12.496095 13.9156909%2c12.7034497 13.7470703%2c12.8720703 C13.5784497%2c13.0406909 13.371095%2c13.125 13.125%2c13.125 L10.0625%2c13.125 L10.0625%2c12.25 L13.125%2c12.25 L13.125%2c5.25 L9.625%2c5.25 L9.625%2c1.75 L4.8125%2c1.75 C4.8125%2c1.50390502 4.89680905%2c1.29655032 5.06542969%2c1.12792969 C5.23405032%2c0.959309053 5.44140502%2c0.875 5.6875%2c0.875 L10.5%2c0.875 Z M10.5%2c4.375 L12.7558594%2c4.375 L10.5%2c2.10546875 L10.5%2c4.375 Z M0.875%2c2.625 L5.6875%2c2.625 L9.1875%2c6.125 L9.1875%2c14 C9.1875%2c14.246095 9.10319095%2c14.4534497 8.93457031%2c14.6220703 C8.76594968%2c14.7906909 8.55859498%2c14.875 8.3125%2c14.875 L0.875%2c14.875 C0.62890502%2c14.875 0.421550322%2c14.7906909 0.252929688%2c14.6220703 C0.0843090527%2c14.4534497 0%2c14.246095 0%2c14 L0%2c3.5 C0%2c3.25390502 0.0843090527%2c3.04655032 0.252929688%2c2.87792969 C0.421550322%2c2.70930905 0.62890502%2c2.625 0.875%2c2.625 Z M8.3125%2c14 L8.3125%2c7 L4.8125%2c7 L4.8125%2c3.5 L0.875%2c3.5 L0.875%2c14 L8.3125%2c14 Z M5.6875%2c6.125 L7.94335938%2c6.125 L5.6875%2c3.85546875 L5.6875%2c6.125 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.socialmedia, .list-item:hover .list-icon.socialmedia {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 17'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-75.000000%2c -134.000000)' fill='%230087fc' fill-rule='nonzero'%3e %3cg id='SocialMedia_active' transform='translate(75.000000%2c 134.000000)'%3e %3cg id='Group-4'%3e %3cpath d='M6.41737093%2c14.7588586 L9.98576806%2c11.7970733 C11.6246672%2c10.7773877 12.6416902%2c8.98680261 12.6416902%2c7.02084511 C12.6416902%2c3.91653807 10.1251521%2c1.4 7.02084511%2c1.4 C3.91653807%2c1.4 1.4%2c3.91653807 1.4%2c7.02084511 C1.4%2c9.77617039 3.39614928%2c12.1130957 6.08355328%2c12.5639567 L6.41737093%2c12.6199607 L6.41737093%2c14.7588586 Z M0.6%2c7.02084511 C0.6%2c3.47471027 3.47471027%2c0.6 7.02084511%2c0.6 C10.5669799%2c0.6 13.4416902%2c3.47471027 13.4416902%2c7.02084511 C13.4416902%2c9.26611402 12.2795998%2c11.3121067 10.4527561%2c12.4443204 L5.61737093%2c16.4632808 L5.61737093%2c13.2878152 C2.71619174%2c12.6417399 0.6%2c10.0533401 0.6%2c7.02084511 Z' id='Combined-Shape'/%3e %3cpolygon id='Line-28' points='4.30362383 6.37616233 4.30362383 5.57616233 8.54255769 5.57616233 8.54255769 6.37616233'/%3e %3cpolygon id='Line-28' points='4.29282845 8.35138889 4.29282845 7.55138889 9.62152673 7.55138889 9.62152673 8.35138889'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.Pre.Clinical, .list-item:hover .list-icon.Pre.Clinical {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 16'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Search-Results-Copy' transform='translate(-31.000000%2c -456.000000)' fill='%230087fc' fill-rule='nonzero'%3e %3cg id='Group-33' transform='translate(-490.000000%2c 175.000000)'%3e %3cg id='Group-20'%3e %3cg id='Group-29'%3e %3cg id='Group-12'%3e %3cg id='Group-28' transform='translate(0.000000%2c 109.000000)'%3e %3cg id='Group-5-Copy' transform='translate(0.000000%2c 170.500000)'%3e %3cg id='if_education-school-learn-study-20_2125358' transform='translate(527.500000%2c 9.500000) scale(-1%2c 1) translate(-527.500000%2c -9.500000) translate(521.000000%2c 2.000000)'%3e %3cpath d='M12.4601124%2c5.55765609 L8.47486285%2c8.69509891 C8.47341186%2c8.69622283 8.47217852%2c8.69751204 8.47076381%2c8.69866903 C8.46793438%2c8.70098299 8.46525005%2c8.70346225 8.46249317%2c8.70587538 C8.45734216%2c8.71037109 8.4522637%2c8.71483374 8.44751171%2c8.71952779 C8.4456617%2c8.72137897 8.44395679%2c8.72332931 8.44217933%2c8.7252466 C8.43684695%2c8.73083318 8.43158711%2c8.73651893 8.4267263%2c8.74240302 C8.42592826%2c8.74342778 8.42516649%2c8.74451865 8.42436844%2c8.74557646 C8.41878214%2c8.75255142 8.41344975%2c8.75965861 8.40862521%2c8.76696413 C8.40844384%2c8.76726164 8.40826247%2c8.76755915 8.40808109%2c8.76782361 C8.3970173%2c8.78468252 8.38794862%2c8.80236784 8.38087505%2c8.82064819 C8.38083878%2c8.82074736 8.3808025%2c8.82084653 8.38076623%2c8.8209457 C8.37713876%2c8.83026768 8.37405541%2c8.83972189 8.3714799%2c8.84930833 C8.37144363%2c8.84950667 8.3713348%2c8.84970501 8.37129853%2c8.84990335 C8.0771831%2c9.95141813 7.00152882%2c10.7207794 5.75552846%2c10.7207794 C4.27116692%2c10.7207794 3.06350894%2c9.62028934 3.06350894%2c8.26757683 C3.06350894%2c7.05813198 4.01836839%2c6.04315959 5.30956705%2c5.84829045 L7.56980859%2c8.10801222 C7.62810206%2c8.16635727 7.70950253%2c8.2011329 7.79598147%2c8.20480219 C7.80102365%2c8.20503358 7.80602956%2c8.20513275 7.81107175%2c8.20513275 C7.89225457%2c8.20513275 7.97071679%2c8.17753042 8.03100538%2c8.12748261 L10.8009067%2c5.82670443 C10.8649316%2c5.77358234 10.9030926%2c5.69940315 10.9071191%2c5.62059602 C10.9111093%2c5.54178888 10.8806386%2c5.46473376 10.8222725%2c5.40642177 L5.51161724%2c0.0970887874 C5.39013321%2c-0.0243614649 5.18369377%2c-0.0330223158 5.05042045%2c0.0776184013 L3.90682363%2c1.02753524 L3.19812442%2c0.318998298 C3.07664038%2c0.197548046 2.87016468%2c0.188854139 2.73692763%2c0.299527912 C2.60369058%2c0.410234743 2.59411406%2c0.598393381 2.71559809%2c0.719810576 L3.4242973%2c1.42834751 L2.28062793%2c2.37833046 C2.14739088%2c2.48903729 2.13781435%2c2.67719593 2.25929839%2c2.79861313 L3.08244434%2c3.6215923 C1.19608635%2c4.52248607 0%2c6.30367931 0%2c8.26754377 C0%2c9.62369418 0.566030732%2c10.9103594 1.59380238%2c11.8905562 C1.65793608%2c11.9517441 1.74383462%2c11.9825199 1.82987825%2c11.9825199 C1.91091598%2c11.9825199 1.99213508%2c11.955182 2.05536191%2c11.9001096 C2.18573326%2c11.7865929 2.1904127%2c11.598269 2.06584531%2c11.4794633 C1.15469689%2c10.6105353 0.652908687%2c9.46984838 0.652908687%2c8.26754377 C0.652908687%2c6.47372288 1.77854953%2c4.8520612 3.53925189%2c4.07833648 L4.80509452%2c5.34387852 C3.40539817%2c5.71811323 2.41056397%2c6.89165852 2.41056397%2c8.26751071 C2.41056397%2c9.9483108 3.91110404%2c11.3157335 5.75552846%2c11.3157335 C7.26764017%2c11.3157335 8.57741149%2c10.403303 8.97813832%2c9.0851347 L10.8116803%2c7.64164854 C10.8421874%2c7.84845115 10.858112%2c8.05760078 10.858112%2c8.26751071 C10.858112%2c10.8314862 8.5690683%2c12.917462 5.75549219%2c12.917462 C5.05814697%2c12.917462 4.38245776%2c12.7916483 3.74717858%2c12.5434918 C3.58318058%2c12.4794279 3.4208512%2c12.406538 3.26476108%2c12.3268052 C3.10751017%2c12.2465106 2.90850706%2c12.2975501 2.82035949%2c12.4409169 C2.73221192%2c12.5842507 2.78829263%2c12.7655666 2.94557982%2c12.8458943 C3.12169359%2c12.9358416 3.30484465%2c13.0180866 3.48995454%2c13.0903816 C3.83249673%2c13.224195 4.18548603%2c13.3260757 4.54634694%2c13.3964203 L4.54634694%2c14.4049797 L3.45204746%2c14.4049797 C3.27172583%2c14.4049797 3.12557498%2c14.5381651 3.12557498%2c14.7024899 C3.12557498%2c14.8668146 3.27172583%2c15 3.45204746%2c15 L4.87281942%2c15 L6.63820123%2c15 L8.05897319%2c15 C8.23929482%2c15 8.38544567%2c14.8668146 8.38544567%2c14.7024899 C8.38544567%2c14.5381651 8.23929482%2c14.4049797 8.05897319%2c14.4049797 L6.96467371%2c14.4049797 L6.96467371%2c13.395627 C9.55962208%2c12.8880085 11.5110569%2c10.7816698 11.5110569%2c8.26747766 C11.5110569%2c7.90345747 11.4696312%2c7.54109011 11.3884484%2c7.18754889 L12.8869571%2c6.007822 C13.0233863%2c5.90042084 13.0384403%2c5.71252665 12.9205837%2c5.58820047 C12.8027272%2c5.46397345 12.5965416%2c5.45025493 12.4601124%2c5.55765609 Z M7.83243756%2c7.48733995 L7.15972288%2c6.81476868 L9.4470979%2c4.9148689 L10.1197763%2c5.58737405 L7.83243756%2c7.48733995 Z M5.24902455%2c0.717761062 L9.00726692%2c4.4751489 L6.7198919%2c6.37504869 L2.96172207%2c2.6176939 L5.24902455%2c0.717761062 Z M6.31176502%2c14.4050789 L5.19932818%2c14.4050789 L5.19932818%2c13.4882518 C5.38320474%2c13.5042182 5.56867738%2c13.5125154 5.75552846%2c13.5125154 C5.94317759%2c13.5125154 6.12868651%2c13.5040198 6.31176502%2c13.4879543 L6.31176502%2c14.4050789 Z' id='Shape'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.Drug.Discovery, .list-item:hover .list-icon.Drug.Discovery {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Search-Results-Copy' transform='translate(-30.000000%2c -497.000000)' stroke='%230087fc' stroke-width='0.839999974'%3e %3cg id='Group-33' transform='translate(-490.000000%2c 175.000000)'%3e %3cg id='Group-20'%3e %3cg id='Group-29'%3e %3cg id='Group-12'%3e %3cg id='Group-28' transform='translate(0.000000%2c 109.000000)'%3e %3cg id='Group-5-Copy-2' transform='translate(521.000000%2c 212.500000)'%3e %3cg id='if_Medicines_2415601' transform='translate(0.000000%2c 1.000000)'%3e %3cpath d='M7.63636364%2c4.53282455 L7.63636364%2c3.16912851 C7.64143182%2c1.42096237 9.06301576%2c0.00504797562 10.8181818%2c0 C12.5733479%2c0.00504797562 13.9949318%2c1.42096237 14%2c3.16912851 L14%2c10.8308715 C13.9949318%2c12.5790376 12.5733479%2c13.994952 10.8181818%2c14 C10.0192384%2c13.999825 9.24985224%2c13.6990427 8.6640961%2c13.1578861' id='Shape'/%3e %3ccircle id='Oval' cx='5.09090909' cy='8.90909091' r='5.09090909'/%3e %3cpath d='M1.27272727%2c11.4545455 L8.90909091%2c5.09090909' id='Shape'/%3e %3cpath d='M14%2c6.36363636 L10.1818182%2c6.36363636' id='Shape'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.Clinical, .list-item:hover .list-icon.Clinical {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Search-Results-Copy' transform='translate(-30.000000%2c -539.000000)' fill='%230087fc'%3e %3cg id='Group-33' transform='translate(-490.000000%2c 175.000000)'%3e %3cg id='Group-20'%3e %3cg id='Group-29'%3e %3cg id='Group-12'%3e %3cg id='Group-28' transform='translate(0.000000%2c 109.000000)'%3e %3cg id='Group-5-Copy' transform='translate(0.000000%2c 170.500000)'%3e %3cg id='Group-Copy' transform='translate(520.000000%2c 82.000000)'%3e %3cg id='if_education-school-learn-study-20_2125358' transform='translate(8.000000%2c 9.500000) scale(-1%2c 1) translate(-8.000000%2c -9.500000) translate(0.000000%2c 3.000000)'%3e %3cpath d='M14.875%2c3.11458333 C15.1875016%2c3.11458333 15.4531239%2c3.23307173 15.671875%2c3.47005208 C15.8906261%2c3.70703243 16%2c3.99478997 16%2c4.33333333 L16%2c11.78125 C16%2c12.1197934 15.8906261%2c12.4075509 15.671875%2c12.6445312 C15.4531239%2c12.8815116 15.1875016%2c13 14.875%2c13 L1.125%2c13 C0.812498437%2c13 0.546876094%2c12.8815116 0.328125%2c12.6445312 C0.109373906%2c12.4075509 0%2c12.1197934 0%2c11.78125 L0%2c4.33333333 C0%2c3.99478997 0.109373906%2c3.70703243 0.328125%2c3.47005208 C0.546876094%2c3.23307173 0.812498437%2c3.11458333 1.125%2c3.11458333 L3%2c3.11458333 L3%2c1.21875 C3%2c0.880206641 3.10937391%2c0.592449102 3.328125%2c0.35546875 C3.54687609%2c0.118488398 3.81249844%2c0 4.125%2c0 L11.875%2c0 C12.1875016%2c0 12.4531239%2c0.118488398 12.671875%2c0.35546875 C12.8906261%2c0.592449102 13%2c0.880206641 13%2c1.21875 L13%2c3.11458333 L14.875%2c3.11458333 Z M4.125%2c1.125 L4.125%2c2.875 L11.875%2c2.875 L11.875%2c1.125 L4.125%2c1.125 Z M14.875%2c11.875 L14.875%2c4 L1.125%2c4 L1.125%2c11.875 L14.875%2c11.875 Z M6.0625%2c8.5025 C5.90624922%2c8.5025 5.77343805%2c8.44781305 5.6640625%2c8.3384375 C5.55468695%2c8.22906195 5.5%2c8.09625078 5.5%2c7.94 C5.5%2c7.78374922 5.55468695%2c7.65093805 5.6640625%2c7.5415625 C5.77343805%2c7.43218695 5.90624922%2c7.3775 6.0625%2c7.3775 L7.4375%2c7.3775 L7.4375%2c6.0025 C7.4375%2c5.84624922 7.49218695%2c5.71343805 7.6015625%2c5.6040625 C7.71093805%2c5.49468695 7.84374922%2c5.44 8%2c5.44 C8.15625078%2c5.44 8.28906195%2c5.49468695 8.3984375%2c5.6040625 C8.50781305%2c5.71343805 8.5625%2c5.84624922 8.5625%2c6.0025 L8.5625%2c7.3775 L9.9375%2c7.3775 C10.0937508%2c7.3775 10.226562%2c7.43218695 10.3359375%2c7.5415625 C10.445313%2c7.65093805 10.5%2c7.78374922 10.5%2c7.94 C10.5%2c8.09625078 10.445313%2c8.22906195 10.3359375%2c8.3384375 C10.226562%2c8.44781305 10.0937508%2c8.5025 9.9375%2c8.5025 L8.5625%2c8.5025 L8.5625%2c9.8775 C8.5625%2c10.0337508 8.50781305%2c10.166562 8.3984375%2c10.2759375 C8.28906195%2c10.385313 8.15625078%2c10.44 8%2c10.44 C7.84374922%2c10.44 7.71093805%2c10.385313 7.6015625%2c10.2759375 C7.49218695%2c10.166562 7.4375%2c10.0337508 7.4375%2c9.8775 L7.4375%2c8.5025 L6.0625%2c8.5025 Z' id='medicine-box---anticon'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.regulatory_updates, .list-item:hover .list-icon.regulatory_updates {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Regulatory-icon_active-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group' transform='translate(2.000000%2c 2.000000)' fill='%230087fc'%3e %3cpath d='M1%2c12 L13%2c12 L13%2c11 C13%2c10.4477153 12.5522847%2c10 12%2c10 L7.5%2c10 L7.5%2c5.02186199 L7.99927404%2c4.73304755 C8.61418181%2c4.37734261 9%2c3.72281595 9%2c3 C9%2c1.8954305 8.1045695%2c1 7%2c1 C5.8954305%2c1 5%2c1.8954305 5%2c3 C5%2c3.72281595 5.38581819%2c4.37734261 6.00072596%2c4.73304755 L6.5%2c5.02186199 L6.5%2c10 L2%2c10 C1.44771525%2c10 1%2c10.4477153 1%2c11 L1%2c12 Z M8.5%2c9 L12%2c9 C13.1045695%2c9 14%2c9.8954305 14%2c11 L14%2c13 L0%2c13 L0%2c11 C-1.3527075e-16%2c9.8954305 0.8954305%2c9 2%2c9 L5.5%2c9 L5.5%2c5.59865341 C4.60329794%2c5.07993928 4%2c4.11042353 4%2c3 C4%2c1.34314575 5.34314575%2c0 7%2c0 C8.65685425%2c0 10%2c1.34314575 10%2c3 C10%2c4.11042353 9.39670206%2c5.07993928 8.5%2c5.59865341 L8.5%2c9 Z' id='Combined-Shape' fill-rule='nonzero'/%3e %3crect id='Rectangle-55' x='2' y='12' width='10' height='2'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.deals, .list-item:hover .list-icon.deals {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:%230087fc%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cline class='cls-1' x1='44.676' y1='96.538' x2='44.63' y2='96.523'/%3e%3cline class='cls-1' x1='68.42' y1='107.432' x2='67.447' y2='106.979'/%3e%3cpath class='cls-1' d='M34.062%2c91.67l-.59-.275-1.839-1.432A13.235%2c13.235%2c0%2c0%2c0%2c23.561%2c87.2V39.548h13.5l23.107-4.6a37.763%2c37.763%2c0%2c0%2c1%2c22.71%2c2.765l.137.214'/%3e%3cpath class='cls-1' d='M114.557%2c89.648l3.3%2c5.429a6.666%2c6.666%2c0%2c0%2c1%2c.107%2c9.305.4.4%2c0%2c0%2c0-.107.107%2c6.447%2c6.447%2c0%2c0%2c1-9.107%2c0l-3.692-3.586-5.714-5.516-9.3-9L104.769%2c100.6c.091.107.2.2.29.305a6.661%2c6.661%2c0%2c0%2c1-.2%2c9.015l-.091.092a6.436%2c6.436%2c0%2c0%2c1-9.1%2c0l0%2c0-6.87-6.626-7.859-7.584-7.16-6.947L88.5%2c103.068c.107.107.2.214.29.321a6.655%2c6.655%2c0%2c0%2c1-.183%2c8.984l-.092.091a6.457%2c6.457%2c0%2c0%2c1-9.122.016l-2.373-1.095'/%3e%3cpath class='cls-1' d='M126.445%2c83.317l-12.478%2c6.646L87.07%2c65.42%2c76.742%2c64.5%2c53.732%2c77.587a7.463%2c7.463%2c0%2c0%2c1-8.8-1.329h0a7.367%2c7.367%2c0%2c0%2c1%2c.1-10.125L66.515%2c44.962A24.353%2c24.353%2c0%2c0%2c1%2c83.6%2c37.9H126.45Z'/%3e%3cpath class='cls-1' d='M126.445%2c90.478V36.884a2.861%2c2.861%2c0%2c0%2c1%2c2.862-2.862h15.238V93.34H129.307A2.964%2c2.964%2c0%2c0%2c1%2c126.445%2c90.478Z'/%3e%3cpath class='cls-1' d='M23.561%2c90.478V36.884A2.862%2c2.862%2c0%2c0%2c0%2c20.7%2c34.022H5.455V93.34H20.693A2.97%2c2.97%2c0%2c0%2c0%2c23.561%2c90.478Z'/%3e%3cpath class='cls-1' d='M36.242%2c97.022h0a6.239%2c6.239%2c0%2c0%2c1-.82-8.693l2.353-2.761a6.136%2c6.136%2c0%2c0%2c1%2c8.633-.866.3.3%2c0%2c0%2c1%2c.056.051h0a6.24%2c6.24%2c0%2c0%2c1%2c.82%2c8.694l-2.353%2c2.76a6.136%2c6.136%2c0%2c0%2c1-8.633.866h0Z'/%3e%3cpath class='cls-1' d='M45.853%2c104.9h0a6.14%2c6.14%2c0%2c0%2c1-.978-8.622h0c.02-.026.035-.046.056-.072l2.353-2.76a6.136%2c6.136%2c0%2c0%2c1%2c8.622-.978l.072.056h0a6.245%2c6.245%2c0%2c0%2c1%2c.82%2c8.694l-2.353%2c2.862A6.135%2c6.135%2c0%2c0%2c1%2c45.853%2c104.9Z'/%3e%3cpath class='cls-1' d='M55.361%2c112.77h0a6.242%2c6.242%2c0%2c0%2c1-.921-8.694l2.352-2.862a6.24%2c6.24%2c0%2c0%2c1%2c8.694-.82h0a6.136%2c6.136%2c0%2c0%2c1%2c.866%2c8.633h0l-.046.061-2.251%2c2.76A6.236%2c6.236%2c0%2c0%2c1%2c55.361%2c112.77Z'/%3e%3cpath class='cls-1' d='M64.875%2c120.542h0a6.033%2c6.033%2c0%2c0%2c1-1-8.475c.061-.076.117-.148.178-.219l2.251-2.76a6.136%2c6.136%2c0%2c0%2c1%2c8.633-.866h0l.061.051h0a6.135%2c6.135%2c0%2c0%2c1%2c.866%2c8.632l-.051.062-2.251%2c2.76a6.136%2c6.136%2c0%2c0%2c1-8.633.866h0Z'/%3e%3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.expression_data, .list-item:hover .list-icon.expression_data {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3e %3cg clip-path='url(%23clip0)'%3e %3cpath d='M6.51163 0.00701904C4.7814 0.00701904 3.2 0.304684 2.02791 0.788405C1.43256 1.03027 0.948837 1.32794 0.595349 1.70004C0.24186 2.07213 0 2.50004 0 2.98376V13.0303C0 13.514 0.24186 13.9419 0.595349 14.2954C0.948837 14.6489 1.43256 14.9465 2.02791 15.207C3.2 15.7093 4.7814 16.007 6.51163 16.007C8.24186 16.007 9.82326 15.7093 10.9953 15.207C11.5907 14.9651 12.0744 14.6675 12.4279 14.2954C12.7814 13.9419 13.0233 13.4954 13.0233 13.0303V2.98376C13.0233 2.50004 12.7814 2.07213 12.4279 1.70004C12.0744 1.32794 11.5907 1.04887 10.9953 0.788405C9.82326 0.28608 8.24186 0.00701904 6.51163 0.00701904ZM6.51163 0.751205C8.16744 0.751205 9.65581 1.03027 10.7163 1.47678C11.2372 1.70004 11.6465 1.9605 11.907 2.22097C12.1674 2.48143 12.2791 2.7419 12.2791 2.98376C12.2791 3.22562 12.1674 3.46748 11.907 3.72795C11.6465 3.98841 11.2372 4.24888 10.7163 4.47214C9.67442 4.91865 8.16744 5.21632 6.51163 5.21632C4.85581 5.21632 3.36744 4.91865 2.30698 4.47214C1.78605 4.24888 1.37674 3.98841 1.11628 3.72795C0.855814 3.46748 0.744186 3.22562 0.744186 2.98376C0.744186 2.7419 0.855814 2.50004 1.11628 2.22097C1.37674 1.9605 1.78605 1.70004 2.30698 1.47678C3.36744 1.03027 4.85581 0.751205 6.51163 0.751205ZM0.744186 4.39771C1.07907 4.69539 1.50698 4.93724 2.02791 5.1605C3.2 5.66282 4.7814 5.96051 6.51163 5.96051C8.24186 5.96051 9.82326 5.66282 10.9953 5.1605C11.4977 4.93724 11.9442 4.69539 12.2791 4.39771V6.3326C12.2791 6.57446 12.1674 6.81632 11.907 7.07679C11.6465 7.33725 11.2372 7.59772 10.7163 7.82097C9.67442 8.26748 8.16744 8.56516 6.51163 8.56516C4.85581 8.56516 3.36744 8.26748 2.30698 7.82097C1.78605 7.59772 1.37674 7.33725 1.11628 7.07679C0.855814 6.81632 0.744186 6.57446 0.744186 6.3326V4.39771ZM0.744186 7.74655C1.07907 8.04422 1.50698 8.28608 2.02791 8.50933C3.2 9.01166 4.7814 9.30934 6.51163 9.30934C8.24186 9.30934 9.82326 9.01166 10.9953 8.50933C11.4977 8.28608 11.9442 8.04422 12.2791 7.74655V9.68144C12.2791 9.9233 12.1674 10.1652 11.907 10.4256C11.6465 10.6861 11.2372 10.9466 10.7163 11.1698C9.67442 11.6163 8.16744 11.914 6.51163 11.914C4.85581 11.914 3.36744 11.6163 2.30698 11.1698C1.78605 10.9466 1.37674 10.6861 1.11628 10.4256C0.855814 10.1652 0.744186 9.9233 0.744186 9.68144V7.74655ZM0.744186 11.0954C1.07907 11.3931 1.50698 11.6349 2.02791 11.8582C3.2 12.3605 4.7814 12.6582 6.51163 12.6582C8.24186 12.6582 9.82326 12.3605 10.9953 11.8582C11.4977 11.6349 11.9442 11.3931 12.2791 11.0954V13.0303C12.2791 13.2721 12.1674 13.514 11.907 13.7745C11.6465 14.0349 11.2372 14.2954 10.7163 14.5186C9.67442 14.9652 8.16744 15.2628 6.51163 15.2628C4.85581 15.2628 3.36744 14.9652 2.30698 14.5186C1.78605 14.2954 1.37674 14.0349 1.11628 13.7745C0.855814 13.514 0.744186 13.2721 0.744186 13.0303V11.0954Z' fill='%230087FC'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0'%3e %3crect width='13.0233' height='16' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") center no-repeat; }
  .list-item.active .list-icon.labels, .list-item:hover .list-icon.labels {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3cg%3e %3cpolygon points='11.6 5.774 13.156 10.333 9.817 11.472 8.261 6.913 9.274 4.42 11.6 5.774' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3ccircle cx='9.843' cy='6.086' r='0.463' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M8.676%2c5.894a1.586%2c1.586%2c0%2c0%2c1-.717-2.117%2c1.581%2c1.581%2c0%2c0%2c1%2c2.128-.727A1.587%2c1.587%2c0%2c0%2c1%2c10.8%2c5.178a1.111%2c1.111%2c0%2c0%2c1-.052.1' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3cg%3e %3cline x1='9.724' y1='5.645' x2='9.714' y2='5.645' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M8.8%2c8.489l-.716%2c2.18A2.541%2c2.541%2c0%2c1%2c1%2c3.257%2c9.081L4.835%2c4.264A2.539%2c2.539%2c0%2c0%2c1%2c8.042%2c2.635a2.68%2c2.68%2c0%2c0%2c1%2c.727.373%2c2.511%2c2.511%2c0%2c0%2c1%2c1%2c1.692' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='8.696' y1='8.199' x2='4.056' y2='6.673' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 25px;
    width: 15px; }
  .list-item.active .list-icon.regulatory_decision, .list-item:hover .list-icon.regulatory_decision {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3ccircle cx='8.005' cy='4.219' r='1.67' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='8.005' y1='5.889' x2='8.005' y2='13.375' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='11.777' y1='6.103' x2='4.233' y2='6.103' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cg%3e %3cline x1='4.216' y1='6.146' x2='2.747' y2='8.717' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='4.233' y1='6.146' x2='5.702' y2='8.717' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M5.736%2c8.8a1.513%2c1.513%2c0%2c0%2c1-3.026%2c0%2c.2.2%2c0%2c0%2c1%2c.011-.08h3A.186.186%2c0%2c0%2c1%2c5.736%2c8.8Z' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3cg%3e %3cline x1='11.771' y1='6.146' x2='10.302' y2='8.717' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='11.787' y1='6.146' x2='13.257' y2='8.717' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M13.29%2c8.8a1.513%2c1.513%2c0%2c0%2c1-3.026%2c0%2c.186.186%2c0%2c0%2c1%2c.012-.08h3A.2.2%2c0%2c0%2c1%2c13.29%2c8.8Z' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3cline x1='5.458' y1='13.375' x2='10.552' y2='13.375' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 25px;
    width: 15px; }
  .list-item.active .list-icon.regulatory_review, .list-item:hover .list-icon.regulatory_review {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3cg%3e %3cline x1='11.57' y1='6.99' x2='11.57' y2='5.87' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='11.57 10.81 11.57 12.33 4.43 12.33 4.43 3.67 9.51 3.67' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolygon points='9.511 3.673 9.511 5.872 11.574 5.872 11.574 5.669 9.7 3.673 9.511 3.673' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3ccircle cx='11.069' cy='8.899' r='1.979' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.41' y1='6' x2='8.727' y2='6' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.41' y1='10.733' x2='8.727' y2='10.733' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.41' y1='7.578' x2='8.294' y2='7.578' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.41' y1='9.155' x2='7.521' y2='9.155' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='9.945 8.974 10.644 9.673 12.193 8.125' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 25px;
    width: 15px; }
  .list-item.active .list-icon.advisory_committee, .list-item:hover .list-icon.advisory_committee {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3crect width='16' height='16' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3ccircle cx='8' cy='8' r='7.985' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3cline y1='0.006' x2='16' y2='15.994' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3cline x1='15.999' y1='0.004' x2='0.001' y2='15.996' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3crect x='4' y='0.019' width='8' height='15.962' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3cline x1='8' y1='0.019' x2='8' y2='15.981' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3crect x='0.019' y='4' width='15.962' height='8' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3cline x1='15.981' y1='8' x2='0.019' y2='8' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3crect x='2.349' y='2.367' width='11.303' height='11.266' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3ccircle cx='8' cy='8' r='5.636' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3ccircle cx='8' cy='8' r='3.994' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3ccircle cx='8' cy='8' r='2' style='fill: none%3bstroke: %23231f20%3bstroke-miterlimit: 10%3bstroke-width: 0.008100000210106px'/%3e %3c/g%3e %3cg id='Layer_5' data-name='Layer 5'%3e %3cpath d='M12.7%2c9.393H3.3a.954.954%2c0%2c0%2c0-.953.954v3.062H3.891A.413.413%2c0%2c0%2c0%2c4.3%2c13h0v-.032a1.076%2c1.076%2c0%2c0%2c1%2c1.076-1.076h5.242A1.076%2c1.076%2c0%2c0%2c1%2c11.7%2c12.965V13a.413.413%2c0%2c0%2c0%2c.412.412h1.542V10.346A.953.953%2c0%2c0%2c0%2c12.7%2c9.393Z' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='9.246' y1='7.329' x2='9.246' y2='9.392' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='6.72' y1='7.329' x2='6.72' y2='9.392' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3ccircle cx='8' cy='3.765' r='1.173' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M5.767%2c9.393V6.429a.763.763%2c0%2c0%2c1%2c.763-.763H9.47a.763.763%2c0%2c0%2c1%2c.763.763V9.393' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='8' y1='5.666' x2='8' y2='7.025' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='12.184' y1='6.618' x2='12.184' y2='8.212' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3ccircle cx='11.22' cy='3.864' r='0.906' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M10.231%2c5.333h2.125a.59.59%2c0%2c0%2c1%2c.59.589h0V8.212' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='11.221' y1='5.333' x2='11.221' y2='6.383' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='3.792' y1='6.618' x2='3.792' y2='8.212' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3ccircle cx='4.781' cy='3.864' r='0.906' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpath d='M3.056%2c8.212V5.923a.59.59%2c0%2c0%2c1%2c.589-.59h2.21' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='4.781' y1='5.333' x2='4.781' y2='6.383' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 25px;
    width: 15px; }
  .list-item.active .list-icon.regulatory_guidance_drugs, .list-item:hover .list-icon.regulatory_guidance_drugs {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3crect x='5.922' y='2.597' width='4.156' height='10.806' rx='2.078' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.922' y1='8' x2='10.078' y2='8' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='10.08 6.23 12.54 6.23 13.54 5.11 12.54 4 9.97 4' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='6.03 12 3.46 12 2.46 10.89 3.46 9.77 5.92 9.77' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 25px;
    width: 15px; }
  .list-item.active .list-icon.ema_regulatory_guidance_drugs, .list-item:hover .list-icon.ema_regulatory_guidance_drugs {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3crect x='5.922' y='2.597' width='4.156' height='10.806' rx='2.078' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cline x1='5.922' y1='8' x2='10.078' y2='8' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='10.08 6.23 12.54 6.23 13.54 5.11 12.54 4 9.97 4' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolyline points='6.03 12 3.46 12 2.46 10.89 3.46 9.77 5.92 9.77' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 25px;
    width: 15px; }
  .list-item.active .list-icon.regulatory_guidance_general, .list-item:hover .list-icon.regulatory_guidance_general {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e %3cg%3e %3cline x1='8' y1='2.364' x2='8' y2='13.636' style='fill: none%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolygon points='11.805 6.983 3.523 6.983 3.523 4.674 11.805 4.674 12.924 5.829 11.805 6.983' style='fill: white%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3cpolygon points='4.531 11.355 11.994 11.355 11.994 9.047 4.531 9.047 3.523 10.201 4.531 11.355' style='fill: white%3bstroke: %230087fc%3bstroke-linecap: round%3bstroke-linejoin: round%3bstroke-width: 0.5px'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 25px;
    width: 15px; }

.tab {
  cursor: pointer; }
  .tab .tab-one {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-91-Copy' fill='%239B9B9B'%3e %3cg id='Group-32'%3e %3cpath d='M20.8242188%2c19.1757812 C20.9414068%2c19.2929693 21%2c19.4394522 21%2c19.6152344 C21%2c19.7910165 20.9414068%2c19.9374994 20.8242188%2c20.0546875 C20.6940098%2c20.1848965 20.5442717%2c20.25 20.375%2c20.25 C20.2057283%2c20.25 20.0559902%2c20.1848965 19.9257812%2c20.0546875 L13.8710938%2c13.9609375 C13.1809861%2c14.5598988 12.3997439%2c15.0286441 11.5273438%2c15.3671875 C10.6549436%2c15.7057309 9.73047363%2c15.875 8.75390625%2c15.875 C7.67317168%2c15.875 6.65755684%2c15.6699239 5.70703125%2c15.2597656 C4.75650566%2c14.8496073 3.92643584%2c14.2929723 3.21679688%2c13.5898438 C2.50715791%2c12.8867152 1.95052285%2c12.0599006 1.546875%2c11.109375 C1.14322715%2c10.1588494 0.94140625%2c9.14323457 0.94140625%2c8.0625 C0.94140625%2c6.98176543 1.14322715%2c5.96615059 1.546875%2c5.015625 C1.95052285%2c4.06509941 2.50715791%2c3.23828477 3.21679688%2c2.53515625 C3.92643584%2c1.83202773 4.75650566%2c1.27539268 5.70703125%2c0.865234375 C6.65755684%2c0.455076074 7.67317168%2c0.25 8.75390625%2c0.25 C9.82161992%2c0.25 10.8307244%2c0.455076074 11.78125%2c0.865234375 C12.7317756%2c1.27539268 13.5618454%2c1.83202773 14.2714844%2c2.53515625 C14.9811233%2c3.23828477 15.5410136%2c4.06509941 15.9511719%2c5.015625 C16.3613302%2c5.96615059 16.5664062%2c6.98176543 16.5664062%2c8.0625 C16.5664062%2c9.01302559 16.4036475%2c9.91470928 16.078125%2c10.7675781 C15.7526025%2c11.620447 15.3098986%2c12.3854133 14.75%2c13.0625 L20.8242188%2c19.1757812 Z M8.75390625%2c14.6445312 C9.65234824%2c14.6445312 10.5019491%2c14.4720069 11.3027344%2c14.1269531 C12.1035196%2c13.7818993 12.8001272%2c13.3098988 13.3925781%2c12.7109375 C13.985029%2c12.1119762 14.4537743%2c11.4153686 14.7988281%2c10.6210938 C15.1438819%2c9.82681895 15.3164062%2c8.97396289 15.3164062%2c8.0625 C15.3164062%2c7.15103711 15.1438819%2c6.29818105 14.7988281%2c5.50390625 C14.4537743%2c4.70963145 13.985029%2c4.01302383 13.3925781%2c3.4140625 C12.8001272%2c2.81510117 12.1035196%2c2.34310068 11.3027344%2c1.99804688 C10.5019491%2c1.65299307 9.65234824%2c1.48046875 8.75390625%2c1.48046875 C7.84244336%2c1.48046875 6.98633213%2c1.65299307 6.18554688%2c1.99804688 C5.38476162%2c2.34310068 4.688154%2c2.81510117 4.09570312%2c3.4140625 C3.50325225%2c4.01302383 3.03450693%2c4.70963145 2.68945312%2c5.50390625 C2.34439932%2c6.29818105 2.171875%2c7.15103711 2.171875%2c8.0625 C2.171875%2c8.97396289 2.34439932%2c9.82681895 2.68945312%2c10.6210938 C3.03450693%2c11.4153686 3.50325225%2c12.1119762 4.09570312%2c12.7109375 C4.688154%2c13.3098988 5.38476162%2c13.7818993 6.18554688%2c14.1269531 C6.98633213%2c14.4720069 7.84244336%2c14.6445312 8.75390625%2c14.6445312 Z' id='Magnifier---simple-line-icons-Copy'/%3e %3cpath d='M3.68824817%2c8.11629994 L3.20711781%2c8.25236456 L2.93498857%2c7.29010385 L3.41611892%2c7.15403923 C5.39190764%2c6.59528225 6.45668068%2c7.21779559 5.89142284%2c8.88635511 C5.86990472%2c8.94987348 5.84964912%2c9.01278673 5.83065335%2c9.07509315 C5.68570354%2c9.55053087 6.04715215%2c10.1318401 7.06872542%2c10.8245055 L7.48256587%2c11.105105 L6.92136685%2c11.9327859 L6.5075264%2c11.6521864 C5.16486981%2c10.7418143 4.56915909%2c9.7837469 4.87412046%2c8.7834687 C4.89612137%2c8.71130536 4.91951398%2c8.63864864 4.94429561%2c8.56549686 C5.18750071%2c7.84759052 5.00848996%2c7.74293293 3.68824817%2c8.11629994 Z' id='Line-8-Copy' fill-rule='nonzero' transform='translate(5.208777%2c 9.443387) rotate(20.000000) translate(-5.208777%2c -9.443387) '/%3e %3cpath d='M9.21735989%2c9.43485555 L9.37778902%2c8.96129194 L10.3249162%2c9.28215019 L10.1644871%2c9.7557138 C10.142969%2c9.81923218 10.1227134%2c9.88214543 10.1037176%2c9.94445185 C9.95876782%2c10.4198896 10.3202164%2c11.0011988 11.3417897%2c11.6938642 L11.7556301%2c11.9744637 L11.1944311%2c12.8021446 L10.7805907%2c12.5215451 C9.4379341%2c11.611173 8.84222337%2c10.6531056 9.14718474%2c9.6528274 C9.16918565%2c9.58066405 9.19257826%2c9.50800734 9.21735989%2c9.43485555 Z' id='Line-8-Copy-2' fill-rule='nonzero' transform='translate(10.412304%2c 10.881718) rotate(-85.000000) translate(-10.412304%2c -10.881718) '/%3e %3cpath d='M12.1151457%2c5.51655909 C12.1435115%2c5.51001106 12.1845002%2c5.50325253 12.2318193%2c5.47849143 C12.2054792%2c5.49227466 12.1791574%2c5.50538711 12.1528629%2c5.51782464 L12.1151457%2c5.51655909 Z M12.1528629%2c5.51782464 C11.6388562%2c5.76095405 11.1352826%2c5.7461762 10.7096248%2c5.44252008 L10.302584%2c5.15214491 L10.8833343%2c4.33806319 L11.2903752%2c4.62843836 C11.4071282%2c4.71172772 11.5402706%2c4.71172772 11.7681807%2c4.59246701 C12.2703063%2c4.32971489 12.7077442%2c4.60610452 12.9840229%2c5.14885971 C13.1772709%2c5.52849945 13.3424042%2c6.10962386 13.4915069%2c6.90823433 L13.5832726%2c7.39974126 L12.6002587%2c7.5832726 L12.5084931%2c7.09176567 C12.3755029%2c6.37945597 12.2329231%2c5.87770016 12.0928378%2c5.60249964 C12.0587498%2c5.53553307 12.073044%2c5.52627793 12.1151457%2c5.51655909 L12.1528629%2c5.51782464 Z' id='Line-7-Copy' fill-rule='nonzero'/%3e %3cpath d='M9.61071704%2c5.19186092 L10.0402851%2c4.93598737 L10.5520322%2c5.79512352 L10.1224641%2c6.05099706 C9.47574661%2c6.43621634 8.53411992%2c6.43621634 7.28457552%2c6.10471032 C6.46189431%2c5.88645175 6.30326893%2c5.9890422 6.36388623%2c6.56949596 L6.41581926%2c7.06679161 L5.42122797%2c7.17065766 L5.36929494%2c6.67336202 C5.22795775%2c5.31995793 6.1001325%2c4.75588172 7.54100606%2c5.13814766 C8.55501642%2c5.40716614 9.24925626%2c5.40716614 9.61071704%2c5.19186092 Z' id='Line-6-Copy' fill-rule='nonzero' transform='translate(7.953195%2c 6.053323) rotate(-99.000000) translate(-7.953195%2c -6.053323) '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .tab .tab-two {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-43.000000%2c -165.000000)' fill='%239B9B9B'%3e %3cg id='WordCloud_2_inactive' transform='translate(43.000000%2c 165.000000)'%3e %3cpath d='M14.5703125%2c16.5585938 L15.0976562%2c16.8515625 C15.4492205%2c17.046876 15.625%2c17.3007797 15.625%2c17.6132812 L15.625%2c19.1953125 C15.625%2c19.4947932 15.5208344%2c19.7454417 15.3125%2c19.9472656 C15.1041656%2c20.1490896 14.8567723%2c20.25 14.5703125%2c20.25 L1.0546875%2c20.25 C0.768227734%2c20.25 0.520834375%2c20.1490896 0.3125%2c19.9472656 C0.104165625%2c19.7454417 0%2c19.4947932 0%2c19.1953125 L0%2c17.6132812 C0%2c17.3268215 0.175779492%2c17.0794281 0.52734375%2c16.8710938 L1.0546875%2c16.5585938 L5.09765625%2c14.3710938 C4.35546504%2c13.7851533 3.84114727%2c13.0039111 3.5546875%2c12.0273438 C3.26822773%2c11.0507764 3.125%2c10.2760445 3.125%2c9.703125 L3.125%2c7.06640625 C3.125%2c6.6236957 3.26171738%2c6.18424697 3.53515625%2c5.74804688 C3.80859512%2c5.31184678 4.16666445%2c4.91797051 4.609375%2c4.56640625 C5.05208555%2c4.21484199 5.55663779%2c3.92838652 6.12304688%2c3.70703125 C6.68945596%2c3.48567598 7.25911172%2c3.375 7.83203125%2c3.375 C8.41797168%2c3.375 8.99088262%2c3.48567598 9.55078125%2c3.70703125 C10.1106799%2c3.92838652 10.6087218%2c4.21484199 11.0449219%2c4.56640625 C11.481122%2c4.91797051 11.832681%2c5.31184678 12.0996094%2c5.74804688 C12.3665378%2c6.18424697 12.5%2c6.6236957 12.5%2c7.06640625 L12.5%2c9.703125 C12.5%2c10.341149 12.3730481%2c11.1354119 12.1191406%2c12.0859375 C11.8652331%2c13.0364631 11.3737016%2c13.8046846 10.6445312%2c14.390625 L14.5703125%2c16.5585938 Z M14.375%2c19 L14.375%2c17.8867188 C14.3359373%2c17.8476561 14.2903648%2c17.8151043 14.2382812%2c17.7890625 L14.0820312%2c17.7109375 C14.0690104%2c17.7109375 14.0527345%2c17.7044271 14.0332031%2c17.6914062 C14.0136718%2c17.6783854 13.9908855%2c17.6653646 13.9648438%2c17.6523438 L10.0390625%2c15.484375 C9.85676992%2c15.3802078 9.70703184%2c15.2402353 9.58984375%2c15.0644531 C9.47265566%2c14.888671 9.40755215%2c14.6966156 9.39453125%2c14.4882812 C9.36848945%2c14.2799469 9.39778604%2c14.078126 9.48242188%2c13.8828125 C9.56705771%2c13.687499 9.69400957%2c13.5247402 9.86328125%2c13.3945312 C10.3971381%2c12.9778625 10.7617178%2c12.3821653 10.9570312%2c11.6074219 C11.1523447%2c10.8326784 11.25%2c10.1979191 11.25%2c9.703125 L11.25%2c7.06640625 C11.25%2c6.6106748 10.9082065%2c6.08984668 10.2246094%2c5.50390625 C9.54101221%2c4.91796582 8.74349414%2c4.625 7.83203125%2c4.625 C6.94661016%2c4.625 6.14909209%2c4.91796582 5.43945312%2c5.50390625 C4.72981416%2c6.08984668 4.375%2c6.6106748 4.375%2c7.06640625 L4.375%2c9.703125 C4.375%2c10.1979191 4.49218633%2c10.8326784 4.7265625%2c11.6074219 C4.96093867%2c12.3821653 5.34504941%2c12.9778625 5.87890625%2c13.3945312 C6.03515703%2c13.5247402 6.15559854%2c13.687499 6.24023438%2c13.8828125 C6.32487021%2c14.078126 6.3541668%2c14.2799469 6.328125%2c14.4882812 C6.3151041%2c14.6966156 6.25000059%2c14.888671 6.1328125%2c15.0644531 C6.01562441%2c15.2402353 5.86588633%2c15.3736975 5.68359375%2c15.4648438 L1.640625%2c17.671875 C1.6276041%2c17.671875 1.6145834%2c17.6751302 1.6015625%2c17.6816406 C1.5885416%2c17.6881511 1.5755209%2c17.6979166 1.5625%2c17.7109375 C1.51041641%2c17.7239584 1.45507842%2c17.7499998 1.39648438%2c17.7890625 L1.25%2c17.8867188 L1.25%2c19 L14.375%2c19 Z M18.9453125%2c13.453125 C18.9453125%2c13.453125 19.121092%2c13.5507803 19.4726562%2c13.7460938 C19.8242205%2c13.9414072 20%2c14.1953109 20%2c14.5078125 L20%2c16.0703125 C20%2c16.3697932 19.8958344%2c16.6204417 19.6875%2c16.8222656 C19.4791656%2c17.0240896 19.2317723%2c17.125 18.9453125%2c17.125 L16.875%2c17.125 C16.7968746%2c16.8515611 16.7154952%2c16.6106781 16.6308594%2c16.4023438 C16.5462235%2c16.1940094 16.4127613%2c16.0182299 16.2304688%2c15.875 L18.75%2c15.875 L18.75%2c14.7617188 C18.7109373%2c14.735677 18.6653648%2c14.7063804 18.6132812%2c14.6738281 C18.5611977%2c14.6412759 18.5091148%2c14.6184896 18.4570312%2c14.6054688 C18.4440104%2c14.5924479 18.4277345%2c14.5826823 18.4082031%2c14.5761719 C18.3886718%2c14.5696614 18.3658855%2c14.5598959 18.3398438%2c14.546875 L14.3554688%2c12.3789062 C14.1731762%2c12.2747391 14.0234381%2c12.1347665 13.90625%2c11.9589844 C13.7890619%2c11.7832022 13.7239584%2c11.5911469 13.7109375%2c11.3828125 C13.6848957%2c11.1744781 13.7141923%2c10.9726572 13.7988281%2c10.7773438 C13.883464%2c10.5820303 14.0104158%2c10.4192715 14.1796875%2c10.2890625 C14.7135443%2c9.85937285 15.0878896%2c9.25716533 15.3027344%2c8.48242188 C15.5175792%2c7.70767842 15.625%2c7.07942949 15.625%2c6.59765625 L15.625%2c3.9609375 C15.625%2c3.49218516 15.273441%2c2.96484668 14.5703125%2c2.37890625 C13.867184%2c1.79296582 13.0599004%2c1.5 12.1484375%2c1.5 C11.705727%2c1.5 11.2792989%2c1.57161387 10.8691406%2c1.71484375 C10.4589823%2c1.85807363 10.0911475%2c2.05338418 9.765625%2c2.30078125 C9.51822793%2c2.22265586 9.25781387%2c2.1770834 8.984375%2c2.1640625 C8.71093613%2c2.1510416 8.44401172%2c2.1380209 8.18359375%2c2.125 C8.6393252%2c1.59114316 9.22525684%2c1.14192891 9.94140625%2c0.77734375 C10.6575557%2c0.412758594 11.3932254%2c0.23046875 12.1484375%2c0.23046875 C12.7343779%2c0.23046875 13.310544%2c0.344399902 13.8769531%2c0.572265625 C14.4433622%2c0.800131348 14.9479145%2c1.08984199 15.390625%2c1.44140625 C15.8333355%2c1.79297051 16.1914049%2c2.19010195 16.4648438%2c2.6328125 C16.7382826%2c3.07552305 16.875%2c3.51822695 16.875%2c3.9609375 L16.875%2c6.59765625 C16.875%2c7.22265938 16.7382826%2c8.01366709 16.4648438%2c8.97070312 C16.1914049%2c9.92773916 15.6901078%2c10.6927055 14.9609375%2c11.265625 L18.9453125%2c13.453125 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .tab .tab-three {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-13.000000%2c -166.000000)' fill='%239B9B9B' fill-rule='nonzero'%3e %3cg id='WordCloud_1_inactive' transform='translate(24.000000%2c 176.000000) rotate(12.000000) translate(-24.000000%2c -176.000000) translate(14.000000%2c 166.000000)'%3e %3cpath d='M6.17006803%2c7.34771478 C4.41102231%2c7.34771478 2.98503401%2c5.92172648 2.98503401%2c4.16268076 C2.98503401%2c2.40363505 4.41102231%2c0.97764675 6.17006803%2c0.97764675 C7.92911374%2c0.97764675 9.35510204%2c2.40363505 9.35510204%2c4.16268076 C9.35510204%2c5.92172648 7.92911374%2c7.34771478 6.17006803%2c7.34771478 Z M6.17006803%2c6.14771478 C7.26637204%2c6.14771478 8.15510204%2c5.25898478 8.15510204%2c4.16268076 C8.15510204%2c3.06637675 7.26637204%2c2.17764675 6.17006803%2c2.17764675 C5.07376401%2c2.17764675 4.18503401%2c3.06637675 4.18503401%2c4.16268076 C4.18503401%2c5.25898478 5.07376401%2c6.14771478 6.17006803%2c6.14771478 Z' id='Oval-37'/%3e %3cpath d='M3.58503401%2c19.6952381 C1.8259883%2c19.6952381 0.4%2c18.2692498 0.4%2c16.5102041 C0.4%2c14.7511584 1.8259883%2c13.3251701 3.58503401%2c13.3251701 C5.34407973%2c13.3251701 6.77006803%2c14.7511584 6.77006803%2c16.5102041 C6.77006803%2c18.2692498 5.34407973%2c19.6952381 3.58503401%2c19.6952381 Z M3.58503401%2c18.4952381 C4.68133803%2c18.4952381 5.57006803%2c17.6065081 5.57006803%2c16.5102041 C5.57006803%2c15.4139001 4.68133803%2c14.5251701 3.58503401%2c14.5251701 C2.48873%2c14.5251701 1.6%2c15.4139001 1.6%2c16.5102041 C1.6%2c17.6065081 2.48873%2c18.4952381 3.58503401%2c18.4952381 Z' id='Oval-37-Copy-3'/%3e %3cpath d='M15.2176871%2c19.6952381 C13.4586414%2c19.6952381 12.0326531%2c18.2692498 12.0326531%2c16.5102041 C12.0326531%2c14.7511584 13.4586414%2c13.3251701 15.2176871%2c13.3251701 C16.9767328%2c13.3251701 18.4027211%2c14.7511584 18.4027211%2c16.5102041 C18.4027211%2c18.2692498 16.9767328%2c19.6952381 15.2176871%2c19.6952381 Z M15.2176871%2c18.4952381 C16.3139911%2c18.4952381 17.2027211%2c17.6065081 17.2027211%2c16.5102041 C17.2027211%2c15.4139001 16.3139911%2c14.5251701 15.2176871%2c14.5251701 C14.1213831%2c14.5251701 13.2326531%2c15.4139001 13.2326531%2c16.5102041 C13.2326531%2c17.6065081 14.1213831%2c18.4952381 15.2176871%2c18.4952381 Z' id='Oval-37-Copy-4'/%3e %3cpath d='M16.5102041%2c10.3805899 C14.7511584%2c10.3805899 13.3251701%2c8.95460162 13.3251701%2c7.19555591 C13.3251701%2c5.43651019 14.7511584%2c4.01052189 16.5102041%2c4.01052189 C18.2692498%2c4.01052189 19.6952381%2c5.43651019 19.6952381%2c7.19555591 C19.6952381%2c8.95460162 18.2692498%2c10.3805899 16.5102041%2c10.3805899 Z M16.5102041%2c9.18058992 C17.6065081%2c9.18058992 18.4952381%2c8.29185992 18.4952381%2c7.19555591 C18.4952381%2c6.09925189 17.6065081%2c5.21052189 16.5102041%2c5.21052189 C15.4139001%2c5.21052189 14.5251701%2c6.09925189 14.5251701%2c7.19555591 C14.5251701%2c8.29185992 15.4139001%2c9.18058992 16.5102041%2c9.18058992 Z' id='Oval-37-Copy-6'/%3e %3cpath d='M10.6938776%2c13.2326531 C9.29175055%2c13.2326531 8.15510204%2c12.0960045 8.15510204%2c10.6938776 C8.15510204%2c9.29175055 9.29175055%2c8.15510204 10.6938776%2c8.15510204 C12.0960045%2c8.15510204 13.2326531%2c9.29175055 13.2326531%2c10.6938776 C13.2326531%2c12.0960045 12.0960045%2c13.2326531 10.6938776%2c13.2326531 Z M10.6938776%2c12.0326531 C11.4332628%2c12.0326531 12.0326531%2c11.4332628 12.0326531%2c10.6938776 C12.0326531%2c9.95449225 11.4332628%2c9.35510204 10.6938776%2c9.35510204 C9.95449225%2c9.35510204 9.35510204%2c9.95449225 9.35510204%2c10.6938776 C9.35510204%2c11.4332628 9.95449225%2c12.0326531 10.6938776%2c12.0326531 Z' id='Oval-37-Copy-5'/%3e %3cpolygon id='Path-115' points='14.187028 13.9144388 13.2845259 14.705318 11.4583087 12.6213529 12.3608108 11.8304736'/%3e %3cpolygon id='Path-116' points='14.0808256 7.96563971 14.7339714 8.97231767 12.814051 10.2179872 12.1609051 9.21130923'/%3e %3cpolygon id='Path-117' points='7.24649794 6.6454988 8.19896855 5.91556749 10.1874083 8.51023691 9.23493772 9.24016822'/%3e %3cpolygon id='Path-118' points='8.63102378 11.4570429 9.34112124 12.4243906 5.75920498 15.053755 5.04910752 14.0864073'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .tab.active .tab-one, .tab:hover .tab-one {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-91' fill='%230087fc'%3e %3cg id='Group-32'%3e %3cpath d='M20.8242188%2c19.1757812 C20.9414068%2c19.2929693 21%2c19.4394522 21%2c19.6152344 C21%2c19.7910165 20.9414068%2c19.9374994 20.8242188%2c20.0546875 C20.6940098%2c20.1848965 20.5442717%2c20.25 20.375%2c20.25 C20.2057283%2c20.25 20.0559902%2c20.1848965 19.9257812%2c20.0546875 L13.8710938%2c13.9609375 C13.1809861%2c14.5598988 12.3997439%2c15.0286441 11.5273438%2c15.3671875 C10.6549436%2c15.7057309 9.73047363%2c15.875 8.75390625%2c15.875 C7.67317168%2c15.875 6.65755684%2c15.6699239 5.70703125%2c15.2597656 C4.75650566%2c14.8496073 3.92643584%2c14.2929723 3.21679688%2c13.5898438 C2.50715791%2c12.8867152 1.95052285%2c12.0599006 1.546875%2c11.109375 C1.14322715%2c10.1588494 0.94140625%2c9.14323457 0.94140625%2c8.0625 C0.94140625%2c6.98176543 1.14322715%2c5.96615059 1.546875%2c5.015625 C1.95052285%2c4.06509941 2.50715791%2c3.23828477 3.21679688%2c2.53515625 C3.92643584%2c1.83202773 4.75650566%2c1.27539268 5.70703125%2c0.865234375 C6.65755684%2c0.455076074 7.67317168%2c0.25 8.75390625%2c0.25 C9.82161992%2c0.25 10.8307244%2c0.455076074 11.78125%2c0.865234375 C12.7317756%2c1.27539268 13.5618454%2c1.83202773 14.2714844%2c2.53515625 C14.9811233%2c3.23828477 15.5410136%2c4.06509941 15.9511719%2c5.015625 C16.3613302%2c5.96615059 16.5664062%2c6.98176543 16.5664062%2c8.0625 C16.5664062%2c9.01302559 16.4036475%2c9.91470928 16.078125%2c10.7675781 C15.7526025%2c11.620447 15.3098986%2c12.3854133 14.75%2c13.0625 L20.8242188%2c19.1757812 Z M8.75390625%2c14.6445312 C9.65234824%2c14.6445312 10.5019491%2c14.4720069 11.3027344%2c14.1269531 C12.1035196%2c13.7818993 12.8001272%2c13.3098988 13.3925781%2c12.7109375 C13.985029%2c12.1119762 14.4537743%2c11.4153686 14.7988281%2c10.6210938 C15.1438819%2c9.82681895 15.3164062%2c8.97396289 15.3164062%2c8.0625 C15.3164062%2c7.15103711 15.1438819%2c6.29818105 14.7988281%2c5.50390625 C14.4537743%2c4.70963145 13.985029%2c4.01302383 13.3925781%2c3.4140625 C12.8001272%2c2.81510117 12.1035196%2c2.34310068 11.3027344%2c1.99804688 C10.5019491%2c1.65299307 9.65234824%2c1.48046875 8.75390625%2c1.48046875 C7.84244336%2c1.48046875 6.98633213%2c1.65299307 6.18554688%2c1.99804688 C5.38476162%2c2.34310068 4.688154%2c2.81510117 4.09570312%2c3.4140625 C3.50325225%2c4.01302383 3.03450693%2c4.70963145 2.68945312%2c5.50390625 C2.34439932%2c6.29818105 2.171875%2c7.15103711 2.171875%2c8.0625 C2.171875%2c8.97396289 2.34439932%2c9.82681895 2.68945312%2c10.6210938 C3.03450693%2c11.4153686 3.50325225%2c12.1119762 4.09570312%2c12.7109375 C4.688154%2c13.3098988 5.38476162%2c13.7818993 6.18554688%2c14.1269531 C6.98633213%2c14.4720069 7.84244336%2c14.6445312 8.75390625%2c14.6445312 Z' id='Magnifier---simple-line-icons-Copy'/%3e %3cpath d='M3.68824817%2c8.11629994 L3.20711781%2c8.25236456 L2.93498857%2c7.29010385 L3.41611892%2c7.15403923 C5.39190764%2c6.59528225 6.45668068%2c7.21779559 5.89142284%2c8.88635511 C5.86990472%2c8.94987348 5.84964912%2c9.01278673 5.83065335%2c9.07509315 C5.68570354%2c9.55053087 6.04715215%2c10.1318401 7.06872542%2c10.8245055 L7.48256587%2c11.105105 L6.92136685%2c11.9327859 L6.5075264%2c11.6521864 C5.16486981%2c10.7418143 4.56915909%2c9.7837469 4.87412046%2c8.7834687 C4.89612137%2c8.71130536 4.91951398%2c8.63864864 4.94429561%2c8.56549686 C5.18750071%2c7.84759052 5.00848996%2c7.74293293 3.68824817%2c8.11629994 Z' id='Line-8-Copy' fill-rule='nonzero' transform='translate(5.208777%2c 9.443387) rotate(20.000000) translate(-5.208777%2c -9.443387) '/%3e %3cpath d='M9.21735989%2c9.43485555 L9.37778902%2c8.96129194 L10.3249162%2c9.28215019 L10.1644871%2c9.7557138 C10.142969%2c9.81923218 10.1227134%2c9.88214543 10.1037176%2c9.94445185 C9.95876782%2c10.4198896 10.3202164%2c11.0011988 11.3417897%2c11.6938642 L11.7556301%2c11.9744637 L11.1944311%2c12.8021446 L10.7805907%2c12.5215451 C9.4379341%2c11.611173 8.84222337%2c10.6531056 9.14718474%2c9.6528274 C9.16918565%2c9.58066405 9.19257826%2c9.50800734 9.21735989%2c9.43485555 Z' id='Line-8-Copy-2' fill-rule='nonzero' transform='translate(10.412304%2c 10.881718) rotate(-85.000000) translate(-10.412304%2c -10.881718) '/%3e %3cpath d='M12.1151457%2c5.51655909 C12.1435115%2c5.51001106 12.1845002%2c5.50325253 12.2318193%2c5.47849143 C12.2054792%2c5.49227466 12.1791574%2c5.50538711 12.1528629%2c5.51782464 L12.1151457%2c5.51655909 Z M12.1528629%2c5.51782464 C11.6388562%2c5.76095405 11.1352826%2c5.7461762 10.7096248%2c5.44252008 L10.302584%2c5.15214491 L10.8833343%2c4.33806319 L11.2903752%2c4.62843836 C11.4071282%2c4.71172772 11.5402706%2c4.71172772 11.7681807%2c4.59246701 C12.2703063%2c4.32971489 12.7077442%2c4.60610452 12.9840229%2c5.14885971 C13.1772709%2c5.52849945 13.3424042%2c6.10962386 13.4915069%2c6.90823433 L13.5832726%2c7.39974126 L12.6002587%2c7.5832726 L12.5084931%2c7.09176567 C12.3755029%2c6.37945597 12.2329231%2c5.87770016 12.0928378%2c5.60249964 C12.0587498%2c5.53553307 12.073044%2c5.52627793 12.1151457%2c5.51655909 L12.1528629%2c5.51782464 Z' id='Line-7-Copy' fill-rule='nonzero'/%3e %3cpath d='M9.61071704%2c5.19186092 L10.0402851%2c4.93598737 L10.5520322%2c5.79512352 L10.1224641%2c6.05099706 C9.47574661%2c6.43621634 8.53411992%2c6.43621634 7.28457552%2c6.10471032 C6.46189431%2c5.88645175 6.30326893%2c5.9890422 6.36388623%2c6.56949596 L6.41581926%2c7.06679161 L5.42122797%2c7.17065766 L5.36929494%2c6.67336202 C5.22795775%2c5.31995793 6.1001325%2c4.75588172 7.54100606%2c5.13814766 C8.55501642%2c5.40716614 9.24925626%2c5.40716614 9.61071704%2c5.19186092 Z' id='Line-6-Copy' fill-rule='nonzero' transform='translate(7.953195%2c 6.053323) rotate(-99.000000) translate(-7.953195%2c -6.053323) '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .tab.active .tab-two, .tab:hover .tab-two {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-43.000000%2c -199.000000)' fill='%230087fc'%3e %3cg id='WordCloud_2_active' transform='translate(43.000000%2c 199.000000)'%3e %3cpath d='M14.5703125%2c16.5585938 L15.0976562%2c16.8515625 C15.4492205%2c17.046876 15.625%2c17.3007797 15.625%2c17.6132812 L15.625%2c19.1953125 C15.625%2c19.4947932 15.5208344%2c19.7454417 15.3125%2c19.9472656 C15.1041656%2c20.1490896 14.8567723%2c20.25 14.5703125%2c20.25 L1.0546875%2c20.25 C0.768227734%2c20.25 0.520834375%2c20.1490896 0.3125%2c19.9472656 C0.104165625%2c19.7454417 0%2c19.4947932 0%2c19.1953125 L0%2c17.6132812 C0%2c17.3268215 0.175779492%2c17.0794281 0.52734375%2c16.8710938 L1.0546875%2c16.5585938 L5.09765625%2c14.3710938 C4.35546504%2c13.7851533 3.84114727%2c13.0039111 3.5546875%2c12.0273438 C3.26822773%2c11.0507764 3.125%2c10.2760445 3.125%2c9.703125 L3.125%2c7.06640625 C3.125%2c6.6236957 3.26171738%2c6.18424697 3.53515625%2c5.74804688 C3.80859512%2c5.31184678 4.16666445%2c4.91797051 4.609375%2c4.56640625 C5.05208555%2c4.21484199 5.55663779%2c3.92838652 6.12304688%2c3.70703125 C6.68945596%2c3.48567598 7.25911172%2c3.375 7.83203125%2c3.375 C8.41797168%2c3.375 8.99088262%2c3.48567598 9.55078125%2c3.70703125 C10.1106799%2c3.92838652 10.6087218%2c4.21484199 11.0449219%2c4.56640625 C11.481122%2c4.91797051 11.832681%2c5.31184678 12.0996094%2c5.74804688 C12.3665378%2c6.18424697 12.5%2c6.6236957 12.5%2c7.06640625 L12.5%2c9.703125 C12.5%2c10.341149 12.3730481%2c11.1354119 12.1191406%2c12.0859375 C11.8652331%2c13.0364631 11.3737016%2c13.8046846 10.6445312%2c14.390625 L14.5703125%2c16.5585938 Z M14.375%2c19 L14.375%2c17.8867188 C14.3359373%2c17.8476561 14.2903648%2c17.8151043 14.2382812%2c17.7890625 L14.0820312%2c17.7109375 C14.0690104%2c17.7109375 14.0527345%2c17.7044271 14.0332031%2c17.6914062 C14.0136718%2c17.6783854 13.9908855%2c17.6653646 13.9648438%2c17.6523438 L10.0390625%2c15.484375 C9.85676992%2c15.3802078 9.70703184%2c15.2402353 9.58984375%2c15.0644531 C9.47265566%2c14.888671 9.40755215%2c14.6966156 9.39453125%2c14.4882812 C9.36848945%2c14.2799469 9.39778604%2c14.078126 9.48242188%2c13.8828125 C9.56705771%2c13.687499 9.69400957%2c13.5247402 9.86328125%2c13.3945312 C10.3971381%2c12.9778625 10.7617178%2c12.3821653 10.9570312%2c11.6074219 C11.1523447%2c10.8326784 11.25%2c10.1979191 11.25%2c9.703125 L11.25%2c7.06640625 C11.25%2c6.6106748 10.9082065%2c6.08984668 10.2246094%2c5.50390625 C9.54101221%2c4.91796582 8.74349414%2c4.625 7.83203125%2c4.625 C6.94661016%2c4.625 6.14909209%2c4.91796582 5.43945312%2c5.50390625 C4.72981416%2c6.08984668 4.375%2c6.6106748 4.375%2c7.06640625 L4.375%2c9.703125 C4.375%2c10.1979191 4.49218633%2c10.8326784 4.7265625%2c11.6074219 C4.96093867%2c12.3821653 5.34504941%2c12.9778625 5.87890625%2c13.3945312 C6.03515703%2c13.5247402 6.15559854%2c13.687499 6.24023438%2c13.8828125 C6.32487021%2c14.078126 6.3541668%2c14.2799469 6.328125%2c14.4882812 C6.3151041%2c14.6966156 6.25000059%2c14.888671 6.1328125%2c15.0644531 C6.01562441%2c15.2402353 5.86588633%2c15.3736975 5.68359375%2c15.4648438 L1.640625%2c17.671875 C1.6276041%2c17.671875 1.6145834%2c17.6751302 1.6015625%2c17.6816406 C1.5885416%2c17.6881511 1.5755209%2c17.6979166 1.5625%2c17.7109375 C1.51041641%2c17.7239584 1.45507842%2c17.7499998 1.39648438%2c17.7890625 L1.25%2c17.8867188 L1.25%2c19 L14.375%2c19 Z M18.9453125%2c13.453125 C18.9453125%2c13.453125 19.121092%2c13.5507803 19.4726562%2c13.7460938 C19.8242205%2c13.9414072 20%2c14.1953109 20%2c14.5078125 L20%2c16.0703125 C20%2c16.3697932 19.8958344%2c16.6204417 19.6875%2c16.8222656 C19.4791656%2c17.0240896 19.2317723%2c17.125 18.9453125%2c17.125 L16.875%2c17.125 C16.7968746%2c16.8515611 16.7154952%2c16.6106781 16.6308594%2c16.4023438 C16.5462235%2c16.1940094 16.4127613%2c16.0182299 16.2304688%2c15.875 L18.75%2c15.875 L18.75%2c14.7617188 C18.7109373%2c14.735677 18.6653648%2c14.7063804 18.6132812%2c14.6738281 C18.5611977%2c14.6412759 18.5091148%2c14.6184896 18.4570312%2c14.6054688 C18.4440104%2c14.5924479 18.4277345%2c14.5826823 18.4082031%2c14.5761719 C18.3886718%2c14.5696614 18.3658855%2c14.5598959 18.3398438%2c14.546875 L14.3554688%2c12.3789062 C14.1731762%2c12.2747391 14.0234381%2c12.1347665 13.90625%2c11.9589844 C13.7890619%2c11.7832022 13.7239584%2c11.5911469 13.7109375%2c11.3828125 C13.6848957%2c11.1744781 13.7141923%2c10.9726572 13.7988281%2c10.7773438 C13.883464%2c10.5820303 14.0104158%2c10.4192715 14.1796875%2c10.2890625 C14.7135443%2c9.85937285 15.0878896%2c9.25716533 15.3027344%2c8.48242188 C15.5175792%2c7.70767842 15.625%2c7.07942949 15.625%2c6.59765625 L15.625%2c3.9609375 C15.625%2c3.49218516 15.273441%2c2.96484668 14.5703125%2c2.37890625 C13.867184%2c1.79296582 13.0599004%2c1.5 12.1484375%2c1.5 C11.705727%2c1.5 11.2792989%2c1.57161387 10.8691406%2c1.71484375 C10.4589823%2c1.85807363 10.0911475%2c2.05338418 9.765625%2c2.30078125 C9.51822793%2c2.22265586 9.25781387%2c2.1770834 8.984375%2c2.1640625 C8.71093613%2c2.1510416 8.44401172%2c2.1380209 8.18359375%2c2.125 C8.6393252%2c1.59114316 9.22525684%2c1.14192891 9.94140625%2c0.77734375 C10.6575557%2c0.412758594 11.3932254%2c0.23046875 12.1484375%2c0.23046875 C12.7343779%2c0.23046875 13.310544%2c0.344399902 13.8769531%2c0.572265625 C14.4433622%2c0.800131348 14.9479145%2c1.08984199 15.390625%2c1.44140625 C15.8333355%2c1.79297051 16.1914049%2c2.19010195 16.4648438%2c2.6328125 C16.7382826%2c3.07552305 16.875%2c3.51822695 16.875%2c3.9609375 L16.875%2c6.59765625 C16.875%2c7.22265938 16.7382826%2c8.01366709 16.4648438%2c8.97070312 C16.1914049%2c9.92773916 15.6901078%2c10.6927055 14.9609375%2c11.265625 L18.9453125%2c13.453125 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .tab.active .tab-three, .tab:hover .tab-three {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-13.000000%2c -200.000000)' fill='%230087fc' fill-rule='nonzero'%3e %3cg id='WordCloud_1_active' transform='translate(24.000000%2c 210.000000) rotate(12.000000) translate(-24.000000%2c -210.000000) translate(14.000000%2c 200.000000)'%3e %3cpath d='M6.17006803%2c7.34771478 C4.41102231%2c7.34771478 2.98503401%2c5.92172648 2.98503401%2c4.16268076 C2.98503401%2c2.40363505 4.41102231%2c0.97764675 6.17006803%2c0.97764675 C7.92911374%2c0.97764675 9.35510204%2c2.40363505 9.35510204%2c4.16268076 C9.35510204%2c5.92172648 7.92911374%2c7.34771478 6.17006803%2c7.34771478 Z M6.17006803%2c6.14771478 C7.26637204%2c6.14771478 8.15510204%2c5.25898478 8.15510204%2c4.16268076 C8.15510204%2c3.06637675 7.26637204%2c2.17764675 6.17006803%2c2.17764675 C5.07376401%2c2.17764675 4.18503401%2c3.06637675 4.18503401%2c4.16268076 C4.18503401%2c5.25898478 5.07376401%2c6.14771478 6.17006803%2c6.14771478 Z' id='Oval-37'/%3e %3cpath d='M3.58503401%2c19.6952381 C1.8259883%2c19.6952381 0.4%2c18.2692498 0.4%2c16.5102041 C0.4%2c14.7511584 1.8259883%2c13.3251701 3.58503401%2c13.3251701 C5.34407973%2c13.3251701 6.77006803%2c14.7511584 6.77006803%2c16.5102041 C6.77006803%2c18.2692498 5.34407973%2c19.6952381 3.58503401%2c19.6952381 Z M3.58503401%2c18.4952381 C4.68133803%2c18.4952381 5.57006803%2c17.6065081 5.57006803%2c16.5102041 C5.57006803%2c15.4139001 4.68133803%2c14.5251701 3.58503401%2c14.5251701 C2.48873%2c14.5251701 1.6%2c15.4139001 1.6%2c16.5102041 C1.6%2c17.6065081 2.48873%2c18.4952381 3.58503401%2c18.4952381 Z' id='Oval-37-Copy-3'/%3e %3cpath d='M15.2176871%2c19.6952381 C13.4586414%2c19.6952381 12.0326531%2c18.2692498 12.0326531%2c16.5102041 C12.0326531%2c14.7511584 13.4586414%2c13.3251701 15.2176871%2c13.3251701 C16.9767328%2c13.3251701 18.4027211%2c14.7511584 18.4027211%2c16.5102041 C18.4027211%2c18.2692498 16.9767328%2c19.6952381 15.2176871%2c19.6952381 Z M15.2176871%2c18.4952381 C16.3139911%2c18.4952381 17.2027211%2c17.6065081 17.2027211%2c16.5102041 C17.2027211%2c15.4139001 16.3139911%2c14.5251701 15.2176871%2c14.5251701 C14.1213831%2c14.5251701 13.2326531%2c15.4139001 13.2326531%2c16.5102041 C13.2326531%2c17.6065081 14.1213831%2c18.4952381 15.2176871%2c18.4952381 Z' id='Oval-37-Copy-4'/%3e %3cpath d='M16.5102041%2c10.3805899 C14.7511584%2c10.3805899 13.3251701%2c8.95460162 13.3251701%2c7.19555591 C13.3251701%2c5.43651019 14.7511584%2c4.01052189 16.5102041%2c4.01052189 C18.2692498%2c4.01052189 19.6952381%2c5.43651019 19.6952381%2c7.19555591 C19.6952381%2c8.95460162 18.2692498%2c10.3805899 16.5102041%2c10.3805899 Z M16.5102041%2c9.18058992 C17.6065081%2c9.18058992 18.4952381%2c8.29185992 18.4952381%2c7.19555591 C18.4952381%2c6.09925189 17.6065081%2c5.21052189 16.5102041%2c5.21052189 C15.4139001%2c5.21052189 14.5251701%2c6.09925189 14.5251701%2c7.19555591 C14.5251701%2c8.29185992 15.4139001%2c9.18058992 16.5102041%2c9.18058992 Z' id='Oval-37-Copy-6'/%3e %3cpath d='M10.6938776%2c13.2326531 C9.29175055%2c13.2326531 8.15510204%2c12.0960045 8.15510204%2c10.6938776 C8.15510204%2c9.29175055 9.29175055%2c8.15510204 10.6938776%2c8.15510204 C12.0960045%2c8.15510204 13.2326531%2c9.29175055 13.2326531%2c10.6938776 C13.2326531%2c12.0960045 12.0960045%2c13.2326531 10.6938776%2c13.2326531 Z M10.6938776%2c12.0326531 C11.4332628%2c12.0326531 12.0326531%2c11.4332628 12.0326531%2c10.6938776 C12.0326531%2c9.95449225 11.4332628%2c9.35510204 10.6938776%2c9.35510204 C9.95449225%2c9.35510204 9.35510204%2c9.95449225 9.35510204%2c10.6938776 C9.35510204%2c11.4332628 9.95449225%2c12.0326531 10.6938776%2c12.0326531 Z' id='Oval-37-Copy-5'/%3e %3cpolygon id='Path-115' points='14.187028 13.9144388 13.2845259 14.705318 11.4583087 12.6213529 12.3608108 11.8304736'/%3e %3cpolygon id='Path-116' points='14.0808256 7.96563971 14.7339714 8.97231767 12.814051 10.2179872 12.1609051 9.21130923'/%3e %3cpolygon id='Path-117' points='7.24649794 6.6454988 8.19896855 5.91556749 10.1874083 8.51023691 9.23493772 9.24016822'/%3e %3cpolygon id='Path-118' points='8.63102378 11.4570429 9.34112124 12.4243906 5.75920498 15.053755 5.04910752 14.0864073'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .tab .tab-icon {
    padding: 10px 10px; }

.filter-png-icon {
  width: 16px;
  height: 16px;
  padding: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAsVBMVEUAAAAAgP8Ah/sAh/sAh/wAhvsAif8AgP8AiP0AiP0Ah/sAh/sAh/wAh/wAhvwAh/wAhfsAh/wAh/sAhv0Ahv0Ah/0Ahv0Ah/0Ah/0AiP0Ah/0Ah/wAh/wAh/wAh/wAh/wAiPwAhvsAh/wAhv8Ah/wAhv8AiP0Ah/sA//8AiPwAjv8AgP8Ah/wAh/wAh/0Ah/sAh/0Ah/wAiP8AiP0Akv8Ah/0Ah/0Ah/wAh/sAh/wAAACKD+BtAAAAOXRSTlMADoTW7oMNDM/N19Xn5Li2Q/1CdHZ3cntzenX+s7Tf5Z6H9SboKn5EAb4SEMrxzoZq+h5vB33Su0j7mQ8HAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB+MKCQUfAdcqaEQAAAHYSURBVHja7dhZU8IwFIbhWFREQEBwA2Vxt+67+f9/zAuVpm2AJjnnyzhzvsvS6fsMlF5UKZlMJpNlW0tq64DVNjbt/fqWBq1RtwISVF/rxArYxgGaVkALB2hbATs4QMcK6PZQ/d6u/W/QRwH6ix4EA+Ok5h7pmsalB4sfRfvGaQeUz7hD48JHy05kElTuMwkc+iwCpz6DwLFPLnDuEws8+qQCrz6hwLNPJvDuEwkC+iSCoD6BILAfLAjuBwoI+kECkn6AgKjvLSDrewoI+14C0r6HgLjvLCDvOwoY+k4Clr6DgKlfWcDWryhg7FcSsPYrCJj7KwXs/RUCQF+poREpvGQwX24Mufo5wahrftAdQfo5wbF5/ATUNwVj8/AY1TfuxIl5tM1+/2WbLgNM+ftqtgwwE4AABCAAAQhAAAIQgAAEIAABCEAAAhAAEHB6Fhmgzy/iAC7/AHqSfQdIwJW2CJCA6xuLAAlQaaMsgALU7V0m+L0TsQCLAAwoC9CAkgAOKArwgIIgAiD/b7yPAMh9BzoGwCbAAiwCMKAsQANKAjigKMADCoIIgLwgBiAniAJQ6cMc8BgFYAie4gDmv8LzSySASn8Er7H6Sr29f7Q+v+L1ZTKZ7B/vG9BxT2lHk0ryAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTEwLTA5VDA1OjMxOjAxKzAwOjAwoXadDwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0xMC0wOVQwNTozMTowMSswMDowMNArJbMAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative; }
  .filter-png-icon .filter-active {
    top: 5px;
    left: 14px; }

.filter-icon {
  padding: 0 10px; }
  .filter-icon .sort-filter {
    position: relative;
    cursor: pointer;
    width: 16px;
    padding: 8px; }
    .filter-icon .sort-filter.filter-icon {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-102.000000%2c -168.000000)' fill='%230087fc' fill-rule='nonzero'%3e %3cg id='Filter_deselected' transform='translate(102.000000%2c 168.000000)'%3e %3cpath d='M12.0307868%2c0.5 C12.4067406%2c0.5 12.7689876%2c0.641176646 13.0457962%2c0.89557444 C13.6557536%2c1.45614868 13.6957866%2c2.40505205 13.1352124%2c3.01500945 L9.05467663%2c7.45501537 C8.96987736%2c7.54728493 8.92281848%2c7.66803391 8.92281848%2c7.79335185 L8.92281848%2c13.0000766 C8.92281848%2c13.1756459 8.8919957%2c13.3498521 8.83175366%2c13.5147626 C8.54750044%2c14.292896 7.68626591%2c14.693265 6.90813249%2c14.4090118 L6.11454446%2c14.119113 C5.52283699%2c13.9029614 5.12923044%2c13.3401296 5.12923044%2c12.7101778 L5.12923044%2c7.5613731 C5.12923044%2c7.4302432 5.07771686%2c7.30436146 4.98578888%2c7.21085052 L0.896914814%2c3.05156775 C0.621130868%2c2.77103492 0.466590122%2c2.3933897 0.466590122%2c2 C0.466590122%2c1.17157288 1.138163%2c0.5 1.96659012%2c0.5 L12.0307868%2c0.5 Z M12.0307868%2c1.5 L1.96659012%2c1.5 C1.69044775%2c1.5 1.46659012%2c1.72385763 1.46659012%2c2 C1.46659012%2c2.1311299 1.5181037%2c2.25701164 1.61003169%2c2.35052258 L5.69890575%2c6.50980535 C5.9746897%2c6.79033818 6.12923044%2c7.16798341 6.12923044%2c7.5613731 L6.12923044%2c12.7101778 C6.12923044%2c12.9201617 6.26043262%2c13.1077723 6.45766845%2c13.1798228 L7.25125649%2c13.4697217 C7.51063429%2c13.5644727 7.79771247%2c13.4310164 7.89246354%2c13.1716386 C7.91254422%2c13.1166684 7.92281848%2c13.0585997 7.92281848%2c13.0000766 L7.92281848%2c7.79335185 C7.92281848%2c7.41739802 8.06399513%2c7.05515108 8.31839292%2c6.7783424 L12.3989287%2c2.33833648 C12.5857867%2c2.13501735 12.5724424%2c1.81871623 12.3691233%2c1.63185815 C12.2768537%2c1.54705888 12.1561047%2c1.5 12.0307868%2c1.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
      .filter-icon .sort-filter.filter-icon:hover, .filter-icon .sort-filter.filter-icon.active {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-102.000000%2c -202.000000)' fill='%230087fc' fill-rule='nonzero'%3e %3cg id='Filter_selected' transform='translate(102.000000%2c 202.000000)'%3e %3cpath d='M12.0307868%2c0.5 C12.4067406%2c0.5 12.7689876%2c0.641176646 13.0457962%2c0.89557444 C13.6557536%2c1.45614868 13.6957866%2c2.40505205 13.1352124%2c3.01500945 L9.05467663%2c7.45501537 C8.96987736%2c7.54728493 8.92281848%2c7.66803391 8.92281848%2c7.79335185 L8.92281848%2c13.0000766 C8.92281848%2c13.1756459 8.8919957%2c13.3498521 8.83175366%2c13.5147626 C8.54750044%2c14.292896 7.68626591%2c14.693265 6.90813249%2c14.4090118 L6.11454446%2c14.119113 C5.52283699%2c13.9029614 5.12923044%2c13.3401296 5.12923044%2c12.7101778 L5.12923044%2c7.5613731 C5.12923044%2c7.4302432 5.07771686%2c7.30436146 4.98578888%2c7.21085052 L0.896914814%2c3.05156775 C0.621130868%2c2.77103492 0.466590122%2c2.3933897 0.466590122%2c2 C0.466590122%2c1.17157288 1.138163%2c0.5 1.96659012%2c0.5 L12.0307868%2c0.5 Z M12.0307868%2c1.5 L1.96659012%2c1.5 C1.69044775%2c1.5 1.46659012%2c1.72385763 1.46659012%2c2 C1.46659012%2c2.1311299 1.5181037%2c2.25701164 1.61003169%2c2.35052258 L5.69890575%2c6.50980535 C5.9746897%2c6.79033818 6.12923044%2c7.16798341 6.12923044%2c7.5613731 L6.12923044%2c12.7101778 C6.12923044%2c12.9201617 6.26043262%2c13.1077723 6.45766845%2c13.1798228 L7.25125649%2c13.4697217 C7.51063429%2c13.5644727 7.79771247%2c13.4310164 7.89246354%2c13.1716386 C7.91254422%2c13.1166684 7.92281848%2c13.0585997 7.92281848%2c13.0000766 L7.92281848%2c7.79335185 C7.92281848%2c7.41739802 8.06399513%2c7.05515108 8.31839292%2c6.7783424 L12.3989287%2c2.33833648 C12.5857867%2c2.13501735 12.5724424%2c1.81871623 12.3691233%2c1.63185815 C12.2768537%2c1.54705888 12.1561047%2c1.5 12.0307868%2c1.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .filter-icon.trends .filter-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-137.000000%2c -168.000000)' fill='%230087fc'%3e %3cg id='Analytics_deselected' transform='translate(137.000000%2c 168.000000)'%3e %3cpath d='M3.71875%2c5.25 C3.83724018%2c5.25 3.93977821%2c5.29329384 4.02636719%2c5.37988281 C4.11295616%2c5.46647179 4.15625%2c5.56900982 4.15625%2c5.6875 L4.15625%2c14.4375 C4.15625%2c14.5559902 4.11295616%2c14.6585282 4.02636719%2c14.7451172 C3.93977821%2c14.8317062 3.83724018%2c14.875 3.71875%2c14.875 L0.65625%2c14.875 C0.537759824%2c14.875 0.435221787%2c14.8317062 0.348632812%2c14.7451172 C0.262043838%2c14.6585282 0.21875%2c14.5559902 0.21875%2c14.4375 L0.21875%2c5.6875 C0.21875%2c5.56900982 0.262043838%2c5.46647179 0.348632812%2c5.37988281 C0.435221787%2c5.29329384 0.537759824%2c5.25 0.65625%2c5.25 L3.71875%2c5.25 Z M3.28125%2c14 L3.28125%2c6.125 L1.09375%2c6.125 L1.09375%2c14 L3.28125%2c14 Z M8.53125%2c7.84765625 C8.64974018%2c7.84765625 8.75227821%2c7.89095009 8.83886719%2c7.97753906 C8.92545616%2c8.06412804 8.96875%2c8.16666607 8.96875%2c8.28515625 L8.96875%2c14.4375 C8.96875%2c14.5559902 8.92545616%2c14.6585282 8.83886719%2c14.7451172 C8.75227821%2c14.8317062 8.64974018%2c14.875 8.53125%2c14.875 L5.46875%2c14.875 C5.3411452%2c14.875 5.23632854%2c14.8317062 5.15429688%2c14.7451172 C5.07226521%2c14.6585282 5.03125%2c14.5559902 5.03125%2c14.4375 L5.03125%2c8.28515625 C5.03125%2c8.16666607 5.07226521%2c8.06412804 5.15429688%2c7.97753906 C5.23632854%2c7.89095009 5.3411452%2c7.84765625 5.46875%2c7.84765625 L8.53125%2c7.84765625 Z M8.09375%2c14 L8.09375%2c8.72265625 L5.90625%2c8.72265625 L5.90625%2c14 L8.09375%2c14 Z M13.34375%2c0.875 C13.4622402%2c0.875 13.5647782%2c0.918293838 13.6513672%2c1.00488281 C13.7379562%2c1.09147179 13.78125%2c1.19400982 13.78125%2c1.3125 L13.78125%2c14.4375 C13.78125%2c14.5559902 13.7379562%2c14.6585282 13.6513672%2c14.7451172 C13.5647782%2c14.8317062 13.4622402%2c14.875 13.34375%2c14.875 L10.28125%2c14.875 C10.1627598%2c14.875 10.0602218%2c14.8317062 9.97363281%2c14.7451172 C9.88704384%2c14.6585282 9.84375%2c14.5559902 9.84375%2c14.4375 L9.84375%2c1.3125 C9.84375%2c1.19400982 9.88704384%2c1.09147179 9.97363281%2c1.00488281 C10.0602218%2c0.918293838 10.1627598%2c0.875 10.28125%2c0.875 L13.34375%2c0.875 Z M12.90625%2c14 L12.90625%2c1.75 L10.71875%2c1.75 L10.71875%2c14 L12.90625%2c14 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .filter-icon.trends .filter-icon:hover, .filter-icon.trends .filter-icon.active {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-137.000000%2c -202.000000)' fill='%230087fc'%3e %3cg id='Analytics_selected' transform='translate(137.000000%2c 202.000000)'%3e %3cpath d='M3.71875%2c5.25 C3.83724018%2c5.25 3.93977821%2c5.29329384 4.02636719%2c5.37988281 C4.11295616%2c5.46647179 4.15625%2c5.56900982 4.15625%2c5.6875 L4.15625%2c14.4375 C4.15625%2c14.5559902 4.11295616%2c14.6585282 4.02636719%2c14.7451172 C3.93977821%2c14.8317062 3.83724018%2c14.875 3.71875%2c14.875 L0.65625%2c14.875 C0.537759824%2c14.875 0.435221787%2c14.8317062 0.348632812%2c14.7451172 C0.262043838%2c14.6585282 0.21875%2c14.5559902 0.21875%2c14.4375 L0.21875%2c5.6875 C0.21875%2c5.56900982 0.262043838%2c5.46647179 0.348632812%2c5.37988281 C0.435221787%2c5.29329384 0.537759824%2c5.25 0.65625%2c5.25 L3.71875%2c5.25 Z M3.28125%2c14 L3.28125%2c6.125 L1.09375%2c6.125 L1.09375%2c14 L3.28125%2c14 Z M8.53125%2c7.84765625 C8.64974018%2c7.84765625 8.75227821%2c7.89095009 8.83886719%2c7.97753906 C8.92545616%2c8.06412804 8.96875%2c8.16666607 8.96875%2c8.28515625 L8.96875%2c14.4375 C8.96875%2c14.5559902 8.92545616%2c14.6585282 8.83886719%2c14.7451172 C8.75227821%2c14.8317062 8.64974018%2c14.875 8.53125%2c14.875 L5.46875%2c14.875 C5.3411452%2c14.875 5.23632854%2c14.8317062 5.15429688%2c14.7451172 C5.07226521%2c14.6585282 5.03125%2c14.5559902 5.03125%2c14.4375 L5.03125%2c8.28515625 C5.03125%2c8.16666607 5.07226521%2c8.06412804 5.15429688%2c7.97753906 C5.23632854%2c7.89095009 5.3411452%2c7.84765625 5.46875%2c7.84765625 L8.53125%2c7.84765625 Z M8.09375%2c14 L8.09375%2c8.72265625 L5.90625%2c8.72265625 L5.90625%2c14 L8.09375%2c14 Z M13.34375%2c0.875 C13.4622402%2c0.875 13.5647782%2c0.918293838 13.6513672%2c1.00488281 C13.7379562%2c1.09147179 13.78125%2c1.19400982 13.78125%2c1.3125 L13.78125%2c14.4375 C13.78125%2c14.5559902 13.7379562%2c14.6585282 13.6513672%2c14.7451172 C13.5647782%2c14.8317062 13.4622402%2c14.875 13.34375%2c14.875 L10.28125%2c14.875 C10.1627598%2c14.875 10.0602218%2c14.8317062 9.97363281%2c14.7451172 C9.88704384%2c14.6585282 9.84375%2c14.5559902 9.84375%2c14.4375 L9.84375%2c1.3125 C9.84375%2c1.19400982 9.88704384%2c1.09147179 9.97363281%2c1.00488281 C10.0602218%2c0.918293838 10.1627598%2c0.875 10.28125%2c0.875 L13.34375%2c0.875 Z M12.90625%2c14 L12.90625%2c1.75 L10.71875%2c1.75 L10.71875%2c14 L12.90625%2c14 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .filter-icon.download-export .filter-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-163.000000%2c -168.000000)' stroke='%230087fc'%3e %3cg id='Download_deselected' transform='translate(163.000000%2c 168.000000)'%3e %3cg%3e %3cpath d='M8.52432771%2c13.5 L0.516644066%2c13.5' id='Line-4'/%3e %3cpath d='M4.5%2c0.5 L4.5%2c10.5' id='Line-5'/%3e %3cpolyline id='Line-5' stroke-linejoin='round' points='0.484418791 8 4.50331817 11 8.51469318 8'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .filter-icon.download-export .filter-icon:hover, .filter-icon.download-export .filter-icon.active {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-163.000000%2c -202.000000)' stroke='%230087fc'%3e %3cg id='Download_selected' transform='translate(163.000000%2c 202.000000)'%3e %3cg%3e %3cpath d='M8.52432771%2c13.5 L0.516644066%2c13.5' id='Line-4'/%3e %3cpath d='M4.5%2c0.5 L4.5%2c10.5' id='Line-5'/%3e %3cpolyline id='Line-5' stroke-linejoin='round' points='0.484418791 8 4.50331817 11 8.51469318 8'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.star {
  padding: 7px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-102.000000%2c -136.000000)' fill='%230087fc'%3e %3cg id='Star_Selected' transform='translate(102.000000%2c 136.000000)'%3e %3cpath d='M7%2c0 C7.20035412%2c0 7.3824915%2c0.0517467944 7.54641761%2c0.155241935 C7.71034371%2c0.258737077 7.83328644%2c0.399864698 7.91524949%2c0.578629032 L9.49986055%2c3.97983871 L13.1471981%2c4.53024194 C13.3293382%2c4.55846788 13.4932618%2c4.63373595 13.6389739%2c4.75604839 C13.784686%2c4.87836083 13.889415%2c5.03360121 13.953164%2c5.22177419 C14.0078061%2c5.40053853 14.0146362%2c5.58165231 13.9736547%2c5.76512097 C13.9326732%2c5.94858963 13.8438812%2c6.11088639 13.7072761%2c6.25201613 L11.0434903%2c9.00403226 L11.6582101%2c12.828629 C11.6946381%2c13.016802 11.6741477%2c13.2002679 11.5967381%2c13.3790323 C11.5193286%2c13.5577966 11.403216%2c13.7036285 11.2483969%2c13.8165323 C11.1573268%2c13.8823928 11.0617047%2c13.9294353 10.9615276%2c13.9576613 C10.8613506%2c13.9858872 10.761175%2c14 10.660998%2c14 C10.5790349%2c14 10.4970731%2c13.9905915 10.41511%2c13.9717742 C10.333147%2c13.9529569 10.2511852%2c13.9200271 10.1692221%2c13.8729839 L7%2c12.108871 L3.81711745%2c13.8729839 C3.7442614%2c13.9200271 3.66685301%2c13.9529569 3.58488996%2c13.9717742 C3.50292691%2c13.9905915 3.42096509%2c14 3.33900204%2c14 C3.22971797%2c14 3.1272657%2c13.9858872 3.03164214%2c13.9576613 C2.93601858%2c13.9294353 2.84267317%2c13.8823928 2.75160312%2c13.8165323 C2.59678402%2c13.7036285 2.48067144%2c13.5577966 2.40326189%2c13.3790323 C2.32585234%2c13.2002679 2.30536189%2c13.016802 2.34178991%2c12.828629 L2.95650972%2c9.00403226 L0.292723889%2c6.25201613 C0.156118805%2c6.11088639 0.067326832%2c5.94858963 0.0263453066%2c5.76512097 C-0.0146362187%2c5.58165231 -0.00780606696%2c5.40053853 0.0468359668%2c5.22177419 C0.110585006%2c5.04300986 0.215314%2c4.8901216 0.36102609%2c4.76310484 C0.50673818%2c4.63608807 0.670661823%2c4.55846788 0.852801935%2c4.53024194 L4.50013945%2c3.97983871 L6.08475051%2c0.578629032 C6.16671356%2c0.399864698 6.28965629%2c0.258737077 6.45358239%2c0.155241935 C6.6175085%2c0.0517467944 6.79964588%2c0 7%2c0 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  transition: transform .2s; }
  .star:hover {
    transform: scale(1.2); }

.star-active {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-102.000000%2c -111.000000)' fill='%230087fc'%3e %3cg id='Star_Deselected' transform='translate(101.000000%2c 111.000000)'%3e %3cpath d='M8%2c0.927734375 L6.40039063%2c4.25 L6.11328125%2c4.83789062 L1.84765625%2c5.46679688 L4.9375%2c8.55664062 L4.84179688%2c9.171875 L4.21289063%2c12.8632812 L8%2c10.8398438 L11.7871094%2c12.8632812 L11.1582031%2c9.171875 L11.0625%2c8.55664062 L14.1523438%2c5.46679688 L9.87304688%2c4.83789062 L8%2c0.927734375 Z M8%2c0.09375 C8.20052184%2c0.09375 8.38281168%2c0.143879707 8.546875%2c0.244140625 C8.71093832%2c0.344401543 8.83398396%2c0.481118926 8.91601563%2c0.654296875 L10.5019531%2c3.94921875 L14.1523438%2c4.48242188 C14.3346363%2c4.50976576 14.4986972%2c4.5826817 14.6445313%2c4.70117188 C14.7903653%2c4.81966205 14.895182%2c4.97005117 14.9589844%2c5.15234375 C15.0136721%2c5.3255217 15.020508%2c5.50097567 14.9794922%2c5.67871094 C14.9384764%2c5.8564462 14.8496101%2c6.01367119 14.7128906%2c6.15039062 L12.046875%2c8.81640625 L12.6621094%2c12.5214844 C12.6985679%2c12.703777 12.6780603%2c12.8815096 12.6005859%2c13.0546875 C12.5231116%2c13.2278654 12.4069018%2c13.3691401 12.2519531%2c13.4785156 C12.1608068%2c13.542318 12.0651047%2c13.5878905 11.9648438%2c13.6152344 C11.8645828%2c13.6425783 11.7643234%2c13.65625 11.6640625%2c13.65625 C11.5820308%2c13.65625 11.5000004%2c13.6471355 11.4179688%2c13.6289062 C11.3359371%2c13.610677 11.2539067%2c13.5787763 11.171875%2c13.5332031 L8%2c11.8242188 L4.81445313%2c13.5332031 C4.74153609%2c13.5787763 4.66406291%2c13.610677 4.58203125%2c13.6289062 C4.49999959%2c13.6471355 4.41796916%2c13.65625 4.3359375%2c13.65625 C4.22656195%2c13.65625 4.12402392%2c13.6425783 4.02832031%2c13.6152344 C3.93261671%2c13.5878905 3.83919316%2c13.542318 3.74804688%2c13.4785156 C3.59309818%2c13.3691401 3.47688841%2c13.2278654 3.39941406%2c13.0546875 C3.32193972%2c12.8815096 3.30143211%2c12.703777 3.33789063%2c12.5214844 L3.953125%2c8.81640625 L1.28710938%2c6.15039062 C1.15038994%2c6.01367119 1.06152364%2c5.8564462 1.02050781%2c5.67871094 C0.979491982%2c5.50097567 0.986327852%2c5.3255217 1.04101563%2c5.15234375 C1.10481803%2c4.9791658 1.20963469%2c4.8310553 1.35546875%2c4.70800781 C1.50130281%2c4.58496032 1.66536367%2c4.50976576 1.84765625%2c4.48242188 L5.49804688%2c3.94921875 L7.08398438%2c0.654296875 C7.16601604%2c0.481118926 7.28906168%2c0.344401543 7.453125%2c0.244140625 C7.61718832%2c0.143879707 7.79947816%2c0.09375 8%2c0.09375 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  padding: 7px;
  transition: transform .2s; }
  .star-active:hover {
    transform: scale(1.2); }

.tag-solid {
  height: 15px;
  width: 15px;
  cursor: pointer; }
  .tag-solid.socialmedia-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='360_Author' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Author-Copy' transform='translate(-1174.000000%2c -84.000000)' fill='%230087fc'%3e %3cg id='Group-75' transform='translate(1174.000000%2c 84.000000)'%3e %3cpath d='M11.8125%2c10.5 C12.4140655%2c10.5 12.9290343%2c10.7141906 13.3574219%2c11.1425781 C13.7858094%2c11.5709657 14%2c12.0859345 14%2c12.6875 C14%2c13.2890655 13.7858094%2c13.8040343 13.3574219%2c14.2324219 C12.9290343%2c14.6608094 12.4140655%2c14.875 11.8125%2c14.875 C11.2109345%2c14.875 10.6959657%2c14.6608094 10.2675781%2c14.2324219 C9.83919057%2c13.8040343 9.625%2c13.2890655 9.625%2c12.6875 C9.625%2c12.5963537 9.62955725%2c12.509766 9.63867188%2c12.4277344 C9.6477865%2c12.3457027 9.66601549%2c12.2636723 9.69335938%2c12.1816406 L3.89648438%2c9.22851562 C3.69596254%2c9.48372523 3.44759263%2c9.68652269 3.15136719%2c9.83691406 C2.85514175%2c9.98730544 2.5338559%2c10.0625 2.1875%2c10.0625 C1.58593449%2c10.0625 1.07096568%2c9.84830943 0.642578125%2c9.41992188 C0.214190566%2c8.99153432 0%2c8.47656551 0%2c7.875 C0%2c7.27343449 0.214190566%2c6.75846568 0.642578125%2c6.33007812 C1.07096568%2c5.90169057 1.58593449%2c5.6875 2.1875%2c5.6875 C2.50651201%2c5.6875 2.80501163%2c5.75130145 3.08300781%2c5.87890625 C3.36100399%2c6.00651105 3.60025941%2c6.18424365 3.80078125%2c6.41210938 L9.6796875%2c3.5546875 C9.66145824%2c3.47265584 9.6477865%2c3.39062541 9.63867188%2c3.30859375 C9.62955725%2c3.22656209 9.625%2c3.14453166 9.625%2c3.0625 C9.625%2c2.46093449 9.83919057%2c1.94596568 10.2675781%2c1.51757812 C10.6959657%2c1.08919057 11.2109345%2c0.875 11.8125%2c0.875 C12.4140655%2c0.875 12.9290343%2c1.08919057 13.3574219%2c1.51757812 C13.7858094%2c1.94596568 14%2c2.46093449 14%2c3.0625 C14%2c3.66406551 13.7858094%2c4.17903432 13.3574219%2c4.60742188 C12.9290343%2c5.03580943 12.4140655%2c5.25 11.8125%2c5.25 C11.4479148%2c5.25 11.1129573%2c5.16796957 10.8076172%2c5.00390625 C10.5022771%2c4.83984293 10.24935%2c4.62109512 10.0488281%2c4.34765625 L4.25195312%2c7.1640625 C4.28841164%2c7.27343805 4.31803374%2c7.3873692 4.34082031%2c7.50585938 C4.36360688%2c7.62434955 4.375%2c7.7473952 4.375%2c7.875 C4.375%2c7.97526092 4.36816413%2c8.07324171 4.35449219%2c8.16894531 C4.34082024%2c8.26464892 4.32031264%2c8.35807246 4.29296875%2c8.44921875 L10.0625%2c11.3886719 C10.2539072%2c11.115233 10.5022771%2c10.8987638 10.8076172%2c10.7392578 C11.1129573%2c10.5797518 11.4479148%2c10.5 11.8125%2c10.5 Z M11.8125%2c1.75 C11.4479148%2c1.75 11.1380221%2c1.87760289 10.8828125%2c2.1328125 C10.6276029%2c2.38802211 10.5%2c2.69791484 10.5%2c3.0625 C10.5%2c3.42708516 10.6276029%2c3.73697789 10.8828125%2c3.9921875 C11.1380221%2c4.24739711 11.4479148%2c4.375 11.8125%2c4.375 C12.1770852%2c4.375 12.4869779%2c4.24739711 12.7421875%2c3.9921875 C12.9973971%2c3.73697789 13.125%2c3.42708516 13.125%2c3.0625 C13.125%2c2.69791484 12.9973971%2c2.38802211 12.7421875%2c2.1328125 C12.4869779%2c1.87760289 12.1770852%2c1.75 11.8125%2c1.75 Z M2.1875%2c9.1875 C2.55208516%2c9.1875 2.86197789%2c9.05989711 3.1171875%2c8.8046875 C3.37239711%2c8.54947789 3.5%2c8.23958516 3.5%2c7.875 C3.5%2c7.51041484 3.37239711%2c7.20052211 3.1171875%2c6.9453125 C2.86197789%2c6.69010289 2.55208516%2c6.5625 2.1875%2c6.5625 C1.82291484%2c6.5625 1.51302211%2c6.69010289 1.2578125%2c6.9453125 C1.00260289%2c7.20052211 0.875%2c7.51041484 0.875%2c7.875 C0.875%2c8.23958516 1.00260289%2c8.54947789 1.2578125%2c8.8046875 C1.51302211%2c9.05989711 1.82291484%2c9.1875 2.1875%2c9.1875 Z M11.8125%2c14 C12.1770852%2c14 12.4869779%2c13.8723971 12.7421875%2c13.6171875 C12.9973971%2c13.3619779 13.125%2c13.0520852 13.125%2c12.6875 C13.125%2c12.3229148 12.9973971%2c12.0130221 12.7421875%2c11.7578125 C12.4869779%2c11.5026029 12.1770852%2c11.375 11.8125%2c11.375 C11.4479148%2c11.375 11.1380221%2c11.5026029 10.8828125%2c11.7578125 C10.6276029%2c12.0130221 10.5%2c12.3229148 10.5%2c12.6875 C10.5%2c13.0520852 10.6276029%2c13.3619779 10.8828125%2c13.6171875 C11.1380221%2c13.8723971 11.4479148%2c14 11.8125%2c14 Z' id='share---simple-line-icons'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .tag-solid.downloade-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-163.000000%2c -202.000000)' stroke='%230087fc'%3e %3cg id='Download_selected' transform='translate(163.000000%2c 202.000000)'%3e %3cg%3e %3cpath d='M8.52432771%2c13.5 L0.516644066%2c13.5' id='Line-4'/%3e %3cpath d='M4.5%2c0.5 L4.5%2c10.5' id='Line-5'/%3e %3cpolyline id='Line-5' stroke-linejoin='round' points='0.484418791 8 4.50331817 11 8.51469318 8'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.tab-item .share-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e %3c!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='360_Gene' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Gene-Copy-2' transform='translate(-956.000000%2c -198.000000)' fill='%230087fc' fill-rule='nonzero' stroke='%230087fc' stroke-width='0.6'%3e %3cg id='Bitmap' transform='translate(20.000000%2c 121.000000)'%3e %3cg id='Group-3' transform='translate(20.000000%2c 78.000000)'%3e %3cg id='noun_1017201_cc' transform='translate(922.000000%2c 5.000000) scale(-1%2c 1) translate(-922.000000%2c -5.000000) translate(917.000000%2c 0.000000)'%3e %3cpath d='M5.25788123%2c0.504093353 C5.11876833%2c0.504093353 5.0058651%2c0.391190127 5.0058651%2c0.252016129 C5.0058651%2c0.112842131 5.11876833%2c0 5.25788123%2c0 L8.90982405%2c0 C9.50977517%2c0 10%2c0.490163734 10%2c1.09017595 L10%2c8.90994624 C10%2c9.5094697 9.50910313%2c10 8.90982405%2c10 L1.09005376%2c10 C0.490774682%2c9.99993891 0%2c9.50916422 0%2c8.90988514 L0%2c5.72238514 C0%2c5.58321114 0.112842131%2c5.47030792 0.252016129%2c5.47030792 C0.391190127%2c5.47030792 0.504032258%2c5.58321114 0.504032258%2c5.72238514 L0.504032258%2c8.90988514 C0.504032258%2c9.2311217 0.768756109%2c9.49584555 1.08993157%2c9.49584555 L8.90970186%2c9.49584555 C9.23240469%2c9.49584555 9.49578446%2c9.23252688 9.49578446%2c8.90988514 L9.49578446%2c1.09011486 C9.49578446%2c0.768267351 9.23161046%2c0.504093353 8.90970186%2c0.504093353 L5.25788123%2c0.504093353 Z M2.64205021%2c0.000360313403 L0.350525217%2c0.12815316 C0.228218883%2c0.134854773 0.132546097%2c0.232894764 0.126133248%2c0.352541683 L0.000360508883%2c2.64212499 C-0.00680339539%2c2.77321087 0.0936645847%2c2.88540514 0.224752478%2c2.89256893 C0.355840372%2c2.89973272 0.468036356%2c2.79926629 0.47520026%2c2.66818041 L0.571855195%2c0.908891189 L3.34324623%2c3.68023966 C3.43626143%2c3.77325345 3.58722338%2c3.77325345 3.68023859%2c3.68023966 C3.7732538%2c3.58722588 3.7732538%2c3.43626625 3.68023859%2c3.34325247 L0.910176351%2c0.573232765 L2.6681638%2c0.475192774 C2.79925169%2c0.468028979 2.8996619%2c0.355834718 2.89255576%2c0.224748837 C2.88539186%2c0.093720729 2.7731381%2c-0.00680348086 2.64205021%2c0.000360313403 Z' id='Shape'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px; }

.graph-toggle .btn {
  margin-right: -12px;
  background-color: transparent;
  border: solid 1px #EAEAEA; }

.icon-graph {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 13'%3e %3c!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='360_Gene' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Gene-Copy-4' transform='translate(-897.000000%2c -215.000000)' fill='%234A4A4A'%3e %3cg id='Group-7' transform='translate(33.000000%2c 200.000000)'%3e %3cg id='Group-4' transform='translate(849.000000%2c 5.000000)'%3e %3cg id='Group-4-%5b-1h%5d'%3e %3cg id='Group-3'%3e %3cpath d='M25.5%2c12.375 C25.5%2c13.0312533 25.2083363%2c13.5325504 24.625%2c13.8789062 L24.625%2c16.421875 L21.125%2c18.171875 L21.125%2c19.6210938 C21.7083363%2c19.9674496 22%2c20.4687467 22%2c21.125 C22%2c21.5989607 21.8268246%2c22.0091129 21.4804688%2c22.3554688 C21.1341129%2c22.7018246 20.7239607%2c22.875 20.25%2c22.875 C19.7760393%2c22.875 19.3658871%2c22.7018246 19.0195312%2c22.3554688 C18.6731754%2c22.0091129 18.5%2c21.5989607 18.5%2c21.125 C18.5%2c20.4687467 18.7916638%2c19.9674496 19.375%2c19.6210938 L19.375%2c18.171875 L15.875%2c16.421875 L15.875%2c13.8789062 C15.2916637%2c13.5325504 15%2c13.0312533 15%2c12.375 C15%2c11.9010393 15.1731754%2c11.4908871 15.5195312%2c11.1445312 C15.8658871%2c10.7981754 16.2760393%2c10.625 16.75%2c10.625 C17.2239607%2c10.625 17.6341129%2c10.7981754 17.9804688%2c11.1445312 C18.3268246%2c11.4908871 18.5%2c11.9010393 18.5%2c12.375 C18.5%2c13.0312533 18.2083362%2c13.5325504 17.625%2c13.8789062 L17.625%2c15.328125 L20.25%2c16.640625 L22.875%2c15.328125 L22.875%2c13.8789062 C22.2916637%2c13.5325504 22%2c13.0312533 22%2c12.375 C22%2c11.9010393 22.1731754%2c11.4908871 22.5195312%2c11.1445312 C22.8658871%2c10.7981754 23.2760393%2c10.625 23.75%2c10.625 C24.2239607%2c10.625 24.6341129%2c10.7981754 24.9804688%2c11.1445312 C25.3268246%2c11.4908871 25.5%2c11.9010393 25.5%2c12.375 Z M17.3789062%2c11.7460938 C17.2148429%2c11.5820304 17.0052096%2c11.5 16.75%2c11.5 C16.4947904%2c11.5 16.2851571%2c11.5820304 16.1210938%2c11.7460938 C15.9570304%2c11.9101571 15.875%2c12.1197904 15.875%2c12.375 C15.875%2c12.6302096 15.9570304%2c12.8398429 16.1210938%2c13.0039062 C16.2851571%2c13.1679696 16.4947904%2c13.25 16.75%2c13.25 C17.0052096%2c13.25 17.2148429%2c13.1679696 17.3789062%2c13.0039062 C17.5429696%2c12.8398429 17.625%2c12.6302096 17.625%2c12.375 C17.625%2c12.1197904 17.5429696%2c11.9101571 17.3789062%2c11.7460938 Z M19.6210938%2c21.7539062 C19.7851571%2c21.9179696 19.9947904%2c22 20.25%2c22 C20.5052096%2c22 20.7148429%2c21.9179696 20.8789062%2c21.7539062 C21.0429696%2c21.5898429 21.125%2c21.3802096 21.125%2c21.125 C21.125%2c20.8697904 21.0429696%2c20.6601571 20.8789062%2c20.4960938 C20.7148429%2c20.3320304 20.5052096%2c20.25 20.25%2c20.25 C19.9947904%2c20.25 19.7851571%2c20.3320304 19.6210938%2c20.4960938 C19.4570304%2c20.6601571 19.375%2c20.8697904 19.375%2c21.125 C19.375%2c21.3802096 19.4570304%2c21.5898429 19.6210938%2c21.7539062 Z M23.1210938%2c13.0039062 C23.2851571%2c13.1679696 23.4947904%2c13.25 23.75%2c13.25 C24.0052096%2c13.25 24.2148429%2c13.1679696 24.3789062%2c13.0039062 C24.5429696%2c12.8398429 24.625%2c12.6302096 24.625%2c12.375 C24.625%2c12.1197904 24.5429696%2c11.9101571 24.3789062%2c11.7460938 C24.2148429%2c11.5820304 24.0052096%2c11.5 23.75%2c11.5 C23.4947904%2c11.5 23.2851571%2c11.5820304 23.1210938%2c11.7460938 C22.9570304%2c11.9101571 22.875%2c12.1197904 22.875%2c12.375 C22.875%2c12.6302096 22.9570304%2c12.8398429 23.1210938%2c13.0039062 Z' id='ion-network---Ionicons'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  padding: 7px; }

.icon-table {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 475.082 475.081'%3e %3cg%3e %3cpath d='M461.667%2c49.963c-8.949-8.947-19.698-13.418-32.265-13.418H45.682c-12.562%2c0-23.317%2c4.471-32.264%2c13.418 C4.473%2c58.912%2c0%2c69.663%2c0%2c82.228V392.86c0%2c12.566%2c4.473%2c23.309%2c13.418%2c32.261c8.947%2c8.949%2c19.701%2c13.415%2c32.264%2c13.415h383.72 c12.566%2c0%2c23.315-4.466%2c32.265-13.415c8.945-8.952%2c13.415-19.701%2c13.415-32.261V82.228 C475.082%2c69.663%2c470.612%2c58.909%2c461.667%2c49.963z M146.183%2c392.85c0%2c2.673-0.859%2c4.856-2.574%2c6.571 c-1.712%2c1.711-3.899%2c2.562-6.567%2c2.562h-91.36c-2.662%2c0-4.853-0.852-6.567-2.562c-1.713-1.715-2.568-3.898-2.568-6.571V338.03 c0-2.669%2c0.855-4.853%2c2.568-6.56c1.714-1.719%2c3.905-2.574%2c6.567-2.574h91.363c2.667%2c0%2c4.858%2c0.855%2c6.567%2c2.574 c1.711%2c1.707%2c2.57%2c3.891%2c2.57%2c6.56V392.85z M146.183%2c283.221c0%2c2.663-0.859%2c4.854-2.574%2c6.564 c-1.712%2c1.714-3.899%2c2.569-6.567%2c2.569h-91.36c-2.662%2c0-4.853-0.855-6.567-2.569c-1.713-1.711-2.568-3.901-2.568-6.564v-54.819 c0-2.664%2c0.855-4.854%2c2.568-6.567c1.714-1.709%2c3.905-2.565%2c6.567-2.565h91.363c2.667%2c0%2c4.854%2c0.855%2c6.567%2c2.565 c1.711%2c1.713%2c2.57%2c3.903%2c2.57%2c6.567V283.221z M146.183%2c173.587c0%2c2.666-0.859%2c4.853-2.574%2c6.567 c-1.712%2c1.709-3.899%2c2.568-6.567%2c2.568h-91.36c-2.662%2c0-4.853-0.859-6.567-2.568c-1.713-1.715-2.568-3.901-2.568-6.567V118.77 c0-2.666%2c0.855-4.856%2c2.568-6.567c1.714-1.713%2c3.905-2.568%2c6.567-2.568h91.363c2.667%2c0%2c4.854%2c0.855%2c6.567%2c2.568 c1.711%2c1.711%2c2.57%2c3.901%2c2.57%2c6.567V173.587z M292.362%2c392.85c0%2c2.673-0.855%2c4.856-2.563%2c6.571c-1.711%2c1.711-3.9%2c2.562-6.57%2c2.562 H191.86c-2.663%2c0-4.853-0.852-6.567-2.562c-1.713-1.715-2.568-3.898-2.568-6.571V338.03c0-2.669%2c0.855-4.853%2c2.568-6.56 c1.714-1.719%2c3.904-2.574%2c6.567-2.574h91.365c2.669%2c0%2c4.859%2c0.855%2c6.57%2c2.574c1.704%2c1.707%2c2.56%2c3.891%2c2.56%2c6.56v54.819H292.362z M292.362%2c283.221c0%2c2.663-0.855%2c4.854-2.563%2c6.564c-1.711%2c1.714-3.9%2c2.569-6.57%2c2.569H191.86c-2.663%2c0-4.853-0.855-6.567-2.569 c-1.713-1.711-2.568-3.901-2.568-6.564v-54.819c0-2.664%2c0.855-4.854%2c2.568-6.567c1.714-1.709%2c3.904-2.565%2c6.567-2.565h91.365 c2.669%2c0%2c4.859%2c0.855%2c6.57%2c2.565c1.704%2c1.713%2c2.56%2c3.903%2c2.56%2c6.567v54.819H292.362z M292.362%2c173.587 c0%2c2.666-0.855%2c4.853-2.563%2c6.567c-1.711%2c1.709-3.9%2c2.568-6.57%2c2.568H191.86c-2.663%2c0-4.853-0.859-6.567-2.568 c-1.713-1.715-2.568-3.901-2.568-6.567V118.77c0-2.666%2c0.855-4.856%2c2.568-6.567c1.714-1.713%2c3.904-2.568%2c6.567-2.568h91.365 c2.669%2c0%2c4.859%2c0.855%2c6.57%2c2.568c1.704%2c1.711%2c2.56%2c3.901%2c2.56%2c6.567v54.817H292.362z M438.536%2c392.85 c0%2c2.673-0.855%2c4.856-2.562%2c6.571c-1.718%2c1.711-3.908%2c2.562-6.571%2c2.562h-91.354c-2.673%2c0-4.862-0.852-6.57-2.562 c-1.711-1.715-2.56-3.898-2.56-6.571V338.03c0-2.669%2c0.849-4.853%2c2.56-6.56c1.708-1.719%2c3.897-2.574%2c6.57-2.574h91.354 c2.663%2c0%2c4.854%2c0.855%2c6.571%2c2.574c1.707%2c1.707%2c2.562%2c3.891%2c2.562%2c6.56V392.85z M438.536%2c283.221c0%2c2.663-0.855%2c4.854-2.562%2c6.564 c-1.718%2c1.714-3.908%2c2.569-6.571%2c2.569h-91.354c-2.673%2c0-4.862-0.855-6.57-2.569c-1.711-1.711-2.56-3.901-2.56-6.564v-54.819 c0-2.664%2c0.849-4.854%2c2.56-6.567c1.708-1.709%2c3.897-2.565%2c6.57-2.565h91.354c2.663%2c0%2c4.854%2c0.855%2c6.571%2c2.565 c1.707%2c1.713%2c2.562%2c3.903%2c2.562%2c6.567V283.221z M438.536%2c173.587c0%2c2.666-0.855%2c4.853-2.562%2c6.567 c-1.718%2c1.709-3.908%2c2.568-6.571%2c2.568h-91.354c-2.673%2c0-4.862-0.859-6.57-2.568c-1.711-1.715-2.56-3.901-2.56-6.567V118.77 c0-2.666%2c0.849-4.856%2c2.56-6.567c1.708-1.713%2c3.897-2.568%2c6.57-2.568h91.354c2.663%2c0%2c4.854%2c0.855%2c6.571%2c2.568 c1.707%2c1.711%2c2.562%2c3.901%2c2.562%2c6.567V173.587z'/%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 %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") center no-repeat;
  height: 15px;
  width: 15px;
  padding: 7px; }

.open-tab {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 475.082 475.081'%3e %3cg%3e %3cg%3e %3cpath d='M469.658%2c133.333L360.029%2c23.697c-3.621-3.617-7.909-5.424-12.854-5.424c-2.275%2c0-4.661%2c0.476-7.132%2c1.425 c-7.426%2c3.237-11.139%2c8.852-11.139%2c16.846v54.821h-45.683c-20.174%2c0-38.879%2c1.047-56.101%2c3.14 c-17.224%2c2.092-32.404%2c4.993-45.537%2c8.708c-13.134%2c3.708-24.983%2c8.326-35.547%2c13.846c-10.562%2c5.518-19.555%2c11.372-26.98%2c17.559 c-7.426%2c6.186-13.943%2c13.23-19.558%2c21.129c-5.618%2c7.898-10.088%2c15.653-13.422%2c23.267c-3.328%2c7.616-5.992%2c15.99-7.992%2c25.125 c-2.002%2c9.137-3.333%2c17.701-3.999%2c25.693c-0.666%2c7.994-0.999%2c16.657-0.999%2c25.979c0%2c10.663%2c1.668%2c22.271%2c4.998%2c34.838 c3.331%2c12.559%2c6.995%2c23.407%2c10.992%2c32.545c3.996%2c9.13%2c8.709%2c18.603%2c14.134%2c28.403c5.424%2c9.802%2c9.182%2c16.317%2c11.276%2c19.555 c2.093%2c3.23%2c4.095%2c6.187%2c5.997%2c8.85c1.903%2c2.474%2c4.377%2c3.71%2c7.421%2c3.71c0.765%2c0%2c1.902-0.186%2c3.427-0.568 c4.377-2.095%2c6.279-5.325%2c5.708-9.705c-8.564-63.954-1.52-108.973%2c21.128-135.047c21.892-24.934%2c63.575-37.403%2c125.051-37.403 h45.686v54.816c0%2c8.001%2c3.71%2c13.613%2c11.136%2c16.851c2.471%2c0.951%2c4.853%2c1.424%2c7.132%2c1.424c5.14%2c0%2c9.425-1.807%2c12.854-5.421 l109.633-109.637c3.613-3.619%2c5.424-7.898%2c5.424-12.847C475.082%2c141.23%2c473.271%2c136.944%2c469.658%2c133.333z' fill='%23006DF0'/%3e %3cpath d='M395.996%2c292.356c-3.625-1.529-6.951-0.763-9.993%2c2.283c-4.948%2c4.568-10.092%2c8.093-15.42%2c10.564 c-3.433%2c1.902-5.141%2c4.66-5.141%2c8.277v61.104c0%2c12.562-4.466%2c23.308-13.415%2c32.26c-8.945%2c8.946-19.704%2c13.419-32.264%2c13.419 H82.222c-12.564%2c0-23.318-4.473-32.264-13.419c-8.947-8.952-13.418-19.697-13.418-32.26V137.039 c0-12.563%2c4.471-23.313%2c13.418-32.259c8.945-8.947%2c19.699-13.418%2c32.264-13.418h31.977c1.141%2c0%2c2.666-0.383%2c4.568-1.143 c10.66-6.473%2c23.313-12.185%2c37.972-17.133c4.949-0.95%2c7.423-3.994%2c7.423-9.136c0-2.474-0.903-4.611-2.712-6.423 c-1.809-1.804-3.946-2.708-6.423-2.708H82.226c-22.65%2c0-42.018%2c8.042-58.102%2c24.125C8.042%2c95.026%2c0%2c114.394%2c0%2c137.044v237.537 c0%2c22.651%2c8.042%2c42.018%2c24.125%2c58.102c16.084%2c16.084%2c35.452%2c24.126%2c58.102%2c24.126h237.541c22.647%2c0%2c42.017-8.042%2c58.101-24.126 c16.085-16.084%2c24.127-35.45%2c24.127-58.102v-73.946C401.995%2c296.829%2c399.996%2c294.071%2c395.996%2c292.356z' fill='%23006DF0'/%3e %3c/g%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 %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") center no-repeat;
  height: 12px;
  width: 12px;
  margin-left: 5px; }

.info-png-icon {
  width: 16px;
  height: 16px;
  padding: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAQAAABpN6lAAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfjCBwJIyD8rQxMAAALD0lEQVR42u2deXBV1R3HP7/7tiwkZiMboYQkJAYpKqK2WhbHNBgCqFNti9Ox2n86o3R0/KPVzrTF9g87Mmqd6nSbTmudYmfoFEQwxAYBI61KERENSxIsNgt5gQQS8pK3nv4hBXxL3n0v9+a+pPn+9+49755zPvee5XeW34EZzWhGM5rRjP5vJdZF3SDisjsh4FPeJjXtATQ6JVvlqVxyyJVs5cKBExdOwIcXH37GGGaQcwww6Dy/zT9NANTbHYWhEilhDiUUMZtCZpNHOk5cVwTz4sPDIP24ceOmD7fq1Xro3emdogDulkB6oEzKKGEBC1nIfDIS+LuPHtpo4yM+pdveZRvdalIhMQHAveJxhfKlRBaoFXyFWrQJPCzIMVqlVZ1UpzV3xugWwzEYDKBe7JkyW1WzjDpuwG7QY0O0sYcWORrq819oCaUogAaRdJUnN7GeOnKMTORFDdOqNqv9Wn9wtNkwCAYBWEm6kxxZzgOsYJYJmf+fRtU78pJqlgGPb68hDzTqI7VxpzzGEpwmZh4gXW7jVjnIs2wlaMQDDfkC7liqbTT5zYfrAnvVxqaDKQBgbX7wCdYzG/uk9ioVAfrZ7Hpq64CFANbYWBR6kWvInlBTl6xCDHEs9D0O7ZpAYbAl/9f6LFmvNrGYTIssCiGNQlkh2sJj6717JxfAWnvVAnlcvkONYdVosukvoFaVdndWDHUm1TQmBWC1Sy3hB7KOuVZakxcl5FDBF2yfXn3mRBJFIQkAjRncwqM0kGt13i8pk3JKlbuyryNhGzJhAGuyWMnDrJrURi++XJRTJINVpzsStB4TBNCYTZ16iDrSrc5xhByUUyQDNd0nEkKQEIBVGXIbD3G76f295GRjHvmqv7IrkYKQAIAGp9wiD1OHw+qcxpTGF8ihu7q7XXd1qBvAWru6Xh5hFWlW5zJOfuZKDp0VfXobRZ0ANtK1gMdZnWJVXzQ5KCNXDnfo7CLrBHBVdvAJWZdCDd94clEsGRX7O32GAWiwhR6QB5ljdc50K5MC2/mqwx06BtD0GTGLeZhyq3OVkCrUo1ynJ6COruza/OCOSRjqMFo+/hVc0zwYL5iOIlD1M+rJNCWRQdrZzSHOkkOawXaFjSwtrb0lXrC4kd6xVHuVYhPs/TE+UE/LAXwo7FKkvsU3KDM0hhA92rodhyYAYCXYMl6l3oSuzwj75IehjqaRz36uswcK5Ovquyw0NBYfuzLvJrRlnCDjFoFap+NuecTwjxNCHOHH9oOXp72Oh9ovVH9CPgsM7WlozPEf9Xe2j9MpGgdAo0aBPE+FCTZ/v3pNXt4R1mNvH6kKSDWVBsYjuJgT3D7fc3IcRrGVLvUsMTzzAH0ceH0s8nLwQ9oxevLrRludcxzbNSaAlRLMV982qfG7QHe0y2cHOYuu/lsCcvGAyq+P+RXHBJCWKTfzZVOyT6y6t8KcAbZbuckWsxmPAaBBtEJZb9qwR1b0Bm8kl3wTvrkM+aYU3hsDbgwAWho13G5S9qGImxqiwFXXUm3KMGsd1R5X9FuxikABK8k2DUABy+VLd4UNqK8qooHFpsSXo1aECqLfitoMrpVQDRsoNQ2AcBVzQx9VDXdcrPLW2KuK5T5ZzzyTYnTxVmVvZ5QbUac1VAZV+myppJXBSvVbNq3+h/KKwq5KuV/uMQ+5XK8q5WM8OgGE5rDM9BkfFzfIZk5xCC9l6lqyTJ1kscsyDtKuEwBlLDM5+59JY77Mn5SYkOXy12gAolSCdU5VRu3kJGvypGpVWUOUJjYKAFexXG3JdLe5slGjFeoCECqefu8fQGopibwapQ6QYq42PPaf8z56pqzu4WsJLahMQKqWYh0AGp2q1ITW+DBviid+MHUdAXOyD8yjtM7REmaERwCQbFVsvA2gfGp012j8cKv9hpvDl5VBkSubs5+/GFEHqDyKTEuC1SpSEVM7EV+AymW28TFLluQ1XppVlEC6Z4t5n3psFZIXFwC5FOp6WGK6i2vVpdKnTo68Ro8lAOJ/AeSYBOBK7Qu9ZwmA2ZFrmCP7AdlTZAo0GeWSFR+Ay6x2OAWUEbm6IQzARsQ55WYB9csVmbcwAL2acqTwEpiJyoljUZjRHQ7AgTMFFj+aJcFZGvZ6w+sAFy7dj5uKcklY/qaf2ZugwgF4ddlsU1deFZa/MAAlfnwmmiNWS+HrCbMGwwGExM8kbVq1QD78H4W93oh+gPJN40LgjZx6jawEx9AxcDFF5SFiUj5yPGCYuCurpqwGZTguAAbptzqdpsmtIl5uBAA5h9vqdFoLYHA6A9B0ABiQaQyA+ADs51UvOsZvp6A8qs87FBfANj+9nLI6rWZI/ZuelohOXjRjqJejVifWFB2lN/JiFADq9DQFcEyd1gXAcZqjxuzNTykF5Xi06j0KgO1+ujlmdXoNVxtdTVEWYUYfEOmm1er0Gq5WuqJdjgog1MW+aWYUB+Rte9TluVEBqFE6OWx1mg3V+6rDFrV3ExVAs5JedludZkO1m97ovqhiDIrKGfap81an2jCd4y05E/1WDADpXo5Po2+gRY5nxBjnigFgi1JuXpkmY0Me9ZdQfywvZDHnBYIjvMc/rU67IdqvDoyOxLoZE8AbSs7ykuH7NyZfXv6gndkbc6h/nJkhp8f2Bgb4arJYB9RuNY55P86S6G1q9SDP8UVD/AR9zACXN699wIUY4T7l7Ss2ztlYPKFdC4oL6hkGx/NYOu6acI+Pv2Xcz6qJT5irp2jRLr0HFRgbix7Ot8W23X4Jt5rFqyydQLR+tXvWdsZ1pTAugL0QbNgoSwzYOjuqhnfqaFNafFfWOqvVhKzSEG7bT7fE8SQRN2NNB9nMULxQKanz6uV4O4d1TY+7nuLoFGwNfLRpT8cPpmNfyNaBxg3qTyycSFWoVXJ941jCf8tUyW7bV5xgw85zhgAADssv1fepSB6AepJAEtPukvSKtZP8giP6otClVVnak3LflFlF7OaVwI/eGNYTVKcXmU5f1UmZR/mUWEE0xOts2nVaX2DdjpQqh7RTFFGe8qsIPTTLc9LWrrPA6QbQGao5Qy+FlFvsQnF8efk7L9gO7NA9oJeAL7ETwRo3gxRRnrJrywLsUb/WWnck0N4k5E3uRKCmjwFymZuSX4GPvfyGPa9fSORPCfoTPOGt6aaPHOam3ILaUXbzK7WnKcFea8IeJU/4qrvp4irKUsqv3LBq5gV5q0lX0zchANDur+1R7eRSYpJ7pcTlpolng+/uSryvmZxX2ePBin75UNIpIMfypdWKU2xhk9a2K6ldSEn6Fe4MdQzM36+dpZIcSytEH8d50fH80t7fJbm+dULv7w4b12gvsshC19pHZQOHd1rjWhs6VEdfxTYtjfmkoU2yc3U/p9XvtYd2fqK3zxddhiS6cZH6CfUm+hyJ1DB7tI3xhzsmCQDcq43cyWPcOCnGkpcD6plZ2+MNdumTcceg7Ai02lbIgyYftODhXf5oaw4MYNApIwaW25WSni453MB6Gkw6ZOVN+bN6hwGnZ5thexoMrrgaREtnNlXqFr7KzYaZzn6O8Kbs4Th92shrhm7oMOOgJUZdKk+VUC3LWaZqJ9TSBGmjVbXKSemVM+ljKX/Q0mWtEi1dm0OZKp3IUVtyRP1HdaluNdo8dY7a+ryuOGytmEIKLx229vkNemP4GGUA96Xj1tyqV+tx9GwzeUB+0jovdQ5HNnmSSy45ZOPCgQvnxeP2fHjx45UhBtU5BmTQO9QyXY7bi611opw+Jzh94ts+fXeqzWhGM5rRjGaUuvovLadfX0civ7cAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDgtMjhUMDc6MzU6MzIrMDI6MDDLPXpeAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTA4LTI4VDA3OjM1OjMyKzAyOjAwumDC4gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative; }

.info-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612'%3e%3cg%3e%3cg%3e %3cpath d='M612%2c306C612%2c137.004%2c474.995%2c0%2c306%2c0C137.004%2c0%2c0%2c137.004%2c0%2c306c0%2c168.995%2c137.004%2c306%2c306%2c306 C474.995%2c612%2c612%2c474.995%2c612%2c306z M312.954%2c139.091c19.195%2c0%2c34.773%2c15.578%2c34.773%2c34.773c0%2c19.194-15.578%2c34.772-34.773%2c34.772 c-19.194%2c0-34.772-15.578-34.772-34.772C278.182%2c154.669%2c293.76%2c139.091%2c312.954%2c139.091z M236.455%2c459h41.727V264.273h-41.727 v-27.818h111.273V459h41.727v27.818h-153V459z' data-original='black' class='active-path' data-old_color='%234a4a4a' fill='%234a4a4a'/%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  padding: 9px;
  cursor: pointer; }

.info-icon-white {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612'%3e%3cg%3e%3cg%3e %3cpath d='M612%2c306C612%2c137.004%2c474.995%2c0%2c306%2c0C137.004%2c0%2c0%2c137.004%2c0%2c306c0%2c168.995%2c137.004%2c306%2c306%2c306 C474.995%2c612%2c612%2c474.995%2c612%2c306z M312.954%2c139.091c19.195%2c0%2c34.773%2c15.578%2c34.773%2c34.773c0%2c19.194-15.578%2c34.772-34.773%2c34.772 c-19.194%2c0-34.772-15.578-34.772-34.772C278.182%2c154.669%2c293.76%2c139.091%2c312.954%2c139.091z M236.455%2c459h41.727V264.273h-41.727 v-27.818h111.273V459h41.727v27.818h-153V459z' data-original='black' class='active-path' data-old_color='%234a4a4a' fill='white'/%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  padding: 9px;
  cursor: pointer; }

.notification-icon-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 60px; }
  .notification-icon-wrap .notification-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 25'%3e %3cpath fill='%23242425' fill-rule='nonzero' d='M20.234 17.188c.407.5.727.945.961 1.335.235.391.258.782.07 1.172-.187.39-.492.617-.913.68-.422.063-.75.094-.985.094h-4.383c0 1.11-.39 2.054-1.171 2.836-.782.78-1.727 1.172-2.836 1.172-1.11 0-2.055-.391-2.836-1.172-.782-.782-1.172-1.727-1.172-2.836h-4.29c-.359 0-.73-.043-1.113-.13-.382-.085-.66-.3-.832-.644-.187-.39-.172-.793.047-1.207.219-.414.516-.87.89-1.37.423-.548.884-1.169 1.384-1.864.5-.695.75-1.418.75-2.168V8.187a8.06 8.06 0 0 1 .55-2.988 7.77 7.77 0 0 1 1.512-2.437 7.004 7.004 0 0 1 2.274-1.64 6.706 6.706 0 0 1 2.812-.599c1.016 0 1.961.2 2.836.598a7.136 7.136 0 0 1 2.285 1.64A7.66 7.66 0 0 1 17.598 5.2c.367.93.55 1.926.55 2.989v4.898c0 .766.239 1.508.715 2.226.477.72.934 1.344 1.371 1.876zm-9.257 5.718c.671 0 1.246-.238 1.722-.715.477-.476.715-1.05.715-1.722H8.54c0 .672.238 1.246.715 1.722.476.477 1.05.715 1.723.715zm8.554-4.031a7.846 7.846 0 0 0-.258-.34 23.053 23.053 0 0 1-1.887-2.578 5.22 5.22 0 0 1-.831-2.871V8.187c0-.843-.145-1.632-.434-2.367a6.16 6.16 0 0 0-1.183-1.922c-.5-.546-1.09-.98-1.77-1.3a5.13 5.13 0 0 0-2.215-.48c-.781 0-1.512.16-2.191.48-.68.32-1.27.754-1.77 1.3-.5.547-.89 1.188-1.172 1.922a6.562 6.562 0 0 0-.422 2.367v4.899c0 1.016-.293 1.95-.878 2.8a74.57 74.57 0 0 1-1.56 2.192c-.093.125-.19.258-.292.399-.102.14-.191.273-.27.398h17.133z'/%3e %3c/svg%3e") center no-repeat;
    height: 12px;
    width: 12px;
    padding: 12px; }
  .notification-icon-wrap .badge-count {
    position: absolute;
    content: '';
    top: 10px;
    left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 5px;
    border-radius: 20px;
    z-index: 5;
    background-color: #f3c525;
    color: #ffffff; }

[disabled]:hover {
  cursor: not-allowed;
  pointer-events: all; }

.profile-img {
  margin: 0 auto;
  text-align: center;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e %3cg fill='none' fill-rule='evenodd' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.071' transform='translate(1 1)'%3e %3ccircle cx='10' cy='7.101' r='4.007'/%3e %3cpath d='M2.325 16.28a8.36 8.36 0 0 1 15.35 0'/%3e %3ccircle cx='10' cy='10' r='9.917'/%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .profile-img .user-face {
    display: none; }

.network-profile-img {
  margin: 10px 20px;
  text-align: center;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e %3cg fill='none' fill-rule='evenodd' stroke='%239b9b9b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.071' transform='translate(1 1)'%3e %3ccircle cx='10' cy='7.101' r='4.007'/%3e %3cpath d='M2.325 16.28a8.36 8.36 0 0 1 15.35 0'/%3e %3ccircle cx='10' cy='10' r='9.917'/%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .network-profile-img .user-face {
    display: none; }

.user-img {
  border-radius: 50%;
  background-color: #ffffff;
  height: 22px;
  width: 22px;
  padding: 11px;
  overflow: hidden;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e %3cg fill='none' fill-rule='evenodd' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.071' transform='translate(1 1)'%3e %3ccircle cx='10' cy='7.101' r='4.007'/%3e %3cpath d='M2.325 16.28a8.36 8.36 0 0 1 15.35 0'/%3e %3ccircle cx='10' cy='10' r='9.917'/%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .user-img .user-face {
    display: none; }

.trial-activity {
  text-align: center; }
  .trial-activity .analytics {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 11'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='360_Intervention' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Intervention-Copy-6' transform='translate(-951.000000%2c -295.000000)' fill='%230087fc'%3e %3cpath d='M967.59375%2c295.0625 C967.980471%2c295.0625 968.311522%2c295.200194 968.586914%2c295.475586 C968.862306%2c295.750978 969%2c296.082029 969%2c296.46875 C969%2c296.855471 968.862306%2c297.186522 968.586914%2c297.461914 C968.311522%2c297.737306 967.980471%2c297.875 967.59375%2c297.875 C967.488281%2c297.875 967.388672%2c297.863281 967.294922%2c297.839844 C967.201171%2c297.816406 967.113282%2c297.78711 967.03125%2c297.751953 L963.375%2c300.898438 C963.375%2c300.910156 963.375%2c300.921875 963.375%2c300.933594 C963.375%2c300.945313 963.375%2c300.957031 963.375%2c300.96875 C963.375%2c301.355471 963.237306%2c301.686522 962.961914%2c301.961914 C962.686522%2c302.237306 962.355471%2c302.375 961.96875%2c302.375 C961.582029%2c302.375 961.250978%2c302.240236 960.975586%2c301.970703 C960.700194%2c301.701171 960.5625%2c301.373049 960.5625%2c300.986328 L957.943359%2c299.667969 C957.814452%2c299.808594 957.659181%2c299.919921 957.477539%2c300.001953 C957.295898%2c300.083985 957.10547%2c300.125 956.90625%2c300.125 C956.835937%2c300.125 956.765625%2c300.119141 956.695312%2c300.107422 C956.625%2c300.095703 956.554688%2c300.078125 956.484375%2c300.054688 L953.707031%2c303.253906 C953.742188%2c303.335938 953.768555%2c303.420898 953.786133%2c303.508789 C953.803711%2c303.59668 953.8125%2c303.6875 953.8125%2c303.78125 C953.8125%2c304.167971 953.674806%2c304.499022 953.399414%2c304.774414 C953.124022%2c305.049806 952.792971%2c305.1875 952.40625%2c305.1875 C952.019529%2c305.1875 951.688478%2c305.049806 951.413086%2c304.774414 C951.137694%2c304.499022 951%2c304.167971 951%2c303.78125 C951%2c303.394529 951.137694%2c303.063478 951.413086%2c302.788086 C951.688478%2c302.512694 952.019529%2c302.375 952.40625%2c302.375 C952.488282%2c302.375 952.570312%2c302.383789 952.652344%2c302.401367 C952.734375%2c302.418945 952.816406%2c302.439453 952.898438%2c302.462891 L955.640625%2c299.316406 C955.59375%2c299.222656 955.558594%2c299.125977 955.535156%2c299.026367 C955.511719%2c298.926757 955.5%2c298.824219 955.5%2c298.71875 C955.5%2c298.332029 955.637694%2c298.000978 955.913086%2c297.725586 C956.188478%2c297.450194 956.519529%2c297.3125 956.90625%2c297.3125 C957.281252%2c297.3125 957.600585%2c297.438475 957.864258%2c297.69043 C958.127931%2c297.942384 958.271484%2c298.249998 958.294922%2c298.613281 L960.984375%2c299.966797 C961.113282%2c299.83789 961.262694%2c299.738282 961.432617%2c299.667969 C961.60254%2c299.597656 961.781249%2c299.5625 961.96875%2c299.5625 C962.132813%2c299.5625 962.288085%2c299.591797 962.43457%2c299.650391 C962.581055%2c299.708985 962.718749%2c299.785156 962.847656%2c299.878906 L966.275391%2c296.925781 C966.251953%2c296.855468 966.231445%2c296.782227 966.213867%2c296.706055 C966.196289%2c296.629882 966.1875%2c296.550782 966.1875%2c296.46875 C966.1875%2c296.082029 966.325194%2c295.750978 966.600586%2c295.475586 C966.875978%2c295.200194 967.207029%2c295.0625 967.59375%2c295.0625 Z' id='graph---simple-line-icons-copy-7'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 15px;
    width: 15px;
    padding: 7px;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .trial-activity .analytics-hover {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 11'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='360_Intervention-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Intervention-Copy-15' transform='translate(-951.000000%2c -354.000000)' fill='%2300B54C'%3e %3cg id='Group-10' transform='translate(40.000000%2c 200.000000)'%3e %3cpath d='M927.59375%2c154.0625 C927.980471%2c154.0625 928.311522%2c154.200194 928.586914%2c154.475586 C928.862306%2c154.750978 929%2c155.082029 929%2c155.46875 C929%2c155.855471 928.862306%2c156.186522 928.586914%2c156.461914 C928.311522%2c156.737306 927.980471%2c156.875 927.59375%2c156.875 C927.488281%2c156.875 927.388672%2c156.863281 927.294922%2c156.839844 C927.201171%2c156.816406 927.113282%2c156.78711 927.03125%2c156.751953 L923.375%2c159.898438 C923.375%2c159.910156 923.375%2c159.921875 923.375%2c159.933594 C923.375%2c159.945313 923.375%2c159.957031 923.375%2c159.96875 C923.375%2c160.355471 923.237306%2c160.686522 922.961914%2c160.961914 C922.686522%2c161.237306 922.355471%2c161.375 921.96875%2c161.375 C921.582029%2c161.375 921.250978%2c161.240236 920.975586%2c160.970703 C920.700194%2c160.701171 920.5625%2c160.373049 920.5625%2c159.986328 L917.943359%2c158.667969 C917.814452%2c158.808594 917.659181%2c158.919921 917.477539%2c159.001953 C917.295898%2c159.083985 917.10547%2c159.125 916.90625%2c159.125 C916.835937%2c159.125 916.765625%2c159.119141 916.695312%2c159.107422 C916.625%2c159.095703 916.554688%2c159.078125 916.484375%2c159.054688 L913.707031%2c162.253906 C913.742188%2c162.335938 913.768555%2c162.420898 913.786133%2c162.508789 C913.803711%2c162.59668 913.8125%2c162.6875 913.8125%2c162.78125 C913.8125%2c163.167971 913.674806%2c163.499022 913.399414%2c163.774414 C913.124022%2c164.049806 912.792971%2c164.1875 912.40625%2c164.1875 C912.019529%2c164.1875 911.688478%2c164.049806 911.413086%2c163.774414 C911.137694%2c163.499022 911%2c163.167971 911%2c162.78125 C911%2c162.394529 911.137694%2c162.063478 911.413086%2c161.788086 C911.688478%2c161.512694 912.019529%2c161.375 912.40625%2c161.375 C912.488282%2c161.375 912.570312%2c161.383789 912.652344%2c161.401367 C912.734375%2c161.418945 912.816406%2c161.439453 912.898438%2c161.462891 L915.640625%2c158.316406 C915.59375%2c158.222656 915.558594%2c158.125977 915.535156%2c158.026367 C915.511719%2c157.926757 915.5%2c157.824219 915.5%2c157.71875 C915.5%2c157.332029 915.637694%2c157.000978 915.913086%2c156.725586 C916.188478%2c156.450194 916.519529%2c156.3125 916.90625%2c156.3125 C917.281252%2c156.3125 917.600585%2c156.438475 917.864258%2c156.69043 C918.127931%2c156.942384 918.271484%2c157.249998 918.294922%2c157.613281 L920.984375%2c158.966797 C921.113282%2c158.83789 921.262694%2c158.738282 921.432617%2c158.667969 C921.60254%2c158.597656 921.781249%2c158.5625 921.96875%2c158.5625 C922.132813%2c158.5625 922.288085%2c158.591797 922.43457%2c158.650391 C922.581055%2c158.708985 922.718749%2c158.785156 922.847656%2c158.878906 L926.275391%2c155.925781 C926.251953%2c155.855468 926.231445%2c155.782227 926.213867%2c155.706055 C926.196289%2c155.629882 926.1875%2c155.550782 926.1875%2c155.46875 C926.1875%2c155.082029 926.325194%2c154.750978 926.600586%2c154.475586 C926.875978%2c154.200194 927.207029%2c154.0625 927.59375%2c154.0625 Z' id='graph---simple-line-icons-copy-8'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    height: 15px;
    width: 15px;
    padding: 7px;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.network-list-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 15'%3e %3c!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Author-Copy-3' transform='translate(-929.000000%2c -243.000000)' fill='%230087fc'%3e %3cg id='Group-8-Copy' transform='translate(40.000000%2c 200.000000)'%3e %3cg id='Group-6-Copy'%3e %3cg id='Group-10' transform='translate(889.000000%2c 41.000000)'%3e %3cpath d='M17.1428776%2c14.8571403 L17.1428776%2c16.2857134 C17.1428776%2c16.6763389 16.8192165%2c17 16.428591%2c17 L0.714286566%2c17 C0.3236611%2c17 0%2c16.6763389 0%2c16.2857134 L0%2c14.8571403 C0%2c14.4665148 0.3236611%2c14.1428537 0.714286566%2c14.1428537 L16.428591%2c14.1428537 C16.8192165%2c14.1428537 17.1428776%2c14.4665148 17.1428776%2c14.8571403 Z M17.1428776%2c9.14284778 L17.1428776%2c10.5714209 C17.1428776%2c10.9620464 16.8192165%2c11.2857075 16.428591%2c11.2857075 L0.714286566%2c11.2857075 C0.3236611%2c11.2857075 0%2c10.9620464 0%2c10.5714209 L0%2c9.14284778 C0%2c8.75222231 0.3236611%2c8.42856121 0.714286566%2c8.42856121 L16.428591%2c8.42856121 C16.8192165%2c8.42856121 17.1428776%2c8.75222231 17.1428776%2c9.14284778 Z M17.1428776%2c3.42855525 L17.1428776%2c4.85712838 C17.1428776%2c5.24775385 16.8192165%2c5.57141495 16.428591%2c5.57141495 L0.714286566%2c5.57141495 C0.3236611%2c5.57141495 0%2c5.24775385 0%2c4.85712838 L0%2c3.42855525 C0%2c3.03792978 0.3236611%2c2.71426868 0.714286566%2c2.71426868 L16.428591%2c2.71426868 C16.8192165%2c2.71426868 17.1428776%2c3.03792978 17.1428776%2c3.42855525 Z' id='Bars---FontAwesome'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  margin: 5px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.network-list-icon-active {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 15'%3e %3c!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Author-Copy-2' transform='translate(-929.000000%2c -243.000000)' fill='%234A4A4A'%3e %3cg id='Group-8-Copy' transform='translate(40.000000%2c 200.000000)'%3e %3cg id='Group-6-Copy'%3e %3cg id='Group-10' transform='translate(889.000000%2c 41.000000)'%3e %3cpath d='M17.1428776%2c14.8571403 L17.1428776%2c16.2857134 C17.1428776%2c16.6763389 16.8192165%2c17 16.428591%2c17 L0.714286566%2c17 C0.3236611%2c17 0%2c16.6763389 0%2c16.2857134 L0%2c14.8571403 C0%2c14.4665148 0.3236611%2c14.1428537 0.714286566%2c14.1428537 L16.428591%2c14.1428537 C16.8192165%2c14.1428537 17.1428776%2c14.4665148 17.1428776%2c14.8571403 Z M17.1428776%2c9.14284778 L17.1428776%2c10.5714209 C17.1428776%2c10.9620464 16.8192165%2c11.2857075 16.428591%2c11.2857075 L0.714286566%2c11.2857075 C0.3236611%2c11.2857075 0%2c10.9620464 0%2c10.5714209 L0%2c9.14284778 C0%2c8.75222231 0.3236611%2c8.42856121 0.714286566%2c8.42856121 L16.428591%2c8.42856121 C16.8192165%2c8.42856121 17.1428776%2c8.75222231 17.1428776%2c9.14284778 Z M17.1428776%2c3.42855525 L17.1428776%2c4.85712838 C17.1428776%2c5.24775385 16.8192165%2c5.57141495 16.428591%2c5.57141495 L0.714286566%2c5.57141495 C0.3236611%2c5.57141495 0%2c5.24775385 0%2c4.85712838 L0%2c3.42855525 C0%2c3.03792978 0.3236611%2c2.71426868 0.714286566%2c2.71426868 L16.428591%2c2.71426868 C16.8192165%2c2.71426868 17.1428776%2c3.03792978 17.1428776%2c3.42855525 Z' id='Bars---FontAwesome'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  margin: 5px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.map-list-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e %3c!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Author-Copy-2' transform='translate(-957.000000%2c -242.000000)' fill='%230087fc'%3e %3cg id='Group-8-Copy' transform='translate(40.000000%2c 200.000000)'%3e %3cg id='Group-6-Copy'%3e %3cg id='Group-10' transform='translate(889.000000%2c 41.000000)'%3e %3cpath d='M36.5714388%2c1.28569555 C41.3035873%2c1.28569555 45.1428776%2c5.12498584 45.1428776%2c9.85713434 C45.1428776%2c14.5892828 41.3035873%2c18.4285731 36.5714388%2c18.4285731 C31.8392903%2c18.4285731 28%2c14.5892828 28%2c9.85713434 C28%2c5.12498584 31.8392903%2c1.28569555 36.5714388%2c1.28569555 Z M39.9421354%2c7.16735428 C39.9420831%2c7.16736915 39.9420308%2c7.16738406 39.9419785%2c7.16739899 C39.945353%2c7.16814887 39.9487778%2c7.16892394 39.9522442%2c7.16972548 L39.9421354%2c7.16735428 Z M39.9421354%2c7.16735428 C40.020238%2c7.14513724 40.120595%2c7.18969058 40.1875145%2c7.14507754 C40.332604%2c7.04463099 40.2321574%2c6.99998808 40.1093894%2c6.9665059 C39.9531392%2c6.92186299 39.7522462%2c7.02230953 39.6294781%2c7.10043463 C39.5562041%2c7.15539019 39.5054801%2c7.24792936 39.4279565%2c7.2916898 C39.4498961%2c7.22760905 39.4910468%2c7.09155714 39.5178709%2c7.05579172 C39.5848352%2c6.97766662 39.6741211%2c6.93302371 39.7634069%2c6.8883808 C39.9531392%2c6.81025571 40.1428716%2c6.78793425 40.3437647%2c6.75445207 C40.532873%2c6.709956 40.7663311%2c6.70980964 40.9115273%2c6.8755736 C40.8876568%2c6.83658712 41.1478516%2c6.6091911 41.1808193%2c6.59820189 C41.2812658%2c6.54239825 41.4486767%2c6.5647197 41.5156411%2c6.46427315 C41.5379626%2c6.43079097 41.5379626%2c6.21873715 41.5379626%2c6.21873715 C41.3499323%2c6.24085835 41.2824772%2c6.06567481 41.270419%2c5.91044727 C41.2699527%2c5.91762585 41.2476315%2c5.95103183 41.2031407%2c5.9955226 C41.2143015%2c5.82811168 41.0022476%2c5.95087969 40.9241225%2c5.92855823 C40.6674258%2c5.86159386 40.700908%2c5.68302222 40.6227829%2c5.49328985 C40.57814%2c5.39284331 40.455372%2c5.35936112 40.4107291%2c5.25891457 C40.3660862%2c5.19195021 40.3437647%2c5.04686075 40.2433182%2c5.03570002 C40.1763538%2c5.0245393 40.0535858%2c5.2700753 40.0312643%2c5.25891457 C39.9308178%2c5.20311094 39.8861749%2c5.28123603 39.8080498%2c5.32587894 C39.7469278%2c5.36662695 39.695104%2c5.35158558 39.6356044%2c5.37411182 C39.7967766%2c5.30883395 39.5367884%2c5.20809524 39.4347912%2c5.22425918 C39.5845028%2c5.1800777 39.5065202%2c5.01321239 39.4174243%2c4.93525347 L39.473228%2c4.93525347 C39.4509065%2c4.83480693 39.1384061%2c4.74552111 39.0379596%2c4.67855674 C38.937513%2c4.61159237 38.4017981%2c4.4999851 38.2901908%2c4.56694946 C38.1562621%2c4.64507456 38.323673%2c4.86828911 38.323673%2c4.97989639 C38.3348337%2c5.11382512 38.1897443%2c5.1473073 38.1897443%2c5.25891457 C38.1897443%2c5.44864694 38.5468876%2c5.41516476 38.4576018%2c5.6718615 C38.4017981%2c5.82811168 38.1897443%2c5.86159386 38.1004585%2c5.98436187 C38.0111726%2c6.09596914 38.1116192%2c6.29686224 38.200905%2c6.37498733 C38.2901908%2c6.4419517 38.0446548%2c6.55355898 38.0111726%2c6.57588043 C37.8214403%2c6.66516625 37.6763508%2c6.38614806 37.6317079%2c6.21873715 C37.5982257%2c6.09596914 37.587065%2c5.95087969 37.4531363%2c5.88391532 C37.3861719%2c5.86159386 37.1741181%2c5.82811168 37.1294752%2c5.89507605 C37.0625108%2c5.72766513 36.8281355%2c5.66070077 36.6718853%2c5.60489713 C36.4486708%2c5.52677204 36.2589384%2c5.52677204 36.0245631%2c5.56025422 C36.1026882%2c5.54909349 36.0022417%2c5.20311094 35.8125093%2c5.25891457 C35.868313%2c5.1473073 35.8459915%2c5.0245393 35.868313%2c4.91293202 C35.8906344%2c4.8236462 35.9352773%2c4.73436038 36.0022417%2c4.65623529 C36.0245631%2c4.61159237 36.2700991%2c4.35489564 36.1919741%2c4.34373491 C36.3817064%2c4.36605637 36.5937602%2c4.3772171 36.7500104%2c4.22096691 C36.850457%2c4.12052036 36.8950999%2c3.95310945 36.9955464%2c3.84150217 C37.1406359%2c3.67409126 37.3192075%2c3.88614508 37.4754577%2c3.89730581 C37.6986723%2c3.90846654 37.6875115%2c3.66293053 37.5647435%2c3.55132325 C37.709833%2c3.56248398 37.587065%2c3.29462652 37.5089399%2c3.26114434 C37.4085795%2c3.22769088 37.0296796%2c3.32793642 37.2294059%2c3.40603263 C37.1833037%2c3.38801885 36.9168448%2c3.94091924 36.7611712%2c3.66293053 C36.7165282%2c3.60712689 36.6942068%2c3.37275161 36.5937602%2c3.36159088 C36.5086734%2c3.36159088 36.4539936%2c3.45281189 36.4200617%2c3.51934588 C36.4703871%2c3.3837473 36.102624%2c3.28345662 36.0245631%2c3.27230506 C36.1919741%2c3.16069779 36.0580453%2c3.03792978 35.9352773%2c2.97096542 C35.8459915%2c2.91516178 35.5669733%2c2.87051887 35.4888482%2c2.95980469 C35.2767944%2c3.21650143 35.7120628%2c3.24998361 35.82367%2c3.31694797 C35.8571522%2c3.33926943 35.991081%2c3.41739452 35.9129559%2c3.47319816 C35.8459915%2c3.50668034 35.6450984%2c3.56248398 35.6227769%2c3.60712689 C35.5558126%2c3.70757344 35.700902%2c3.81918072 35.6004555%2c3.91962726 C35.5022099%2c3.82138169 35.5000572%2c3.65907422 35.4269088%2c3.54757818 C35.5009443%2c3.66007836 35.0203379%2c3.59596616 35.0312584%2c3.59596616 C34.8638475%2c3.59596616 34.59599%2c3.70757344 34.473222%2c3.54016253 C34.4510588%2c3.49583611 34.4509017%2c3.2424519 34.5164508%2c3.2934866 C34.4167927%2c3.21577221 34.3501412%2c3.13816778 34.2834896%2c3.09373342 C33.9151856%2c3.21650143 33.5692031%2c3.37275161 33.2343812%2c3.55132325 C33.2790242%2c3.56248398 33.3125063%2c3.56248398 33.36831%2c3.54016253 C33.4575958%2c3.50668034 33.5357209%2c3.45087671 33.6250067%2c3.40623379 C33.736614%2c3.36159088 33.9709893%2c3.22766215 34.0937573%2c3.3281087 C34.104918%2c3.30578725 34.1384002%2c3.28346579 34.1495609%2c3.27230506 C34.227686%2c3.36159088 34.3058111%2c3.45087671 34.3727755%2c3.55132325 C34.2834896%2c3.50668034 34.1384002%2c3.5290018 34.0379536%2c3.54016253 C33.9598285%2c3.56248398 33.8258998%2c3.58480544 33.7924176%2c3.67409126 C33.8258998%2c3.7298949 33.8705427%2c3.81918072 33.8482213%2c3.87498435 C33.7031318%2c3.77453781 33.5915245%2c3.60712689 33.3906314%2c3.58480544 C33.3013456%2c3.58480544 33.2120598%2c3.58480544 33.1450954%2c3.59596616 C32.0736656%2c4.18748473 31.1696466%2c5.04686075 30.5223244%2c6.07364769 C30.5669673%2c6.1182906 30.6116103%2c6.15177278 30.6562532%2c6.16293351 C30.7678604%2c6.19641569 30.6562532%2c6.52007679 30.868307%2c6.35266588 C30.9352714%2c6.40846952 30.9464321%2c6.48659461 30.9017892%2c6.5647197 C30.9129499%2c6.55355898 31.359379%2c6.84373789 31.3928612%2c6.86605935 C31.4709863%2c6.93302371 31.5937543%2c7.01114881 31.6272365%2c7.10043463 C31.6495579%2c7.17855972 31.5825936%2c7.26784554 31.5156292%2c7.30132772 C31.5044685%2c7.27900627 31.3370575%2c7.11159535 31.3147361%2c7.15623827 C31.2813663%2c7.21185464 31.3145121%2c7.51136183 31.4362711%2c7.50232264 C31.2592818%2c7.51647824 31.3369576%2c8.20564661 31.2924146%2c8.33927539 C31.2924146%2c8.35043612 31.3147361%2c8.35043612 31.3147361%2c8.35043612 C31.2813251%2c8.48408005 31.3923872%2c9.00668993 31.6146533%2c8.95346354 C31.4736417%2c8.98999017 31.8729571%2c9.50010186 31.9285761%2c9.53347324 C32.0736656%2c9.63391979 32.2410765%2c9.70088416 32.341523%2c9.84597361 C32.4531303%2c10.0022238 32.4531303%2c10.2365991 32.6093805%2c10.3593671 C32.5647376%2c10.4932958 32.8437558%2c10.649546 32.832595%2c10.8392784 C32.8102736%2c10.8504391 32.7991129%2c10.8504391 32.7767914%2c10.8615998 C32.832595%2c11.01785 33.0446489%2c11.01785 33.122774%2c11.1629395 C33.1674169%2c11.2522253 33.122774%2c11.4642791 33.2678634%2c11.4196362 C33.2901849%2c11.1741002 33.122774%2c10.9285642 33.000006%2c10.7276711 C32.9330416%2c10.6160638 32.8660772%2c10.5156173 32.8102736%2c10.40401 C32.75447%2c10.3035634 32.7433092%2c10.1807954 32.6986663%2c10.0691882 C32.7433092%2c10.0803489 32.9888452%2c10.1696347 32.9665238%2c10.2031169 C32.877238%2c10.4263314 33.3236671%2c10.8169569 33.4464351%2c10.9620464 C33.4799172%2c10.9955286 33.736614%2c11.3303504 33.6026853%2c11.3303504 C33.7477747%2c11.3303504 33.9486678%2c11.5535649 34.0156322%2c11.6651722 C34.1160787%2c11.8325831 34.0937573%2c12.0446369 34.1607216%2c12.2232086 C34.227686%2c12.4464231 34.5401864%2c12.5468697 34.718758%2c12.6473162 C34.8750082%2c12.7254413 35.0089369%2c12.8370486 35.1651871%2c12.8928522 C35.3995624%2c12.9821381 35.455366%2c12.904013 35.6562591%2c12.8705308 C35.946438%2c12.8258879 35.9799202%2c13.149549 36.2142955%2c13.272317 C36.3590803%2c13.350278 36.6705737%2c13.4615808 36.8271492%2c13.3955045 C36.7642845%2c13.4221342 37.0626264%2c13.8751697 37.0848323%2c13.9084785 C37.1852788%2c14.0424072 37.3750112%2c14.1093716 37.4866185%2c14.2433003 C37.5184652%2c14.2220691 37.550312%2c14.1907408 37.562951%2c14.1493155 C37.5272175%2c14.2734463 37.7340348%2c14.4996209 37.8437617%2c14.4776756 C37.9665297%2c14.4553541 38.0000119%2c14.2098181 38.0000119%2c14.1205323 C37.7767974%2c14.2321396 37.5759043%2c14.1428537 37.4531363%2c13.9196392 C37.4308148%2c13.8638355 37.2522432%2c13.5513352 37.4084934%2c13.5513352 C37.6205472%2c13.5513352 37.4754577%2c13.3839243 37.4531363%2c13.2276741 C37.4308148%2c13.0714239 37.2745646%2c12.9709773 37.1964395%2c12.8370486 C37.1294752%2c12.9709773 36.9062606%2c12.9374952 36.8392963%2c12.8258879 C36.8392963%2c12.8593701 36.8058141%2c12.9151737 36.8058141%2c12.9598166 C36.7500104%2c12.9598166 36.6942068%2c12.9709773 36.6384032%2c12.9486559 C36.6607246%2c12.8147272 36.6718853%2c12.6473162 36.7053675%2c12.5022268 C36.7611712%2c12.3013337 37.1294752%2c11.9107082 36.6495639%2c11.9330297 C36.482153%2c11.9441904 36.4151886%2c12.0111548 36.359385%2c12.1562442 C36.3035813%2c12.290173 36.3259028%2c12.412941 36.1696526%2c12.4799053 C36.069206%2c12.5245482 35.7343842%2c12.5022268 35.6339377%2c12.4464231 C35.4218838%2c12.3236551 35.2767944%2c11.9330297 35.2767944%2c11.7098151 C35.2656337%2c11.4084755 35.4218838%2c11.140618 35.2767944%2c10.8615998 C35.3437588%2c10.8057962 35.4107231%2c10.6941889 35.4888482%2c10.6383853 C35.5558126%2c10.5937424 35.6339377%2c10.6718675 35.6674199%2c10.5379387 C35.6370081%2c10.5176642 35.5973886%2c10.4789744 35.5820147%2c10.472049 C35.7512189%2c10.5456711 36.0593657%2c10.3603828 36.2031348%2c10.4709744 C36.2924206%2c10.5379387 36.3928671%2c10.5602602 36.4486708%2c10.4486529 C36.4598315%2c10.4151707 36.3705457%2c10.281242 36.4151886%2c10.1919562 C36.4486708%2c10.3816885 36.5714388%2c10.4151707 36.7388497%2c10.2924027 C36.8058141%2c10.3593671 36.9843857%2c10.3370456 37.1071537%2c10.40401 C37.2299217%2c10.4821351 37.2522432%2c10.6049031 37.3973326%2c10.4374922 C37.4866185%2c10.5714209 37.4977792%2c10.5714209 37.5312614%2c10.7053496 C37.5647435%2c10.8281176 37.6317079%2c11.140618 37.7433152%2c11.1964217 C37.9776905%2c11.3415111 37.9218868%2c10.9508856 37.8995654%2c10.8169569 C37.8884046%2c10.8057962 37.8884046%2c10.4374922 37.8772439%2c10.4374922 C37.5201006%2c10.3593671 37.6540294%2c10.0803489 37.8549225%2c9.89061652 C37.8884046%2c9.86829507 38.1451014%2c9.77900925 38.2567087%2c9.68972343 C38.3571552%2c9.60043761 38.4799232%2c9.44418742 38.4241196%2c9.29909796 C38.4799232%2c9.29909796 38.5245661%2c9.25445505 38.5468876%2c9.19865141 C38.5143655%2c9.18781073 38.3870752%2c9.08220174 38.3593458%2c9.0863816 C38.4352296%2c9.04209793 38.4240185%2c8.97528521 38.3794767%2c8.9084725 C38.4910839%2c8.84150813 38.4352803%2c8.71874013 38.5468876%2c8.67409722 C38.6696556%2c8.84150813 38.9151916%2c8.65177576 38.7924236%2c8.51784703 C38.9040309%2c8.36159685 39.1607276%2c8.43972194 39.227692%2c8.29463248 C39.3951029%2c8.33927539 39.2723349%2c8.12722157 39.3616207%2c8.00445356 C39.4397458%2c7.90400701 39.5736745%2c7.90400701 39.6741211%2c7.84820338 C39.6741211%2c7.8593641 39.9531392%2c7.69195319 39.8638534%2c7.68079246 C40.0535858%2c7.70311392 40.4330505%2c7.50222082 40.1428716%2c7.33480991 C40.1860148%2c7.23773782 40.0519594%2c7.19278295 39.9522442%2c7.16972548 L39.9421354%2c7.16735428 Z M38.3593458%2c9.0863816 C38.3585272%2c9.086505 38.3577953%2c9.08672409 38.3571552%2c9.08704414 C38.3573321%2c9.08694304 38.3575086%2c9.08684182 38.3576846%2c9.0867405 L38.3593458%2c9.0863816 Z M35.5820147%2c10.472049 C35.5804625%2c10.4713498 35.5791575%2c10.4709744 35.578134%2c10.4709744 C35.5796576%2c10.4716853 35.5811931%2c10.4723741 35.5827404%2c10.4730412 L35.5820147%2c10.472049 Z M37.562704%2c14.1491522 C37.5633121%2c14.1470222 37.5639914%2c14.1449221 37.5647435%2c14.1428537 C37.5641984%2c14.1450343 37.5636%2c14.1471882 37.562951%2c14.1493155 L37.562704%2c14.1491522 Z M36.8271248%2c13.3954666 C36.8274519%2c13.3953278 36.8277888%2c13.3952006 36.8281355%2c13.395085 C36.8278074%2c13.3952256 36.8274786%2c13.3953654 36.8271492%2c13.3955045 L36.8271248%2c13.3954666 Z M31.6146533%2c8.95346354 C31.6151269%2c8.95335011 31.6156011%2c8.95323407 31.6160757%2c8.95311541 C31.6155956%2c8.95322621 31.6151215%2c8.95334226 31.6146533%2c8.95346354 Z M31.4363082%2c7.50230604 C31.4367055%2c7.50227423 31.4371042%2c7.50224582 31.4375041%2c7.50222082 C31.4370921%2c7.50225827 31.4366811%2c7.50229221 31.4362711%2c7.50232264 L31.4363082%2c7.50230604 Z M36.4200617%2c3.51934588 C36.4183872%2c3.52262928 36.4167632%2c3.52585257 36.4151886%2c3.5290018 C36.4152345%2c3.52888256 36.41528%2c3.52876335 36.4153253%2c3.52864416 L36.4200617%2c3.51934588 Z M37.2294185%2c3.40601035 C37.2295892%2c3.40607698 37.229757%2c3.40615144 37.2299217%2c3.40623379 C37.2297493%2c3.40616676 37.2295774%2c3.4060997 37.2294059%2c3.40603263 L37.2294185%2c3.40601035 Z M39.4347912%2c5.22425918 C39.4326511%2c5.22459832 39.4305807%2c5.22498893 39.4285851%2c5.22543239 C39.4289174%2c5.22533743 39.4292487%2c5.22524192 39.4295789%2c5.22514585 L39.4347912%2c5.22425918 Z M39.6356044%2c5.37411182 C39.6299172%2c5.376265 39.6241598%2c5.3787614 39.6183174%2c5.38168258 C39.6249933%2c5.3794573 39.6311268%2c5.37718273 39.636743%2c5.37486541 L39.6356044%2c5.37411182 Z M41.270419%2c5.91044727 C41.2703098%2c5.90904208 41.2702052%2c5.90763853 41.2701043%2c5.90623678 C41.2701051%2c5.90627481 41.2701048%2c5.90631311 41.2701043%2c5.90635166 L41.270419%2c5.91044727 Z M40.9115273%2c6.8755736 C40.9120064%2c6.87612062 40.9124846%2c6.87666944 40.9129618%2c6.87722008 C40.9124473%2c6.87670554 40.9120039%2c6.87614356 40.9116298%2c6.87553568 L40.9115273%2c6.8755736 Z M39.4058965%2c7.28604293 C39.3949751%2c7.30054704 39.3838783%2c7.31026908 39.3727814%2c7.31248845 C39.3927961%2c7.30848552 39.4110161%2c7.30125226 39.4279565%2c7.2916898 L39.4058965%2c7.28604293 Z M38.1913086%2c14.1760945 C38.1845272%2c14.1699549 38.1800384%2c14.1627432 38.1785836%2c14.1540145 C38.1790685%2c14.156924 38.1795482%2c14.1598349 38.1800227%2c14.1627471 L38.1913086%2c14.1760945 Z M38.1800227%2c14.1627471 C38.2232331%2c14.4279322 38.2238326%2c14.7037997 38.2790301%2c14.9687476 C38.3125123%2c15.1249978 38.2790301%2c15.3816945 38.1451014%2c15.5044625 C38.0111726%2c15.6272305 37.8437617%2c15.7611592 37.8214403%2c15.9508916 C37.7991188%2c16.0848203 37.832601%2c16.2075883 37.955369%2c16.2410705 C37.9665297%2c16.4084814 37.7767974%2c16.5312494 37.7879581%2c16.7098211 C37.7879581%2c16.7209818 37.7991188%2c16.8325891 37.8102796%2c16.8883927 C39.3392992%2c16.6205353 40.700908%2c15.8616058 41.7276949%2c14.7790152 C41.6607306%2c14.7120508 41.5379626%2c14.7343723 41.4486767%2c14.6897294 C41.3593909%2c14.6562472 41.2924266%2c14.622765 41.1808193%2c14.6004436 C41.2031407%2c14.377229 40.9576047%2c14.2991039 40.8013545%2c14.1874966 C40.6562651%2c14.0758894 40.5669793%2c13.9531214 40.3549254%2c13.9977643 C40.332604%2c14.008925 40.1093894%2c14.0870501 40.1540323%2c14.131693 C40.0089429%2c14.008925 39.9419785%2c13.9419606 39.7522462%2c13.886157 C39.5736745%2c13.8303534 39.4509065%2c13.6071388 39.2723349%2c13.8080319 C39.2200124%2c13.8603544 39.2136822%2c13.9280077 39.2084244%2c13.9930237 C39.1827507%2c13.9001856 39.2789491%2c13.8070404 39.2053705%2c13.7187461 C39.0714418%2c13.5624959 38.8370665%2c13.8191926 38.7254592%2c13.886157 C38.6584948%2c13.9419606 38.5803698%2c13.9642821 38.5357268%2c14.0312465 C38.4799232%2c14.1093716 38.4576018%2c14.2098181 38.4129588%2c14.2879432 C38.383841%2c14.2102957 38.2365523%2c14.217056 38.1913086%2c14.1760945 L38.1800227%2c14.1627471 Z M39.2084244%2c13.9930237 C39.20471%2c14.0389544 39.2015307%2c14.0835689 39.183049%2c14.1205323 C39.1336118%2c14.0787008 39.133414%2c14.0342777 39.1502248%2c13.9885877 L39.2084244%2c13.9930237 Z' id='globe---FontAwesome'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  margin: 5px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.map-list-icon-active {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e %3c!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Author-Copy-3' transform='translate(-957.000000%2c -242.000000)' fill='%234A4A4A'%3e %3cg id='Group-8-Copy' transform='translate(40.000000%2c 200.000000)'%3e %3cg id='Group-6-Copy'%3e %3cg id='Group-10' transform='translate(889.000000%2c 41.000000)'%3e %3cpath d='M36.5714388%2c1.28569555 C41.3035873%2c1.28569555 45.1428776%2c5.12498584 45.1428776%2c9.85713434 C45.1428776%2c14.5892828 41.3035873%2c18.4285731 36.5714388%2c18.4285731 C31.8392903%2c18.4285731 28%2c14.5892828 28%2c9.85713434 C28%2c5.12498584 31.8392903%2c1.28569555 36.5714388%2c1.28569555 Z M39.9421354%2c7.16735428 C39.9420831%2c7.16736915 39.9420308%2c7.16738406 39.9419785%2c7.16739899 C39.945353%2c7.16814887 39.9487778%2c7.16892394 39.9522442%2c7.16972548 L39.9421354%2c7.16735428 Z M39.9421354%2c7.16735428 C40.020238%2c7.14513724 40.120595%2c7.18969058 40.1875145%2c7.14507754 C40.332604%2c7.04463099 40.2321574%2c6.99998808 40.1093894%2c6.9665059 C39.9531392%2c6.92186299 39.7522462%2c7.02230953 39.6294781%2c7.10043463 C39.5562041%2c7.15539019 39.5054801%2c7.24792936 39.4279565%2c7.2916898 C39.4498961%2c7.22760905 39.4910468%2c7.09155714 39.5178709%2c7.05579172 C39.5848352%2c6.97766662 39.6741211%2c6.93302371 39.7634069%2c6.8883808 C39.9531392%2c6.81025571 40.1428716%2c6.78793425 40.3437647%2c6.75445207 C40.532873%2c6.709956 40.7663311%2c6.70980964 40.9115273%2c6.8755736 C40.8876568%2c6.83658712 41.1478516%2c6.6091911 41.1808193%2c6.59820189 C41.2812658%2c6.54239825 41.4486767%2c6.5647197 41.5156411%2c6.46427315 C41.5379626%2c6.43079097 41.5379626%2c6.21873715 41.5379626%2c6.21873715 C41.3499323%2c6.24085835 41.2824772%2c6.06567481 41.270419%2c5.91044727 C41.2699527%2c5.91762585 41.2476315%2c5.95103183 41.2031407%2c5.9955226 C41.2143015%2c5.82811168 41.0022476%2c5.95087969 40.9241225%2c5.92855823 C40.6674258%2c5.86159386 40.700908%2c5.68302222 40.6227829%2c5.49328985 C40.57814%2c5.39284331 40.455372%2c5.35936112 40.4107291%2c5.25891457 C40.3660862%2c5.19195021 40.3437647%2c5.04686075 40.2433182%2c5.03570002 C40.1763538%2c5.0245393 40.0535858%2c5.2700753 40.0312643%2c5.25891457 C39.9308178%2c5.20311094 39.8861749%2c5.28123603 39.8080498%2c5.32587894 C39.7469278%2c5.36662695 39.695104%2c5.35158558 39.6356044%2c5.37411182 C39.7967766%2c5.30883395 39.5367884%2c5.20809524 39.4347912%2c5.22425918 C39.5845028%2c5.1800777 39.5065202%2c5.01321239 39.4174243%2c4.93525347 L39.473228%2c4.93525347 C39.4509065%2c4.83480693 39.1384061%2c4.74552111 39.0379596%2c4.67855674 C38.937513%2c4.61159237 38.4017981%2c4.4999851 38.2901908%2c4.56694946 C38.1562621%2c4.64507456 38.323673%2c4.86828911 38.323673%2c4.97989639 C38.3348337%2c5.11382512 38.1897443%2c5.1473073 38.1897443%2c5.25891457 C38.1897443%2c5.44864694 38.5468876%2c5.41516476 38.4576018%2c5.6718615 C38.4017981%2c5.82811168 38.1897443%2c5.86159386 38.1004585%2c5.98436187 C38.0111726%2c6.09596914 38.1116192%2c6.29686224 38.200905%2c6.37498733 C38.2901908%2c6.4419517 38.0446548%2c6.55355898 38.0111726%2c6.57588043 C37.8214403%2c6.66516625 37.6763508%2c6.38614806 37.6317079%2c6.21873715 C37.5982257%2c6.09596914 37.587065%2c5.95087969 37.4531363%2c5.88391532 C37.3861719%2c5.86159386 37.1741181%2c5.82811168 37.1294752%2c5.89507605 C37.0625108%2c5.72766513 36.8281355%2c5.66070077 36.6718853%2c5.60489713 C36.4486708%2c5.52677204 36.2589384%2c5.52677204 36.0245631%2c5.56025422 C36.1026882%2c5.54909349 36.0022417%2c5.20311094 35.8125093%2c5.25891457 C35.868313%2c5.1473073 35.8459915%2c5.0245393 35.868313%2c4.91293202 C35.8906344%2c4.8236462 35.9352773%2c4.73436038 36.0022417%2c4.65623529 C36.0245631%2c4.61159237 36.2700991%2c4.35489564 36.1919741%2c4.34373491 C36.3817064%2c4.36605637 36.5937602%2c4.3772171 36.7500104%2c4.22096691 C36.850457%2c4.12052036 36.8950999%2c3.95310945 36.9955464%2c3.84150217 C37.1406359%2c3.67409126 37.3192075%2c3.88614508 37.4754577%2c3.89730581 C37.6986723%2c3.90846654 37.6875115%2c3.66293053 37.5647435%2c3.55132325 C37.709833%2c3.56248398 37.587065%2c3.29462652 37.5089399%2c3.26114434 C37.4085795%2c3.22769088 37.0296796%2c3.32793642 37.2294059%2c3.40603263 C37.1833037%2c3.38801885 36.9168448%2c3.94091924 36.7611712%2c3.66293053 C36.7165282%2c3.60712689 36.6942068%2c3.37275161 36.5937602%2c3.36159088 C36.5086734%2c3.36159088 36.4539936%2c3.45281189 36.4200617%2c3.51934588 C36.4703871%2c3.3837473 36.102624%2c3.28345662 36.0245631%2c3.27230506 C36.1919741%2c3.16069779 36.0580453%2c3.03792978 35.9352773%2c2.97096542 C35.8459915%2c2.91516178 35.5669733%2c2.87051887 35.4888482%2c2.95980469 C35.2767944%2c3.21650143 35.7120628%2c3.24998361 35.82367%2c3.31694797 C35.8571522%2c3.33926943 35.991081%2c3.41739452 35.9129559%2c3.47319816 C35.8459915%2c3.50668034 35.6450984%2c3.56248398 35.6227769%2c3.60712689 C35.5558126%2c3.70757344 35.700902%2c3.81918072 35.6004555%2c3.91962726 C35.5022099%2c3.82138169 35.5000572%2c3.65907422 35.4269088%2c3.54757818 C35.5009443%2c3.66007836 35.0203379%2c3.59596616 35.0312584%2c3.59596616 C34.8638475%2c3.59596616 34.59599%2c3.70757344 34.473222%2c3.54016253 C34.4510588%2c3.49583611 34.4509017%2c3.2424519 34.5164508%2c3.2934866 C34.4167927%2c3.21577221 34.3501412%2c3.13816778 34.2834896%2c3.09373342 C33.9151856%2c3.21650143 33.5692031%2c3.37275161 33.2343812%2c3.55132325 C33.2790242%2c3.56248398 33.3125063%2c3.56248398 33.36831%2c3.54016253 C33.4575958%2c3.50668034 33.5357209%2c3.45087671 33.6250067%2c3.40623379 C33.736614%2c3.36159088 33.9709893%2c3.22766215 34.0937573%2c3.3281087 C34.104918%2c3.30578725 34.1384002%2c3.28346579 34.1495609%2c3.27230506 C34.227686%2c3.36159088 34.3058111%2c3.45087671 34.3727755%2c3.55132325 C34.2834896%2c3.50668034 34.1384002%2c3.5290018 34.0379536%2c3.54016253 C33.9598285%2c3.56248398 33.8258998%2c3.58480544 33.7924176%2c3.67409126 C33.8258998%2c3.7298949 33.8705427%2c3.81918072 33.8482213%2c3.87498435 C33.7031318%2c3.77453781 33.5915245%2c3.60712689 33.3906314%2c3.58480544 C33.3013456%2c3.58480544 33.2120598%2c3.58480544 33.1450954%2c3.59596616 C32.0736656%2c4.18748473 31.1696466%2c5.04686075 30.5223244%2c6.07364769 C30.5669673%2c6.1182906 30.6116103%2c6.15177278 30.6562532%2c6.16293351 C30.7678604%2c6.19641569 30.6562532%2c6.52007679 30.868307%2c6.35266588 C30.9352714%2c6.40846952 30.9464321%2c6.48659461 30.9017892%2c6.5647197 C30.9129499%2c6.55355898 31.359379%2c6.84373789 31.3928612%2c6.86605935 C31.4709863%2c6.93302371 31.5937543%2c7.01114881 31.6272365%2c7.10043463 C31.6495579%2c7.17855972 31.5825936%2c7.26784554 31.5156292%2c7.30132772 C31.5044685%2c7.27900627 31.3370575%2c7.11159535 31.3147361%2c7.15623827 C31.2813663%2c7.21185464 31.3145121%2c7.51136183 31.4362711%2c7.50232264 C31.2592818%2c7.51647824 31.3369576%2c8.20564661 31.2924146%2c8.33927539 C31.2924146%2c8.35043612 31.3147361%2c8.35043612 31.3147361%2c8.35043612 C31.2813251%2c8.48408005 31.3923872%2c9.00668993 31.6146533%2c8.95346354 C31.4736417%2c8.98999017 31.8729571%2c9.50010186 31.9285761%2c9.53347324 C32.0736656%2c9.63391979 32.2410765%2c9.70088416 32.341523%2c9.84597361 C32.4531303%2c10.0022238 32.4531303%2c10.2365991 32.6093805%2c10.3593671 C32.5647376%2c10.4932958 32.8437558%2c10.649546 32.832595%2c10.8392784 C32.8102736%2c10.8504391 32.7991129%2c10.8504391 32.7767914%2c10.8615998 C32.832595%2c11.01785 33.0446489%2c11.01785 33.122774%2c11.1629395 C33.1674169%2c11.2522253 33.122774%2c11.4642791 33.2678634%2c11.4196362 C33.2901849%2c11.1741002 33.122774%2c10.9285642 33.000006%2c10.7276711 C32.9330416%2c10.6160638 32.8660772%2c10.5156173 32.8102736%2c10.40401 C32.75447%2c10.3035634 32.7433092%2c10.1807954 32.6986663%2c10.0691882 C32.7433092%2c10.0803489 32.9888452%2c10.1696347 32.9665238%2c10.2031169 C32.877238%2c10.4263314 33.3236671%2c10.8169569 33.4464351%2c10.9620464 C33.4799172%2c10.9955286 33.736614%2c11.3303504 33.6026853%2c11.3303504 C33.7477747%2c11.3303504 33.9486678%2c11.5535649 34.0156322%2c11.6651722 C34.1160787%2c11.8325831 34.0937573%2c12.0446369 34.1607216%2c12.2232086 C34.227686%2c12.4464231 34.5401864%2c12.5468697 34.718758%2c12.6473162 C34.8750082%2c12.7254413 35.0089369%2c12.8370486 35.1651871%2c12.8928522 C35.3995624%2c12.9821381 35.455366%2c12.904013 35.6562591%2c12.8705308 C35.946438%2c12.8258879 35.9799202%2c13.149549 36.2142955%2c13.272317 C36.3590803%2c13.350278 36.6705737%2c13.4615808 36.8271492%2c13.3955045 C36.7642845%2c13.4221342 37.0626264%2c13.8751697 37.0848323%2c13.9084785 C37.1852788%2c14.0424072 37.3750112%2c14.1093716 37.4866185%2c14.2433003 C37.5184652%2c14.2220691 37.550312%2c14.1907408 37.562951%2c14.1493155 C37.5272175%2c14.2734463 37.7340348%2c14.4996209 37.8437617%2c14.4776756 C37.9665297%2c14.4553541 38.0000119%2c14.2098181 38.0000119%2c14.1205323 C37.7767974%2c14.2321396 37.5759043%2c14.1428537 37.4531363%2c13.9196392 C37.4308148%2c13.8638355 37.2522432%2c13.5513352 37.4084934%2c13.5513352 C37.6205472%2c13.5513352 37.4754577%2c13.3839243 37.4531363%2c13.2276741 C37.4308148%2c13.0714239 37.2745646%2c12.9709773 37.1964395%2c12.8370486 C37.1294752%2c12.9709773 36.9062606%2c12.9374952 36.8392963%2c12.8258879 C36.8392963%2c12.8593701 36.8058141%2c12.9151737 36.8058141%2c12.9598166 C36.7500104%2c12.9598166 36.6942068%2c12.9709773 36.6384032%2c12.9486559 C36.6607246%2c12.8147272 36.6718853%2c12.6473162 36.7053675%2c12.5022268 C36.7611712%2c12.3013337 37.1294752%2c11.9107082 36.6495639%2c11.9330297 C36.482153%2c11.9441904 36.4151886%2c12.0111548 36.359385%2c12.1562442 C36.3035813%2c12.290173 36.3259028%2c12.412941 36.1696526%2c12.4799053 C36.069206%2c12.5245482 35.7343842%2c12.5022268 35.6339377%2c12.4464231 C35.4218838%2c12.3236551 35.2767944%2c11.9330297 35.2767944%2c11.7098151 C35.2656337%2c11.4084755 35.4218838%2c11.140618 35.2767944%2c10.8615998 C35.3437588%2c10.8057962 35.4107231%2c10.6941889 35.4888482%2c10.6383853 C35.5558126%2c10.5937424 35.6339377%2c10.6718675 35.6674199%2c10.5379387 C35.6370081%2c10.5176642 35.5973886%2c10.4789744 35.5820147%2c10.472049 C35.7512189%2c10.5456711 36.0593657%2c10.3603828 36.2031348%2c10.4709744 C36.2924206%2c10.5379387 36.3928671%2c10.5602602 36.4486708%2c10.4486529 C36.4598315%2c10.4151707 36.3705457%2c10.281242 36.4151886%2c10.1919562 C36.4486708%2c10.3816885 36.5714388%2c10.4151707 36.7388497%2c10.2924027 C36.8058141%2c10.3593671 36.9843857%2c10.3370456 37.1071537%2c10.40401 C37.2299217%2c10.4821351 37.2522432%2c10.6049031 37.3973326%2c10.4374922 C37.4866185%2c10.5714209 37.4977792%2c10.5714209 37.5312614%2c10.7053496 C37.5647435%2c10.8281176 37.6317079%2c11.140618 37.7433152%2c11.1964217 C37.9776905%2c11.3415111 37.9218868%2c10.9508856 37.8995654%2c10.8169569 C37.8884046%2c10.8057962 37.8884046%2c10.4374922 37.8772439%2c10.4374922 C37.5201006%2c10.3593671 37.6540294%2c10.0803489 37.8549225%2c9.89061652 C37.8884046%2c9.86829507 38.1451014%2c9.77900925 38.2567087%2c9.68972343 C38.3571552%2c9.60043761 38.4799232%2c9.44418742 38.4241196%2c9.29909796 C38.4799232%2c9.29909796 38.5245661%2c9.25445505 38.5468876%2c9.19865141 C38.5143655%2c9.18781073 38.3870752%2c9.08220174 38.3593458%2c9.0863816 C38.4352296%2c9.04209793 38.4240185%2c8.97528521 38.3794767%2c8.9084725 C38.4910839%2c8.84150813 38.4352803%2c8.71874013 38.5468876%2c8.67409722 C38.6696556%2c8.84150813 38.9151916%2c8.65177576 38.7924236%2c8.51784703 C38.9040309%2c8.36159685 39.1607276%2c8.43972194 39.227692%2c8.29463248 C39.3951029%2c8.33927539 39.2723349%2c8.12722157 39.3616207%2c8.00445356 C39.4397458%2c7.90400701 39.5736745%2c7.90400701 39.6741211%2c7.84820338 C39.6741211%2c7.8593641 39.9531392%2c7.69195319 39.8638534%2c7.68079246 C40.0535858%2c7.70311392 40.4330505%2c7.50222082 40.1428716%2c7.33480991 C40.1860148%2c7.23773782 40.0519594%2c7.19278295 39.9522442%2c7.16972548 L39.9421354%2c7.16735428 Z M38.3593458%2c9.0863816 C38.3585272%2c9.086505 38.3577953%2c9.08672409 38.3571552%2c9.08704414 C38.3573321%2c9.08694304 38.3575086%2c9.08684182 38.3576846%2c9.0867405 L38.3593458%2c9.0863816 Z M35.5820147%2c10.472049 C35.5804625%2c10.4713498 35.5791575%2c10.4709744 35.578134%2c10.4709744 C35.5796576%2c10.4716853 35.5811931%2c10.4723741 35.5827404%2c10.4730412 L35.5820147%2c10.472049 Z M37.562704%2c14.1491522 C37.5633121%2c14.1470222 37.5639914%2c14.1449221 37.5647435%2c14.1428537 C37.5641984%2c14.1450343 37.5636%2c14.1471882 37.562951%2c14.1493155 L37.562704%2c14.1491522 Z M36.8271248%2c13.3954666 C36.8274519%2c13.3953278 36.8277888%2c13.3952006 36.8281355%2c13.395085 C36.8278074%2c13.3952256 36.8274786%2c13.3953654 36.8271492%2c13.3955045 L36.8271248%2c13.3954666 Z M31.6146533%2c8.95346354 C31.6151269%2c8.95335011 31.6156011%2c8.95323407 31.6160757%2c8.95311541 C31.6155956%2c8.95322621 31.6151215%2c8.95334226 31.6146533%2c8.95346354 Z M31.4363082%2c7.50230604 C31.4367055%2c7.50227423 31.4371042%2c7.50224582 31.4375041%2c7.50222082 C31.4370921%2c7.50225827 31.4366811%2c7.50229221 31.4362711%2c7.50232264 L31.4363082%2c7.50230604 Z M36.4200617%2c3.51934588 C36.4183872%2c3.52262928 36.4167632%2c3.52585257 36.4151886%2c3.5290018 C36.4152345%2c3.52888256 36.41528%2c3.52876335 36.4153253%2c3.52864416 L36.4200617%2c3.51934588 Z M37.2294185%2c3.40601035 C37.2295892%2c3.40607698 37.229757%2c3.40615144 37.2299217%2c3.40623379 C37.2297493%2c3.40616676 37.2295774%2c3.4060997 37.2294059%2c3.40603263 L37.2294185%2c3.40601035 Z M39.4347912%2c5.22425918 C39.4326511%2c5.22459832 39.4305807%2c5.22498893 39.4285851%2c5.22543239 C39.4289174%2c5.22533743 39.4292487%2c5.22524192 39.4295789%2c5.22514585 L39.4347912%2c5.22425918 Z M39.6356044%2c5.37411182 C39.6299172%2c5.376265 39.6241598%2c5.3787614 39.6183174%2c5.38168258 C39.6249933%2c5.3794573 39.6311268%2c5.37718273 39.636743%2c5.37486541 L39.6356044%2c5.37411182 Z M41.270419%2c5.91044727 C41.2703098%2c5.90904208 41.2702052%2c5.90763853 41.2701043%2c5.90623678 C41.2701051%2c5.90627481 41.2701048%2c5.90631311 41.2701043%2c5.90635166 L41.270419%2c5.91044727 Z M40.9115273%2c6.8755736 C40.9120064%2c6.87612062 40.9124846%2c6.87666944 40.9129618%2c6.87722008 C40.9124473%2c6.87670554 40.9120039%2c6.87614356 40.9116298%2c6.87553568 L40.9115273%2c6.8755736 Z M39.4058965%2c7.28604293 C39.3949751%2c7.30054704 39.3838783%2c7.31026908 39.3727814%2c7.31248845 C39.3927961%2c7.30848552 39.4110161%2c7.30125226 39.4279565%2c7.2916898 L39.4058965%2c7.28604293 Z M38.1913086%2c14.1760945 C38.1845272%2c14.1699549 38.1800384%2c14.1627432 38.1785836%2c14.1540145 C38.1790685%2c14.156924 38.1795482%2c14.1598349 38.1800227%2c14.1627471 L38.1913086%2c14.1760945 Z M38.1800227%2c14.1627471 C38.2232331%2c14.4279322 38.2238326%2c14.7037997 38.2790301%2c14.9687476 C38.3125123%2c15.1249978 38.2790301%2c15.3816945 38.1451014%2c15.5044625 C38.0111726%2c15.6272305 37.8437617%2c15.7611592 37.8214403%2c15.9508916 C37.7991188%2c16.0848203 37.832601%2c16.2075883 37.955369%2c16.2410705 C37.9665297%2c16.4084814 37.7767974%2c16.5312494 37.7879581%2c16.7098211 C37.7879581%2c16.7209818 37.7991188%2c16.8325891 37.8102796%2c16.8883927 C39.3392992%2c16.6205353 40.700908%2c15.8616058 41.7276949%2c14.7790152 C41.6607306%2c14.7120508 41.5379626%2c14.7343723 41.4486767%2c14.6897294 C41.3593909%2c14.6562472 41.2924266%2c14.622765 41.1808193%2c14.6004436 C41.2031407%2c14.377229 40.9576047%2c14.2991039 40.8013545%2c14.1874966 C40.6562651%2c14.0758894 40.5669793%2c13.9531214 40.3549254%2c13.9977643 C40.332604%2c14.008925 40.1093894%2c14.0870501 40.1540323%2c14.131693 C40.0089429%2c14.008925 39.9419785%2c13.9419606 39.7522462%2c13.886157 C39.5736745%2c13.8303534 39.4509065%2c13.6071388 39.2723349%2c13.8080319 C39.2200124%2c13.8603544 39.2136822%2c13.9280077 39.2084244%2c13.9930237 C39.1827507%2c13.9001856 39.2789491%2c13.8070404 39.2053705%2c13.7187461 C39.0714418%2c13.5624959 38.8370665%2c13.8191926 38.7254592%2c13.886157 C38.6584948%2c13.9419606 38.5803698%2c13.9642821 38.5357268%2c14.0312465 C38.4799232%2c14.1093716 38.4576018%2c14.2098181 38.4129588%2c14.2879432 C38.383841%2c14.2102957 38.2365523%2c14.217056 38.1913086%2c14.1760945 L38.1800227%2c14.1627471 Z M39.2084244%2c13.9930237 C39.20471%2c14.0389544 39.2015307%2c14.0835689 39.183049%2c14.1205323 C39.1336118%2c14.0787008 39.133414%2c14.0342777 39.1502248%2c13.9885877 L39.2084244%2c13.9930237 Z' id='globe---FontAwesome'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 15px;
  width: 15px;
  margin: 5px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.delete-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 408.483 408.483'%3e %3cg%3e %3cg%3e %3cpath d='M87.748%2c388.784c0.461%2c11.01%2c9.521%2c19.699%2c20.539%2c19.699h191.911c11.018%2c0%2c20.078-8.689%2c20.539-19.699l13.705-289.316 H74.043L87.748%2c388.784z M247.655%2c171.329c0-4.61%2c3.738-8.349%2c8.35-8.349h13.355c4.609%2c0%2c8.35%2c3.738%2c8.35%2c8.349v165.293 c0%2c4.611-3.738%2c8.349-8.35%2c8.349h-13.355c-4.61%2c0-8.35-3.736-8.35-8.349V171.329z M189.216%2c171.329 c0-4.61%2c3.738-8.349%2c8.349-8.349h13.355c4.609%2c0%2c8.349%2c3.738%2c8.349%2c8.349v165.293c0%2c4.611-3.737%2c8.349-8.349%2c8.349h-13.355 c-4.61%2c0-8.349-3.736-8.349-8.349V171.329L189.216%2c171.329z M130.775%2c171.329c0-4.61%2c3.738-8.349%2c8.349-8.349h13.356 c4.61%2c0%2c8.349%2c3.738%2c8.349%2c8.349v165.293c0%2c4.611-3.738%2c8.349-8.349%2c8.349h-13.356c-4.61%2c0-8.349-3.736-8.349-8.349V171.329z' fill='%231abc9c'/%3e %3cpath d='M343.567%2c21.043h-88.535V4.305c0-2.377-1.927-4.305-4.305-4.305h-92.971c-2.377%2c0-4.304%2c1.928-4.304%2c4.305v16.737H64.916 c-7.125%2c0-12.9%2c5.776-12.9%2c12.901V74.47h304.451V33.944C356.467%2c26.819%2c350.692%2c21.043%2c343.567%2c21.043z' fill='%231abc9c'/%3e %3c/g%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 %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") center no-repeat;
  height: 20px;
  width: 25px;
  margin: 5px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.delete-black-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3e %3cmetadata%3e Svg Vector Icons : http://www.onlinewebfonts.com/icon %3c/metadata%3e %3cg%3e%3cpath d='M501.7%2c38.1'/%3e%3cpath d='M767.3%2c308.1H745v559.4h-73.5V308.1H549v559.4h-73.5V308.1H353v559.4h-73.5V308.1h-46.8c-55.4%2c0-100.2-0.8-100.2%2c0v584.5c0%2c53.8%2c44.9%2c97.4%2c100.2%2c97.4h534.6c55.4%2c0%2c100.2-43.6%2c100.2-97.4V308.1C867.5%2c304%2c822.6%2c308.1%2c767.3%2c308.1L767.3%2c308.1z M915.7%2c132.5H696V72.7c0-34.6-61.9-62.7-98-62.7H402c-36.1%2c0-98%2c28.1-98%2c62.7v59.8H84.4c-27.6%2c0-49.9%2c21.9-49.9%2c49c0%2c27%2c22.3%2c49%2c49.9%2c49h831.3c27.5%2c0%2c49.9-21.9%2c49.9-49C965.5%2c154.4%2c943.2%2c132.5%2c915.7%2c132.5L915.7%2c132.5z M598%2c132.5H402V108h196V132.5L598%2c132.5z'/%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  height: 20px;
  width: 25px;
  margin: 5px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.settings-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 268.765 268.765'%3e %3cg id='Settings'%3e %3cg%3e %3cpath style='fill-rule:evenodd%3bclip-rule:evenodd%3b' d='M267.92%2c119.461c-0.425-3.778-4.83-6.617-8.639-6.617 c-12.315%2c0-23.243-7.231-27.826-18.414c-4.682-11.454-1.663-24.812%2c7.515-33.231c2.889-2.641%2c3.24-7.062%2c0.817-10.133 c-6.303-8.004-13.467-15.234-21.289-21.5c-3.063-2.458-7.557-2.116-10.213%2c0.825c-8.01%2c8.871-22.398%2c12.168-33.516%2c7.529 c-11.57-4.867-18.866-16.591-18.152-29.176c0.235-3.953-2.654-7.39-6.595-7.849c-10.038-1.161-20.164-1.197-30.232-0.08 c-3.896%2c0.43-6.785%2c3.786-6.654%2c7.689c0.438%2c12.461-6.946%2c23.98-18.401%2c28.672c-10.985%2c4.487-25.272%2c1.218-33.266-7.574 c-2.642-2.896-7.063-3.252-10.141-0.853c-8.054%2c6.319-15.379%2c13.555-21.74%2c21.493c-2.481%2c3.086-2.116%2c7.559%2c0.802%2c10.214 c9.353%2c8.47%2c12.373%2c21.944%2c7.514%2c33.53c-4.639%2c11.046-16.109%2c18.165-29.24%2c18.165c-4.261-0.137-7.296%2c2.723-7.762%2c6.597 c-1.182%2c10.096-1.196%2c20.383-0.058%2c30.561c0.422%2c3.794%2c4.961%2c6.608%2c8.812%2c6.608c11.702-0.299%2c22.937%2c6.946%2c27.65%2c18.415 c4.698%2c11.454%2c1.678%2c24.804-7.514%2c33.23c-2.875%2c2.641-3.24%2c7.055-0.817%2c10.126c6.244%2c7.953%2c13.409%2c15.19%2c21.259%2c21.508 c3.079%2c2.481%2c7.559%2c2.131%2c10.228-0.81c8.04-8.893%2c22.427-12.184%2c33.501-7.536c11.599%2c4.852%2c18.895%2c16.575%2c18.181%2c29.167 c-0.233%2c3.955%2c2.67%2c7.398%2c6.595%2c7.85c5.135%2c0.599%2c10.301%2c0.898%2c15.481%2c0.898c4.917%2c0%2c9.835-0.27%2c14.752-0.817 c3.897-0.43%2c6.784-3.786%2c6.653-7.696c-0.451-12.454%2c6.946-23.973%2c18.386-28.657c11.059-4.517%2c25.286-1.211%2c33.281%2c7.572 c2.657%2c2.89%2c7.047%2c3.239%2c10.142%2c0.848c8.039-6.304%2c15.349-13.534%2c21.74-21.494c2.48-3.079%2c2.13-7.559-0.803-10.213 c-9.353-8.47-12.388-21.946-7.529-33.524c4.568-10.899%2c15.612-18.217%2c27.491-18.217l1.662%2c0.043 c3.853%2c0.313%2c7.398-2.655%2c7.865-6.588C269.044%2c139.917%2c269.058%2c129.639%2c267.92%2c119.461z M134.595%2c179.491 c-24.718%2c0-44.824-20.106-44.824-44.824c0-24.717%2c20.106-44.824%2c44.824-44.824c24.717%2c0%2c44.823%2c20.107%2c44.823%2c44.824 C179.418%2c159.385%2c159.312%2c179.491%2c134.595%2c179.491z' fill='%230087fc'/%3e %3c/g%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 %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") center no-repeat;
  height: 15px;
  width: 15px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.input-edit {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 485.219 485.22'%3e %3cg%3e %3cpath d='M467.476%2c146.438l-21.445%2c21.455L317.35%2c39.23l21.445-21.457c23.689-23.692%2c62.104-23.692%2c85.795%2c0l42.886%2c42.897 C491.133%2c84.349%2c491.133%2c122.748%2c467.476%2c146.438z M167.233%2c403.748c-5.922%2c5.922-5.922%2c15.513%2c0%2c21.436 c5.925%2c5.955%2c15.521%2c5.955%2c21.443%2c0L424.59%2c189.335l-21.469-21.457L167.233%2c403.748z M60%2c296.54c-5.925%2c5.927-5.925%2c15.514%2c0%2c21.44 c5.922%2c5.923%2c15.518%2c5.923%2c21.443%2c0L317.35%2c82.113L295.914%2c60.67L60%2c296.54z M338.767%2c103.54L102.881%2c339.421 c-11.845%2c11.822-11.815%2c31.041%2c0%2c42.886c11.85%2c11.846%2c31.038%2c11.901%2c42.914-0.032l235.886-235.837L338.767%2c103.54z M145.734%2c446.572c-7.253-7.262-10.749-16.465-12.05-25.948c-3.083%2c0.476-6.188%2c0.919-9.36%2c0.919 c-16.202%2c0-31.419-6.333-42.881-17.795c-11.462-11.491-17.77-26.687-17.77-42.887c0-2.954%2c0.443-5.833%2c0.859-8.703 c-9.803-1.335-18.864-5.629-25.972-12.737c-0.682-0.677-0.917-1.596-1.538-2.338L0%2c485.216l147.748-36.986 C147.097%2c447.637%2c146.36%2c447.193%2c145.734%2c446.572z' fill='%230087fc'/%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 %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") center no-repeat;
  height: 15px;
  width: 15px;
  cursor: pointer; }

.filter-active {
  background-color: #0087fc;
  border-radius: 100%;
  position: absolute;
  z-index: 21;
  width: 13px;
  height: 13px;
  top: 3px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 3px;
  left: 9px; }
  .filter-active::before {
    content: ' ';
    color: #ffffff;
    width: 7px;
    height: 3px;
    border-bottom: solid 1px currentColor;
    border-left: solid 1px currentColor;
    transform: rotate(-45deg);
    position: absolute; }

.close-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612'%3e%3cg transform='matrix(0.932065 0 0 0.932065 20.788 20.788)'%3e%3cg%3e %3cg id='_x31_0_41_'%3e %3cg%3e %3cpath d='M415.338%2c196.662c-7.535-7.535-19.737-7.535-27.253%2c0l-82.181%2c82.18l-81.033-81.032c-7.478-7.478-19.584-7.478-27.042%2c0 c-7.478%2c7.478-7.478%2c19.584%2c0%2c27.042l81.033%2c81.033l-81.587%2c81.587c-7.535%2c7.535-7.535%2c19.736%2c0%2c27.253s19.737%2c7.517%2c27.253%2c0 l81.588-81.587l81.032%2c81.032c7.478%2c7.478%2c19.584%2c7.478%2c27.043%2c0c7.478-7.478%2c7.478-19.584%2c0-27.043l-81.033-81.032l82.181-82.18 C422.873%2c216.399%2c422.873%2c204.179%2c415.338%2c196.662z M306%2c0C136.992%2c0%2c0%2c136.992%2c0%2c306s136.992%2c306%2c306%2c306 c168.988%2c0%2c306-137.012%2c306-306S475.008%2c0%2c306%2c0z M306%2c573.75C158.125%2c573.75%2c38.25%2c453.875%2c38.25%2c306 C38.25%2c158.125%2c158.125%2c38.25%2c306%2c38.25c147.875%2c0%2c267.75%2c119.875%2c267.75%2c267.75C573.75%2c453.875%2c453.875%2c573.75%2c306%2c573.75z' data-original='black' class='active-path' data-old_color='%235B1515' fill='%234D4D4D'/%3e %3c/g%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  height: 25px;
  width: 25px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px; }

.moa-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='MOA' transform='translate(-1142.000000%2c -190.000000)' fill='%230087fc'%3e %3cg id='Group-27' transform='translate(239.000000%2c 175.000000)'%3e %3cg id='Group-30' transform='translate(903.000000%2c 15.000000)'%3e %3cg id='Group-35'%3e %3cg id='Group-36'%3e %3cpath d='M7%2c0.875 C7.96615066%2c0.875 8.87532126%2c1.05728984 9.72753906%2c1.421875 C10.5797569%2c1.78646016 11.322588%2c2.2854786 11.9560547%2c2.91894531 C12.5895214%2c3.55241202 13.0885398%2c4.29524313 13.453125%2c5.14746094 C13.8177102%2c5.99967874 14%2c6.90884934 14%2c7.875 C14%2c8.84115066 13.8177102%2c9.75032126 13.453125%2c10.6025391 C13.0885398%2c11.4547569 12.5895214%2c12.197588 11.9560547%2c12.8310547 C11.322588%2c13.4645214 10.5797569%2c13.9635398 9.72753906%2c14.328125 C8.87532126%2c14.6927102 7.96615066%2c14.875 7%2c14.875 C6.03384934%2c14.875 5.12467874%2c14.6927102 4.27246094%2c14.328125 C3.42024313%2c13.9635398 2.67741202%2c13.4645214 2.04394531%2c12.8310547 C1.4104786%2c12.197588 0.911460156%2c11.4547569 0.546875%2c10.6025391 C0.182289844%2c9.75032126 0%2c8.84115066 0%2c7.875 C0%2c6.90884934 0.182289844%2c5.99967874 0.546875%2c5.14746094 C0.911460156%2c4.29524313 1.4104786%2c3.55241202 2.04394531%2c2.91894531 C2.67741202%2c2.2854786 3.42024313%2c1.78646016 4.27246094%2c1.421875 C5.12467874%2c1.05728984 6.03384934%2c0.875 7%2c0.875 Z M13.125%2c7.875 C13.125%2c7.02733951 12.9632178%2c6.23210007 12.6396484%2c5.48925781 C12.3160791%2c4.74641556 11.8785835%2c4.09928661 11.3271484%2c3.54785156 C10.7757134%2c2.99641651 10.1285844%2c2.55892089 9.38574219%2c2.23535156 C8.64289993%2c1.91178224 7.84766049%2c1.75 7%2c1.75 C6.48046615%2c1.75 5.97689046%2c1.81380145 5.48925781%2c1.94140625 C5.00162517%2c2.06901105 4.54362193%2c2.24674365 4.11523438%2c2.47460938 L6.42578125%2c6.20703125 C6.51692754%2c6.17968736 6.61035108%2c6.15690113 6.70605469%2c6.13867188 C6.80175829%2c6.12044262 6.89973908%2c6.11132812 7%2c6.11132812 C7.48307533%2c6.11132812 7.89778473%2c6.28450348 8.24414062%2c6.63085938 C8.59049652%2c6.97721527 8.76367188%2c7.39192467 8.76367188%2c7.875 C8.76367188%2c7.95703166 8.75683601%2c8.03678347 8.74316406%2c8.11425781 C8.72949212%2c8.19173216 8.71354176%2c8.26692672 8.6953125%2c8.33984375 L12.5644531%2c10.4179688 C12.7467457%2c10.0260397 12.8857417%2c9.61816618 12.9814453%2c9.19433594 C13.0771489%2c8.77050569 13.125%2c8.33073145 13.125%2c7.875 Z M7%2c6.98632812 C6.75390502%2c6.98632812 6.5442717%2c7.0729158 6.37109375%2c7.24609375 C6.1979158%2c7.4192717 6.11132812%2c7.62890502 6.11132812%2c7.875 C6.11132812%2c8.12109498 6.1979158%2c8.3307283 6.37109375%2c8.50390625 C6.5442717%2c8.6770842 6.75390502%2c8.76367188 7%2c8.76367188 C7.24609498%2c8.76367188 7.4557283%2c8.6770842 7.62890625%2c8.50390625 C7.8020842%2c8.3307283 7.88867188%2c8.12109498 7.88867188%2c7.875 C7.88867188%2c7.62890502 7.8020842%2c7.4192717 7.62890625%2c7.24609375 C7.4557283%2c7.0729158 7.24609498%2c6.98632812 7%2c6.98632812 Z M3.37695312%2c2.93945312 C3.05794111%2c3.17643348 2.76627736%2c3.43847513 2.50195312%2c3.72558594 C2.23762889%2c4.01269675 2.00065209%2c4.32031086 1.79101562%2c4.6484375 L5.66015625%2c6.7265625 L5.70117188%2c6.68554688 L3.37695312%2c2.93945312 Z M0.875%2c7.875 C0.875%2c8.72266049 1.03678224%2c9.51789993 1.36035156%2c10.2607422 C1.68392089%2c11.0035844 2.12141651%2c11.6507134 2.67285156%2c12.2021484 C3.22428661%2c12.7535835 3.87141556%2c13.1910791 4.61425781%2c13.5146484 C5.35710007%2c13.8382178 6.15233951%2c14 7%2c14 C7.51041922%2c14 8.0026018%2c13.9407558 8.4765625%2c13.8222656 C8.9505232%2c13.7037754 9.39713332%2c13.5351573 9.81640625%2c13.3164062 L7.4921875%2c9.5703125 C7.41015584%2c9.58854176 7.32812541%2c9.60449212 7.24609375%2c9.61816406 C7.16406209%2c9.63183601 7.08203166%2c9.63867188 7%2c9.63867188 C6.51692467%2c9.63867188 6.10221527%2c9.46549652 5.75585937%2c9.11914062 C5.40950348%2c8.77278473 5.23632812%2c8.35807533 5.23632812%2c7.875 C5.23632812%2c7.8111976 5.23860675%2c7.74967478 5.24316406%2c7.69042969 C5.24772138%2c7.6311846 5.25911449%2c7.56966178 5.27734375%2c7.50585938 L1.39453125%2c5.42773438 C1.2213533%2c5.80143416 1.09147179%2c6.19335732 1.00488281%2c6.60351562 C0.918293838%2c7.01367393 0.875%2c7.43749781 0.875%2c7.875 Z M10.5546875%2c12.8515625 C10.8736995%2c12.6236968 11.1676419%2c12.3707696 11.4365234%2c12.0927734 C11.705405%2c11.8147773 11.9446604%2c11.5117204 12.1542969%2c11.1835938 L8.2578125%2c9.10546875 L8.24414062%2c9.11914062 L10.5546875%2c12.8515625 Z' id='Disc---simple-line-icons'/%3e %3cpath d='M14.1962891%2c7.56640625 L21.4833984%2c7.56640625 L18.7412109%2c4.92578125 C18.6227208%2c4.81575466 18.5634766%2c4.68457107 18.5634766%2c4.53222656 C18.5634766%2c4.37988205 18.6163732%2c4.2465826 18.722168%2c4.13232422 C18.8279628%2c4.01806583 18.9570305%2c3.9609375 19.109375%2c3.9609375 C19.2617195%2c3.9609375 19.3971348%2c4.01171824 19.515625%2c4.11328125 L23.2480469%2c7.71875 C23.3665371%2c7.82877659 23.4257812%2c7.96207604 23.4257812%2c8.11865234 C23.4257812%2c8.27522865 23.3665371%2c8.4085281 23.2480469%2c8.51855469 L19.4902344%2c12.1367188 C19.3802078%2c12.2382818 19.2532559%2c12.2890625 19.109375%2c12.2890625 C18.9485669%2c12.2890625 18.8131516%2c12.2298183 18.703125%2c12.1113281 C18.5930984%2c12.0013015 18.5402018%2c11.8701179 18.5444336%2c11.7177734 C18.5486654%2c11.5654289 18.6057937%2c11.4342453 18.7158203%2c11.3242188 L21.4580078%2c8.68359375 L14.1835938%2c8.68359375 C14.0397128%2c8.68359375 13.912761%2c8.63281301 13.8027344%2c8.53125 C13.6927078%2c8.42968699 13.6334636%2c8.30696687 13.625%2c8.16308594 C13.6165364%2c8.00227784 13.669433%2c7.8626308 13.7836914%2c7.74414062 C13.8979498%2c7.62565045 14.035481%2c7.56640625 14.1962891%2c7.56640625 Z' id='arrow-right---anticon'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px; }
  .moa-icon:hover, .moa-icon.active {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='MOA' transform='translate(-1142.000000%2c -190.000000)' fill='%230087fc'%3e %3cg id='Group-27' transform='translate(239.000000%2c 175.000000)'%3e %3cg id='Group-30' transform='translate(903.000000%2c 15.000000)'%3e %3cg id='Group-35'%3e %3cg id='Group-36'%3e %3cpath d='M7%2c0.875 C7.96615066%2c0.875 8.87532126%2c1.05728984 9.72753906%2c1.421875 C10.5797569%2c1.78646016 11.322588%2c2.2854786 11.9560547%2c2.91894531 C12.5895214%2c3.55241202 13.0885398%2c4.29524313 13.453125%2c5.14746094 C13.8177102%2c5.99967874 14%2c6.90884934 14%2c7.875 C14%2c8.84115066 13.8177102%2c9.75032126 13.453125%2c10.6025391 C13.0885398%2c11.4547569 12.5895214%2c12.197588 11.9560547%2c12.8310547 C11.322588%2c13.4645214 10.5797569%2c13.9635398 9.72753906%2c14.328125 C8.87532126%2c14.6927102 7.96615066%2c14.875 7%2c14.875 C6.03384934%2c14.875 5.12467874%2c14.6927102 4.27246094%2c14.328125 C3.42024313%2c13.9635398 2.67741202%2c13.4645214 2.04394531%2c12.8310547 C1.4104786%2c12.197588 0.911460156%2c11.4547569 0.546875%2c10.6025391 C0.182289844%2c9.75032126 0%2c8.84115066 0%2c7.875 C0%2c6.90884934 0.182289844%2c5.99967874 0.546875%2c5.14746094 C0.911460156%2c4.29524313 1.4104786%2c3.55241202 2.04394531%2c2.91894531 C2.67741202%2c2.2854786 3.42024313%2c1.78646016 4.27246094%2c1.421875 C5.12467874%2c1.05728984 6.03384934%2c0.875 7%2c0.875 Z M13.125%2c7.875 C13.125%2c7.02733951 12.9632178%2c6.23210007 12.6396484%2c5.48925781 C12.3160791%2c4.74641556 11.8785835%2c4.09928661 11.3271484%2c3.54785156 C10.7757134%2c2.99641651 10.1285844%2c2.55892089 9.38574219%2c2.23535156 C8.64289993%2c1.91178224 7.84766049%2c1.75 7%2c1.75 C6.48046615%2c1.75 5.97689046%2c1.81380145 5.48925781%2c1.94140625 C5.00162517%2c2.06901105 4.54362193%2c2.24674365 4.11523438%2c2.47460938 L6.42578125%2c6.20703125 C6.51692754%2c6.17968736 6.61035108%2c6.15690113 6.70605469%2c6.13867188 C6.80175829%2c6.12044262 6.89973908%2c6.11132812 7%2c6.11132812 C7.48307533%2c6.11132812 7.89778473%2c6.28450348 8.24414062%2c6.63085938 C8.59049652%2c6.97721527 8.76367188%2c7.39192467 8.76367188%2c7.875 C8.76367188%2c7.95703166 8.75683601%2c8.03678347 8.74316406%2c8.11425781 C8.72949212%2c8.19173216 8.71354176%2c8.26692672 8.6953125%2c8.33984375 L12.5644531%2c10.4179688 C12.7467457%2c10.0260397 12.8857417%2c9.61816618 12.9814453%2c9.19433594 C13.0771489%2c8.77050569 13.125%2c8.33073145 13.125%2c7.875 Z M7%2c6.98632812 C6.75390502%2c6.98632812 6.5442717%2c7.0729158 6.37109375%2c7.24609375 C6.1979158%2c7.4192717 6.11132812%2c7.62890502 6.11132812%2c7.875 C6.11132812%2c8.12109498 6.1979158%2c8.3307283 6.37109375%2c8.50390625 C6.5442717%2c8.6770842 6.75390502%2c8.76367188 7%2c8.76367188 C7.24609498%2c8.76367188 7.4557283%2c8.6770842 7.62890625%2c8.50390625 C7.8020842%2c8.3307283 7.88867188%2c8.12109498 7.88867188%2c7.875 C7.88867188%2c7.62890502 7.8020842%2c7.4192717 7.62890625%2c7.24609375 C7.4557283%2c7.0729158 7.24609498%2c6.98632812 7%2c6.98632812 Z M3.37695312%2c2.93945312 C3.05794111%2c3.17643348 2.76627736%2c3.43847513 2.50195312%2c3.72558594 C2.23762889%2c4.01269675 2.00065209%2c4.32031086 1.79101562%2c4.6484375 L5.66015625%2c6.7265625 L5.70117188%2c6.68554688 L3.37695312%2c2.93945312 Z M0.875%2c7.875 C0.875%2c8.72266049 1.03678224%2c9.51789993 1.36035156%2c10.2607422 C1.68392089%2c11.0035844 2.12141651%2c11.6507134 2.67285156%2c12.2021484 C3.22428661%2c12.7535835 3.87141556%2c13.1910791 4.61425781%2c13.5146484 C5.35710007%2c13.8382178 6.15233951%2c14 7%2c14 C7.51041922%2c14 8.0026018%2c13.9407558 8.4765625%2c13.8222656 C8.9505232%2c13.7037754 9.39713332%2c13.5351573 9.81640625%2c13.3164062 L7.4921875%2c9.5703125 C7.41015584%2c9.58854176 7.32812541%2c9.60449212 7.24609375%2c9.61816406 C7.16406209%2c9.63183601 7.08203166%2c9.63867188 7%2c9.63867188 C6.51692467%2c9.63867188 6.10221527%2c9.46549652 5.75585937%2c9.11914062 C5.40950348%2c8.77278473 5.23632812%2c8.35807533 5.23632812%2c7.875 C5.23632812%2c7.8111976 5.23860675%2c7.74967478 5.24316406%2c7.69042969 C5.24772138%2c7.6311846 5.25911449%2c7.56966178 5.27734375%2c7.50585938 L1.39453125%2c5.42773438 C1.2213533%2c5.80143416 1.09147179%2c6.19335732 1.00488281%2c6.60351562 C0.918293838%2c7.01367393 0.875%2c7.43749781 0.875%2c7.875 Z M10.5546875%2c12.8515625 C10.8736995%2c12.6236968 11.1676419%2c12.3707696 11.4365234%2c12.0927734 C11.705405%2c11.8147773 11.9446604%2c11.5117204 12.1542969%2c11.1835938 L8.2578125%2c9.10546875 L8.24414062%2c9.11914062 L10.5546875%2c12.8515625 Z' id='Disc---simple-line-icons'/%3e %3cpath d='M14.1962891%2c7.56640625 L21.4833984%2c7.56640625 L18.7412109%2c4.92578125 C18.6227208%2c4.81575466 18.5634766%2c4.68457107 18.5634766%2c4.53222656 C18.5634766%2c4.37988205 18.6163732%2c4.2465826 18.722168%2c4.13232422 C18.8279628%2c4.01806583 18.9570305%2c3.9609375 19.109375%2c3.9609375 C19.2617195%2c3.9609375 19.3971348%2c4.01171824 19.515625%2c4.11328125 L23.2480469%2c7.71875 C23.3665371%2c7.82877659 23.4257812%2c7.96207604 23.4257812%2c8.11865234 C23.4257812%2c8.27522865 23.3665371%2c8.4085281 23.2480469%2c8.51855469 L19.4902344%2c12.1367188 C19.3802078%2c12.2382818 19.2532559%2c12.2890625 19.109375%2c12.2890625 C18.9485669%2c12.2890625 18.8131516%2c12.2298183 18.703125%2c12.1113281 C18.5930984%2c12.0013015 18.5402018%2c11.8701179 18.5444336%2c11.7177734 C18.5486654%2c11.5654289 18.6057937%2c11.4342453 18.7158203%2c11.3242188 L21.4580078%2c8.68359375 L14.1835938%2c8.68359375 C14.0397128%2c8.68359375 13.912761%2c8.63281301 13.8027344%2c8.53125 C13.6927078%2c8.42968699 13.6334636%2c8.30696687 13.625%2c8.16308594 C13.6165364%2c8.00227784 13.669433%2c7.8626308 13.7836914%2c7.74414062 C13.8979498%2c7.62565045 14.035481%2c7.56640625 14.1962891%2c7.56640625 Z' id='arrow-right---anticon'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.enter-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.137 66.137'%3e%3cg transform='matrix(0.922007 0 0 0.922007 2.57912 2.57912)'%3e%3cg%3e %3cg%3e %3cpath d='M33.068%2c66.136C14.834%2c66.136%2c0%2c51.302%2c0%2c33.068S14.834%2c0%2c33.068%2c0s33.069%2c14.834%2c33.069%2c33.068 S51.302%2c66.136%2c33.068%2c66.136z M33.068%2c4C17.04%2c4%2c4%2c17.041%2c4%2c33.068s13.04%2c29.068%2c29.068%2c29.068s29.069-13.04%2c29.069-29.068 S49.096%2c4%2c33.068%2c4z' data-original='black' class='active-path' data-old_color='%23008fba' fill='%23008FBA'/%3e %3cg%3e %3crect x='19.878' y='31.72' width='22.472' height='4' data-original='black' class='active-path' data-old_color='%23008fba' fill='%23008FBA'/%3e %3cpolygon points='37.582%2c46.17 34.359%2c43.799 41.779%2c33.717 34.359%2c23.634 37.582%2c21.264 46.746%2c33.717 ' data-original='black' class='active-path' data-old_color='%23008fba' fill='%23008FBA'/%3e %3c/g%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  height: 25px;
  width: 25px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px; }

.footer-innoplexus-logo {
  width: 100px;
  height: 40px;
  background-image: url(https://discover.ontosight.com/images/innoplexus_logo.1a5d.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8px 50px; }

.card-img {
  padding: 0px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  background-size: cover !important; }

.box-goal .goal-img {
  padding: 25px;
  background-position: left !important;
  margin-bottom: 30px;
  margin-top: 45px; }

.box-goal.box-two .goal-img {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-163.000000%2c -37.000000)' fill-rule='nonzero'%3e %3cg id='pie-chart' transform='translate(163.000000%2c 37.000000)'%3e %3cpath d='M30%2c6.99996094 C17.2969922%2c6.99996094 6.99996094%2c17.2969922 6.99996094%2c30 C6.99996094%2c42.7030078 17.2969922%2c53.0000391 30%2c53.0000391 C42.7030078%2c53.0000391 53.0000391%2c42.7030078 53.0000391%2c30 L30%2c30 L30%2c6.99996094 Z' id='Shape' fill='%234398D1'/%3e %3cpath d='M53.0000696%2c30 L30%2c30 L46.26%2c46.26 C50.5839844%2c41.955 53.01%2c36.1019531 53.0000696%2c30 Z' id='Shape' fill='%23FDB62F'/%3e %3cpath d='M33.9999609%2c3 L33.9999609%2c26.0000391 L57%2c26.0000391 C57%2c13.2970312 46.7029687%2c3 33.9999609%2c3 Z' id='Shape' fill='%23F46B27'/%3e %3cg id='Group' fill='%23DBDBDB'%3e %3crect id='Rectangle-path' x='0' y='3.99996094' width='9' height='2.00003906'/%3e %3crect id='Rectangle-path' x='0' y='8.00003906' width='9' height='2.00003906'/%3e %3crect id='Rectangle-path' transform='translate(9.000467%2c 17.004533) rotate(128.658913) translate(-9.000467%2c -17.004533) ' x='8.00042047' y='10.5991812' width='2.00009396' height='12.8107032'/%3e %3crect id='Rectangle-path' x='51' y='0' width='9' height='2.00003906'/%3e %3crect id='Rectangle-path' x='51' y='3.99996094' width='9' height='2.00003906'/%3e %3crect id='Rectangle-path' transform='translate(51.000023%2c 11.009906) rotate(143.130102) translate(-51.000023%2c -11.009906) ' x='46.000043' y='10.0098867' width='9.99996094' height='2.00003906'/%3e %3c/g%3e %3cg id='Group' transform='translate(18.984375%2c 57.890625)' fill='%2387CED9'%3e %3crect id='Rectangle-path' x='0.0155859375' y='0.109335937' width='2.00003906' height='2.00003906'/%3e %3crect id='Rectangle-path' x='4.01566406' y='0.109335937' width='2.00003906' height='2.00003906'/%3e %3crect id='Rectangle-path' x='8.015625' y='0.109335937' width='2.00003906' height='2.00003906'/%3e %3crect id='Rectangle-path' x='12.0155859' y='0.109335937' width='2.00003906' height='2.00003906'/%3e %3crect id='Rectangle-path' x='16.0156641' y='0.109335937' width='2.00003906' height='2.00003906'/%3e %3crect id='Rectangle-path' x='20.015625' y='0.109335937' width='2.00003906' height='2.00003906'/%3e %3c/g%3e %3cg id='Group' transform='translate(0.000000%2c 43.945312)' fill='%23DBDBDB'%3e %3crect id='Rectangle-path' x='0' y='4.0546875' width='9' height='2.00003906'/%3e %3crect id='Rectangle-path' x='0' y='8.05464844' width='6.99996094' height='2.00003906'/%3e %3crect id='Rectangle-path' x='0' y='0.0547265625' width='9' height='2.00003906'/%3e %3c/g%3e %3cpath d='M44.0000391%2c44.0000391 L38.5700391%2c38.5700391 C31.785%2c43.2120703 24.1910156%2c46.5430078 16.1800781%2c48.39 C25.3380469%2c55.2690234 38.1621094%2c54.3610547 46.2601172%2c46.26 L44.0000391%2c44.0000391 Z' id='Shape' fill='%233E8CC7'/%3e %3cpath d='M38.5700391%2c38.5700391 L46.26%2c46.26 C47.3040234%2c45.2199609 48.2450391%2c44.0810156 49.0700391%2c42.8600391 C49.4860547%2c42.2610938 49.8700781%2c41.64 50.22%2c41.0000391 C50.4%2c40.68 50.5700391%2c40.3470703 50.73%2c40.0000781 C51.0549609%2c39.3290625 51.345%2c38.6410547 51.6%2c37.9400391 C51.8600391%2c37.23 52.0899609%2c36.51 52.2800391%2c35.7800391 C52.47%2c35.0500781 52.62%2c34.29 52.7300391%2c33.5300391 C52.9130859%2c32.3620313 53.0030859%2c31.1820703 53.0001139%2c30 L47.6800781%2c30 C45.0610547%2c33.27 41.9940234%2c36.1550391 38.5700391%2c38.5700391 Z' id='Shape' fill='%23F5AB20'/%3e %3cg id='Group' transform='translate(46.289062%2c 36.093750)' fill='%23DBDBDB'%3e %3crect id='Rectangle-path' x='4.7109375' y='9.90621094' width='9' height='2.00003906'/%3e %3crect id='Rectangle-path' x='4.7109375' y='13.9062891' width='9' height='2.00003906'/%3e %3crect id='Rectangle-path' transform='translate(4.710891%2c 3.906281) rotate(126.869898) translate(-4.710891%2c -3.906281) ' x='3.71087109' y='-1.09369922' width='2.00003906' height='9.99996094'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.box-goal.box-three .goal-img {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 59'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-41.000000%2c -37.000000)' fill-rule='nonzero'%3e %3cg id='puzzle' transform='translate(41.000000%2c 37.000000)'%3e %3cpath d='M52.7288672%2c27.1925042 C52.9484766%2c25.9984738 52.7247656%2c24.7663077 52.0983984%2c23.7221541 C51.7892578%2c23.258382 51.9183984%2c22.6347645 52.3872656%2c22.3289833 C52.5631641%2c22.2143444 52.7716406%2c22.1559237 52.9831641%2c22.1629944 L58.8916406%2c22.1629944 L58.8916406%2c6.06867906 C58.8916406%2c2.73510746 56.1601172%2c0.0332673267 52.7899219%2c0.0332673267 L36.6101953%2c0.0332673267 L36.6101953%2c5.88762135 C36.6142969%2c6.44284955 37.0729687%2c6.89050954 37.6342969%2c6.88645255 C37.8021094%2c6.88540932 37.9678125%2c6.84321661 38.1153516%2c6.76277228 C39.1872656%2c6.11794253 40.4644922%2c5.89573533 41.6949609%2c6.13915479 C44.4580078%2c6.63306448 46.2936328%2c9.24936006 45.7942969%2c11.9834243 C45.2949609%2c14.7164453 42.6499219%2c16.5321227 39.8858203%2c16.038213 C39.3092578%2c15.9345858 38.7549609%2c15.7344023 38.2475391%2c15.4436899 C37.7614453%2c15.1650326 37.1390625%2c15.329051 36.8583984%2c15.8098624 C36.7607812%2c15.9758512 36.7140234%2c16.1669935 36.7221094%2c16.359063 L36.6101953%2c22.1631104 L42.3864844%2c22.1631104 C42.946875%2c22.1329727 43.426875%2c22.5574499 43.4573437%2c23.1126781 C43.4684766%2c23.3078773 43.4207812%2c23.5029606 43.3221094%2c23.6719633 C42.8725781%2c24.435489 42.6366797%2c25.3035692 42.6407812%2c26.1867182 C42.6407812%2c28.9640184 44.9177344%2c31.216228 47.7264844%2c31.2151847 C50.1844922%2c31.2151847 52.2905859%2c29.4749674 52.7288672%2c27.0819222 L52.7288672%2c27.1925042 Z' id='Shape' fill='%2388B337'/%3e %3cpath d='M27.4576172%2c8.08048298 C27.1117969%2c6.01640184 25.4765625%2c4.39893745 23.3898047%2c4.05687515 C25.4765625%2c3.71481285 27.1117969%2c2.09734847 27.4576172%2c0.0332673267 C27.8034375%2c2.09734847 29.4386719%2c3.71481285 31.5254297%2c4.05687515 C29.4386719%2c4.39882154 27.8034375%2c6.01628592 27.4576172%2c8.08048298 Z' id='Shape' fill='%23FDB62F'/%3e %3cg id='Group' transform='translate(47.695312%2c 35.237865)' fill='%23D9D9D9'%3e %3cpath d='M0.10125%2c7.04316832 L0.10125%2c5.0313644 C2.9090625%2c5.0313644 5.18601562%2c2.77915479 5.18601562%2c0.00185462449 L7.21992187%2c0.00185462449 C7.21992188%2c3.89065443 4.03277344%2c7.04316832 0.10125%2c7.04316832 Z' id='Shape'/%3e %3cpath d='M0.10125%2c12.0725622 L0.10125%2c10.0607583 C5.7178125%2c10.0607583 10.2707812%2c5.55738227 10.2707812%2c0.00173871046 L12.3046875%2c0.00173871046 C12.3046875%2c6.66888191 6.84058594%2c12.0725622 0.10125%2c12.0725622 Z' id='Shape'/%3e %3c/g%3e %3cg id='Group' transform='translate(5.390625%2c 41.844965)' fill='%23FFA83D'%3e %3cpath d='M0.802617187%2c16.530384 L16.9822266%2c16.530384 L0.090703125%2c16.530384 C0.32765625%2c16.5507254 0.565664062%2c16.5507254 0.802617187%2c16.530384 Z' id='Shape'/%3e %3cpath d='M16.9822266%2c0.436068582 C17.00769%2c0.312388312 17.00769%2c0.187664815 16.9822266%2c0.0638686308 L16.9822266%2c0.184535136 C16.9949583%2c0.267993238 16.9949583%2c0.352494567 16.9822266%2c0.436068582 Z' id='Shape'/%3e %3c/g%3e %3cpath d='M31.4541797%2c24.094354 C31.3809375%2c23.7765177 31.2761719%2c23.4656363 31.1389453%2c23.1688964 C30.4717969%2c21.6540159 29.0958984%2c20.5605989 27.4576172%2c20.2417194 C26.2504687%2c20.0163825 25.0017187%2c20.2387056 23.9491406%2c20.8653369 C23.4802734%2c21.1711181 22.8498047%2c21.0433808 22.5406641%2c20.5796088 C22.4247656%2c20.4056218 22.3657031%2c20.1994108 22.3728516%2c19.9901859 L22.3728516%2c14.1157788 L6.10171875%2c14.1157788 C2.73152344%2c14.1157788 0%2c16.8176189 0%2c20.1511905 L0%2c23.1688964 L0%2c36.2456218 L6.10171875%2c36.2456218 L6.31523437%2c36.2456218 C6.45457031%2c36.1972857 6.58265625%2c36.1228689 6.69152344%2c36.0243419 L6.75257812%2c35.9639507 C6.99667969%2c35.5867665 6.99667969%2c35.1038686 6.75257812%2c34.7266844 C6.54914062%2c34.3897223 6.39257812%2c34.0276069 6.28476562%2c33.6504226 C5.67867187%2c32.0942767 6%2c30.3329631 7.11867187%2c29.0836416 C7.835625%2c28.1230621 8.8790625%2c27.4520357 10.0576172%2c27.1925042 C10.2782812%2c27.1441681 10.5030469%2c27.1140304 10.72875%2c27.1019754 C13.5711328%2c26.8575127 16.0758984%2c28.9387491 16.3229297%2c31.7502439 C16.3371094%2c31.9071915 16.3433203%2c32.0650664 16.3422656%2c32.222014 C16.3463672%2c33.105163 16.1103516%2c33.9732432 15.6609375%2c34.7367689 C15.3792188%2c35.2175803 15.5450391%2c35.8331997 16.0311328%2c36.111857 C16.2030469%2c36.210384 16.3992187%2c36.2567496 16.5965625%2c36.2456218 L19.5761719%2c36.2456218 L22.3727344%2c36.2456218 L22.3727344%2c30.2102101 C22.3727344%2c29.4356725 23.2777734%2c29.1540014 23.9592187%2c29.5463704 C24.7311328%2c29.9910167 25.60875%2c30.2243516 26.5016016%2c30.2202946 C29.3094141%2c30.2153103 31.5822656%2c27.9590437 31.5761719%2c25.1807003 C31.5762891%2c24.8155711 31.5345703%2c24.4514851 31.4541797%2c24.094354 Z' id='Shape' fill='%234398D1'/%3e %3cpath d='M38.8678125%2c36.2456218 C38.3064844%2c36.2496788 37.8539062%2c36.7033663 37.8580078%2c37.2585945 C37.8590625%2c37.4245834 37.9017187%2c37.5884859 37.9830469%2c37.7344216 C39.4219922%2c40.120396 38.6328516%2c43.2075344 36.2206641%2c44.6297996 C35.7580078%2c44.9024294 35.2545703%2c45.1015697 34.72875%2c45.2182951 C34.0076953%2c45.3692152 33.2633203%2c45.3692152 32.5422656%2c45.2182951 C29.7975%2c44.6297996 28.0555078%2c41.9521855 28.6503516%2c39.237247 C28.7601562%2c38.7342961 28.9483594%2c38.2515141 29.2066406%2c37.8048974 C29.5188281%2c37.3432118 29.3937891%2c36.7185511 28.9270312%2c36.4097561 C28.7917969%2c36.3202705 28.6361719%2c36.2639362 28.4744531%2c36.2457377 L22.3727344%2c36.2457377 L22.3727344%2c41.8788119 C22.3971094%2c42.0115334 22.3971094%2c42.1484279 22.3727344%2c42.2811495 C22.2059766%2c42.8866844 21.5733984%2c43.2438155 20.9612109%2c43.0778266 C20.9012109%2c43.0617146 20.8422656%2c43.0406182 20.78625%2c43.0154649 C20.0164453%2c42.5658343 19.1377734%2c42.3324994 18.2438672%2c42.3415407 C15.4634766%2c42.3576527 13.2232031%2c44.5997778 13.2394922%2c47.3499541 C13.2557812%2c50.1001304 15.5225391%2c52.3160589 18.3029297%2c52.2999469 C19.2151172%2c52.2949626 20.1079687%2c52.0444723 20.8879687%2c51.575716 C21.3812109%2c51.3091137 21.9984375%2c51.4882009 22.2679687%2c51.9750398 C22.3503516%2c52.1238735 22.3930078%2c52.2909056 22.3930078%2c52.4608355 L22.3726172%2c58.3754649 L38.64375%2c58.3754649 C42.0139453%2c58.3754649 44.7454687%2c55.6736247 44.7454687%2c52.3400531 L44.7454687%2c36.2456218 L38.8678125%2c36.2456218 Z' id='Shape' fill='%23DE4C3C'/%3e %3cpolygon id='Shape' fill='%23FFA83D' points='22.3728516 36.265675 22.3728516 36.265675 22.3728516 36.2784067'/%3e %3cpath d='M20.8880859%2c51.5754842 C18.5389453%2c53.0983627 15.3874219%2c52.4485487 13.8476953%2c50.1259792 C12.3080859%2c47.8034098 12.9650391%2c44.6850906 15.313125%2c43.1620961 C16.1816016%2c42.5987539 17.2046484%2c42.3120985 18.2429297%2c42.3413089 C19.1368359%2c42.3322676 20.0155078%2c42.5656025 20.7853125%2c43.015233 C21.3629297%2c43.2767351 22.0442578%2c43.0253176 22.30875%2c42.4539773 C22.3341797%2c42.3976431 22.3555078%2c42.3402656 22.3717969%2c42.2809177 C22.3819922%2c42.1974596 22.3819922%2c42.1129582 22.3717969%2c42.0295001 L22.3717969%2c36.2456218 L19.5752344%2c36.2456218 L16.595625%2c36.2456218 C16.0352344%2c36.2757595 15.5552344%2c35.8512823 15.5247656%2c35.2960541 C15.5136328%2c35.1008549 15.5613281%2c34.9057716 15.66%2c34.7367689 C16.1095312%2c33.9732432 16.3454297%2c33.105163 16.3413281%2c32.222014 C16.3402734%2c29.3995074 14.0278125%2c27.1120599 11.1741797%2c27.1131031 C11.0246484%2c27.1131031 10.8761719%2c27.1191306 10.7276953%2c27.1322289 C10.501875%2c27.144284 10.2772266%2c27.1744216 10.0565625%2c27.2227578 C8.90742187%2c27.4741753 7.884375%2c28.1190051 7.16847656%2c29.0434195 C6.04980469%2c30.2916977 5.72847656%2c32.0530113 6.33457031%2c33.6102004 C6.44238281%2c33.9873847 6.59894531%2c34.3495001 6.80238281%2c34.6864622 C7.04648437%2c35.0636465 7.04648437%2c35.5465443 6.80238281%2c35.9237286 L6.74132812%2c35.9841198 C6.63246094%2c36.0826467 6.504375%2c36.1571794 6.36503906%2c36.2053997 L6.10160156%2c36.2456218 L0%2c36.2456218 L0%2c52.3399372 C0.038671875%2c55.4260324 2.38265625%2c58.007206 5.48132813%2c58.3753489 L22.3728516%2c58.3753489 L22.3728516%2c52.4607196 C22.36875%2c51.9054914 21.9091406%2c51.4588747 21.3478125%2c51.4628157 C21.1880859%2c51.463859 21.0304688%2c51.5030379 20.8880859%2c51.5754842 Z' id='Shape' fill='%23FDB62F'/%3e %3cpath d='M22.3728516%2c52.9435016 L22.3728516%2c58.3753489 L38.6439844%2c58.3753489 C42.0141797%2c58.3753489 44.7457031%2c55.6735088 44.7457031%2c52.3399372 L44.7457031%2c40.9029317 C38.8780078%2c46.7371166 30.6711328%2c50.509191 22.3728516%2c52.9435016 Z' id='Shape' fill='%23C94536'/%3e %3cpath d='M2.03390625%2c56.7557981 C2.98171875%2c57.6419609 4.1878125%2c58.2093601 5.48132813%2c58.3753489 L22.3728516%2c58.3753489 L22.3728516%2c52.9435016 C15.7280859%2c54.8376527 8.91867188%2c56.114098 2.03390625%2c56.7557981 Z' id='Shape' fill='%23FFA83D'/%3e %3cpath d='M36.6101953%2c21.1570925 L36.6101953%2c22.1629944 L42.3864844%2c22.1629944 C42.946875%2c22.1328568 43.426875%2c22.557334 43.4573437%2c23.1125622 C43.4684766%2c23.3077614 43.4207812%2c23.5028447 43.3221094%2c23.6718474 C42.8725781%2c24.4353731 42.6366797%2c25.3034533 42.6407812%2c26.1866023 C42.6458203%2c28.9639024 44.9258203%2c31.2120551 47.7346875%2c31.2070708 C50.5425%2c31.2020865 52.8153516%2c28.9468631 52.8103125%2c26.1685197 C52.8083203%2c25.2682154 52.5631641%2c24.3850664 52.0983984%2c23.6105289 C51.85125%2c23.1116349 52.0597266%2c22.5091137 52.5631641%2c22.2646511 C52.6942969%2c22.2012461 52.8366797%2c22.1661241 52.9831641%2c22.1620671 L58.8916406%2c22.1620671 L58.8916406%2c9.16682927 C53.9593359%2c16.5300362 44.6237109%2c19.769022 36.6101953%2c21.1570925 Z' id='Shape' fill='%2378A82F'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.box-goal.box-four .goal-img {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-41.000000%2c -145.000000)' fill-rule='nonzero'%3e %3cg id='goal' transform='translate(41.000000%2c 145.000000)'%3e %3cpath d='M30.0002344%2c8.28608187 C28.2869531%2c8.28608187 26.8982813%2c6.90011696 26.8982813%2c5.19017544 L26.8982813%2c2.09426901 L25.8644531%2c0.0304093567 L31.0342969%2c0.0304093567 C32.176875%2c0.0304093567 33.1021875%2c0.954035088 33.1021875%2c2.09426901 L33.1021875%2c5.19017544 C33.1021875%2c6.90011696 31.7135156%2c8.28608187 30.0002344%2c8.28608187 Z' id='Shape' fill='%23FEC9A3'/%3e %3cpolyline id='Shape' fill='%23787D82' points='25.8644531 18.6054971 25.8644531 33.0528655 36.2040234 33.0528655 34.1361328 30.9890058 34.1361328 18.6054971'/%3e %3cpath d='M38.2720312%2c14.4777778 L38.2720312%2c10.3499415 C38.2720312%2c9.20959064 37.3466016%2c8.28608187 36.2041406%2c8.28608187 L21.7285547%2c8.28608187 L21.7285547%2c2.20783626 C21.7699219%2c1.16035088 21.0419531%2c0.237894737 20.0122266%2c0.0304093567 C18.8872266%2c-0.163625731 17.8170703%2c0.589707602 17.6227734%2c1.71356725 C17.6010937%2c1.8394152 17.5906641%2c1.96748538 17.5927734%2c2.09438596 L17.5927734%2c9.3180117 C17.5927734%2c11.0279532 18.9814453%2c12.4139181 20.6947266%2c12.4139181 L25.8645703%2c12.4139181 L25.8645703%2c18.605614 L34.13625%2c18.605614 L34.13625%2c15.5097076 C34.13625%2c17.2196491 35.5249219%2c18.605614 37.2382031%2c18.605614 L44.4759375%2c18.605614 C45.6185156%2c18.605614 46.5438281%2c17.6819883 46.5438281%2c16.5417544 C46.5438281%2c15.4014035 45.6183984%2c14.4778947 44.4759375%2c14.4778947 C44.4758203%2c14.4777778 38.2720312%2c14.4777778 38.2720312%2c14.4777778 Z' id='Shape' fill='%234398D1'/%3e %3cpath d='M30.6103125%2c33.0528655 L33.5260547%2c33.0528655 L31.0341797%2c30.565848 L31.0341797%2c21.7014035 L28.9662589%2c21.7014035 L28.9662891%2c30.9890058 C28.9641797%2c31.2635088 29.0728125%2c31.5266667 29.2661719%2c31.7216374 L30.6103125%2c33.0528655 Z' id='Shape' fill='%23616569'/%3e %3cpolygon id='Shape' fill='%23DE4C3C' points='42.4078125 7.25415205 51.7135547 3.12631579 42.4078125 0.0304093567'/%3e %3crect id='Rectangle-path' fill='%23D9D9D9' x='41.3790234' y='0.0304093567' width='2.06789063' height='35.0863158'/%3e %3cpolygon id='Shape' fill='%233E8CC7' points='40.3399219 29.9569591 38.2720313 29.9569591 37.2379688 33.0528655 23.7964453 33.0528655 17.5926563 41.3084211 13.4567578 41.3084211 0.015234375 59.8835088 59.9852344 59.8835088'/%3e %3cpath d='M44.4758203%2c37.1807018 C36.2041406%2c48.5321637 23.7964453%2c55.7557895 10.2929297%2c59.8836257 L59.9853516%2c59.8836257 L44.4758203%2c37.1807018 Z' id='Shape' fill='%233582BD'/%3e %3cg id='Group' transform='translate(0.000000%2c 13.450292)' fill='%23D9D9D9'%3e %3cpath d='M10.3549219%2c1.02748538 C9.78210937%2c1.03157895 9.21550781%2c1.1502924 8.69027344%2c1.37836257 C6.59132812%2c-0.553450292 3.32085937%2c-0.422339181 1.38527344%2c1.67251462 C0.508476562%2c2.62187135 0.019453125%2c3.86432749 0.015234375%2c5.15532164 L14.4907031%2c5.15532164 C14.4908203%2c2.87567251 12.6389063%2c1.02748538 10.3549219%2c1.02748538 Z' id='Shape'/%3e %3cpath d='M55.8494531%2c9.28304094 C55.5362109%2c9.28409357 55.2239062%2c9.32222222 54.9188672%2c9.39660819 C54.0110156%2c8.66491228 52.8808594%2c8.26046784 51.7135547%2c8.25111111 C48.85875%2c8.25111111 46.5437109%2c10.5616374 46.5437109%2c13.4108772 L59.9852344%2c13.4108772 C59.9852344%2c11.1312281 58.1334375%2c9.28304094 55.8494531%2c9.28304094 Z' id='Shape'/%3e %3cpath d='M17.5926562%2c16.5066667 C17.5926562%2c14.2271345 15.7408594%2c12.3788304 13.4567578%2c12.3788304 C11.1727734%2c12.3788304 9.32085937%2c14.2270175 9.32085937%2c16.5066667 L17.5926562%2c16.5066667 Z' id='Shape'/%3e %3c/g%3e %3cpolygon id='Shape' fill='%234398D1' points='28.9662891 48.5321637 24.8303906 41.3084211 17.5926562 41.3084211 13.4567578 41.3084211 0.015234375 59.8835088 41.4876563 59.8835088 35.1700781 48.5321637'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.box-goal.box-five .goal-img {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 60'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-159.000000%2c -145.000000)' fill-rule='nonzero'%3e %3cg id='vision' transform='translate(159.000000%2c 145.000000)'%3e %3cpath d='M0%2c30 C12.0119297%2c10.8077376 37.1957168%2c5.05710407 56.250498%2c17.1576923 C61.3981406%2c20.4266063 65.7545742%2c24.8148869 69%2c30 C56.9880703%2c49.1922624 31.8042832%2c54.9428959 12.749502%2c42.8423077 C7.60185938%2c39.5733937 3.24542578%2c35.1851131 0%2c30 Z' id='SVGCleanerId_0_1_' fill='%23CBCFD3' opacity='0.200000003'/%3e %3cellipse id='Oval' fill='%231598FC' cx='34.5' cy='30' rx='19.0342969' ry='19.1728507'/%3e %3cg id='Group' transform='translate(4.716797%2c 0.000000)' fill='%23E8594A'%3e %3crect id='Rectangle-path' x='28.5932227' y='0.042081448' width='2.37928711' height='19.1728507'/%3e %3crect id='Rectangle-path' x='0.0417773438' y='28.8013575' width='19.0342969' height='2.39660633'/%3e %3crect id='Rectangle-path' x='28.5932227' y='40.7850679' width='2.37928711' height='19.1728507'/%3e %3cpath d='M2.42119922%2c10.8270136 L0.0417773438%2c10.8270136 L0.0417773438%2c1.24045249 C0.0417773438%2c0.578959276 0.574775391%2c0.042081448 1.23148828%2c0.042081448 L10.7487715%2c0.042081448 L10.7487715%2c2.43868778 L2.42119922%2c2.43868778 L2.42119922%2c10.8270136 Z' id='Shape'/%3e %3cpath d='M59.5246289%2c10.8270136 L57.1453418%2c10.8270136 L57.1453418%2c2.43882353 L48.8177695%2c2.43882353 L48.8177695%2c0.042081448 L58.3350527%2c0.042081448 C58.9917656%2c0.042081448 59.5247637%2c0.578959276 59.5247637%2c1.24045249 L59.5247637%2c10.8270136 L59.5246289%2c10.8270136 Z' id='Shape'/%3e %3cpath d='M58.334918%2c59.9579186 L48.8176348%2c59.9579186 L48.8176348%2c57.5613122 L57.145207%2c57.5613122 L57.145207%2c49.1731222 L59.5244942%2c49.1731222 L59.5244941%2c58.7596833 C59.5246289%2c59.4210407 58.9916309%2c59.9579186 58.334918%2c59.9579186 Z' id='Shape'/%3e %3cpath d='M10.7487715%2c59.9579186 L1.23148828%2c59.9579186 C0.574775391%2c59.9579186 0.0417773438%2c59.4210407 0.0417773438%2c58.7595475 L0.0417773438%2c49.1729864 L2.42106445%2c49.1729864 L2.42106445%2c57.5611765 L10.7486367%2c57.5611765 L10.7487715%2c59.9579186 Z' id='Shape'/%3e %3c/g%3e %3cpath d='M53.5344316%2c30 C53.5320059%2c27.1432127 52.8920039%2c24.3236199 51.6618633%2c21.7495928 C40.8717187%2c30.0238914 28.0305762%2c35.2546154 17.4450059%2c38.4733032 C22.0847168%2c47.9675566 33.4875059%2c51.8752941 42.9131484%2c47.20181 C49.419498%2c43.9759276 53.5380703%2c37.3049321 53.5344316%2c30 Z' id='Shape' fill='%231072BD' opacity='0.100000001'/%3e %3cellipse id='Oval' fill='white' cx='34.5' cy='30' rx='7.13799609' ry='7.18995475'/%3e %3crect id='Rectangle-path' fill='%23E8594A' x='45.2071289' y='28.8013575' width='19.0342969' height='2.39660633'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.box-goal.box-six .goal-img {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 60'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Artboard' transform='translate(-159.000000%2c -145.000000)' fill-rule='nonzero'%3e %3cg id='vision' transform='translate(159.000000%2c 145.000000)'%3e %3cpath d='M0%2c30 C12.0119297%2c10.8077376 37.1957168%2c5.05710407 56.250498%2c17.1576923 C61.3981406%2c20.4266063 65.7545742%2c24.8148869 69%2c30 C56.9880703%2c49.1922624 31.8042832%2c54.9428959 12.749502%2c42.8423077 C7.60185938%2c39.5733937 3.24542578%2c35.1851131 0%2c30 Z' id='SVGCleanerId_0_1_' fill='%23CBCFD3' opacity='0.200000003'/%3e %3cellipse id='Oval' fill='%231598FC' cx='34.5' cy='30' rx='19.0342969' ry='19.1728507'/%3e %3cg id='Group' transform='translate(4.716797%2c 0.000000)' fill='%23E8594A'%3e %3crect id='Rectangle-path' x='28.5932227' y='0.042081448' width='2.37928711' height='19.1728507'/%3e %3crect id='Rectangle-path' x='0.0417773438' y='28.8013575' width='19.0342969' height='2.39660633'/%3e %3crect id='Rectangle-path' x='28.5932227' y='40.7850679' width='2.37928711' height='19.1728507'/%3e %3cpath d='M2.42119922%2c10.8270136 L0.0417773438%2c10.8270136 L0.0417773438%2c1.24045249 C0.0417773438%2c0.578959276 0.574775391%2c0.042081448 1.23148828%2c0.042081448 L10.7487715%2c0.042081448 L10.7487715%2c2.43868778 L2.42119922%2c2.43868778 L2.42119922%2c10.8270136 Z' id='Shape'/%3e %3cpath d='M59.5246289%2c10.8270136 L57.1453418%2c10.8270136 L57.1453418%2c2.43882353 L48.8177695%2c2.43882353 L48.8177695%2c0.042081448 L58.3350527%2c0.042081448 C58.9917656%2c0.042081448 59.5247637%2c0.578959276 59.5247637%2c1.24045249 L59.5247637%2c10.8270136 L59.5246289%2c10.8270136 Z' id='Shape'/%3e %3cpath d='M58.334918%2c59.9579186 L48.8176348%2c59.9579186 L48.8176348%2c57.5613122 L57.145207%2c57.5613122 L57.145207%2c49.1731222 L59.5244942%2c49.1731222 L59.5244941%2c58.7596833 C59.5246289%2c59.4210407 58.9916309%2c59.9579186 58.334918%2c59.9579186 Z' id='Shape'/%3e %3cpath d='M10.7487715%2c59.9579186 L1.23148828%2c59.9579186 C0.574775391%2c59.9579186 0.0417773438%2c59.4210407 0.0417773438%2c58.7595475 L0.0417773438%2c49.1729864 L2.42106445%2c49.1729864 L2.42106445%2c57.5611765 L10.7486367%2c57.5611765 L10.7487715%2c59.9579186 Z' id='Shape'/%3e %3c/g%3e %3cpath d='M53.5344316%2c30 C53.5320059%2c27.1432127 52.8920039%2c24.3236199 51.6618633%2c21.7495928 C40.8717187%2c30.0238914 28.0305762%2c35.2546154 17.4450059%2c38.4733032 C22.0847168%2c47.9675566 33.4875059%2c51.8752941 42.9131484%2c47.20181 C49.419498%2c43.9759276 53.5380703%2c37.3049321 53.5344316%2c30 Z' id='Shape' fill='%231072BD' opacity='0.100000001'/%3e %3cellipse id='Oval' fill='white' cx='34.5' cy='30' rx='7.13799609' ry='7.18995475'/%3e %3crect id='Rectangle-path' fill='%23E8594A' x='45.2071289' y='28.8013575' width='19.0342969' height='2.39660633'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.error-500 {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 464 373'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_500_screen' transform='translate(-488.000000%2c -121.000000)'%3e %3cg id='Group-4' transform='translate(488.000000%2c 121.000000)'%3e %3cpath d='M392.25431%2c148.155155 C390.920615%2c154.820637 380.921241%2c160 368.783784%2c160 C357.704002%2c160 348.405908%2c155.683981 345.85501%2c149.861375 C342.724021%2c150.791078 339.35187%2c151.297297 335.837838%2c151.297297 C319.358855%2c151.297297 306%2c140.164918 306%2c126.432432 C306%2c112.699947 319.358855%2c101.567568 335.837838%2c101.567568 C339.709573%2c101.567568 343.409073%2c102.182091 346.803545%2c103.300478 C350.813602%2c95.9708005 358.596575%2c91 367.540541%2c91 C378.218392%2c91 387.241476%2c98.0849016 390.165305%2c107.810218 C393.886045%2c106.59484 398.010444%2c105.918919 402.351351%2c105.918919 C418.830334%2c105.918919 432.189189%2c115.659751 432.189189%2c127.675676 C432.189189%2c139.691601 418.830334%2c149.432432 402.351351%2c149.432432 C398.80742%2c149.432432 395.407793%2c148.981921 392.25431%2c148.155155 Z' id='Combined-Shape' fill='%23F6F6F6' opacity='0.600000024'/%3e %3cg id='Group-6' transform='translate(122.000000%2c 125.000000)'%3e %3cellipse id='Oval-3' fill='%23F6F8FD' cx='110.5' cy='179' rx='64.5' ry='6'/%3e %3cpath d='M93.3333333%2c148 C92.0420421%2c148 90.8956256%2c148.82629 90.4872834%2c150.051317 L83.1539501%2c172.051317 C83.0519836%2c172.357216 83%2c172.677554 83%2c173 C83%2c174.656854 84.3431458%2c176 86%2c176 L134.900593%2c176 C135.223039%2c176 135.543377%2c175.948016 135.849276%2c175.84605 C137.421106%2c175.322107 138.270586%2c173.623147 137.746643%2c172.051317 L130.413309%2c150.051317 C130.004967%2c148.82629 128.858551%2c148 127.56726%2c148 L93.3333333%2c148 Z' id='Rectangle-2-Copy' stroke='%232979FF' stroke-width='2' fill='%23F6F8FD'/%3e %3crect id='Rectangle-2' stroke='%232979FF' stroke-width='2' fill='%23F6F8FD' x='1' y='1' width='218' height='148' rx='4'/%3e %3crect id='Rectangle-2' stroke='%230087fc' stroke-width='2' fill='white' x='1' y='1' width='218' height='124' rx='4'/%3e %3cpath d='M1%2c19 L219%2c19 L219%2c4 C219%2c2.34314575 217.656854%2c1 216%2c1 L4%2c1 C2.34314575%2c1 1%2c2.34314575 1%2c4 L1%2c19 Z' id='Rectangle-2' stroke='%230087fc' stroke-width='2' fill='%23FAFAFA'/%3e %3ccircle id='Oval-5' fill='%23CCDEFD' cx='110' cy='137' r='5'/%3e %3ccircle id='Oval-5-Copy' fill='%230087fc' opacity='0.200000003' cx='13.5' cy='9.5' r='3.5'/%3e %3ccircle id='Oval-5-Copy-2' fill='%230087fc' opacity='0.200000003' cx='24.5' cy='9.5' r='3.5'/%3e %3ccircle id='Oval-5-Copy-3' fill='%230087fc' opacity='0.200000003' cx='35.5' cy='9.5' r='3.5'/%3e %3cg id='Group' transform='translate(84.000000%2c 48.000000)'%3e %3ccircle id='Oval-5-Copy-4' fill='%230087fc' cx='5' cy='5' r='5'/%3e %3ccircle id='Oval-5-Copy-5' fill='%230087fc' cx='47' cy='5' r='5'/%3e %3cpath d='M51.7335085%2c38.0146444 C45.2081889%2c31.2253127 36.034701%2c27 25.8743384%2c27 C15.7061006%2c27 6.52626798%2c31.2318652 0%2c38.0304361' id='Oval-6' stroke='%230087fc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3c/g%3e %3cg id='Group-3' transform='translate(0.000000%2c 193.000000)'%3e %3cpath d='M278.828494%2c89.8475969 C280.561889%2c95.9837207 281.489362%2c102.458017 281.489362%2c109.148936 C281.489362%2c148.278898 249.76826%2c180 210.638298%2c180 C187.881243%2c180 167.630094%2c169.270944 154.667239%2c152.595221 C138.305945%2c169.494672 115.379798%2c180 90%2c180 C40.2943725%2c180 0%2c139.705627 0%2c90 C0%2c40.2943725 40.2943725%2c0 90%2c0 C125.53219%2c0 156.255097%2c20.5909904 170.887128%2c50.491379 C182.221978%2c42.7949625 195.904962%2c38.2978723 210.638298%2c38.2978723 C229.907905%2c38.2978723 247.3808%2c45.9905071 260.153528%2c58.4723203 C263.545333%2c50.0150678 271.81987%2c44.0425532 281.489362%2c44.0425532 C286.078455%2c44.0425532 290.353347%2c45.3878051 293.941203%2c47.7054725 C309.081314%2c19.3194597 338.986634%2c0 373.404255%2c0 C423.109883%2c0 463.404255%2c40.2943725 463.404255%2c90 C463.404255%2c139.705627 423.109883%2c180 373.404255%2c180 C323.698628%2c180 283.404255%2c139.705627 283.404255%2c90 C283.404255%2c89.9737792 283.404267%2c89.9475609 283.404289%2c89.9213453 C282.772874%2c89.9734369 282.13422%2c90 281.489362%2c90 C280.589384%2c90 279.701491%2c89.9482616 278.828494%2c89.8475969 Z' id='Combined-Shape' fill='white'/%3e %3cpath d='M10.5967384%2c47.5935624 C25.7556999%2c19.2686946 55.6276276%2c0 90%2c0 C125.53219%2c0 156.255097%2c20.5909904 170.887128%2c50.491379 C182.221978%2c42.7949625 195.904962%2c38.2978723 210.638298%2c38.2978723 C229.907905%2c38.2978723 247.3808%2c45.9905071 260.153528%2c58.4723203 C263.545333%2c50.0150678 271.81987%2c44.0425532 281.489362%2c44.0425532 C286.078455%2c44.0425532 290.353347%2c45.3878051 293.941203%2c47.7054725 C309.081314%2c19.3194597 338.986634%2c0 373.404255%2c0 C407.411126%2c0 437.012754%2c18.8610822 452.318955%2c46.6930608 M283.404255%2c90 C283.404255%2c89.9737792 283.404267%2c89.9475609 283.404289%2c89.9213453' id='Combined-Shape' stroke='%230087fc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3cpath d='M236.703902%2c40.2079179 C234.4796%2c43.6283004 229.627558%2c46 224%2c46 C219.848817%2c46 216.119617%2c44.7094839 213.555845%2c42.659484 C209.26269%2c43.5210117 204.50585%2c44 199.5%2c44 C180.446176%2c44 165%2c37.0604136 165%2c28.5 C165%2c19.9395864 180.446176%2c13 199.5%2c13 C203.170287%2c13 206.70671%2c13.2574953 210.024656%2c13.73447 C210.518771%2c6.08220681 218.377649%2c0 228%2c0 C235.656354%2c0 242.196229%2c3.8507274 244.797928%2c9.27914807 C247.802565%2c8.45349232 251.075422%2c8 254.5%2c8 C269.135546%2c8 281%2c16.2827321 281%2c26.5 C281%2c36.7172679 269.135546%2c45 254.5%2c45 C247.650226%2c45 241.407448%2c43.1857036 236.703902%2c40.2079179 Z' id='Combined-Shape' fill='%23F6F6F6' opacity='0.600000024'/%3e %3cpath d='M46.0252553%2c90.0390169 C46.0084835%2c89.6947896 46%2c89.3483855 46%2c89 C46%2c77.4020203 55.4020203%2c68 67%2c68 C75.5459157%2c68 82.8995552%2c73.1047408 86.1780379%2c80.4313416 C87.4065338%2c80.1491127 88.6858533%2c80 90%2c80 C99.3888407%2c80 107%2c87.6111593 107%2c97 C107%2c106.388841 99.3888407%2c114 90%2c114 C84.6283332%2c114 79.8385661%2c111.508591 76.7231921%2c107.618267 C73.8160809%2c109.139592 70.50852%2c110 67%2c110 C63.5948235%2c110 60.3789418%2c109.189532 57.534732%2c107.750974 C55.4976299%2c111.474665 51.5437267%2c114 47%2c114 C40.372583%2c114 35%2c108.627417 35%2c102 C35%2c95.7007411 39.8537059%2c90.5351259 46.0252553%2c90.0390169 Z' id='Combined-Shape' fill='%23F6F6F6' opacity='0.600000024'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  width: 300px;
  height: 300px;
  min-width: 100%; }

.error-404 {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3e %3cg fill='none' fill-rule='evenodd' transform='translate(-44 -159)'%3e %3crect width='1440' height='900' fill='white'/%3e %3cg transform='translate(44 159)'%3e %3ccircle cx='120' cy='120' r='120' fill='%23FFF9E4'/%3e %3ccircle cx='58' cy='72' r='5' stroke='%23FFC100' stroke-width='2'/%3e %3ccircle cx='185' cy='77' r='5' stroke='%23FFC100' stroke-width='2'/%3e %3ccircle cx='194' cy='134' r='4' stroke='%23FFC100' stroke-width='2'/%3e %3cg stroke='%23FFC100' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.6' transform='translate(125 50)'%3e %3cpath d='M0%2c9 L9%2c0'/%3e %3cpath d='M0%2c9 L9%2c0' transform='matrix(-1 0 0 1 9 0)'/%3e %3c/g%3e %3cg transform='translate(56 77)'%3e %3cellipse cx='64.5' cy='102' fill='%23FFC100' opacity='.2' rx='64.5' ry='6'/%3e %3cpath fill='white' stroke='%23FFC100' stroke-width='2' d='M45.3769342%2c1 L22%2c24.2607374 L22%2c97.0008552 C22%2c98.6556596 23.3415332%2c100 24.9929471%2c100 L104.007053%2c100 C105.654335%2c100 107%2c98.6573776 107%2c97.0095719 L107%2c3.9904281 C107%2c2.3446414 105.657337%2c1 104.009006%2c1 L45.3769342%2c1 Z'/%3e %3ccircle cx='86' cy='36' r='3' fill='%23FFC100'/%3e %3ccircle cx='47' cy='36' r='3' fill='%23FFC100'/%3e %3cpath stroke='%23FFC100' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M33.5 68.25L95.5725382 68.25M33.5 75.25L95.5725382 75.25M33.5 82.25L95.5725382 82.25M33.5 89.25L65.1198118 89.25M56 52.4591284C56 52.4591284 65.3026637 51.4260895 72.5 52.4591284 79.6973363 53.4921673 82.5006091 56.26278 82.5006091 56.26278'/%3e %3cpath fill='%23FFE89F' stroke='%23FFC100' stroke-width='2' d='M22%2c21.3881781 L42.3796414%2c1 L25.0092767%2c1 C23.3425383%2c1 22%2c2.3401404 22%2c3.99752236 L22%2c21.3881781 Z' transform='rotate(180 32.897 11.902)'/%3e %3c/g%3e %3cpath stroke='%23FFC100' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.6' d='M.558730547 8.78063967L12.4412695 4.21936033M8.78063967 12.4412695L4.21936033.558730547' transform='translate(42 129)'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  width: 300px;
  height: 300px;
  min-width: 100%; }

.error-nodata {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3e %3cg fill='none' fill-rule='evenodd' transform='translate(-44 -159)'%3e %3crect width='1440' height='900' fill='white'/%3e %3cg transform='translate(44 159)'%3e %3ccircle cx='120' cy='120' r='120' stroke='black' fill='%23FFC100'/%3e %3ccircle cx='58' cy='72' r='5' stroke='black' stroke-width='2'/%3e %3ccircle cx='185' cy='77' r='5' stroke='black' stroke-width='2'/%3e %3ccircle cx='194' cy='134' r='4' stroke='black' stroke-width='2'/%3e %3cg stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.6' transform='translate(125 50)'%3e %3cpath d='M0%2c9 L9%2c0'/%3e %3cpath d='M0%2c9 L9%2c0' transform='matrix(-1 0 0 1 9 0)'/%3e %3c/g%3e %3cg transform='translate(56 77)'%3e %3cellipse cx='64.5' cy='102' fill='black' opacity='.2' rx='64.5' ry='6'/%3e %3cpath fill='white' stroke='black' stroke-width='2' d='M45.3769342%2c1 L22%2c24.2607374 L22%2c97.0008552 C22%2c98.6556596 23.3415332%2c100 24.9929471%2c100 L104.007053%2c100 C105.654335%2c100 107%2c98.6573776 107%2c97.0095719 L107%2c3.9904281 C107%2c2.3446414 105.657337%2c1 104.009006%2c1 L45.3769342%2c1 Z'/%3e %3ccircle cx='86' cy='36' r='3' fill='black'/%3e %3ccircle cx='47' cy='36' r='3' fill='black'/%3e %3cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M33.5 68.25L95.5725382 68.25M33.5 75.25L95.5725382 75.25M33.5 82.25L95.5725382 82.25M33.5 89.25L65.1198118 89.25M56 52.4591284C56 52.4591284 65.3026637 51.4260895 72.5 52.4591284 79.6973363 53.4921673 82.5006091 56.26278 82.5006091 56.26278'/%3e %3cpath fill='%23FFC100' stroke='black' stroke-width='2' d='M22%2c21.3881781 L42.3796414%2c1 L25.0092767%2c1 C23.3425383%2c1 22%2c2.3401404 22%2c3.99752236 L22%2c21.3881781 Z' transform='rotate(180 32.897 11.902)'/%3e %3c/g%3e %3cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.6' d='M.558730547 8.78063967L12.4412695 4.21936033M8.78063967 12.4412695L4.21936033.558730547' transform='translate(42 129)'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  width: 300px;
  height: 300px;
  min-width: 100%; }

.search-equalizer {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='KOLs-(Search-Results)-Equaliser' transform='translate(-1254.000000%2c -191.000000)' fill='%230087fc'%3e %3cg id='Group-27' transform='translate(239.000000%2c 175.000000)'%3e %3cpath d='M1017.03125%2c21.7382812 C1017.38672%2c21.8313807 1017.67871%2c22.0218085 1017.90723%2c22.3095703 C1018.13574%2c22.5973322 1018.25%2c22.9316387 1018.25%2c23.3125 C1018.25%2c23.6933613 1018.13574%2c24.0276678 1017.90723%2c24.3154297 C1017.67871%2c24.6031915 1017.38672%2c24.7936193 1017.03125%2c24.8867188 L1017.03125%2c29.40625 C1017.03125%2c29.5162766 1016.99105%2c29.6114905 1016.91064%2c29.6918945 C1016.83024%2c29.7722986 1016.73503%2c29.8125 1016.625%2c29.8125 C1016.51497%2c29.8125 1016.41976%2c29.7722986 1016.33936%2c29.6918945 C1016.25895%2c29.6114905 1016.21875%2c29.5162766 1016.21875%2c29.40625 L1016.21875%2c24.8867188 C1015.87174%2c24.7936193 1015.58187%2c24.6031915 1015.34912%2c24.3154297 C1015.11637%2c24.0276678 1015%2c23.6933613 1015%2c23.3125 C1015%2c22.9316387 1015.11637%2c22.5973322 1015.34912%2c22.3095703 C1015.58187%2c22.0218085 1015.87174%2c21.8313807 1016.21875%2c21.7382812 L1016.21875%2c17.21875 C1016.21875%2c17.1087234 1016.25895%2c17.0135095 1016.33936%2c16.9331055 C1016.41976%2c16.8527014 1016.51497%2c16.8125 1016.625%2c16.8125 C1016.73503%2c16.8125 1016.83024%2c16.8527014 1016.91064%2c16.9331055 C1016.99105%2c17.0135095 1017.03125%2c17.1087234 1017.03125%2c17.21875 L1017.03125%2c21.7382812 Z M1016.625%2c24.125 C1016.85352%2c24.125 1017.04606%2c24.0445972 1017.20264%2c23.8837891 C1017.35921%2c23.722981 1017.4375%2c23.5325532 1017.4375%2c23.3125 C1017.4375%2c23.0924468 1017.35921%2c22.902019 1017.20264%2c22.7412109 C1017.04606%2c22.5804028 1016.85352%2c22.5 1016.625%2c22.5 C1016.39648%2c22.5 1016.20394%2c22.5804028 1016.04736%2c22.7412109 C1015.89079%2c22.902019 1015.8125%2c23.0924468 1015.8125%2c23.3125 C1015.8125%2c23.5325532 1015.89079%2c23.722981 1016.04736%2c23.8837891 C1016.20394%2c24.0445972 1016.39648%2c24.125 1016.625%2c24.125 Z M1021.90625%2c24.1757812 C1022.26172%2c24.2688807 1022.55371%2c24.4593085 1022.78223%2c24.7470703 C1023.01074%2c25.0348322 1023.125%2c25.3691387 1023.125%2c25.75 C1023.125%2c26.1308613 1023.01074%2c26.4651678 1022.78223%2c26.7529297 C1022.55371%2c27.0406915 1022.26172%2c27.2311193 1021.90625%2c27.3242188 L1021.90625%2c29.40625 C1021.90625%2c29.5162766 1021.86605%2c29.6114905 1021.78564%2c29.6918945 C1021.70524%2c29.7722986 1021.61003%2c29.8125 1021.5%2c29.8125 C1021.38997%2c29.8125 1021.29476%2c29.7722986 1021.21436%2c29.6918945 C1021.13395%2c29.6114905 1021.09375%2c29.5162766 1021.09375%2c29.40625 L1021.09375%2c27.3242188 C1020.74674%2c27.2311193 1020.45687%2c27.0406915 1020.22412%2c26.7529297 C1019.99137%2c26.4651678 1019.875%2c26.1308613 1019.875%2c25.75 C1019.875%2c25.3691387 1019.99137%2c25.0348322 1020.22412%2c24.7470703 C1020.45687%2c24.4593085 1020.74674%2c24.2688807 1021.09375%2c24.1757812 L1021.09375%2c17.21875 C1021.09375%2c17.1087234 1021.13395%2c17.0135095 1021.21436%2c16.9331055 C1021.29476%2c16.8527014 1021.38997%2c16.8125 1021.5%2c16.8125 C1021.61003%2c16.8125 1021.70524%2c16.8527014 1021.78564%2c16.9331055 C1021.86605%2c17.0135095 1021.90625%2c17.1087234 1021.90625%2c17.21875 L1021.90625%2c24.1757812 Z M1021.5%2c26.5625 C1021.72852%2c26.5625 1021.92106%2c26.4820972 1022.07764%2c26.3212891 C1022.23421%2c26.160481 1022.3125%2c25.9700532 1022.3125%2c25.75 C1022.3125%2c25.5299468 1022.23421%2c25.339519 1022.07764%2c25.1787109 C1021.92106%2c25.0179028 1021.72852%2c24.9375 1021.5%2c24.9375 C1021.27148%2c24.9375 1021.07894%2c25.0179028 1020.92236%2c25.1787109 C1020.76579%2c25.339519 1020.6875%2c25.5299468 1020.6875%2c25.75 C1020.6875%2c25.9700532 1020.76579%2c26.160481 1020.92236%2c26.3212891 C1021.07894%2c26.4820972 1021.27148%2c26.5625 1021.5%2c26.5625 Z M1026.78125%2c19.3007812 C1027.13672%2c19.3938807 1027.42871%2c19.5843085 1027.65723%2c19.8720703 C1027.88574%2c20.1598322 1028%2c20.4941387 1028%2c20.875 C1028%2c21.2558613 1027.88574%2c21.5901678 1027.65723%2c21.8779297 C1027.42871%2c22.1656915 1027.13672%2c22.3561193 1026.78125%2c22.4492188 L1026.78125%2c29.40625 C1026.78125%2c29.5162766 1026.74105%2c29.6114905 1026.66064%2c29.6918945 C1026.58024%2c29.7722986 1026.48503%2c29.8125 1026.375%2c29.8125 C1026.26497%2c29.8125 1026.16976%2c29.7722986 1026.08936%2c29.6918945 C1026.00895%2c29.6114905 1025.96875%2c29.5162766 1025.96875%2c29.40625 L1025.96875%2c22.4492188 C1025.62174%2c22.3561193 1025.33187%2c22.1656915 1025.09912%2c21.8779297 C1024.86637%2c21.5901678 1024.75%2c21.2558613 1024.75%2c20.875 C1024.75%2c20.4941387 1024.86637%2c20.1598322 1025.09912%2c19.8720703 C1025.33187%2c19.5843085 1025.62174%2c19.3938807 1025.96875%2c19.3007812 L1025.96875%2c17.21875 C1025.96875%2c17.1087234 1026.00895%2c17.0135095 1026.08936%2c16.9331055 C1026.16976%2c16.8527014 1026.26497%2c16.8125 1026.375%2c16.8125 C1026.48503%2c16.8125 1026.58024%2c16.8527014 1026.66064%2c16.9331055 C1026.74105%2c17.0135095 1026.78125%2c17.1087234 1026.78125%2c17.21875 L1026.78125%2c19.3007812 Z M1026.375%2c21.6875 C1026.60352%2c21.6875 1026.79606%2c21.6070972 1026.95264%2c21.4462891 C1027.10921%2c21.285481 1027.1875%2c21.0950532 1027.1875%2c20.875 C1027.1875%2c20.6549468 1027.10921%2c20.464519 1026.95264%2c20.3037109 C1026.79606%2c20.1429028 1026.60352%2c20.0625 1026.375%2c20.0625 C1026.14648%2c20.0625 1025.95394%2c20.1429028 1025.79736%2c20.3037109 C1025.64079%2c20.464519 1025.5625%2c20.6549468 1025.5625%2c20.875 C1025.5625%2c21.0950532 1025.64079%2c21.285481 1025.79736%2c21.4462891 C1025.95394%2c21.6070972 1026.14648%2c21.6875 1026.375%2c21.6875 Z' id='equalizer---simple-line-icons-copy'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  padding: 10px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer; }
  .search-equalizer.active {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 14'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='KOLs-(Search-Results)-Equaliser' transform='translate(-1286.000000%2c -191.000000)' fill='%2319B898'%3e %3cg id='Group-27' transform='translate(239.000000%2c 175.000000)'%3e %3cpath d='M1049.03125%2c21.7382812 C1049.38672%2c21.8313807 1049.67871%2c22.0218085 1049.90723%2c22.3095703 C1050.13574%2c22.5973322 1050.25%2c22.9316387 1050.25%2c23.3125 C1050.25%2c23.6933613 1050.13574%2c24.0276678 1049.90723%2c24.3154297 C1049.67871%2c24.6031915 1049.38672%2c24.7936193 1049.03125%2c24.8867188 L1049.03125%2c29.40625 C1049.03125%2c29.5162766 1048.99105%2c29.6114905 1048.91064%2c29.6918945 C1048.83024%2c29.7722986 1048.73503%2c29.8125 1048.625%2c29.8125 C1048.51497%2c29.8125 1048.41976%2c29.7722986 1048.33936%2c29.6918945 C1048.25895%2c29.6114905 1048.21875%2c29.5162766 1048.21875%2c29.40625 L1048.21875%2c24.8867188 C1047.87174%2c24.7936193 1047.58187%2c24.6031915 1047.34912%2c24.3154297 C1047.11637%2c24.0276678 1047%2c23.6933613 1047%2c23.3125 C1047%2c22.9316387 1047.11637%2c22.5973322 1047.34912%2c22.3095703 C1047.58187%2c22.0218085 1047.87174%2c21.8313807 1048.21875%2c21.7382812 L1048.21875%2c17.21875 C1048.21875%2c17.1087234 1048.25895%2c17.0135095 1048.33936%2c16.9331055 C1048.41976%2c16.8527014 1048.51497%2c16.8125 1048.625%2c16.8125 C1048.73503%2c16.8125 1048.83024%2c16.8527014 1048.91064%2c16.9331055 C1048.99105%2c17.0135095 1049.03125%2c17.1087234 1049.03125%2c17.21875 L1049.03125%2c21.7382812 Z M1048.625%2c24.125 C1048.85352%2c24.125 1049.04606%2c24.0445972 1049.20264%2c23.8837891 C1049.35921%2c23.722981 1049.4375%2c23.5325532 1049.4375%2c23.3125 C1049.4375%2c23.0924468 1049.35921%2c22.902019 1049.20264%2c22.7412109 C1049.04606%2c22.5804028 1048.85352%2c22.5 1048.625%2c22.5 C1048.39648%2c22.5 1048.20394%2c22.5804028 1048.04736%2c22.7412109 C1047.89079%2c22.902019 1047.8125%2c23.0924468 1047.8125%2c23.3125 C1047.8125%2c23.5325532 1047.89079%2c23.722981 1048.04736%2c23.8837891 C1048.20394%2c24.0445972 1048.39648%2c24.125 1048.625%2c24.125 Z M1053.90625%2c24.1757812 C1054.26172%2c24.2688807 1054.55371%2c24.4593085 1054.78223%2c24.7470703 C1055.01074%2c25.0348322 1055.125%2c25.3691387 1055.125%2c25.75 C1055.125%2c26.1308613 1055.01074%2c26.4651678 1054.78223%2c26.7529297 C1054.55371%2c27.0406915 1054.26172%2c27.2311193 1053.90625%2c27.3242188 L1053.90625%2c29.40625 C1053.90625%2c29.5162766 1053.86605%2c29.6114905 1053.78564%2c29.6918945 C1053.70524%2c29.7722986 1053.61003%2c29.8125 1053.5%2c29.8125 C1053.38997%2c29.8125 1053.29476%2c29.7722986 1053.21436%2c29.6918945 C1053.13395%2c29.6114905 1053.09375%2c29.5162766 1053.09375%2c29.40625 L1053.09375%2c27.3242188 C1052.74674%2c27.2311193 1052.45687%2c27.0406915 1052.22412%2c26.7529297 C1051.99137%2c26.4651678 1051.875%2c26.1308613 1051.875%2c25.75 C1051.875%2c25.3691387 1051.99137%2c25.0348322 1052.22412%2c24.7470703 C1052.45687%2c24.4593085 1052.74674%2c24.2688807 1053.09375%2c24.1757812 L1053.09375%2c17.21875 C1053.09375%2c17.1087234 1053.13395%2c17.0135095 1053.21436%2c16.9331055 C1053.29476%2c16.8527014 1053.38997%2c16.8125 1053.5%2c16.8125 C1053.61003%2c16.8125 1053.70524%2c16.8527014 1053.78564%2c16.9331055 C1053.86605%2c17.0135095 1053.90625%2c17.1087234 1053.90625%2c17.21875 L1053.90625%2c24.1757812 Z M1053.5%2c26.5625 C1053.72852%2c26.5625 1053.92106%2c26.4820972 1054.07764%2c26.3212891 C1054.23421%2c26.160481 1054.3125%2c25.9700532 1054.3125%2c25.75 C1054.3125%2c25.5299468 1054.23421%2c25.339519 1054.07764%2c25.1787109 C1053.92106%2c25.0179028 1053.72852%2c24.9375 1053.5%2c24.9375 C1053.27148%2c24.9375 1053.07894%2c25.0179028 1052.92236%2c25.1787109 C1052.76579%2c25.339519 1052.6875%2c25.5299468 1052.6875%2c25.75 C1052.6875%2c25.9700532 1052.76579%2c26.160481 1052.92236%2c26.3212891 C1053.07894%2c26.4820972 1053.27148%2c26.5625 1053.5%2c26.5625 Z M1058.78125%2c19.3007812 C1059.13672%2c19.3938807 1059.42871%2c19.5843085 1059.65723%2c19.8720703 C1059.88574%2c20.1598322 1060%2c20.4941387 1060%2c20.875 C1060%2c21.2558613 1059.88574%2c21.5901678 1059.65723%2c21.8779297 C1059.42871%2c22.1656915 1059.13672%2c22.3561193 1058.78125%2c22.4492188 L1058.78125%2c29.40625 C1058.78125%2c29.5162766 1058.74105%2c29.6114905 1058.66064%2c29.6918945 C1058.58024%2c29.7722986 1058.48503%2c29.8125 1058.375%2c29.8125 C1058.26497%2c29.8125 1058.16976%2c29.7722986 1058.08936%2c29.6918945 C1058.00895%2c29.6114905 1057.96875%2c29.5162766 1057.96875%2c29.40625 L1057.96875%2c22.4492188 C1057.62174%2c22.3561193 1057.33187%2c22.1656915 1057.09912%2c21.8779297 C1056.86637%2c21.5901678 1056.75%2c21.2558613 1056.75%2c20.875 C1056.75%2c20.4941387 1056.86637%2c20.1598322 1057.09912%2c19.8720703 C1057.33187%2c19.5843085 1057.62174%2c19.3938807 1057.96875%2c19.3007812 L1057.96875%2c17.21875 C1057.96875%2c17.1087234 1058.00895%2c17.0135095 1058.08936%2c16.9331055 C1058.16976%2c16.8527014 1058.26497%2c16.8125 1058.375%2c16.8125 C1058.48503%2c16.8125 1058.58024%2c16.8527014 1058.66064%2c16.9331055 C1058.74105%2c17.0135095 1058.78125%2c17.1087234 1058.78125%2c17.21875 L1058.78125%2c19.3007812 Z M1058.375%2c21.6875 C1058.60352%2c21.6875 1058.79606%2c21.6070972 1058.95264%2c21.4462891 C1059.10921%2c21.285481 1059.1875%2c21.0950532 1059.1875%2c20.875 C1059.1875%2c20.6549468 1059.10921%2c20.464519 1058.95264%2c20.3037109 C1058.79606%2c20.1429028 1058.60352%2c20.0625 1058.375%2c20.0625 C1058.14648%2c20.0625 1057.95394%2c20.1429028 1057.79736%2c20.3037109 C1057.64079%2c20.464519 1057.5625%2c20.6549468 1057.5625%2c20.875 C1057.5625%2c21.0950532 1057.64079%2c21.285481 1057.79736%2c21.4462891 C1057.95394%2c21.6070972 1058.14648%2c21.6875 1058.375%2c21.6875 Z' id='equalizer---simple-line-icons'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.search-dropdown-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px; }
  .search-dropdown-icon.product_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M79.9%2c69.7c0%2c3-6.9%2c5.4-15.5%2c5.4s-15.6-2.4-15.6-5.4c0-.9.7-1.8%2c2-2.6l1.2-.6a19.8%2c19.8%2c0%2c0%2c1%2c3.2-1.1%2c50.8%2c50.8%2c0%2c0%2c0%2c9.2.8%2c41.8%2c41.8%2c0%2c0%2c0%2c9.2-1%2c15.1%2c15.1%2c0%2c0%2c1%2c3.3%2c1.3h0l.9.4h0C79.2%2c67.8%2c79.9%2c68.8%2c79.9%2c69.7Z'/%3e%3cpath class='cls-1' d='M79.9%2c69.7v52.9c0%2c2.9-6.9%2c5.3-15.5%2c5.3s-15.6-2.4-15.6-5.3V69.7c0%2c3%2c7%2c5.4%2c15.6%2c5.4S79.9%2c72.7%2c79.9%2c69.7Z'/%3e%3cpath class='cls-1' d='M50.8%2c67.1l1.2-.6Z'/%3e%3cpath class='cls-1' d='M76.9%2c66.6l.9.4Z'/%3e%3cellipse class='cls-1' cx='64.4' cy='91.7' rx='15.6' ry='4.9'/%3e%3cellipse class='cls-1' cx='64.4' cy='49.9' rx='10.4' ry='3.7'/%3e%3cline class='cls-1' x1='54' y1='49.9' x2='54' y2='65.4'/%3e%3cline class='cls-1' x1='74.7' y1='49.9' x2='74.7' y2='64.2'/%3e%3cpath class='cls-1' d='M64.4%2c91.7V24.9s1.4-3.8%2c4.3-2.6c1.4.3%2c32.5%2c23.9%2c32.5%2c23.9'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.author_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33'%3e%3cg transform='matrix(0.710411 0 0 0.710411 4.77821 4.77821)'%3e%3cg%3e %3cpath d='M16.5%2c33C7.402%2c33%2c0%2c25.598%2c0%2c16.5S7.402%2c0%2c16.5%2c0S33%2c7.402%2c33%2c16.5S25.598%2c33%2c16.5%2c33z M16.5%2c1C7.953%2c1%2c1%2c7.953%2c1%2c16.5 S7.953%2c32%2c16.5%2c32S32%2c25.047%2c32%2c16.5S25.047%2c1%2c16.5%2c1z' data-original='black' class='active-path' fill='black'/%3e %3cpath d='M16.5%2c33c-3.435%2c0-6.736-1.058-9.549-3.06c-0.15-0.107-0.23-0.29-0.206-0.473s0.148-0.339%2c0.322-0.403 c4.146-1.535%2c4.815-2.781%2c4.815-5.169c0-0.631-0.142-0.838-0.398-1.214c-0.339-0.494-0.803-1.171-1.129-2.939 c-0.048-0.254-0.089-0.274-0.316-0.384c-0.606-0.292-1.163-0.712-1.309-2.628c0-0.928%2c0.32-1.441%2c0.585-1.708 c-0.058-0.33-0.153-0.899-0.242-1.519C8.62%2c10.726%2c8.6%2c7.325%2c12.506%2c5.744c3.404-1.38%2c6.121-0.626%2c6.974%2c0.273 c0.604%2c0.019%2c2.162%2c0.177%2c3.246%2c1.438c1.668%2c1.94%2c1.137%2c6.363%2c0.955%2c7.562c0.266%2c0.261%2c0.589%2c0.767%2c0.589%2c1.675 c-0.146%2c1.954-0.703%2c2.375-1.31%2c2.666c-0.228%2c0.11-0.269%2c0.129-0.316%2c0.384c-0.326%2c1.768-0.789%2c2.445-1.128%2c2.939 c-0.257%2c0.375-0.398%2c0.583-0.398%2c1.214c0%2c2.388%2c0.669%2c3.634%2c4.815%2c5.169c0.174%2c0.064%2c0.298%2c0.219%2c0.322%2c0.403 s-0.056%2c0.366-0.206%2c0.473C23.236%2c31.942%2c19.935%2c33%2c16.5%2c33z M8.317%2c29.651C10.779%2c31.191%2c13.589%2c32%2c16.5%2c32 s5.721-0.809%2c8.183-2.349c-3.474-1.426-4.565-2.864-4.565-5.755c0-0.941%2c0.278-1.348%2c0.573-1.779 c0.304-0.444%2c0.682-0.996%2c0.971-2.556c0.139-0.754%2c0.576-0.964%2c0.865-1.103c0.311-0.149%2c0.631-0.303%2c0.744-1.803 c-0.001-0.764-0.344-0.972-0.358-0.98c-0.184-0.106-0.303-0.329-0.264-0.537c0.248-1.329%2c0.656-5.474-0.681-7.031 c-0.913-1.062-2.352-1.091-2.626-1.08c-0.046-0.004-0.091-0.005-0.134-0.016c-0.13-0.033-0.35-0.146-0.417-0.262 c-0.272-0.466-2.641-1.403-5.91-0.08c-3.231%2c1.308-3.238%2c4.112-2.819%2c6.682c0.138%2c0.957%2c0.289%2c1.784%2c0.29%2c1.788 c0.041%2c0.225-0.076%2c0.449-0.283%2c0.544l0%2c0c0.003%2c0-0.339%2c0.209-0.339%2c1.008c0.112%2c1.461%2c0.433%2c1.616%2c0.743%2c1.765 c0.289%2c0.139%2c0.727%2c0.349%2c0.866%2c1.103c0.288%2c1.56%2c0.666%2c2.112%2c0.97%2c2.556c0.296%2c0.431%2c0.574%2c0.838%2c0.574%2c1.779 C12.883%2c26.788%2c11.792%2c28.226%2c8.317%2c29.651z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.taxonomy_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M30.2%2c94.6c0-1-.1-1.9-.1-2.8A36.4%2c36.4%2c0%2c0%2c1%2c66.4%2c55.4a34.8%2c34.8%2c0%2c0%2c1%2c19.8%2c6.3A11.2%2c11.2%2c0%2c1%2c0%2c99.9%2c79.3'/%3e%3cpath class='cls-1' d='M86.2%2c61.7a11.6%2c11.6%2c0%2c0%2c1%2c6.4-2%2c11.2%2c11.2%2c0%2c0%2c1%2c11.1%2c11.2l22.9%2c23.7H102'/%3e%3cpolyline class='cls-1' points='23.4 71.7 23.4 94.6 30.1 94.6 30.2 94.6 30.7 94.6 102 94.6'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.species_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M30.2%2c94.6c0-1-.1-1.9-.1-2.8A36.4%2c36.4%2c0%2c0%2c1%2c66.4%2c55.4a34.8%2c34.8%2c0%2c0%2c1%2c19.8%2c6.3A11.2%2c11.2%2c0%2c1%2c0%2c99.9%2c79.3'/%3e%3cpath class='cls-1' d='M86.2%2c61.7a11.6%2c11.6%2c0%2c0%2c1%2c6.4-2%2c11.2%2c11.2%2c0%2c0%2c1%2c11.1%2c11.2l22.9%2c23.7H102'/%3e%3cpolyline class='cls-1' points='23.4 71.7 23.4 94.6 30.1 94.6 30.2 94.6 30.7 94.6 102 94.6'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.pathway_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%2c.cls-2%7bfill:none%3bstroke:black%3bstroke-width:3px%3b%7d.cls-1%7bstroke-miterlimit:10%3b%7d.cls-2%7bstroke-linecap:round%3bstroke-linejoin:round%3b%7d%3c/style%3e%3c/defs%3e%3ccircle class='cls-1' cx='64.7' cy='80.4' r='16.5'/%3e%3ccircle class='cls-1' cx='33.9' cy='113.3' r='10.7'/%3e%3ccircle class='cls-1' cx='43.8' cy='48.4' r='10.7'/%3e%3ccircle class='cls-1' cx='94.6' cy='53.2' r='8.4'/%3e%3ccircle class='cls-1' cx='120.8' cy='63.9' r='5.4'/%3e%3ccircle class='cls-1' cx='118.3' cy='44.8' r='3.9'/%3e%3ccircle class='cls-1' cx='96.4' cy='104.4' r='6.5'/%3e%3cline class='cls-2' x1='49.7' y1='57.3' x2='55.7' y2='66.6'/%3e%3cline class='cls-2' x1='41.6' y1='105.9' x2='54.5' y2='93.4'/%3e%3cline class='cls-2' x1='76.9' y1='69.3' x2='88.6' y2='59.1'/%3e%3cline class='cls-2' x1='77.9' y1='90.4' x2='91.2' y2='100.6'/%3e%3cline class='cls-2' x1='102.2' y1='56.6' x2='116' y2='61.6'/%3e%3cline class='cls-2' x1='118.9' y1='48.8' x2='119.9' y2='58.6'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.biomedical_entity_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%2c.cls-2%7bfill:none%3bstroke:black%3bstroke-width:3px%3b%7d.cls-1%7bstroke-miterlimit:10%3b%7d.cls-2%7bstroke-linecap:round%3bstroke-linejoin:round%3b%7d%3c/style%3e%3c/defs%3e%3ccircle class='cls-1' cx='64.7' cy='80.4' r='16.5'/%3e%3ccircle class='cls-1' cx='33.9' cy='113.3' r='10.7'/%3e%3ccircle class='cls-1' cx='43.8' cy='48.4' r='10.7'/%3e%3ccircle class='cls-1' cx='94.6' cy='53.2' r='8.4'/%3e%3ccircle class='cls-1' cx='120.8' cy='63.9' r='5.4'/%3e%3ccircle class='cls-1' cx='118.3' cy='44.8' r='3.9'/%3e%3ccircle class='cls-1' cx='96.4' cy='104.4' r='6.5'/%3e%3cline class='cls-2' x1='49.7' y1='57.3' x2='55.7' y2='66.6'/%3e%3cline class='cls-2' x1='41.6' y1='105.9' x2='54.5' y2='93.4'/%3e%3cline class='cls-2' x1='76.9' y1='69.3' x2='88.6' y2='59.1'/%3e%3cline class='cls-2' x1='77.9' y1='90.4' x2='91.2' y2='100.6'/%3e%3cline class='cls-2' x1='102.2' y1='56.6' x2='116' y2='61.6'/%3e%3cline class='cls-2' x1='118.9' y1='48.8' x2='119.9' y2='58.6'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.gene_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M64.9%2c93.2A21.5%2c21.5%2c0%2c0%2c1%2c54%2c70%2c21.8%2c21.8%2c0%2c0%2c1%2c74.1%2c52.6'/%3e%3cpath class='cls-1' d='M76.4%2c95.6a22.5%2c22.5%2c0%2c0%2c0%2c13.7-5.8%2c20%2c20%2c0%2c0%2c0%2c6.2-11.4A21.5%2c21.5%2c0%2c0%2c0%2c88%2c56.9h0'/%3e%3cpath class='cls-1' d='M118.9%2c46.7A21.6%2c21.6%2c0%2c0%2c1%2c77.8%2c34%2c22.8%2c22.8%2c0%2c0%2c1%2c81%2c26.3'/%3e%3cpath class='cls-1' d='M62.1%2c91.5h.1'/%3e%3cpath class='cls-1' d='M64.3%2c92.7l1.9%2c1.7A21.5%2c21.5%2c0%2c0%2c1%2c68%2c123.7'/%3e%3cpath class='cls-1' d='M31.1%2c102.4a21.5%2c21.5%2c0%2c0%2c1%2c20-14'/%3e%3cline class='cls-1' x1='113.9' y1='53.4' x2='90.6' y2='38.6'/%3e%3cline class='cls-1' x1='59.6' y1='109.8' x2='36.2' y2='95'/%3e%3cline class='cls-1' x1='84.9' y1='72.9' x2='61.5' y2='58.1'/%3e%3cline class='cls-1' x1='88.9' y1='89.3' x2='65.5' y2='74.6'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.cell_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M33.2%2c70.8S60.6%2c57%2c65%2c55.9c1.3.1%2c29.9-6%2c29.9-6l31.8%2c16.2S115%2c72.4%2c88.6%2c75.7c-3%2c.1-36.8%2c4.3-42.5%2c5.3C46.5%2c81%2c33.2%2c70.8%2c33.2%2c70.8Z'/%3e%3cpath class='cls-1' d='M46.1%2c81%2c44.9%2c99.8s48.4-4.2%2c53.4-4.3c2%2c.8%2c23.8-8.4%2c27.3-11.5.4-1%2c1.1-17.9%2c1.1-17.9'/%3e%3cpath class='cls-1' d='M25.5%2c79.2l11.1-.5s7.5%2c9.3%2c3.5%2c18.5c-.3.6-10.9%2c2.9-10.9%2c2.9'/%3e%3cline class='cls-1' x1='44.9' y1='99.8' x2='40.1' y2='97.2'/%3e%3cellipse class='cls-1' cx='27.8' cy='89.9' rx='4' ry='10.5' transform='translate(-18.6 8.1) rotate(-12.4)'/%3e%3cpath class='cls-1' d='M46.1%2c81S61%2c71.5%2c65.8%2c69.2c1.6-.9%2c26.8-3.9%2c26.8-3.9l33.3%2c13.8'/%3e%3cline class='cls-1' x1='33.2' y1='70.8' x2='33.2' y2='77.8'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.adverse_reaction_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-miterlimit:10%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M120.8%2c118.2H29.2c-4.2-4.2-3-10.2%2c0-15.3C40.5%2c83.7%2c67.3%2c35%2c67.3%2c35a10.8%2c10.8%2c0%2c0%2c1%2c15.4%2c0s28.4%2c51.5%2c38.1%2c67.9C123.8%2c108%2c125%2c114%2c120.8%2c118.2Z'/%3e%3cpath class='cls-1' d='M81.8%2c61.3c0%2c3.8-3%2c27.8-6.8%2c27.8s-6.8-24-6.8-27.8a6.8%2c6.8%2c0%2c0%2c1%2c13.6%2c0Z'/%3e%3ccircle class='cls-1' cx='75' cy='97.3' r='4.1'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.other_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-miterlimit:10%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3ccircle class='cls-1' cx='75' cy='75' r='52.6'/%3e%3crect class='cls-1' x='47.1' y='46.8' width='24.9' height='24.94' rx='2' ry='2'/%3e%3crect class='cls-1' x='47.1' y='78.8' width='24.9' height='24.94' rx='2' ry='2'/%3e%3crect class='cls-1' x='78.3' y='78.8' width='24.9' height='24.94' rx='2' ry='2'/%3e%3crect class='cls-1' x='81' y='49.1' width='19.4' height='19.43' rx='2' ry='2' transform='translate(-15 81.4) rotate(-45)'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.unknown_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-miterlimit:10%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3ccircle class='cls-1' cx='75' cy='75' r='52.6'/%3e%3crect class='cls-1' x='47.1' y='46.8' width='24.9' height='24.94' rx='2' ry='2'/%3e%3crect class='cls-1' x='47.1' y='78.8' width='24.9' height='24.94' rx='2' ry='2'/%3e%3crect class='cls-1' x='78.3' y='78.8' width='24.9' height='24.94' rx='2' ry='2'/%3e%3crect class='cls-1' x='81' y='49.1' width='19.4' height='19.43' rx='2' ry='2' transform='translate(-15 81.4) rotate(-45)'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.preclinical_chemical_data_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M119.2%2c118.7a24.6%2c24.6%2c0%2c0%2c0%2c.2-2.8A35.8%2c35.8%2c0%2c0%2c0%2c83.5%2c80.1%2c32.8%2c32.8%2c0%2c0%2c0%2c64%2c86.3a11%2c11%2c0%2c1%2c1-13.6%2c17.3'/%3e%3cpath class='cls-1' d='M64%2c86.3a10.8%2c10.8%2c0%2c0%2c0-6.4-2%2c11%2c11%2c0%2c0%2c0-11%2c11L24%2c118.7H48.4'/%3e%3cpolyline class='cls-1' points='126 96.2 126 118.7 119.4 118.7 119.2 118.7 118.8 118.7 48.4 118.7'/%3e%3cpath class='cls-1' d='M103.6%2c71.8l-7.4-4.3a1.7%2c1.7%2c0%2c0%2c1-.6-2.4L110%2c40.7a1.8%2c1.8%2c0%2c0%2c1%2c2.4-.6l7.4%2c4.2a1.8%2c1.8%2c0%2c0%2c1%2c.6%2c2.4L106%2c71.2A1.8%2c1.8%2c0%2c0%2c1%2c103.6%2c71.8Z'/%3e%3cpath class='cls-1' d='M104.1%2c72.1l-8.4-4.9a1.2%2c1.2%2c0%2c0%2c0-1.6.4l1.3%2c9.7%2c9.1-3.7A1%2c1%2c0%2c0%2c0%2c104.1%2c72.1Z'/%3e%3cline class='cls-1' x1='115.6' y1='31.3' x2='126' y2='37.3'/%3e%3cline class='cls-1' x1='120.4' y1='35' x2='104.7' y2='61.6'/%3e%3cline class='cls-1' x1='95.7' y1='76.7' x2='91.9' y2='83.3'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.protein_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M28%2c91.2l5.9-8.1s12.8-1.6%2c21.5%2c5.4c-1.6%2c1.4-5%2c7.4-5%2c7.4S41.7%2c90.7%2c28%2c91.2Z'/%3e%3cpath class='cls-1' d='M39.7%2c76.6l5.9-8.1s12.8-1.6%2c21.5%2c5.3c-1.6%2c1.5-4.9%2c7.4-4.9%2c7.4S53.4%2c76.1%2c39.7%2c76.6Z'/%3e%3cpath class='cls-1' d='M51.9%2c62l6-8.1s12.7-1.6%2c21.4%2c5.3c-1.6%2c1.5-4.9%2c7.4-4.9%2c7.4S65.6%2c61.5%2c51.9%2c62Z'/%3e%3cpath class='cls-1' d='M63.8%2c47.4l6-8.1s12.8-1.6%2c21.5%2c5.3c-1.6%2c1.5-5%2c7.4-5%2c7.4S77.6%2c46.9%2c63.8%2c47.4Z'/%3e%3cpath class='cls-1' d='M39.7%2c76.6s.8%2c4.7%2c2%2c6.6c.2.1%2c9.9.8%2c13.7%2c5.3-.2-.8-5.7-9.6-7.9-11.6C45.9%2c76.5%2c39.7%2c76.6%2c39.7%2c76.6Z'/%3e%3cpath class='cls-1' d='M52.2%2c61.9s.9%2c4.7%2c2%2c6.6c.2.1%2c9.9.8%2c13.7%2c5.2-.1-.7-5.7-9.5-7.8-11.5C58.4%2c61.8%2c52.2%2c61.9%2c52.2%2c61.9Z'/%3e%3cpath class='cls-1' d='M63.8%2c47.6s.5%2c4.5%2c1.6%2c6.4c.2%2c0%2c10.3%2c1%2c14.1%2c5.5-.1-.8-5.7-9.6-7.8-11.6C70%2c47.5%2c63.8%2c47.6%2c63.8%2c47.6Z'/%3e%3cpath class='cls-1' d='M76.1%2c82.5s10.4%2c6.6%2c15.2%2c14.8c.4.6%2c10.6-2.8%2c10.6-2.8S93.2%2c82.4%2c85.7%2c78.9C84.2%2c79.6%2c76.1%2c82.5%2c76.1%2c82.5Z'/%3e%3cpath class='cls-1' d='M94.8%2c77.4s10.3%2c6.6%2c15.1%2c14.8c.5.5%2c10.7-2.9%2c10.7-2.9s-8.7-12.1-16.2-15.6C102.9%2c74.4%2c94.8%2c77.4%2c94.8%2c77.4Z'/%3e%3cpath class='cls-1' d='M102.3%2c83.1%2c101.9%2c94s-5.3-6.8-7.8-8.9c.1-.3.7-7.7.7-7.7S97.8%2c78.7%2c102.3%2c83.1Z'/%3e%3cpath class='cls-1' d='M111.5%2c78.9l.6-6.6s8.2-2.2%2c9.9-2.3c-.7%2c5.2-2.4%2c13.6-1.4%2c19.3C120.2%2c88.8%2c115.6%2c82.3%2c111.5%2c78.9Z'/%3e%3cpath class='cls-1' d='M33.2%2c92.2s-.8%2c15.2%2c17.8%2c20.3c10.3%2c2.4%2c19.6-7.3%2c26.5-6%2c4.6.8%2c1.5%2c16.7%2c3.5%2c18.7s13.1%2c1.7%2c11.9-12.8c-.5-6.8-23.2-21.7-23.3-28.6s8.7-5.3%2c9.9-4.2'/%3e%3cpath class='cls-1' d='M91.3%2c44.6s4.2%2c2.7%2c5.5%2c0c.7-1.1-2.8-7.5-11.2-12.3-2.5-1.1-5.6-5.8-.7-8.3%2c2.4-1.2%2c7.9-.3%2c9.3%2c6.8-.4%2c2.2%2c4.5%2c3.7%2c8.5-.5.4-.4%2c5.3-5.7%2c10.5-.4%2c1.5%2c1.7%2c4.8%2c4.8%2c5.1%2c11'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.technology_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%2c.cls-2%7bfill:none%3bstroke:black%3bstroke-width:3px%3b%7d.cls-1%7bstroke-miterlimit:10%3b%7d.cls-2%7bstroke-linecap:round%3bstroke-linejoin:round%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M55.5%2c58.4V116c-1.2%2c3.9-5.8%2c6.8-11.1%2c6.8s-9.9-2.9-11.1-6.7V58.4c0-.6.6-1.1%2c1.5-1.1H54C54.8%2c57.3%2c55.5%2c57.8%2c55.5%2c58.4Z'/%3e%3cline class='cls-2' x1='27.3' y1='57.3' x2='61.5' y2='57.3'/%3e%3cline class='cls-2' x1='34.7' y1='81.4' x2='54' y2='81.4'/%3e%3ccircle class='cls-1' cx='50.7' cy='48.3' r='2.8'/%3e%3ccircle class='cls-1' cx='47.2' cy='107.8' r='2.8'/%3e%3ccircle class='cls-1' cx='41.5' cy='92.9' r='2.8'/%3e%3cpath class='cls-1' d='M121.1%2c114.1c-4.6-7.8-16.4-28.9-20.8-37V57.7a.9.9%2c0%2c0%2c0-.9-.8H91.5a.9.9%2c0%2c0%2c0-.8.8V77.1c-4.4%2c7.8-15.5%2c27.9-20.8%2c37-1.8%2c3-2.5%2c6.6%2c0%2c9.1h51.2C123.6%2c120.7%2c122.9%2c117.1%2c121.1%2c114.1Z'/%3e%3cline class='cls-2' x1='78.3' y1='101.2' x2='112.5' y2='101.2'/%3e%3cline class='cls-2' x1='99.7' y1='109.7' x2='111.4' y2='109.7'/%3e%3cline class='cls-2' x1='75.8' y1='117.6' x2='102.5' y2='117.6'/%3e%3cpath d='M44.7%2c81.4V26.8l-1.5%2c1.5c14.9.1%2c29.9.1%2c44.8.3h3.2c1.6.2%2c3.8.5%2c5%2c1.7a4.9%2c4.9%2c0%2c0%2c1%2c1.4%2c3c.2%2c1.8-.9%2c2.7-2.4%2c3.4s-3.2%2c1.3-4%2c.7a1.8%2c1.8%2c0%2c0%2c1-.2-2.8%2c3.5%2c3.5%2c0%2c0%2c1%2c1.2-.7c2.7-1.3%2c5.1.3%2c6.5%2c2.7a7.2%2c7.2%2c0%2c0%2c1-4.8%2c10.4%2c4.6%2c4.6%2c0%2c0%2c1-2%2c.1l-.4-.5q-.9-.6%2c0-.9a1.4%2c1.4%2c0%2c0%2c1%2c2.3.4%2c4.1%2c4.1%2c0%2c0%2c1%2c.1%2c1.1v6.5c.1%2c5.2.1%2c10.5.1%2c15.7%2c0%2c10.2.1%2c20.4%2c0%2c30.7-.1%2c1.9%2c2.9%2c1.9%2c3%2c0%2c.1-12.5%2c0-25%2c0-37.4%2c0-5.1.1-10.2-.1-15.3-.1-1.5-.2-3.3-1.4-4.4s-4-1-5.7.2-2.7%2c3-1.6%2c4.9%2c3.4%2c2.2%2c5.4%2c2c9.7-1%2c12.4-15.3%2c3.1-19.2-3.6-1.5-9.2.7-9.5%2c5s6.1%2c5.1%2c9.5%2c3.4%2c5.2-6.9%2c2.1-10.6-6.6-3.1-9.9-3.2H78.3l-35.1-.2a1.5%2c1.5%2c0%2c0%2c0-1.5%2c1.5V81.4a1.5%2c1.5%2c0%2c0%2c0%2c3%2c0Z'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.marketed_drug_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%2c.cls-2%7bfill:none%3bstroke:black%3bstroke-width:3px%3b%7d.cls-1%7bstroke-miterlimit:10%3b%7d.cls-2%7bstroke-linecap:round%3bstroke-linejoin:round%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M70%2c59.2V90.8a11.5%2c11.5%2c0%2c0%2c1-.3%2c2.6%2c10.4%2c10.4%2c0%2c0%2c1-20.1-.1%2c10.1%2c10.1%2c0%2c0%2c1-.3-2.5V59.2a8.8%2c8.8%2c0%2c0%2c1%2c.6-3.3h0a10.3%2c10.3%2c0%2c0%2c1%2c19.6%2c0h0A11.4%2c11.4%2c0%2c0%2c1%2c70%2c59.2Z'/%3e%3cline class='cls-2' x1='49.6' y1='75' x2='69.8' y2='75'/%3e%3cline class='cls-2' x1='64.8' y1='80.5' x2='64.8' y2='87.3'/%3e%3cline class='cls-2' x1='79.8' y1='69.7' x2='97.4' y2='80.3'/%3e%3ccircle class='cls-2' cx='88.6' cy='75' r='12.1'/%3e%3ccircle class='cls-1' cx='75' cy='75' r='51.6'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.clinical_phase_drug_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%2c.cls-2%7bfill:none%3bstroke:black%3bstroke-width:3px%3b%7d.cls-1%7bstroke-miterlimit:10%3b%7d.cls-2%7bstroke-linecap:round%3bstroke-linejoin:round%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M70%2c59.2V90.8a11.5%2c11.5%2c0%2c0%2c1-.3%2c2.6%2c10.4%2c10.4%2c0%2c0%2c1-20.1-.1%2c10.1%2c10.1%2c0%2c0%2c1-.3-2.5V59.2a8.8%2c8.8%2c0%2c0%2c1%2c.6-3.3h0a10.3%2c10.3%2c0%2c0%2c1%2c19.6%2c0h0A11.4%2c11.4%2c0%2c0%2c1%2c70%2c59.2Z'/%3e%3cline class='cls-2' x1='49.6' y1='75' x2='69.8' y2='75'/%3e%3cline class='cls-2' x1='64.8' y1='80.5' x2='64.8' y2='87.3'/%3e%3cline class='cls-2' x1='79.8' y1='69.7' x2='97.4' y2='80.3'/%3e%3ccircle class='cls-2' cx='88.6' cy='75' r='12.1'/%3e%3ccircle class='cls-1' cx='75' cy='75' r='51.6'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.mechanism_of_action_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%2c.cls-2%7bfill:none%3bstroke:black%3bstroke-width:3px%3b%7d.cls-1%7bstroke-miterlimit:10%3b%7d.cls-2%7bstroke-linecap:round%3bstroke-linejoin:round%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M80.1%2c83v9.6a.4.4%2c0%2c0%2c1-.4.4H73.2A25.5%2c25.5%2c0%2c0%2c1%2c71%2c98.4l4.5%2c4.6c.2.1.2.4%2c0%2c.6l-6.8%2c6.8h-.6l-4.6-4.6a19.1%2c19.1%2c0%2c0%2c1-5.3%2c2.2v6.5a.4.4%2c0%2c0%2c1-.4.4H48.2a.5.5%2c0%2c0%2c1-.5-.4V108a19.1%2c19.1%2c0%2c0%2c1-5.3-2.2l-4.6%2c4.6h-.6l-6.8-6.8c-.2-.2-.2-.5%2c0-.6L35%2c98.4A21.4%2c21.4%2c0%2c0%2c1%2c32.7%2c93H26.3a.5.5%2c0%2c0%2c1-.5-.4V83a.5.5%2c0%2c0%2c1%2c.5-.5h6.4A20.8%2c20.8%2c0%2c0%2c1%2c35%2c77.2l-4.6-4.6a.4.4%2c0%2c0%2c1%2c0-.6l6.8-6.8c.1-.2.4-.2.6%2c0l4.6%2c4.6a19.1%2c19.1%2c0%2c0%2c1%2c5.3-2.2V61.1a.5.5%2c0%2c0%2c1%2c.5-.5h9.6a.5.5%2c0%2c0%2c1%2c.4.5v6.5a19.1%2c19.1%2c0%2c0%2c1%2c5.3%2c2.2l4.6-4.6c.2-.2.5-.2.6%2c0L75.5%2c72a.4.4%2c0%2c0%2c1%2c0%2c.6L71%2c77.2a24.7%2c24.7%2c0%2c0%2c1%2c2.2%2c5.3h6.5A.5.5%2c0%2c0%2c1%2c80.1%2c83Z'/%3e%3ccircle class='cls-1' cx='53' cy='87.8' r='10.5'/%3e%3cpath class='cls-1' d='M119.3%2c56.7v7.7c0%2c.2-.1.4-.3.4h-5.3a16.3%2c16.3%2c0%2c0%2c1-1.8%2c4.3l3.7%2c3.7c.2.1.2.3%2c0%2c.5l-5.4%2c5.5a.4.4%2c0%2c0%2c1-.5%2c0L106%2c75.1a21.4%2c21.4%2c0%2c0%2c1-4.4%2c1.8v5.2a.3.3%2c0%2c0%2c1-.3.3H93.5a.3.3%2c0%2c0%2c1-.3-.3V76.9a20.5%2c20.5%2c0%2c0%2c1-4.3-1.8l-3.7%2c3.7a.4.4%2c0%2c0%2c1-.5%2c0l-5.5-5.5a.4.4%2c0%2c0%2c1%2c0-.5l3.7-3.7a17.8%2c17.8%2c0%2c0%2c1-1.8-4.3H75.9a.4.4%2c0%2c0%2c1-.4-.4V56.7a.4.4%2c0%2c0%2c1%2c.4-.4h5.2A16.3%2c16.3%2c0%2c0%2c1%2c82.9%2c52l-3.7-3.7a.5.5%2c0%2c0%2c1%2c0-.5l5.5-5.5h.5L88.9%2c46a16.3%2c16.3%2c0%2c0%2c1%2c4.3-1.8V39a.3.3%2c0%2c0%2c1%2c.3-.3h7.8a.3.3%2c0%2c0%2c1%2c.3.3v5.2A17%2c17%2c0%2c0%2c1%2c106%2c46l3.7-3.7h.5l5.4%2c5.5a.3.3%2c0%2c0%2c1%2c0%2c.5L111.9%2c52a16.3%2c16.3%2c0%2c0%2c1%2c1.8%2c4.3H119C119.2%2c56.3%2c119.3%2c56.5%2c119.3%2c56.7Z'/%3e%3ccircle class='cls-1' cx='97.4' cy='60.5' r='8.5'/%3e%3cpath class='cls-2' d='M124.3%2c85.6a52.2%2c52.2%2c0%2c0%2c1-51.2%2c42.3'/%3e%3cpath d='M126.2%2c75.8a52%2c52%2c0%2c0%2c1-10.3%2c12.4l8.2-1.3%2c7.2%2c4.2A49.3%2c49.3%2c0%2c0%2c1%2c126.2%2c75.8Z'/%3e%3cpath class='cls-2' d='M83.9%2c23A52.1%2c52.1%2c0%2c0%2c0%2c25.7%2c55.1'/%3e%3cpath d='M22%2c64.4c.1-5-.5-11.5-2.1-16l6.2%2c5.5%2c8.4.2C30.2%2c56.3%2c25.3%2c60.6%2c22%2c64.4Z'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.reagent_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%2c.cls-2%7bfill:none%3bstroke:black%3bstroke-width:3px%3b%7d.cls-1%7bstroke-linecap:round%3bstroke-linejoin:round%3b%7d.cls-2%7bstroke-miterlimit:10%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M83.9%2c106.4a8.9%2c8.9%2c0%2c1%2c1-17.8%2c0c0-5.7%2c8.9-17%2c8.9-17S83.9%2c100.8%2c83.9%2c106.4Z'/%3e%3cpath class='cls-2' d='M83.9%2c106.4a8.9%2c8.9%2c0%2c1%2c1-17.8%2c0c0-5.7%2c8.9-17%2c8.9-17S83.9%2c100.8%2c83.9%2c106.4Z'/%3e%3cline class='cls-1' x1='56.6' y1='78.6' x2='93.4' y2='78.6'/%3e%3cpath class='cls-2' d='M113.6%2c113.5C107%2c102.4%2c90.4%2c72.3%2c84%2c60.8V33.2A1.2%2c1.2%2c0%2c0%2c0%2c82.7%2c32H67.3A1.2%2c1.2%2c0%2c0%2c0%2c66%2c33.2V60.8C59.9%2c72%2c44%2c100.6%2c36.4%2c113.5c-2.5%2c4.3-3.6%2c9.3%2c0%2c12.9h77.2C117.1%2c122.8%2c116.2%2c117.8%2c113.6%2c113.5ZM75%2c115.4a8.9%2c8.9%2c0%2c0%2c1-8.9-9c0-5.7%2c8.9-17%2c8.9-17s8.9%2c11.4%2c8.9%2c17A8.9%2c8.9%2c0%2c0%2c1%2c75%2c115.4Z'/%3e%3cpath class='cls-2' d='M80.4%2c25.2V32H69.6V25.2a1.6%2c1.6%2c0%2c0%2c1%2c1.6-1.6h7.6A1.6%2c1.6%2c0%2c0%2c1%2c80.4%2c25.2Z'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.disease_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M94.9%2c44.5a8.2%2c8.2%2c0%2c0%2c1-6.1%2c7.9l-.6.2c-9.3%2c2.1-12.6%2c9.3-14%2c14-2%2c7-7.8%2c12.5-15.3%2c12.5A15.7%2c15.7%2c0%2c0%2c1%2c44.1%2c58.2h0c.2-.6%2c5.6-19.4%2c41.6-21.9h.9A8.3%2c8.3%2c0%2c0%2c1%2c94.9%2c44.5Z'/%3e%3cpath class='cls-1' d='M44.6%2c69.8S34.7%2c78.7%2c34.7%2c81'/%3e%3cline class='cls-1' x1='60.9' y1='79.1' x2='61.6' y2='88.7'/%3e%3cpath class='cls-1' d='M69%2c75.9s6.6%2c5.1%2c5%2c8.5'/%3e%3cpath class='cls-1' d='M42.4%2c59.6S29%2c60.9%2c29%2c64.3'/%3e%3cpath class='cls-1' d='M46.9%2c53s-9.4-1.1-9.4-7.3'/%3e%3cline class='cls-1' x1='53.8' y1='46.1' x2='44.6' y2='39.4'/%3e%3cpath class='cls-1' d='M60.4%2c41.2s-4.1-4.5-3.9-8.1'/%3e%3cpath class='cls-1' d='M69%2c39.1s-3.2-8.8-1.7-13.2'/%3e%3cpath class='cls-1' d='M79.8%2c36.3s-2-11.2-4.2-11.1'/%3e%3cline class='cls-1' x1='88' y1='34.9' x2='89' y2='25.2'/%3e%3cpath class='cls-1' d='M92.8%2c39.1s10.7-7.3%2c11.2-6.6'/%3e%3cpath class='cls-1' d='M95.2%2c46.3s10%2c1.7%2c12.2-.2'/%3e%3cline class='cls-1' x1='89.9' y1='52.5' x2='97' y2='62.7'/%3e%3cpath class='cls-1' d='M81.7%2c55.4s3.2%2c9.9%2c5.3%2c10.8'/%3e%3cline class='cls-1' x1='75.2' y1='67.1' x2='80.8' y2='74.4'/%3e%3cpath class='cls-1' d='M51.7%2c77.4S33.5%2c90.9%2c40.4%2c110.1c2%2c5.3%2c13.7%2c20.3%2c30.2%2c12.5%2c21.2-10.1%2c5.9-36.8%2c20.8-45.4C112%2c65.3%2c121%2c93.5%2c121%2c93.5'/%3e%3ccircle cx='51.5' cy='63.8' r='3'/%3e%3ccircle cx='75.2' cy='51.6' r='2.5'/%3e%3ccircle cx='67.6' cy='60.4' r='3'/%3e%3ccircle cx='69.6' cy='46.1' r='1.7'/%3e%3ccircle cx='58.4' cy='53' r='4.4'/%3e%3ccircle cx='60.9' cy='69.8' r='3.3'/%3e%3ccircle cx='84.1' cy='44.6' r='3.3'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.toxicity_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3ccircle class='cls-1' cx='75.2' cy='75.1' r='10.5'/%3e%3cpath class='cls-1' d='M64.4%2c90.3a18.8%2c18.8%2c0%2c0%2c1-7.8-13.8L25.2%2c80.7a52.4%2c52.4%2c0%2c0%2c0%2c20%2c34.6Z'/%3e%3cpath class='cls-1' d='M104.1%2c116.1c11.1-8.2%2c19.8-22.2%2c21.8-35.9L93.8%2c75.8A18.7%2c18.7%2c0%2c0%2c1%2c86%2c90.2Z'/%3e%3cpath class='cls-1' d='M82.2%2c57.9a18.6%2c18.6%2c0%2c0%2c0-7-1.4%2c19.1%2c19.1%2c0%2c0%2c0-8.3%2c1.9L54.2%2c28.5a52.4%2c52.4%2c0%2c0%2c1%2c40.1-.8Z'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.lab_device_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M80.9%2c39.4h0a36%2c36%2c0%2c0%2c1%2c2.8%2c70.5'/%3e%3cpath class='cls-1' d='M38.9%2c74.7v.2a36%2c36%2c0%2c0%2c0%2c33.3%2c36'/%3e%3cpath class='cls-1' d='M71.9%2c54.9l3-.2a20.2%2c20.2%2c0%2c0%2c1%2c8.8%2c38.4'/%3e%3cpath class='cls-1' d='M54.7%2c74.7v.2a20.2%2c20.2%2c0%2c0%2c0%2c17.5%2c20'/%3e%3cline class='cls-1' x1='30.4' y1='74.7' x2='67.2' y2='74.7'/%3e%3crect class='cls-1' x='63' y='25.6' width='13.2' height='40.3' rx='2' ry='2' transform='translate(32.2 -28.7) rotate(30)'/%3e%3crect class='cls-1' x='72.2' y='85.6' width='11.6' height='31.45' rx='2' ry='2'/%3e%3crect class='cls-1' x='65.9' y='99.4' width='8.8' height='44.26' rx='2' ry='2' transform='translate(191.8 51.2) rotate(90)'/%3e%3cline class='cls-1' x1='38.8' y1='125.9' x2='101.8' y2='126.6'/%3e%3cline class='cls-1' x1='69.8' y1='22.6' x2='89.5' y2='34'/%3e%3cline class='cls-1' x1='61.2' y1='37.5' x2='80.9' y2='48.9'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.medical_procedure_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M56.8%2c64.9a4.5%2c4.5%2c0%2c0%2c1-4.5%2c4.5%2c4.5%2c4.5%2c0%2c0%2c1-4.5-4.5c0-2.9%2c4.5-8.6%2c4.5-8.6S56.8%2c62.1%2c56.8%2c64.9Z'/%3e%3cpath class='cls-1' d='M69.5%2c47.5V79.8A13.4%2c13.4%2c0%2c0%2c1%2c58.8%2c92.9a11.2%2c11.2%2c0%2c0%2c1-2.7.3H48.4l-2.7-.3A13.4%2c13.4%2c0%2c0%2c1%2c35%2c79.8V47.5a13.5%2c13.5%2c0%2c0%2c1%2c10.1-13%2c18.6%2c18.6%2c0%2c0%2c1%2c3.3-.4h7.7a11.4%2c11.4%2c0%2c0%2c1%2c3.3.5A13.3%2c13.3%2c0%2c0%2c1%2c69.5%2c47.5Z'/%3e%3cpath class='cls-1' d='M59.4%2c32v2.6a11.4%2c11.4%2c0%2c0%2c0-3.3-.5H48.4a18.6%2c18.6%2c0%2c0%2c0-3.3.4V32a4.8%2c4.8%2c0%2c0%2c1%2c4.8-4.8h4.7A4.8%2c4.8%2c0%2c0%2c1%2c59.4%2c32Z'/%3e%3cpath class='cls-1' d='M58.8%2c92.9v4.2a1.5%2c1.5%2c0%2c0%2c1-1.5%2c1.5H47.2a1.5%2c1.5%2c0%2c0%2c1-1.5-1.5V92.9l2.7.3h7.7A11.2%2c11.2%2c0%2c0%2c0%2c58.8%2c92.9Z'/%3e%3cpolyline class='cls-1' points='52.3 98.6 52.3 122.8 87.9 122.8 87.9 39.4 108.1 39.4 108.1 85.7'/%3e%3crect class='cls-1' x='104' y='85.5' width='8' height='14.86' rx='3.6' ry='3.6'/%3e%3cline class='cls-1' x1='101' y1='85.5' x2='115' y2='85.5'/%3e%3cline class='cls-1' x1='108' y1='100.3' x2='108' y2='106'/%3e%3cline class='cls-1' x1='104.3' y1='90.6' x2='111.9' y2='95.9'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.chemical_other_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-miterlimit:10%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M104.9%2c96.1A29.8%2c29.8%2c0%2c1%2c1%2c68.5%2c67V38.2a2.6%2c2.6%2c0%2c0%2c1%2c2.6-2.6h8.2a2.6%2c2.6%2c0%2c0%2c1%2c2.6%2c2.6V67A29.8%2c29.8%2c0%2c0%2c1%2c104.9%2c96.1Z'/%3e%3cpath class='cls-1' d='M99.4%2c96.3a24.3%2c24.3%2c0%2c1%2c1-48.5%2c0Z'/%3e%3ccircle class='cls-1' cx='82.1' cy='85' r='5.1'/%3e%3ccircle class='cls-1' cx='70' cy='76.3' r='3.4'/%3e%3ccircle class='cls-1' cx='74.8' cy='27' r='3'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.study_type_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:3px%3b%7d%3c/style%3e%3c/defs%3e%3crect class='cls-1' x='48' y='45.4' width='54.1' height='67.31' rx='9.4' ry='9.4'/%3e%3cpath class='cls-1' d='M48%2c58.3V44.5a7.1%2c7.1%2c0%2c0%2c1%2c7-7.1H99.6'/%3e%3cpath class='cls-1' d='M95.4%2c63v2.8a.8.8%2c0%2c0%2c1-.9.8H85.6v9a.9.9%2c0%2c0%2c1-.8.8H82a.9.9%2c0%2c0%2c1-.9-.8v-9H72.2a.8.8%2c0%2c0%2c1-.9-.8V63a.8.8%2c0%2c0%2c1%2c.9-.8h8.9v-9a.9.9%2c0%2c0%2c1%2c.9-.8h2.8a.9.9%2c0%2c0%2c1%2c.8.8v9h8.9A.8.8%2c0%2c0%2c1%2c95.4%2c63Z'/%3e%3cpath class='cls-1' d='M74.8%2c84.8a15.4%2c15.4%2c0%2c0%2c0-2.8-5c-3.3-4-7.7-6.3-12.6-7.7-.4-.1-.5.1-.6.4a22.1%2c22.1%2c0%2c0%2c0-2.1%2c6.6A18.7%2c18.7%2c0%2c0%2c0%2c58%2c91c2.2%2c4.8%2c9%2c6.5%2c13.1%2c4.1C71.1%2c95.1%2c77.3%2c92.1%2c74.8%2c84.8Z'/%3e%3cpath class='cls-1' d='M84%2c95.5a16%2c16%2c0%2c0%2c0-13%2c8.8h0a16.4%2c16.4%2c0%2c0%2c0-5.5-17.7'/%3e%3cpath class='cls-1' d='M78.7%2c97.7a5.3%2c5.3%2c0%2c0%2c0%2c7.1%2c2%2c10.7%2c10.7%2c0%2c0%2c0%2c4-4.9%2c14.8%2c14.8%2c0%2c0%2c0%2c1-3.6c0-.2.1-.3-.2-.3a13%2c13%2c0%2c0%2c0-7.8-.2%2c8.7%2c8.7%2c0%2c0%2c0-2.7%2c1.4A4.2%2c4.2%2c0%2c0%2c0%2c78.7%2c97.7Z'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.phrasematch_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.699 55.699'%3e%3cg transform='matrix(0.655594 0 0 0.655594 9.59154 9.59154)'%3e%3cg%3e %3cpath d='M51.51%2c18.001c-0.006-0.085-0.022-0.167-0.05-0.248c-0.012-0.034-0.02-0.067-0.035-0.1 c-0.049-0.106-0.109-0.206-0.194-0.291v-0.001l0%2c0c0%2c0-0.001-0.001-0.001-0.002L34.161%2c0.293c-0.086-0.087-0.188-0.148-0.295-0.197 c-0.027-0.013-0.057-0.02-0.086-0.03c-0.086-0.029-0.174-0.048-0.265-0.053C33.494%2c0.011%2c33.475%2c0%2c33.453%2c0H22.177 c-3.678%2c0-6.669%2c2.992-6.669%2c6.67v1.674h-4.663c-3.678%2c0-6.67%2c2.992-6.67%2c6.67V49.03c0%2c3.678%2c2.992%2c6.669%2c6.67%2c6.669h22.677 c3.677%2c0%2c6.669-2.991%2c6.669-6.669v-1.675h4.664c3.678%2c0%2c6.669-2.991%2c6.669-6.669V18.069C51.524%2c18.045%2c51.512%2c18.025%2c51.51%2c18.001z M34.454%2c3.414l13.655%2c13.655h-8.985c-2.575%2c0-4.67-2.095-4.67-4.67V3.414z M38.191%2c49.029c0%2c2.574-2.095%2c4.669-4.669%2c4.669H10.845 c-2.575%2c0-4.67-2.095-4.67-4.669V15.014c0-2.575%2c2.095-4.67%2c4.67-4.67h5.663h4.614v10.399c0%2c3.678%2c2.991%2c6.669%2c6.668%2c6.669h10.4 v18.942L38.191%2c49.029L38.191%2c49.029z M36.777%2c25.412h-8.986c-2.574%2c0-4.668-2.094-4.668-4.669v-8.985L36.777%2c25.412z M44.855%2c45.355h-4.664V26.412c0-0.023-0.012-0.044-0.014-0.067c-0.006-0.085-0.021-0.167-0.049-0.249 c-0.012-0.033-0.021-0.066-0.036-0.1c-0.048-0.105-0.109-0.205-0.194-0.29l0%2c0l0%2c0c0-0.001-0.001-0.002-0.001-0.002L22.829%2c8.637 c-0.087-0.086-0.188-0.147-0.295-0.196c-0.029-0.013-0.058-0.021-0.088-0.031c-0.086-0.03-0.172-0.048-0.263-0.053 c-0.021-0.002-0.04-0.013-0.062-0.013h-4.614V6.67c0-2.575%2c2.095-4.67%2c4.669-4.67h10.277v10.4c0%2c3.678%2c2.992%2c6.67%2c6.67%2c6.67h10.399 v21.616C49.524%2c43.26%2c47.429%2c45.355%2c44.855%2c45.355z' data-original='%23010002' class='active-path' fill='%23010002'/%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.roa_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='icons-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-5' transform='translate(4.000000%2c 5.000000)'%3e %3cg id='Group-4'%3e %3cg id='Group' transform='translate(19.730769%2c 4.160000)' stroke='%23080808' stroke-width='1.04'%3e %3cellipse id='Oval-4' cx='3.63461538' cy='3.64' rx='3.63461538' ry='3.64'/%3e %3cpath d='M6.75%2c3.64 L0.519230769%2c3.64' id='Line' stroke-linecap='square'/%3e %3c/g%3e %3cg id='Group-2' transform='translate(0.000000%2c 2.080000)'%3e %3crect id='Rectangle-7-Copy' stroke='%23080808' stroke-width='1.04' x='0.52' y='2.6' width='5.19076923' height='7.28' rx='1.04'/%3e %3crect id='Rectangle-8-Copy-7' fill='%23080808' x='2.59615385' y='1.04' width='1.03846154' height='1.04'/%3e %3cpath d='M2.6062368%2c0.771504582 L3.60892121%2c0.771504582 C3.77340287%2c0.771504582 3.90674159%2c0.904843306 3.90674159%2c1.06932496 L3.90674159%2c1.06932496 C3.90674159%2c1.23380661 3.77340287%2c1.36714533 3.60892121%2c1.36714533 L2.6062368%2c1.36714533 C2.44175515%2c1.36714533 2.30841642%2c1.23380661 2.30841642%2c1.06932496 L2.30841642%2c1.06932496 C2.30841642%2c0.904843306 2.44175515%2c0.771504582 2.6062368%2c0.771504582 Z' id='Rectangle-8-Copy-7' fill='%23080808'/%3e %3crect id='Rectangle-8-Copy-4' fill='%23080808' transform='translate(4.673077%2c 4.680000) rotate(-90.000000) translate(-4.673077%2c -4.680000) ' x='4.15384615' y='3.12' width='1.03846154' height='3.12' rx='0.519230769'/%3e %3crect id='Rectangle-8-Copy-5' fill='%23080808' transform='translate(4.673077%2c 6.760000) rotate(-90.000000) translate(-4.673077%2c -6.760000) ' x='4.15384615' y='5.2' width='1.03846154' height='3.12' rx='0.519230769'/%3e %3c/g%3e %3crect id='Rectangle-8-Copy' fill='%23080808' transform='translate(23.365385%2c 14.040000) rotate(-90.000000) translate(-23.365385%2c -14.040000) ' x='22.8461538' y='12.48' width='1.03846154' height='3.12' rx='0.519230769'/%3e %3cpath d='M12.9807692%2c25.48 L12.9807692%2c20.28' id='Line-6' stroke='%23080808' stroke-width='1.04' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M12.9807692%2c20.28 L12.9807692%2c15.08' id='Line-4' stroke='%23080808' stroke-width='1.04' stroke-linecap='round' stroke-linejoin='round'/%3e %3cg id='Group-3' transform='translate(10.384615%2c 0.000000)'%3e %3crect id='Rectangle-7' stroke='%23080808' stroke-width='1.04' x='0.52' y='2.6' width='4.15230769' height='7.28'/%3e %3crect id='Rectangle-8' fill='%23080808' x='2.07692308' y='0' width='1.03846154' height='3.12' rx='0.519230769'/%3e %3crect id='Rectangle-8-Copy-2' fill='%23080808' transform='translate(4.153846%2c 4.680000) rotate(-90.000000) translate(-4.153846%2c -4.680000) ' x='3.63461538' y='3.64' width='1.03846154' height='2.08' rx='0.519230769'/%3e %3crect id='Rectangle-8-Copy-3' fill='%23080808' transform='translate(4.153846%2c 6.760000) rotate(-90.000000) translate(-4.153846%2c -6.760000) ' x='3.63461538' y='5.72' width='1.03846154' height='2.08' rx='0.519230769'/%3e %3cpath d='M1.55769231%2c11.96 L3.63461538%2c11.96' id='Line-8' stroke='%23080808' stroke-width='1.04' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M2.59615385%2c11.96 L2.59615385%2c9.88' id='Line-9' stroke='%23080808' stroke-width='1.04' stroke-linecap='square'/%3e %3c/g%3e %3cpath d='M23.3689593%2c14.5115882 L23.3689593%2c18.7225844 C23.3689593%2c19.8713367 22.4377116%2c20.8025844 21.2889593%2c20.8025844 L4.16380696%2c20.8025844 C3.01505468%2c20.8025844 2.08380696%2c19.8713367 2.08380696%2c18.7225844 L2.08380696%2c14.8311409' id='Path-4' stroke='%23080808' stroke-width='1.04' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.company_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cg transform='matrix(0.703448 0 0 0.703448 75.9173 75.9173)'%3e%3cg%3e %3cg%3e %3cpath d='M263.2%2c2.93C261.33%2c1.07%2c258.76%2c0%2c256.13%2c0s-5.21%2c1.069-7.07%2c2.93c-1.87%2c1.86-2.93%2c4.44-2.93%2c7.07s1.06%2c5.21%2c2.93%2c7.069 C250.92%2c18.93%2c253.5%2c20%2c256.13%2c20s5.2-1.07%2c7.07-2.931c1.859-1.859%2c2.93-4.439%2c2.93-7.069S265.06%2c4.79%2c263.2%2c2.93z' data-original='black' class='active-path' data-old_color='black' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M509.073%2c238.931L406%2c135.807V74c0-11.028-8.972-20-20-20h-20V10c0-5.522-4.478-10-10-10h-62.333c-5.522%2c0-10%2c4.478-10%2c10 s4.478%2c10%2c10%2c10H346v34H166V20h52.666c5.522%2c0%2c10-4.478%2c10-10s-4.478-10-10-10H156c-5.522%2c0-10%2c4.478-10%2c10v44h-20 c-11.028%2c0-20%2c8.972-20%2c20v364H84c-5.522%2c0-10%2c4.478-10%2c10v44H20V266h64c5.522%2c0%2c10-4.478%2c10-10c0-5.522-4.478-10-10-10H10 c-5.522%2c0-10%2c4.478-10%2c10v246c0%2c5.522%2c4.478%2c10%2c10%2c10h492c5.522%2c0%2c10-4.478%2c10-10V246 C512%2c243.349%2c510.947%2c240.806%2c509.073%2c238.931z M312.667%2c74H386v76h-73.333V74z M312.667%2c170H386v76h-73.333V170z M312.667%2c266 H386v76h-73.333V266z M312.667%2c362H386v76h-73.333V362z M219.333%2c74h73.334v76h-73.334V74z M219.333%2c170h73.334v76h-73.334V170z M219.333%2c266h73.334v76h-73.334V266z M219.333%2c362h73.334v76h-73.334V362z M126%2c74h73.333v76H126V74z M126%2c170h73.333v76H126V170 z M126%2c266h73.333v76H126V266z M126%2c362h73.333v76H126V362z M418%2c492H94v-34h302h22V492z M492%2c492h-54v-44c0-5.522-4.478-10-10-10 h-22v-28.127h31.838c5.522%2c0%2c10-4.478%2c10-10c0-5.522-4.478-10-10-10H406v-27.958h31.838c5.522%2c0%2c10-4.478%2c10-10 c0-5.522-4.478-10-10-10H406v-27.957h31.838c5.522%2c0%2c10-4.478%2c10-10c0-5.522-4.478-10-10-10H406V266h31.838 c5.522%2c0%2c10-4.478%2c10-10c0-5.522-4.478-10-10-10H406v-81.901l86%2c86.042V492z' data-original='black' class='active-path' data-old_color='black' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M70.069%2c400.6c-1.859-1.871-4.439-2.93-7.069-2.93s-5.21%2c1.06-7.07%2c2.93c-1.86%2c1.86-2.93%2c4.44-2.93%2c7.07 s1.069%2c5.21%2c2.93%2c7.07c1.86%2c1.859%2c4.44%2c2.93%2c7.07%2c2.93s5.21-1.07%2c7.069-2.93c1.86-1.86%2c2.931-4.44%2c2.931-7.07 S71.93%2c402.46%2c70.069%2c400.6z' data-original='black' class='active-path' data-old_color='black' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M63%2c288.724c-5.522%2c0-10%2c4.478-10%2c10V370c0%2c5.522%2c4.478%2c10%2c10%2c10c5.522%2c0%2c10-4.478%2c10-10v-71.276 C73%2c293.202%2c68.522%2c288.724%2c63%2c288.724z' data-original='black' class='active-path' data-old_color='black' fill='black'/%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.hospital_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3e%3cg transform='matrix(0.696413 0 0 0.696413 72.8608 72.8608)'%3e%3cg%3e %3cg%3e %3cpath d='M368%2c208v48h64v-48H368z M416%2c240h-32v-16h32V240z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M368%2c272v48h64v-48H368z M416%2c304h-32v-16h32V304z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M368%2c336v48h64v-48H368z M416%2c368h-32v-16h32V368z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M368%2c400v48h64v-48H368z M416%2c432h-32v-16h32V432z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M272%2c80V32h-64v48h-48v64h48v48h64v-48h48V80H272z M304%2c128h-48v48h-32v-48h-48V96h48V48h32v48h48V128z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M352%2c176V0H128v176H16v304h448V176H352z M128%2c464H32V192h96V464z M232%2c464h-40V320h40V464z M288%2c464h-40V320h40V464z M336%2c464h-32V304H176v160h-32V16h192V464z M448%2c464h-96V192h96V464z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M48%2c208v48h64v-48H48z M96%2c240H64v-16h32V240z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M48%2c272v48h64v-48H48z M96%2c304H64v-16h32V304z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M48%2c336v48h64v-48H48z M96%2c368H64v-16h32V368z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3cg%3e %3cg%3e %3cpath d='M48%2c400v48h64v-48H48z M96%2c432H64v-16h32V432z' data-original='black' class='active-path' fill='black'/%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.formulation_tech_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:8px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M207%2c131.772v37.816a14.7%2c14.7%2c0%2c0%2c0-13.325%2c20.884L162.044%2c208.74a14.69%2c14.69%2c0%2c0%2c0-25.452%2c0l-31.633-18.268a14.7%2c14.7%2c0%2c0%2c0-13.324-20.884V131.772a14.69%2c14.69%2c0%2c0%2c0%2c12.308-22.708L136.592%2c90.2a14.691%2c14.691%2c0%2c0%2c0%2c25.452%2c0l32.65%2c18.866A14.69%2c14.69%2c0%2c0%2c0%2c207%2c131.772Z'/%3e%3cpath class='cls-1' d='M106.324%2c117.084a14.705%2c14.705%2c0%2c1%2c1-2.381-8.02A14.691%2c14.691%2c0%2c0%2c1%2c106.324%2c117.084Z'/%3e%3cpath class='cls-1' d='M221.691%2c117.084A14.684%2c14.684%2c0%2c1%2c1%2c207%2c102.381%2c14.691%2c14.691%2c0%2c0%2c1%2c221.691%2c117.084Z'/%3e%3cpath class='cls-1' d='M106.324%2c184.277a14.689%2c14.689%2c0%2c1%2c1-14.689-14.689A14.623%2c14.623%2c0%2c0%2c1%2c106.324%2c184.277Z'/%3e%3cpath class='cls-1' d='M221.691%2c184.277A14.689%2c14.689%2c0%2c1%2c1%2c207%2c169.588%2c14.682%2c14.682%2c0%2c0%2c1%2c221.691%2c184.277Z'/%3e%3cpath class='cls-1' d='M164.007%2c82.86a14.689%2c14.689%2c0%2c1%2c1-14.689-14.688A14.561%2c14.561%2c0%2c0%2c1%2c164.007%2c82.86Z'/%3e%3cpath class='cls-1' d='M164.007%2c216.077a14.688%2c14.688%2c0%2c1%2c1-1.963-7.337A14.683%2c14.683%2c0%2c0%2c1%2c164.007%2c216.077Z'/%3e%3cline class='cls-1' x1='149.318' y1='46.754' x2='149.318' y2='68.172'/%3e%3cline class='cls-1' x1='219.277' y1='194.362' x2='234.422' y2='209.507'/%3e%3cline class='cls-1' x1='80.723' y1='194.362' x2='65.578' y2='209.507'/%3e%3cpath class='cls-1' d='M170.818%2c156.034a20.718%2c20.718%2c0%2c0%2c1-4.176%2c12.506%2c20.814%2c20.814%2c0%2c0%2c1-16.648%2c8.307%2c20.725%2c20.725%2c0%2c0%2c1-12.542-4.189%2c21.141%2c21.141%2c0%2c0%2c1-4.083-4.094%2c20.656%2c20.656%2c0%2c0%2c1-4.2-12.53c0-14.477%2c19.175-32.2%2c19.175-32.2a2.329%2c2.329%2c0%2c0%2c1%2c3.3%2c0S171.4%2c141.685%2c170.818%2c156.034Z'/%3e%3c/svg%3e") center no-repeat; }
  .search-dropdown-icon.dosage_search {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:8px%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M111.836%2c215.553l-28.065-28.1A8.219%2c8.219%2c0%2c0%2c1%2c83.8%2c175.8l94.812-93.219a8.374%2c8.374%2c0%2c0%2c1%2c11.743.079l28.065%2c28.1a8.219%2c8.219%2c0%2c0%2c1-.028%2c11.652l-94.812%2c93.22A8.375%2c8.375%2c0%2c0%2c1%2c111.836%2c215.553Z'/%3e%3cpath class='cls-1' d='M113.957%2c217.676%2c81.651%2c185.324a5.342%2c5.342%2c0%2c0%2c0-7.491-.05l-6.123%2c45.493%2c45.9-5.657A5.244%2c5.244%2c0%2c0%2c0%2c113.957%2c217.676Z'/%3e%3cline class='cls-1' x1='215.1' y1='46.7' x2='254.88' y2='86.536'/%3e%3cline class='cls-1' x1='232.316' y1='69.248' x2='129.258' y2='170.574'/%3e%3cline class='cls-1' x1='70.375' y1='228.469' x2='45.12' y2='253.3'/%3e%3cline class='cls-1' x1='130.776' y1='130.675' x2='170.046' y2='169.945'/%3e%3c/svg%3e") center no-repeat; }

.support-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3e %3cg fill='white' fill-rule='nonzero'%3e %3cpath d='M10.599 9.322h1.704c.17 0 .3.035.389.105.089.07.133.164.133.284a.377.377 0 0 1-.106.27c-.07.075-.178.112-.321.112H9.995a.52.52 0 0 1-.382-.136.433.433 0 0 1-.137-.318.81.81 0 0 1 .088-.312c.059-.13.123-.23.193-.305.29-.3.55-.558.783-.772.233-.214.4-.355.5-.423.178-.126.327-.253.445-.38.119-.127.21-.258.271-.392a.931.931 0 0 0 .093-.393.69.69 0 0 0-.37-.63.782.782 0 0 0-.374-.092.763.763 0 0 0-.672.376 1.629 1.629 0 0 0-.11.268 1.117 1.117 0 0 1-.173.336c-.064.078-.158.117-.282.117a.367.367 0 0 1-.271-.107.397.397 0 0 1-.108-.294c0-.15.034-.307.101-.47.068-.164.168-.312.302-.444.134-.133.304-.24.51-.322.205-.081.446-.122.723-.122.333 0 .617.052.852.156a1.329 1.329 0 0 1 .67.71 1.393 1.393 0 0 1-.104 1.234c-.134.221-.27.394-.41.52-.139.125-.372.321-.7.589-.327.267-.552.475-.674.623-.052.059-.106.13-.16.212zm4.822.356v-.607h-1.64c-.206 0-.36-.047-.464-.14a.49.49 0 0 1-.064-.642c.03-.047.062-.092.095-.135l.12-.16 1.73-2.315c.114-.152.207-.263.28-.331a.37.37 0 0 1 .263-.103c.33 0 .496.19.496.568V8.34h.14c.168 0 .302.023.403.068.102.046.152.146.152.3 0 .127-.041.219-.124.277-.083.057-.207.086-.372.086h-.2v.607c0 .168-.036.292-.11.374a.381.381 0 0 1-.297.122.378.378 0 0 1-.296-.125c-.075-.084-.112-.208-.112-.37zM14.017 8.34h1.404V6.443L14.017 8.34z'/%3e %3cpath d='M13.548 19.145c.619-.109 1.267-.367 1.946-.78a1.114 1.114 0 0 0 .235-1.713l-2.143-2.294a1.055 1.055 0 0 0-1.502-.034l-.78.763a1.114 1.114 0 0 1-1.57-.012l-4.029-4.05c-.446-.483-.418-1.188.035-1.605l.747-.69a1.038 1.038 0 0 0 .06-1.467l-2.234-2.42a1.114 1.114 0 0 0-1.815.255c-.218.435-.386.881-.504 1.34-.275 1.072-.286 2.233-.028 3.49l8.26 8.57c1.186.618 2.289.828 3.322.647zm-3.024-4.855l.781-.763a2.165 2.165 0 0 1 3.061.035c.012.011.737.788 2.178 2.33a2.229 2.229 0 0 1-.472 3.426c-.791.48-1.568.79-2.33.924-1.318.232-2.695-.041-4.118-.802l-.077-.042-8.603-8.925-.034-.153C.583 8.84.583 7.45.915 6.16A7.82 7.82 0 0 1 1.502 4.6a2.229 2.229 0 0 1 3.63-.512l2.233 2.42a2.153 2.153 0 0 1-.122 3.042l-.748.69 4.03 4.05zM17.515 16.025a.557.557 0 0 1-.703-.864A7.8 7.8 0 1 0 6.102 3.882a.557.557 0 1 1-.828-.746 8.914 8.914 0 1 1 12.24 12.89z'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 21px;
  width: 21px;
  display: inline-block;
  vertical-align: middle; }

.localisation-language-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Language-change' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_Result-page-Copy-7' transform='translate(-38.000000%2c -235.000000)'%3e %3cg id='Group' transform='translate(39.000000%2c 236.000000)'%3e %3cpath d='M1%2c0 L8%2c0 L11.9375%2c3.9375 L11.9375%2c13 C11.9375%2c13.5522847 11.4897847%2c14 10.9375%2c14 L1%2c14 C0.44771525%2c14 6.76353751e-17%2c13.5522847 0%2c13 L0%2c1 C-6.76353751e-17%2c0.44771525 0.44771525%2c1.01453063e-16 1%2c0 Z' id='Path-2' stroke='%2300B54C' fill-rule='nonzero'/%3e %3cpath d='M8.3%2c10.1052531 L7.82481203%2c10.1052531 C7.72055086%2c10.1052531 7.63634117%2c10.0894621 7.57218045%2c10.0578797 C7.50801973%2c10.0262972 7.46591489%2c9.95918549 7.44586466%2c9.8565425 L7.32556391%2c9.29990449 C7.16516211%2c9.44202554 7.00877269%2c9.56934041 6.85639098%2c9.68185291 C6.70400926%2c9.79436541 6.54360986%2c9.88911136 6.37518797%2c9.9660936 C6.20676608%2c10.0430758 6.02731925%2c10.1013051 5.83684211%2c10.1407832 C5.64636496%2c10.1802613 5.43483826%2c10.2 5.20225564%2c10.2 C4.96566298%2c10.2 4.74411131%2c10.1674311 4.53759398%2c10.1022923 C4.33107666%2c10.0371534 4.15162983%2c9.93944669 3.99924812%2c9.80916905 C3.84686641%2c9.67889142 3.72556436%2c9.51407295 3.63533835%2c9.31470869 C3.54511233%2c9.11534443 3.5%2c8.8794665 3.5%2c8.60706781 C3.5%2c8.37019939 3.56616475%2c8.14221695 3.69849624%2c7.92311366 C3.83082773%2c7.70401037 4.04435943%2c7.50958378 4.33909774%2c7.33982808 C4.63383606%2c7.17007238 5.01979711%2c7.03091426 5.49699248%2c6.92234957 C5.97418785%2c6.81378488 6.55764066%2c6.75160785 7.24736842%2c6.73581662 L7.24736842%2c6.26800382 C7.24736842%2c5.80216259 7.1461163%2c5.44982609 6.94360902%2c5.21098376 C6.74110174%2c4.97214144 6.44135537%2c4.85272206 6.0443609%2c4.85272206 C5.78370797%2c4.85272206 5.56416129%2c4.88529098 5.38571429%2c4.9504298 C5.20726728%2c5.01556862 5.05288286%2c5.08860195 4.92255639%2c5.169532 C4.79222992%2c5.25046204 4.67995035%2c5.32349538 4.58571429%2c5.38863419 C4.49147823%2c5.45377301 4.39824608%2c5.48634193 4.30601504%2c5.48634193 C4.23383423%2c5.48634193 4.17067696%2c5.46759013 4.11654135%2c5.43008596 C4.06240574%2c5.39258179 4.01929841%2c5.34619576 3.98721805%2c5.29092646 L3.79473684%2c4.95339064 C4.13158063%2c4.63361827 4.49448427%2c4.39477952 4.88345865%2c4.23686724 C5.27243302%2c4.07895496 5.70350641%2c4 6.17669173%2c4 C6.51754556%2c4 6.82029943%2c4.05526847 7.08496241%2c4.16580707 C7.34962538%2c4.27634567 7.57217955%2c4.43030783 7.75263158%2c4.62769819 C7.93308361%2c4.82508854 8.0694231%2c5.06392728 8.16165414%2c5.34422159 C8.25388517%2c5.62451589 8.3%2c5.93244022 8.3%2c6.26800382 L8.3%2c10.1052531 Z M5.52105263%2c9.45978988 C5.70952475%2c9.45978988 5.88195411%2c9.44103807 6.03834586%2c9.40353391 C6.19473762%2c9.36602974 6.34210457%2c9.31273514 6.48045113%2c9.24364852 C6.61879768%2c9.1745619 6.75112719%2c9.09067225 6.87744361%2c8.99197708 C7.00376003%2c8.8932819 7.12706707%2c8.78077109 7.24736842%2c8.65444126 L7.24736842%2c7.40496657 C6.75413287%2c7.4207578 6.33508944%2c7.45924834 5.99022556%2c7.52043935 C5.64536168%2c7.58163036 5.36466274%2c7.66157225 5.1481203%2c7.76026743 C4.93157786%2c7.85896261 4.77418595%2c7.97542117 4.67593985%2c8.10964661 C4.57769374%2c8.24387205 4.52857143%2c8.39388647 4.52857143%2c8.55969436 C4.52857143%2c8.71760665 4.55463633%2c8.85380395 4.60676692%2c8.96829035 C4.6588975%2c9.08277676 4.72907224%2c9.17653577 4.81729323%2c9.2495702 C4.90551423%2c9.32260463 5.00977383%2c9.37589923 5.13007519%2c9.40945559 C5.25037654%2c9.44301195 5.38070105%2c9.45978988 5.52105263%2c9.45978988 Z' id='a' fill='%2300B54C'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 12px;
  width: 12px;
  padding: 15px; }

.fr-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cimage id='France' x='0' y='-3' width='20' height='20' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='data:image/png%3bbase64%2ciVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGOGCHvlwAAB55JREFUeAHtmrmS3FQUhq%2b6e2gXi4syDgipooj9BIQkPALEhGQ8AYETeBYCngEiioKEiIAADBiXCw%2bzeDzdkvi//y7SeLbukTBTHh1buld30/n/c85dNB3CJBMDEwMTAxMDEwMTAxMDEwMTAxMDN5GBKoFehA/ur8Yk4McvPhxzuLD3ycejjvf%2bdz/taMD1Io16K4Q2fPX5R%2bH3J0ehquAlc7Pde5c783BL171772zX8ZLWx/e/DOH4OLSr40tanl3dqrhpdb9zN3z/2ac0EuawnwlQ2oZaDR79AwEz1V2NAEb%2bL6R58OugYSGgFb7Zm3eE1GLsmYAwF97dg%2bPwaFcEzIYTwMvGlGb3yaDh0AcPqA4PQmsDx%2bEKATw%2bFPiDZ%2bvoAdfLAUL79OkwAmT3thEJfz/OHuDxOgLaJjx4fBBqNaqqRpXDGBjbA9qmHkiAQkDY6kd/QUUZq0eAKpsm1HWjEAD8NSNAeg0RQNsowigeinQEqEGDixAnjcAPw19eMFpGHjpYQC58PfyhI0AvsAeIIa%2bCAxkYPQRG8oCqrkPTo%2bAEAXhAXcsDZnDU52l77scmoBk4B4CgxbheDTo8PQKi%2b%2bMFFdgHhsDYBLSy3BCxSQVeLJwwbY%2bAOqzWa4dBDIEhryPUhnnQ82/HekMEbRqNMVcoseHL0iNAzDAJ4gFYfyAL15EA68RcdzYBLIPxqhwDYmkgCZnlUdKBHuA5TcAbhVJn/3B6FVit6%2bCdcNI6Hoy2hzC6BwycA1jefRhy2uHpQqBZh7XAsxFiuYwHoq7htrnrRAAWRx9fzHPKZ%2bkIUOFaLHerAFvivBTkNHe7PB2dgCsugxkqmJnfmEzPIaA2Aeu1JkH2AToxGfYVSRibAGL3KpKNzf7PBGDk3kCdB4jhOoUA%2bNu0GSheUIjo9b4gOzYBV9kHFOtLT69wYoNx1pkVlZ8koGYeiB5QvgkIeJwP8nAXoO5V/d8E9LUlzwrnifD8EFiH46cHupowm88VAXN1q7xk4AXFEzbcIu7t7fXoGJ7df7bdp7By5BF68sQ91%2bro6BwPSIch2GIVSEuBgWs6VAFfiTaXuUgcU%2bbSb1sBBp5IqozDoJIHGF8arIQAHxzKYQjAWN2TAfOh8uaRXputCJ3HpDcNTDjEbCO0tqYAz30FXiDP94C4DNIR8OquUbA%2b82G3L%2bgvj9uoNLAtym8oGTAkxA2Q5oC0BeZUefYySAUHBR2HdWAOlacAkGs5dAKTeAZa%2bHahOlmJCxttUdlqA7OpADxfEIAukQilrHRUJikhwDObIBM9EwN1BJu/kFetiFBR9qY8wItKtz0NYisbwQTEfNkImZ6oeUeAXIQGIsj0xe%2bCcnfYwuDwwaDKbBLfo3vAFiFgKyUCmPDy8ufJD5w9KxYCKldELwCvdkIJKCnA9UcFnZLsPWLF4UC7c2RsAhSb57zpdDHWByw6cMUwiETErXDXpxDghg4BbYT0r%2bXTuLfDpOqgPKuEfUCMQMiLlG1CILu/CUBj6c13IFJ2gv1vQoUA1RogbLFWAroVUNvcs6C64QqQsQF2Xj6mtNJvE/FbuekiadQPVUyGcNnQVCQpBGDTHCv2eXkA84A/xoKbnWErN/SsqN4QcY7MIGpsSUpfRmz2TANFh2R9vJeyirSnWyEAvrwRUgP/ZQigsK7Ekx55ewCWOA2wPzFykLpM0Z4OG2XLX4Z62p96R1KrgBfgHP%2bU4UVclGXpCKCBSnPnDBHvd1hoV%2bi5Qc/wQNsToClIst2mOffaMMUQSbKO5dXKGGiqd94WjwZhDvBn8TyA0o4Ae4A2Qhha%2bwC1NVDdqTH4/K2Qk2IkkZUhjnbS7bNqvTcNzALmeXFZKi%2b1yZAOZ3Vg8gSLyaDOz6V1jwBVxjiRmzT4PR4hNvRnMrbBDMCEgtWJoyxlOUyY2UF7F632o0pmmnHTZObx9Wxwad6JesYyfMWbH9LUzn17ip30ADXi3Bz3vnYFAdYzhyK9FG/A%2bhXE6D4DqYOhGxGyKEeRMaVNBLSelTWyAHtpNDAsnb726tnWJ1Uz4HAOQE1MKsVcnnUrBOTJQfUWUt4pf/AozIkmmTFiC93xjmj6GQ0kC/3SYgFJqdyFumVCKO/nN62v5gu/t6q0Eq2A0mkhNURALMmWRn8vgbwg5%2blCRQapx0LAXFabS7kFVrVllQJC/0lnAsY0CCnR8srTnp%2bWSHZyupgpH0PGFc/dMniK%2b/ncrF92Ir9cxiarlS2ILm2lA5K%2bYhmsarE2XgEVHGUITz9RruXM5ICp962iEIDV7t5ehuVSQ6sRPyPxEdiml1vTyWVVWO4swqvLRXhFYPlRFOSRR5aLedhZRFJcMMINIubvvueRWhFQ8WMp7ej4wVR9eKjfeq38LJSOeeIeyQSSqkqRLGx33tJJ9xfXcysELF97Izz8%2bQdZN7ovRGXAdgNML9YhR78iCrtuwBBny9e3fzu74oqlz7751j0zKKyNdBYm9lOZAccHZS0kJuKPh6Ha4RdyUbKpXtfj27pIb4LsC%2bSfuvYzAXgCv5srHqH8yyx8XTnStflXlpeZjQnbxMDEwM1lQKfDtFDeUA7i9u2Gggf2RMANNr6h33gP%2bBf0S/9igf7%2bVwAAAABJRU5ErkJggg=='/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 18px;
  width: 18px;
  padding: 10px;
  margin-top: -2px;
  margin-bottom: -2px; }

.ger-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 15'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cimage id='Germany' x='0' y='-3' width='20' height='20' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='data:image/png%3bbase64%2ciVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGOGCHvlwAAA1xJREFUWAntlktuE0EQhqtn/IhxUJbhBmxZcqRsuArrnIc9EjtETkAWbBwc2%2bMZD/9XPTVpm0gICVksUlK5qvpR/9/VD4/Zi7xU4KUCKU1UhP7q6qrHnkNHLGEnS%2bnS%2bv7h9vbW1uv1uCEpJZvP5zadTl3pqOtaw5PbcWDhdF2nVL1hkf1%2b77rb7bw9hi6XS7u5uTEle83qUbu7u7P7%2b/sY40CAIae2bPMB%2bgE4JPzShs%2bY6%2bvrGDpx8NlsZpvNxtnSA%2bApaMTRHxlKW4KEX9rwwQKzUYWcAElWq5UTCKDnSARYjIk4bACcxrRHHxaskJFA7NdzwCVg6UeS0gYQbeGXFh%2bskJFA27aGIs%2bRiAl/Q4A5p%2bC0BQ6%2bE/gk523TWJLWnHJppbaKsyAbKvfpbBAUEkdwBFRf3OmDVn1Q3MmivY7eN8XvpU6AS7PVVdFJtLqqfiOgZTihcvX5fmjiIEGAEBIAiq2TOCJwUI%2buc76oBQETgUpbkACLlYf1XLka5EVOCeTWp9%2bKlQ6h55QPEXIfhHVEALaJ/dcWMMBXrEow0csPkYFMQPyJADlcNYGcnVbu4OTU4%2bYVUt%2b4BUknkzOAeKkHQCcwtJWgpe%2bTTn8gMAgei4GQz9MbcFQBAsBd8YsVOwHiIWEAhx0wRuNgRJoTFfAcgAcBYR0T%2bKgJ79h/VYCJtZRZugqpgnXegshbWnyXWPBocXQODkpEvQm7TKJPrXVfFH%2bILYCOwFOvbRiYj3vuBwQ2mVv2GE9LoEHxSbxYjp9L7n2%2b%2blzJlBprhxL4GfCgb8VWymifLAs4D4KLOtROcjgiYR1QcVjvDHKx%2bshJDuEMb14%2bhI1exkY/tSowi8QMxHdGZCfIoPl2e6jGUtTDOBSR9YdJlnXQ3InQXgTARLwC2/3U1ttks2piSfuvf33TLcwrDNDCMpHV%2b3YRCBVgrwgog2KS8jgpAVMM3oKdwB93U0XDv%2bGufWUPm4Ut5q9tog%2bkxayyim8VTa4C2JfvKQdwsksxAYgVeq6aHh3FB2k92CTgrmttvWvssdlo7GOuQD1d2uevlb6AJna5nNriotaTzMkn4b8RqtCJzWaTbPXQ2kSYZj%2b0Bj7JzN5IseeUnwL7DgHOwYXUz8MZGfDfvz0j3gvUf1qBXw5m0gmkycsEAAAAAElFTkSuQmCC'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 18px;
  width: 18px;
  padding: 10px;
  margin-top: -2px;
  margin-bottom: -2px; }

.swz-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cg%3e%3crect y='85.337' style='fill:%23D80027%3b' width='512' height='341.326' data-original='%23D80027' class=''/%3e%3cpolygon style='fill:%23F0F0F0%3b' points='356.174%2c222.609 289.391%2c222.609 289.391%2c155.826 222.609%2c155.826 222.609%2c222.609 155.826%2c222.609 155.826%2c289.391 222.609%2c289.391 222.609%2c356.174 289.391%2c356.174 289.391%2c289.391 356.174%2c289.391 ' data-original='%23F0F0F0' class='active-path'/%3e%3c/g%3e %3c/svg%3e") center no-repeat;
  height: 18px;
  width: 18px;
  padding: 10px;
  margin-top: -2px;
  margin-bottom: -2px; }

.us-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 15'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cimage id='United-States' x='0' y='-3' width='20' height='20' xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='data:image/png%3bbase64%2ciVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGOGCHvlwAABRNJREFUWAntVltoVFcUXXcmGRONRBGkGPqpycRJ%2bhP0x0dDRZBqfNAPxRfGV1BRq3/Sv35qNb5fiVGiIhS11hf9EfVDtCYBzWiSatMilZaqxEQnMTNz7%2bna%2b95zk1QoCEUK9cC%2b%2b%2bzzWnuvvc%2bZAT60Dwz83xlw4Dg5MF9lCguHobu7/535aMPX77wnUlgIr7sbccfJzeHuPMDg%2bvVqXLv2G6ZNG4ebN3/H9OnjcOfOn5g6tQjNzc8wadJY6ueqW1qeo6JiLJqanqEEce72m3FdGEOLWprJZOBRTH%2b/jtt1zogR%2bKWmRpbkCQOjYLZ1bdlSicrKIpw58xiLFo2n/hmLFxfj9OlHWLKkGKdOPcLSpcU4eVLsCWrLCQ0Nn/mHCzCbOGDF8zzti7Z9mXMcB0%2bePEGirGy0MIBYzMHMmR/j2LGHBC1BY%2bNPBCvBiRPtWL48juPHfd3QILqEdgd1Mec7QG/kCDgUjV4tNcIxmXOsYzI/Zgy8%2bnrpQR2QFDQ2dmDhwvEBaAkja8eKFXHU17ehuro00HHU1T3EypWlqn3YjB6kH4luwBKPQiekb9eYnh544TqmIBbbZs6fT5rZs781Z88%2bMFVV582FCx1m7tzvzcWLj828eRfN5cud1JfMlSu/mvnzLwf6CoM2hvSG4rquyWazTH/GpNNppr/f9PX1mVQqRdwe8/LlS9PV1WVaWlokF6MCBjxlYNmyYhw9%2bhCrVydw%2bPADrFmTwKFDD7B2bQIHDiRRUzORupXatzWIOXP8KG1Ef2MhTIswYFkYPhzupUu6I%2bLvM1p4AlZdHcfBg0mlef/%2bJFatKsXevffpzETs2dNK50qpxS5FOs1qT6f/URzeAodrVLNv1/v3JKwBD0eO3GPhTcDu3c2MsAy7djVh3boy7Nx5lzqB7dt/xIYN5dix4y7Wry%2bjfVd97/vhO9VhpLSkL1UvzfbFZnpUZNzt7ASmTLFF6OnV2rcvSbByjXTjxnLU1rZi06ZyOtOKzZs/ob43RNfW3odTWSnnvdUidCK89%2bwL1Z5oXkEvPx/u7du6R9%2bBWO6XXRUVZUilsqyLCL2OIBIR7de03FuRoc23b%2bEbHbZgYkhfIleRPve68hZQZ2WcD1F7UxM%2bzWT8d%2bDq1c%2bRSCQUJBqNQkQcELHgVguAtAGHvvAHeHDYpD9IeEXgSEqYAkdeSc65ySQwY4afAnfWLDjxOJzXr7WiLZjEqCIMBACWB6tD0KAjbuicMDZoj%2bxXkXUFBXDb2nSHXkOtyCzpl4qWjSJB003iQDBmZ6y2697SAk4R%2bsMWOMGHAkNugXvuHPgrA4fUO6Sd3A/05YBALDPhgYM6IYyABuDigAZg6Q9SIenIShFWVfkpyC5YABQVwbx6FVbuoLP9bhBJSDFHLaiMSbPaN4ZYOmQ/ZuRIZJ8%2bVVNTQOKR5iMRpcTYH3ywpd5uljmJSppdp4YOOEOd4JiyQS3XUHYJ9RmmQDClqQNv6uqQmjyZv4oxOLyj0bw8RHJy/HQwckmLpd86ZG09JaBdHRpEv1a/zEkKqD0Ce/xv0N/bi94bN8Bn13egf%2btWvBo9GvkEzaHkE1AeDDlQPBetwHJ4MK5gij7AhPLCNXatPj5cE6XIuyh7XDqRYrH3vnhBK2AgyoehmaDDCF6Qm4t8eQsCIF31L3yUfjrXx3N76EQOMUEn5H4V8PyPKKLfZ3tNsD/EAakD/i/00/EePcgS6817xPsA9R9l4C/iRq8ngD42cwAAAABJRU5ErkJggg=='/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 18px;
  width: 18px;
  padding: 10px;
  margin-top: -2px;
  margin-bottom: -2px; }

.premium-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Start_icon_curved' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cpath d='M31.6476293%2c10.6519397 C31.7640092%2c10.8846994 31.807651%2c11.1562484 31.778556%2c11.4665948 C31.7494611%2c11.7769412 31.6670265%2c12.038792 31.53125%2c12.2521552 L17.3329741%2c31.5711207 C17.2553875%2c31.6681039 17.1681039%2c31.7408403 17.0711207%2c31.7893319 C16.9741374%2c31.8378235 16.8771557%2c31.862069 16.7801724%2c31.862069 C16.6831892%2c31.862069 16.5862074%2c31.8378235 16.4892241%2c31.7893319 C16.3922409%2c31.7408403 16.3049573%2c31.6681039 16.2273707%2c31.5711207 L2.26185345%2c12.0775862 C2.10668026%2c11.8836197 2.01939665%2c11.6314671 2%2c11.3211207 C1.98060335%2c11.0107743 2.02909425%2c10.7392253 2.14547414%2c10.5064655 L6.21875%2c2.88362069 C6.33512989%2c2.65086091 6.52909347%2c2.45689733 6.80064655%2c2.30172414 C7.07219963%2c2.14655095 7.33405046%2c2.06896552 7.5862069%2c2.06896552 L26.2068966%2c2.06896552 C26.459053%2c2.06896552 26.7209038%2c2.14655095 26.9924569%2c2.30172414 C27.26401%2c2.45689733 27.4579736%2c2.65086091 27.5743534%2c2.88362069 L31.6476293%2c10.6519397 Z M29.4073276%2c10.4482759 L26.4396552%2c4.71659483 L24.4321121%2c10.4482759 L29.4073276%2c10.4482759 Z M18.7295259%2c3.93103448 L22.8609914%2c9.25538793 L24.7230603%2c3.93103448 L18.7295259%2c3.93103448 Z M21.4353448%2c10.4482759 L16.8674569%2c4.57112069 L12.794181%2c10.4482759 L21.4353448%2c10.4482759 Z M11.1357759%2c9.54633621 L15.0635776%2c3.93103448 L9.2737069%2c3.93103448 L11.1357759%2c9.54633621 Z M21.8135776%2c12.3103448 L12.0377155%2c12.3103448 L16.8092672%2c26.625 L21.8135776%2c12.3103448 Z M14.7144397%2c26.2467672 L10.0883621%2c12.3103448 L4.70581897%2c12.3103448 L14.7144397%2c26.2467672 Z M23.7920259%2c12.3103448 L18.9040948%2c26.2758621 L29.174569%2c12.3103448 L23.7920259%2c12.3103448 Z M7.46982759%2c4.45474138 L4.29849138%2c10.4482759 L9.47737069%2c10.4482759 L7.46982759%2c4.45474138 Z' id='diamond---simple-line-icons' fill='%23f39c0b'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  padding: 12px;
  margin-right: 7px; }

.tick-premium {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Check_icon_curved' stroke='none' stroke-width='1' fill='%23f39c0b' fill-rule='evenodd'%3e %3cpath d='M17%2c1.875 C19.0703229%2c1.875 21.0185456%2c2.26562109 22.8447266%2c3.046875 C24.6709076%2c3.82812891 26.2626885%2c4.89745415 27.6201172%2c6.25488281 C28.9775458%2c7.61231147 30.0468711%2c9.20409243 30.828125%2c11.0302734 C31.6093789%2c12.8564544 32%2c14.8046771 32%2c16.875 C32%2c18.9453229 31.6093789%2c20.8935456 30.828125%2c22.7197266 C30.0468711%2c24.5459076 28.9775458%2c26.1376885 27.6201172%2c27.4951172 C26.2626885%2c28.8525458 24.6709076%2c29.9218711 22.8447266%2c30.703125 C21.0185456%2c31.4843789 19.0703229%2c31.875 17%2c31.875 C14.9296771%2c31.875 12.9814544%2c31.4843789 11.1552734%2c30.703125 C9.32909243%2c29.9218711 7.73731147%2c28.8525458 6.37988281%2c27.4951172 C5.02245415%2c26.1376885 3.95312891%2c24.5459076 3.171875%2c22.7197266 C2.39062109%2c20.8935456 2%2c18.9453229 2%2c16.875 C2%2c14.8046771 2.39062109%2c12.8564544 3.171875%2c11.0302734 C3.95312891%2c9.20409243 5.02245415%2c7.61231147 6.37988281%2c6.25488281 C7.73731147%2c4.89745415 9.32909243%2c3.82812891 11.1552734%2c3.046875 C12.9814544%2c2.26562109 14.9296771%2c1.875 17%2c1.875 Z M17%2c30.0292969 C18.8164153%2c30.0292969 20.5204999%2c29.6826207 22.1123047%2c28.9892578 C23.7041095%2c28.295895 25.0908144%2c27.3535216 26.2724609%2c26.1621094 C27.4541075%2c24.9706972 28.3915981%2c23.5791095 29.0849609%2c21.9873047 C29.7783238%2c20.3954999 30.125%2c18.6914153 30.125%2c16.875 C30.125%2c15.0585847 29.7783238%2c13.3545001 29.0849609%2c11.7626953 C28.3915981%2c10.1708905 27.4541075%2c8.7841856 26.2724609%2c7.60253906 C25.0908144%2c6.42089253 23.7041095%2c5.4834019 22.1123047%2c4.79003906 C20.5204999%2c4.09667622 18.8164153%2c3.75 17%2c3.75 C15.1835847%2c3.75 13.4795001%2c4.09667622 11.8876953%2c4.79003906 C10.2958905%2c5.4834019 8.9091856%2c6.42089253 7.72753906%2c7.60253906 C6.54589253%2c8.7841856 5.6084019%2c10.1708905 4.91503906%2c11.7626953 C4.22167622%2c13.3545001 3.875%2c15.0585847 3.875%2c16.875 C3.875%2c18.6914153 4.22167622%2c20.3954999 4.91503906%2c21.9873047 C5.6084019%2c23.5791095 6.54589253%2c24.9706972 7.72753906%2c26.1621094 C8.9091856%2c27.3535216 10.2958905%2c28.295895 11.8876953%2c28.9892578 C13.4795001%2c29.6826207 15.1835847%2c30.0292969 17%2c30.0292969 Z M22.9765625%2c11.3964844 C23.171876%2c11.2011709 23.3964831%2c11.1035156 23.6503906%2c11.1035156 C23.9042981%2c11.1035156 24.1289053%2c11.2011709 24.3242188%2c11.3964844 C24.5000009%2c11.5722665 24.5878906%2c11.7919909 24.5878906%2c12.0556641 C24.5878906%2c12.3193373 24.5000009%2c12.5390616 24.3242188%2c12.7148438 L14.9785156%2c22.1191406 C14.9589843%2c22.138672 14.9394532%2c22.158203 14.9199219%2c22.1777344 C14.9003905%2c22.1972657 14.8808595%2c22.2167968 14.8613281%2c22.2363281 C14.685546%2c22.4316416 14.4658216%2c22.5292969 14.2021484%2c22.5292969 C13.9384752%2c22.5292969 13.7187509%2c22.4316416 13.5429688%2c22.2363281 L8.88476562%2c17.6074219 C8.7089835%2c17.4316397 8.62109375%2c17.2119154 8.62109375%2c16.9482422 C8.62109375%2c16.684569 8.7089835%2c16.4648446 8.88476562%2c16.2890625 C9.0800791%2c16.093749 9.30468623%2c15.9960938 9.55859375%2c15.9960938 C9.81250127%2c15.9960938 10.0371084%2c16.093749 10.2324219%2c16.2890625 L14.1875%2c20.2441406 L22.9765625%2c11.3964844 Z' id='Check---simple-line-icons' fill='%23f39c0b'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  padding: 8px;
  margin-right: 5px; }

.landing-academics-connection-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e %3cstyle type='text/css'%3e .st0%7bfill:none%3bstroke:white%3bstroke-width:12%3bstroke-linecap:round%3bstroke-linejoin:round%3b%7d .st1%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M142.6%2c139.2c-22.7-0.1-41.4%2c17.9-42.2%2c40.7l-0.1%2c1.6l-1.5%2c0.6c-35.7%2c13.9-53.4%2c54.2-39.5%2c90 c10.4%2c26.7%2c36.1%2c44.2%2c64.7%2c44.2h229.7c50.5%2c1.3%2c92.5-38.6%2c93.8-89.2c1.3-50.5-38.6-92.5-89.2-93.8c-1.6%2c0-3.1%2c0-4.7%2c0H352l-0.8-1.6 c-19.6-53.3-78.8-80.6-132.1-61c-30.8%2c11.3-54.3%2c36.6-63.3%2c68.1l-0.6%2c2.3l-2.3-0.6C149.5%2c139.7%2c146.1%2c139.2%2c142.6%2c139.2z'/%3e %3cpath class='st1' d='M145.1%2c301.2c0%2c0-46.1%2c4.2-61.5-29.9c-8.3-18.7-5.1-40.4%2c8.2-55.9c6.8-7.9%2c17-15.2%2c32.1-17.8 c0%2c0-9.5-22.1%2c9.8-34.5c0%2c0%2c12.4-8.8%2c35.7-1.9c0%2c0%2c8.5-66.3%2c82.9-79.3c0%2c0-79.8%2c27.3-61.2%2c100.5c0%2c0-24.2-13.1-37%2c7.6 c0%2c0-9.1%2c16.1%2c1.3%2c26.6c0%2c0-21.1-3.9-35.7%2c16.2c-5.9%2c8.1-8%2c18.4-6.8%2c28.4C114.5%2c274.9%2c121%2c294.8%2c145.1%2c301.2z'/%3e %3cline class='st0' x1='250' y1='316.3' x2='250' y2='362.4'/%3e %3cpolygon class='st0' points='270.4%2c398.1 270.4%2c362.4 229.6%2c362.4 229.6%2c398.1 201.9%2c398.1 201.9%2c438.9 229.6%2c438.9 270.4%2c438.9 298.1%2c438.9 298.1%2c398.1 '/%3e %3cline class='st0' x1='298.1' y1='418.5' x2='406.5' y2='418.5'/%3e %3cline class='st0' x1='93.4' y1='418.5' x2='201.9' y2='418.5'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 60px;
  width: 60px; }

.landing-academics-search-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e %3cstyle type='text/css'%3e .st0%7bfill:white%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:12%3bstroke-linecap:round%3bstroke-linejoin:round%3b%7d .st2%7bfill:none%3bstroke:white%3bstroke-width:9.31%3bstroke-linecap:round%3bstroke-linejoin:round%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M222.1%2c143.1c47.6-26.9%2c107.9-10.1%2c134.8%2c37.5c17%2c30.2%2c17%2c67.1%2c0%2c97.3c41.1-33.3%2c47.5-93.6%2c14.2-134.8 s-93.6-47.5-134.7-14.2C231.1%2c133.2%2c226.3%2c137.9%2c222.1%2c143.1z'/%3e %3cpath class='st1' d='M296.5%2c54.7c-82.2%2c0-148.8%2c66.6-148.8%2c148.7c0%2c33.5%2c11.3%2c66%2c32%2c92.3l-33%2c33l-11.1-11.1L64.3%2c389 c-12.7%2c13.1-12.4%2c34%2c0.6%2c46.7c12.8%2c12.5%2c33.2%2c12.5%2c46.1%2c0l71.4-71.5l-11.1-11.1l33-33c64.5%2c51%2c158%2c40%2c209-24.5s40-158-24.5-209 C362.6%2c65.9%2c330.1%2c54.6%2c296.5%2c54.7z'/%3e %3cline class='st2' x1='171.3' y1='353.2' x2='164' y2='345.9'/%3e %3cpath class='st0' d='M111.6%2c367.6L77.2%2c402c-5.5%2c5.9-5.2%2c15.2%2c0.8%2c20.8c5.6%2c5.2%2c14.3%2c5.2%2c20%2c0l44.9-44.9 C131.8%2c377.1%2c121%2c373.6%2c111.6%2c367.6z'/%3e %3cpath class='st1' d='M213%2c119.9c-46.6%2c45.7-47.4%2c120.5-1.8%2c167.1s120.5%2c47.4%2c167.1%2c1.8c0.6-0.6%2c1.2-1.2%2c1.8-1.8'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 60px;
  width: 60px; }

.landing-academics-it-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e %3cstyle type='text/css'%3e .st0%7bfill:none%3bstroke:white%3bstroke-width:12%3bstroke-linecap:round%3bstroke-miterlimit:10%3b%7d .st1%7bfill:white%3b%7d .st2%7bclip-path:url(%23SVGID_2_)%3b%7d .st3%7bfill:none%3bstroke:white%3bstroke-width:5.61%3bstroke-linejoin:round%3b%7d .st4%7bfill:none%3bstroke:white%3bstroke-width:7.27%3bstroke-linecap:round%3bstroke-linejoin:round%3b%7d .st5%7bfill:%23FCC100%3bstroke:white%3bstroke-width:3%3bstroke-linecap:round%3bstroke-linejoin:round%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M365.7%2c173.5c0-65.3-53-118.3-118.3-118.3c-2.8%2c0-5.6%2c0.1-8.3%2c0.3c-57.7%2c4-104.7%2c50.3-109.5%2c108 c-3%2c34.4%2c9.3%2c68.4%2c33.6%2c93c13%2c13.2%2c20.9%2c30.8%2c20.9%2c49.4v0.4h126.8v-0.4c-0.1-18.1%2c7.1-35.5%2c19.9-48.4 C353.1%2c235.3%2c365.7%2c205.1%2c365.7%2c173.5z'/%3e %3cline class='st0' x1='183.2' y1='331.2' x2='311.5' y2='331.2'/%3e %3cpath class='st0' d='M183.2%2c356.7h128.3v8.6c0%2c29.2-23.7%2c52.9-52.8%2c52.9l0%2c0H236c-29.2%2c0-52.9-23.7-52.9-52.8l0%2c0L183.2%2c356.7 L183.2%2c356.7z'/%3e %3cpath class='st0' d='M228.4%2c419.2v6.7c0%2c10.5%2c8.5%2c19%2c19%2c19l0%2c0l0%2c0c10.5%2c0%2c19-8.5%2c19-19l0%2c0v-6.7'/%3e %3cpath class='st1' d='M207.6%2c297.1c-3.2-10.7-8.2-20.7-14.8-29.7c77.6-1.8%2c123.8-41%2c144.5-64.5c-2.4%2c20.2-11.6%2c39.1-26.2%2c53.4 c-11.4%2c11.3-19.7%2c25.4-24.2%2c40.8L207.6%2c297.1L207.6%2c297.1z'/%3e %3cg%3e %3cg%3e %3cdefs%3e %3crect id='SVGID_1_' x='186.3' y='105.6' width='63.7' height='127.4'/%3e %3c/defs%3e %3cclipPath id='SVGID_2_'%3e %3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23SVGID_1_' style='overflow:visible%3b'/%3e %3c/clipPath%3e %3cg class='st2'%3e %3cpath class='st3' d='M304.3%2c168.8V162c0-3-2.5-5.5-5.5-5.5l0%2c0l0%2c0c-2.4%2c0-4.6-1.6-5.2-3.9c-0.9-3.1-2.1-6-3.7-8.9 c-1.2-2.1-0.8-4.8%2c1-6.5l0%2c0c2.1-2.1%2c2.1-5.6%2c0-7.8l0%2c0l-4.8-4.8c-2.1-2.1-5.6-2.1-7.8%2c0l0%2c0l0%2c0c-1.7%2c1.7-4.3%2c2.1-6.5%2c1 c-2.8-1.5-5.8-2.8-8.9-3.7c-2.3-0.7-3.9-2.8-3.9-5.3l0%2c0c0-3-2.5-5.5-5.5-5.5h-6.8c-3%2c0-5.5%2c2.5-5.5%2c5.5l0%2c0 c0%2c2.4-1.6%2c4.6-3.9%2c5.3c-3.1%2c0.9-6%2c2.1-8.9%2c3.7c-2.1%2c1.1-4.8%2c0.7-6.5-1l0%2c0c-2.1-2.1-5.6-2.1-7.8%2c0l0%2c0l-4.8%2c4.8 c-2.1%2c2.1-2.1%2c5.6%2c0%2c7.8l0%2c0l0%2c0c1.7%2c1.7%2c2.1%2c4.4%2c0.9%2c6.5c-1.5%2c2.8-2.8%2c5.8-3.7%2c8.9c-0.7%2c2.3-2.8%2c3.9-5.2%2c3.9l0%2c0 c-3%2c0-5.5%2c2.5-5.5%2c5.5v6.8c0%2c3%2c2.5%2c5.5%2c5.5%2c5.5l0%2c0c2.4%2c0%2c4.6%2c1.6%2c5.2%2c3.9c0.9%2c3.1%2c2.1%2c6%2c3.7%2c8.9c1.2%2c2.1%2c0.8%2c4.8-0.9%2c6.5l0%2c0 c-2.1%2c2.1-2.1%2c5.6%2c0%2c7.8l0%2c0l4.8%2c4.8c2.1%2c2.1%2c5.6%2c2.1%2c7.8%2c0l0%2c0l0%2c0c1.7-1.7%2c4.4-2.1%2c6.5-0.9c2.8%2c1.5%2c5.8%2c2.8%2c8.9%2c3.7 c2.3%2c0.7%2c3.9%2c2.8%2c3.9%2c5.3l0%2c0c0%2c3%2c2.5%2c5.5%2c5.5%2c5.5l0%2c0h6.8c3%2c0%2c5.5-2.5%2c5.5-5.5l0%2c0l0%2c0c0-2.4%2c1.6-4.6%2c3.9-5.3 c3.1-0.9%2c6-2.1%2c8.9-3.7c2.1-1.2%2c4.8-0.8%2c6.5%2c0.9l0%2c0c2.1%2c2.1%2c5.6%2c2.1%2c7.8%2c0l0%2c0l4.8-4.8c2.1-2.1%2c2.1-5.6%2c0-7.8l0%2c0l0%2c0 c-1.7-1.7-2.1-4.4-1-6.5c1.5-2.8%2c2.8-5.8%2c3.7-8.9c0.7-2.3%2c2.8-3.9%2c5.2-3.9l0%2c0C301.8%2c174.3%2c304.2%2c171.9%2c304.3%2c168.8z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cellipse transform='matrix(0.5257 -0.8507 0.8507 0.5257 -22.1274 291.1004)' class='st3' cx='250' cy='165.4' rx='29' ry='28.9'/%3e %3c/g%3e %3cg id='Layer_4'%3e %3cline class='st4' x1='262.6' y1='122.1' x2='262' y2='101.1'/%3e %3cline class='st4' x1='278' y1='125.2' x2='277.5' y2='111.3'/%3e %3cpath class='st5' d='M261.6%2c89.5c3.2-0.1%2c5.9%2c2.4%2c6%2c5.6s-2.4%2c5.9-5.6%2c6s-5.9-2.4-6-5.6S258.4%2c89.6%2c261.6%2c89.5L261.6%2c89.5z'/%3e %3cpath class='st5' d='M277.2%2c99.7c3.2-0.1%2c5.9%2c2.4%2c6%2c5.6s-2.4%2c5.9-5.6%2c6s-5.9-2.4-6-5.6C271.4%2c102.5%2c274%2c99.8%2c277.2%2c99.7L277.2%2c99.7 z'/%3e %3cline class='st4' x1='265.2' y1='201.8' x2='265.9' y2='222.7'/%3e %3cline class='st4' x1='280.4' y1='197.6' x2='280.8' y2='211.4'/%3e %3cpath class='st5' d='M266.3%2c234.4c3.2-0.1%2c5.7-2.8%2c5.6-6s-2.8-5.7-6-5.6c-3.2%2c0.1-5.7%2c2.8-5.6%2c6 C260.4%2c231.9%2c263.1%2c234.5%2c266.3%2c234.4L266.3%2c234.4z'/%3e %3ccircle class='st5' cx='281' cy='217.2' r='5.8'/%3e %3cpath class='st4' d='M280.4%2c197.6c14.1-6.8%2c23.5-20.9%2c23-37l0%2c0c-0.5-16.1-10.9-29.6-25.4-35.4'/%3e %3cellipse transform='matrix(0.1602 -0.9871 0.9871 0.1602 46.6902 385.6777)' class='st1' cx='250' cy='165.4' rx='18.8' ry='18.8'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 60px;
  width: 60px; }

.landing-academics-security-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e %3cstyle type='text/css'%3e .st0%7bfill:none%3bstroke:white%3bstroke-width:12%3bstroke-linecap:round%3bstroke-linejoin:round%3b%7d .st1%7bfill:none%3bstroke:white%3bstroke-width:9.49%3bstroke-linecap:round%3bstroke-linejoin:round%3b%7d .st2%7bfill:white%3b%7d %3c/style%3e %3cg id='Layer_5'%3e %3cpath class='st0' d='M194.8%2c279.9c-43%2c4.4-86.3%2c1-128.1-10.2l0%2c0c-7.1-1.9-12-8.3-12-15.6v-19.3'/%3e %3cpath class='st0' d='M220.1%2c217c-51%2c9-103.3%2c6.7-153.3-6.6l0%2c0c-7.1-1.9-12-8.3-12-15.6v-19.3'/%3e %3cpath class='st0' d='M262.1%2c116.1v19.3c0%2c7.3-4.9%2c13.7-12%2c15.6l0%2c0c-60.1%2c16-123.3%2c16-183.4%2c0l0%2c0c-7.1-1.9-12-8.3-12-15.6v-19.3'/%3e %3cellipse class='st0' cx='158.4' cy='81' rx='103.7' ry='29.4'/%3e %3cpolyline class='st0' points='280.7%2c339.6 324%2c378.2 386.3%2c301.9 '/%3e %3crect x='213.8' y='260.9' class='st0' width='227.5' height='160.8'/%3e %3cpath class='st0' d='M416.1%2c237c0-48.9-39.6-88.5-88.5-88.5l0%2c0c-48.9%2c0-88.5%2c39.6-88.5%2c88.5l0%2c0'/%3e %3cpath class='st1' d='M392.1%2c237c0-35.7-28.9-64.6-64.6-64.6'/%3e %3cpath class='st2' d='M422.4%2c339L422.4%2c339c-14.5%2c27.9-38.5%2c49.8-67.6%2c61.7l-5.1%2c2.1h72.7L422.4%2c339z'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  height: 60px;
  width: 60px; }

.reusable-ms-dropdown {
  width: 250px;
  position: relative;
  display: inline-block; }
  .reusable-ms-dropdown-box {
    position: relative; }
    .reusable-ms-dropdown-box-default {
      width: 100%;
      background: transparent;
      padding: 0 40px 0 10px;
      position: relative;
      height: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border: 1px solid #EAEAEA;
      border-radius: 5px;
      cursor: pointer; }
      .reusable-ms-dropdown-box-default:before {
        content: ' ';
        z-index: 1;
        position: absolute;
        height: 40px;
        top: 0;
        right: 40px;
        border-left: 1px solid #EAEAEA; }
      .reusable-ms-dropdown-box-default:after {
        content: ' ';
        position: absolute;
        z-index: 1;
        top: 17px;
        right: 16px;
        border-top: 10px solid #0087fc;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
    .reusable-ms-dropdown-box-search {
      padding: 0 40px 0 10px;
      position: relative;
      height: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border: 1px solid #EAEAEA;
      border-radius: 5px;
      cursor: pointer; }
      .reusable-ms-dropdown-box-search .reusable-search-icon {
        position: absolute;
        z-index: 1;
        top: 8px;
        right: 16px;
        cursor: default; }
      .reusable-ms-dropdown-box-search-input {
        background-color: transparent;
        border: 0;
        outline: none;
        width: 100%;
        font-size: 14px; }
    .reusable-ms-dropdown-box-clear {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #ffffff;
      position: absolute;
      top: 6px;
      right: 10px;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      background-color: #0087fc;
      z-index: 3;
      border: 0;
      font-size: 9px; }
  .reusable-ms-dropdown-container-submit {
    height: 250px;
    position: absolute;
    top: 100%;
    border: 1px solid #EAEAEA;
    background: #ffffff;
    z-index: 25;
    width: 100%;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgba(18, 18, 18, 0.3); }
    .reusable-ms-dropdown-container-submit .reusable-checkbox {
      max-height: 210px;
      position: absolute;
      width: 100%;
      overflow: auto; }
    .reusable-ms-dropdown-container-submit .reusable-ms-button-group {
      position: absolute;
      top: 210px;
      width: 100%; }
    .reusable-ms-dropdown-container-submit .reusable-submit, .reusable-ms-dropdown-container-submit .reusable-reset {
      width: 100%;
      height: 38px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      outline: none;
      border: 0;
      margin: 1px;
      cursor: pointer; }
      .reusable-ms-dropdown-container-submit .reusable-submit:hover, .reusable-ms-dropdown-container-submit .reusable-reset:hover {
        opacity: 0.7; }
      .reusable-ms-dropdown-container-submit .reusable-submit:disabled, .reusable-ms-dropdown-container-submit .reusable-reset:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .reusable-ms-dropdown-container-submit .reusable-submit {
      background: #0087fc;
      color: #ffffff; }
    .reusable-ms-dropdown-container-submit .reusable-reset {
      color: #595959;
      background-color: #e6e6e6; }
  .reusable-ms-dropdown-container {
    max-height: 200px;
    min-height: 150px;
    overflow: auto;
    position: absolute;
    top: 100%;
    border: 1px solid #EAEAEA;
    background: #ffffff;
    z-index: 25;
    width: 100%;
    margin-top: 1px; }

.reusable-search-icon {
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 30px;
  height: 9px;
  width: 9px;
  border: 2px solid #9b9b9b; }
  .reusable-search-icon:after {
    content: '';
    height: 2px;
    width: 6px;
    background: #9b9b9b;
    position: absolute;
    top: 7px;
    left: 5px;
    transform: rotate(45deg); }

.reusable-dropdown-no-data-found {
  height: 200px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.reusable-ms-dropdown-no-data-found {
  height: 200px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.list-item-type {
  min-height: 100px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  cursor: pointer; }

.list-scrollbar {
  position: relative; }
  .list-scrollbar .list-top-badge {
    position: absolute;
    left: 50%;
    padding: 5px 20px;
    border-radius: 20px;
    width: 300px;
    color: #ffffff;
    background: #0087fc;
    border: #EAEAEA;
    transform: translate(-50%, -50%);
    z-index: 200;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
    cursor: pointer; }

.asset-tag {
  display: none; }

.show-asset-class #list .asset-tag {
  display: block;
  padding: 4px 6px;
  border-radius: 5px;
  background-color: #EAEAEA;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 9px;
  color: #4A4A4A; }

.list-page-item {
  font-family: latoregular,Helvetica, Arial, sans-serif;
  border-bottom: solid 1px #EAEAEA;
  padding: 10px 0; }
  .list-page-item .list-text {
    color: #4A4A4A; }

.network-list {
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .network-list .chevron:before, .network-list .group-header:before, .network-list .abstract-accordion-header:before {
    top: 45%; }
  .network-list .text {
    color: #9b9b9b;
    font-size: 12px; }
  .network-list .title {
    font-size: 14px;
    color: #4A4A4A; }

.dropdown-root {
  position: relative; }

.Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333333;
  cursor: default;
  outline: none;
  padding: 10px 52px 10px 10px;
  transition: all 200ms ease; }

.Dropdown-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Dropdown-arrow {
  border-color: #9b9b9b transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 10px;
  top: 9px;
  width: 0; }

.is-open .Dropdown-arrow {
  border-color: transparent transparent #9b9b9b;
  border-width: 0 5px 5px; }

.Dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch; }

.Dropdown-menu .Dropdown-group > .Dropdown-title {
  padding: 8px 10px;
  color: #333333;
  font-family: latobold,Helvetica, Arial, sans-serif;
  text-transform: capitalize; }

.Dropdown-option {
  box-sizing: border-box;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.Dropdown-option:hover {
  background-color: #f2f9fc;
  color: #333333; }

.Dropdown-option.is-selected {
  background-color: #f2f9fc;
  color: #333333; }

.Dropdown-noresults {
  box-sizing: border-box;
  color: #cccccc;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.reusable-dropdown-no-data-found {
  color: #4A4A4A;
  overflow: hidden;
  height: auto;
  padding: 60px 0;
  font-family: latobold,Helvetica, Arial, sans-serif; }

.content-gray-background .reusable-search-icon {
  top: 12px;
  right: 16px;
  height: 12px;
  width: 12px;
  border: 2px solid #9b9b9b; }
  .content-gray-background .reusable-search-icon::after {
    top: 8px;
    left: 7px; }

.content-list-grey {
  background-color: #fafafa;
  padding: 15px;
  border: 1px solid #eeeeee; }
  .content-list-grey #list {
    height: 100% !important;
    margin-bottom: 15px; }

.select-list-box {
  padding-bottom: 15px; }
  .select-list-box .inline {
    padding-right: 15px; }

.reusable-dropdown-container {
  z-index: 30;
  min-height: 40px; }

.reusable-dropdown-box-search {
  height: 30px;
  border-radius: 4px 4px 0px 0px; }
  .reusable-dropdown-box-search .reusable-search-icon {
    background: transparent;
    border-radius: 30px;
    height: 10px;
    width: 10px;
    border: 2px solid #9b9b9b;
    top: 9px; }
  .reusable-dropdown-box-search .reusable-dropdown-box-clear, .reusable-dropdown-box-search .reusable-ms-dropdown-box-clear {
    top: 5px;
    background: #4a4a4a;
    font-size: 11px; }

.reusable-dropdown-box-default {
  width: 100%;
  outline: none;
  background: #ffffff; }
  .reusable-dropdown-box-default.reusable-dropdown-box-disabled {
    opacity: 0.65;
    background: #E5E4E4;
    cursor: not-allowed; }

.custom-deepdive-dropdown .reusable-ms-dropdown .reusable-ms-dropdown-box-default {
  background: #ffffff; }

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.tag-solid.icon {
  color: #0087fc;
  position: relative;
  margin-left: 4px;
  margin-top: 3px;
  width: 7px;
  height: 7px;
  border-radius: 1px 1px 1px 0;
  border-left: solid 1px currentColor;
  border-top: solid 1px currentColor;
  background-color: currentColor;
  margin-right: 5px;
  cursor: pointer; }

.tag-solid.icon:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 9px;
  height: 10px;
  border-radius: 1px;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  background-color: currentColor;
  transform: rotate(-45deg); }

.tag-solid.icon:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  color: #ffffff;
  background-color: currentColor; }

.react-tabs__tab-list {
  border-bottom: 1px solid rgba(128, 128, 128, 0.36);
  margin: 0 0 10px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.react-tabs__tab {
  border-top: 0px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 0px solid #EAEAEA;
  list-style: none;
  margin-bottom: -1px;
  padding: 20px 5px;
  cursor: pointer;
  background: #f4f4f4;
  max-width: 100%;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .react-tabs__tab:first-child {
    border: 0px;
    border-left: 0px solid transparent;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    overflow: hidden;
    border-radius: 6px 0 0 0; }
  .react-tabs__tab:last-child {
    border: 0px;
    border-radius: 0 6px 0 0; }
  .react-tabs__tab--selected {
    background: #ffffff;
    border-color: rgba(128, 128, 128, 0.36);
    color: #4A4A4A;
    border-bottom: 0 !important;
    padding: 15px;
    font-family: latobold,Helvetica, Arial, sans-serif; }
    .react-tabs__tab--selected:first-child {
      border-radius: 6px 0 0 0; }
    .react-tabs__tab--selected:last-child {
      border-radius: 0 6px 0 0; }
  .react-tabs__tab--disabled {
    color: #cccccc;
    cursor: default; }
  .react-tabs__tab:focus {
    outline: none; }
    .react-tabs__tab:focus:after {
      content: '';
      position: absolute;
      height: 5px;
      left: -4px;
      right: -4px;
      bottom: -5px;
      background: #ffffff; }
  .react-tabs__tab ul {
    display: -webkit-flex;
    margin: 0 20px 20px;
    max-width: 800px; }
  .react-tabs__tab ul:first-child {
    margin-top: 20px; }
  .react-tabs__tab li {
    -webkit-flex: 1 0 0px;
    background-color: #F8F8F8;
    padding: 20px;
    overflow: hidden; }
  .react-tabs__tab li:nth-child(even) {
    background-color: #cccccc; }

.react-tabs__tab-panel {
  display: none; }
  .react-tabs__tab-panel--selected {
    display: block; }

.tags {
  display: inline-block;
  font-size: 12px;
  color: #4A4A4A;
  border-radius: 2px;
  margin: 0 9px 9px 0; }

.bookmark-tooltip {
  height: 250px;
  color: #ffffff;
  background: #605F61; }
  .bookmark-tooltip .bookmark-title {
    padding: 25px 20px;
    border-bottom: solid 2px #979797; }

.simple-dropdown {
  position: relative; }
  .simple-dropdown-selected {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 5px; }
    .simple-dropdown-selected .down-arrow {
      border: solid #4A4A4A;
      border-width: 0 1px 1px 0;
      padding: 3px;
      transform: rotate(45deg);
      margin: 0 1px 0 2px;
      height: 8px;
      width: 8px; }
  .simple-dropdown-title {
    padding-right: 2px;
    color: #0087fc; }
  .simple-dropdown-options {
    position: absolute;
    z-index: 25;
    background: #ffffff;
    min-width: 95px;
    box-shadow: 0 0 1px #9b9b9b;
    margin-top: 3px;
    left: 10px;
    border-radius: 2px;
    width: 100%; }
    .simple-dropdown-options.position-right {
      right: 0;
      left: unset; }
  .simple-dropdown-option {
    cursor: pointer;
    padding: 5px;
    color: #121212; }
    .simple-dropdown-option:not(:last-child) {
      border-bottom: 1px solid #f3f3f3; }
    .simple-dropdown-option:hover {
      background: #f3f3f3; }

.has-arrow {
  margin-top: 10px; }
  .has-arrow:after {
    position: absolute;
    content: none;
    transition: all 0.3s ease-in-out;
    z-index: 60;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: 0;
    top: -10px;
    border-bottom: 10px solid rgba(62, 62, 62, 0.9);
    right: 10%; }

.open .has-arrow::after {
  content: ''; }

.read-more .handicon {
  z-index: 20;
  position: relative;
  color: #0087fc; }
  .read-more .handicon:hover {
    cursor: pointer; }

.go-back {
  cursor: pointer; }
  .go-back a {
    color: #0087fc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .go-back .back-arrow-left {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400.004 400.004'%3e %3cg%3e %3cpath d='M382.688%2c182.686H59.116l77.209-77.214c6.764-6.76%2c6.764-17.726%2c0-24.485c-6.764-6.764-17.73-6.764-24.484%2c0L5.073%2c187.757 c-6.764%2c6.76-6.764%2c17.727%2c0%2c24.485l106.768%2c106.775c3.381%2c3.383%2c7.812%2c5.072%2c12.242%2c5.072c4.43%2c0%2c8.861-1.689%2c12.242-5.072 c6.764-6.76%2c6.764-17.726%2c0-24.484l-77.209-77.218h323.572c9.562%2c0%2c17.316-7.753%2c17.316-17.315 C400.004%2c190.438%2c392.251%2c182.686%2c382.688%2c182.686z' fill='%230087fc'/%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 %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") center no-repeat;
    height: 12px;
    width: 12px;
    padding: 8px;
    margin-right: 6px; }

.back-arrow-left-pagination {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400.004 400.004'%3e %3cg%3e %3cpath d='M382.688%2c182.686H59.116l77.209-77.214c6.764-6.76%2c6.764-17.726%2c0-24.485c-6.764-6.764-17.73-6.764-24.484%2c0L5.073%2c187.757 c-6.764%2c6.76-6.764%2c17.727%2c0%2c24.485l106.768%2c106.775c3.381%2c3.383%2c7.812%2c5.072%2c12.242%2c5.072c4.43%2c0%2c8.861-1.689%2c12.242-5.072 c6.764-6.76%2c6.764-17.726%2c0-24.484l-77.209-77.218h323.572c9.562%2c0%2c17.316-7.753%2c17.316-17.315 C400.004%2c190.438%2c392.251%2c182.686%2c382.688%2c182.686z' fill='%230087fc'/%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 %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") center no-repeat;
  height: 12px;
  width: 12px;
  padding: 8px;
  margin-right: 6px; }

.right-arrow-text {
  color: #121212;
  position: relative;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  margin: 8px 10px;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .right-arrow-text:before {
    content: '';
    position: absolute;
    right: 1px;
    top: -3px;
    width: 7px;
    height: 7px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(45deg); }

.year-filter .start-year, .year-filter .end-year {
  display: inline-block;
  margin: 5px 10px; }
  .year-filter .start-year .reusable-dropdown, .year-filter .end-year .reusable-dropdown {
    width: 150px; }

.card {
  background-color: #ffffff;
  position: relative;
  padding: 10px; }
  .card.has-bg {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    transition: all 0.3s ease;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-shadow: 0 2px 10px 0 #EAEAEA;
    overflow: hidden;
    margin-right: 4px;
    margin-left: 4px; }
    .card.has-bg.card-list-dashboard {
      box-shadow: none;
      border: 0;
      padding: 15px;
      border-radius: 0;
      margin-bottom: 0px;
      border-bottom: 1px solid #EAEAEA; }
      .card.has-bg.card-list-dashboard.active, .card.has-bg.card-list-dashboard:hover {
        position: relative;
        background-color: #f2fbfc;
        cursor: pointer; }
        .card.has-bg.card-list-dashboard.active:before, .card.has-bg.card-list-dashboard:hover:before {
          position: absolute;
          width: 2px;
          content: ' ';
          height: 100%;
          left: 0px;
          background: #06b1bf; }
      .card.has-bg.card-list-dashboard .card-details {
        width: 100%;
        padding: 0;
        cursor: pointer; }
    .card.has-bg.card-recent-bg {
      box-shadow: none;
      border-radius: 0;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      padding: 15px 0;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-bottom: 0;
      border-bottom: 1px solid #f9f9f9; }
      .card.has-bg.card-recent-bg .card-details {
        width: calc(100% - 60px); }
      .card.has-bg.card-recent-bg .web-link {
        background-size: 12px;
        transition: transform .2s; }
        .card.has-bg.card-recent-bg .web-link:hover {
          transform: scale(1.2); }
    .card.has-bg.card-full-border {
      border-top: 1px solid #f0f0f0;
      margin-bottom: 10px;
      border-bottom: 1px solid #f0f0f0;
      border-left: 1px solid #f0f0f0;
      border-right: 1px solid #f0f0f0;
      padding: 8px 8px; }
    .card.has-bg .card-text {
      color: #9b9b9b;
      padding-top: 5px; }
  .card.chevron::before, .card.group-header::before, .card.abstract-accordion-header::before {
    z-index: 21; }
  .card-actions {
    padding: 6px 15px 6px 5px;
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .card-details {
    padding: 0px 10px 0 0;
    width: calc(100% - 120px); }
  .card-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .card-meta > div::after {
      content: ','; }
    .card-meta > div:last-child::after {
      content: ' '; }
  .card-desc {
    color: #9b9b9b;
    font-size: 14px; }
  .card-meta-title {
    color: #9b9b9b;
    font-size: 12px;
    max-width: 55%;
    padding: 0 4px 0 0; }
  .card-info {
    color: #4A4A4A;
    font-size: 12px;
    padding: 0 10px;
    width: 100%; }
  .card-action-menu {
    display: none;
    position: absolute;
    right: 2px;
    height: 92%;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-flex-align: center;
        align-items: center;
    background-color: #ffffff;
    padding-right: 10px;
    padding-left: 15px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
    .card-action-menu .icon:hover {
      opacity: 0.6; }
  .card .date {
    color: #9b9b9b;
    font-size: 12px; }
  .card-title {
    font-size: 14px;
    color: #4A4A4A;
    word-break: break-word;
    line-height: 1.4; }
  .card:hover .card-action-menu {
    display: -ms-flexbox;
    display: flex; }
  .card .icon-thumb-up {
    cursor: pointer;
    padding: 10px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Supporting-screens' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='(4.3)-Discovery_-Copy-28' transform='translate(-836.000000%2c -229.000000)' fill='%23C3C3C3'%3e %3cpath d='M853.710938%2c237.777344 L853.75%2c237.875 L853.75%2c238.734375 L853.671875%2c238.832031 C853.59375%2c239.144533 853.463543%2c239.437499 853.28125%2c239.710938 C853.346354%2c239.906251 853.378906%2c240.101562 853.378906%2c240.296875 C853.391927%2c240.817711 853.242189%2c241.312498 852.929688%2c241.78125 C852.981771%2c241.937501 853.014323%2c242.093749 853.027344%2c242.25 C853.053386%2c242.82292 852.903647%2c243.369789 852.578125%2c243.890625 C852.643229%2c244.177085 852.662761%2c244.470051 852.636719%2c244.769531 C852.584635%2c245.316409 852.39909%2c245.791665 852.080078%2c246.195312 C851.761066%2c246.59896 851.341148%2c246.885416 850.820312%2c247.054688 C850.429686%2c247.184896 849.96094%2c247.25 849.414062%2c247.25 L837.65625%2c247.25 C837.265623%2c247.25 836.933595%2c247.113283 836.660156%2c246.839844 C836.386717%2c246.566405 836.25%2c246.234377 836.25%2c245.84375 L836.25%2c238.65625 C836.25%2c238.265623 836.386717%2c237.933595 836.660156%2c237.660156 C836.933595%2c237.386717 837.265623%2c237.25 837.65625%2c237.25 L839.863281%2c237.25 L840.15625%2c237.191406 C840.351563%2c237.152344 840.582681%2c237.054688 840.849609%2c236.898438 C841.116538%2c236.742187 841.328124%2c236.546876 841.484375%2c236.3125 C841.718751%2c235.934894 842.0638%2c235.348962 842.519531%2c234.554688 C842.571615%2c234.463541 842.646484%2c234.333334 842.744141%2c234.164062 C842.841797%2c233.994791 842.910156%2c233.871094 842.949219%2c233.792969 C842.975261%2c233.740885 842.988281%2c233.682292 842.988281%2c233.617188 C842.97526%2c233.343749 842.96224%2c232.940107 842.949219%2c232.40625 C842.949219%2c232.236978 842.942708%2c232.002606 842.929688%2c231.703125 C842.916667%2c230.960934 843.242184%2c230.420575 843.90625%2c230.082031 C844.322919%2c229.860676 844.752602%2c229.75 845.195312%2c229.75 C845.585939%2c229.75 845.97005%2c229.834635 846.347656%2c230.003906 C846.84245%2c230.212241 847.194009%2c230.57682 847.402344%2c231.097656 L847.578125%2c231.566406 C847.79948%2c232.165368 847.955729%2c232.595051 848.046875%2c232.855469 C848.281251%2c233.532555 848.313803%2c234.307287 848.144531%2c235.179688 C848.105469%2c235.36198 848.059896%2c235.628904 848.007812%2c235.980469 L851.40625%2c235.980469 C851.744793%2c235.980469 852.070311%2c236.032552 852.382812%2c236.136719 C853.046878%2c236.384116 853.476562%2c236.885413 853.671875%2c237.640625 C853.671875%2c237.653646 853.684896%2c237.679687 853.710938%2c237.71875 L853.710938%2c237.777344 Z M839.84375%2c245.84375 L839.84375%2c238.65625 L837.65625%2c238.65625 L837.65625%2c245.84375 L839.84375%2c245.84375 Z M852.34375%2c238.363281 L852.34375%2c238.089844 C852.34375%2c238.076823 852.340495%2c238.057292 852.333984%2c238.03125 C852.327474%2c238.005208 852.317708%2c237.992188 852.304688%2c237.992188 C852.239583%2c237.718749 852.109376%2c237.542969 851.914062%2c237.464844 C851.744791%2c237.41276 851.575522%2c237.386719 851.40625%2c237.386719 L846.347656%2c237.386719 L846.621094%2c235.746094 C846.673177%2c235.40755 846.71875%2c235.127605 846.757812%2c234.90625 C846.888021%2c234.294268 846.875001%2c233.760419 846.71875%2c233.304688 C846.614583%2c233.005207 846.464845%2c232.588544 846.269531%2c232.054688 C846.243489%2c232.015625 846.184896%2c231.859376 846.09375%2c231.585938 C846.028646%2c231.442708 845.93099%2c231.345052 845.800781%2c231.292969 C845.592447%2c231.201822 845.390626%2c231.15625 845.195312%2c231.15625 C844.986978%2c231.15625 844.778647%2c231.208333 844.570312%2c231.3125 C844.479166%2c231.364584 844.420573%2c231.416666 844.394531%2c231.46875 C844.355469%2c231.520834 844.342448%2c231.585937 844.355469%2c231.664062 L844.355469%2c232.40625 C844.36849%2c232.861981 844.38151%2c233.233071 844.394531%2c233.519531 C844.420573%2c233.871096 844.342449%2c234.203123 844.160156%2c234.515625 C844.147135%2c234.541667 844.121094%2c234.587239 844.082031%2c234.652344 C844.042969%2c234.717448 844.016927%2c234.75651 844.003906%2c234.769531 C843.847655%2c235.04297 843.756511%2c235.199219 843.730469%2c235.238281 L843.710938%2c235.257812 C843.268227%2c236.052087 842.923178%2c236.644529 842.675781%2c237.035156 L842.675781%2c237.054688 C842.337238%2c237.575523 841.868493%2c237.979165 841.269531%2c238.265625 L841.25%2c245.84375 L849.414062%2c245.84375 C849.81771%2c245.84375 850.143228%2c245.804688 850.390625%2c245.726562 C850.638022%2c245.635416 850.833333%2c245.498699 850.976562%2c245.316406 C851.119792%2c245.147135 851.204427%2c244.932293 851.230469%2c244.671875 L851.230469%2c244.652344 C851.24349%2c244.496093 851.230469%2c244.333334 851.191406%2c244.164062 L851.191406%2c244.105469 L851.074219%2c243.617188 L851.386719%2c243.128906 C851.55599%2c242.868488 851.634115%2c242.608074 851.621094%2c242.347656 C851.608073%2c242.295573 851.595052%2c242.236979 851.582031%2c242.171875 L851.40625%2c241.546875 L851.757812%2c241 C851.914063%2c240.791666 851.985677%2c240.576824 851.972656%2c240.355469 C851.972656%2c240.264322 851.959636%2c240.179688 851.933594%2c240.101562 L851.757812%2c239.476562 L852.128906%2c238.929688 C852.207032%2c238.799479 852.265625%2c238.662761 852.304688%2c238.519531 L852.34375%2c238.363281 Z' id='Like'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    margin: 0 4px; }
    .card .icon-thumb-up.active {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Supporting-screens' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='(4.3)-Discovery_-Copy-28' transform='translate(-784.000000%2c -229.000000)' fill='%230087fc'%3e %3cpath d='M786.59375%2c237.25 C786.984377%2c237.25 787.316405%2c237.386717 787.589844%2c237.660156 C787.863283%2c237.933595 788%2c238.265623 788%2c238.65625 L788%2c245.84375 C788%2c246.234377 787.863283%2c246.566405 787.589844%2c246.839844 C787.316405%2c247.113283 786.984377%2c247.25 786.59375%2c247.25 L785.65625%2c247.25 C785.265623%2c247.25 784.933595%2c247.113283 784.660156%2c246.839844 C784.386717%2c246.566405 784.25%2c246.234377 784.25%2c245.84375 L784.25%2c238.65625 C784.25%2c238.265623 784.386717%2c237.933595 784.660156%2c237.660156 C784.933595%2c237.386717 785.265623%2c237.25 785.65625%2c237.25 L786.59375%2c237.25 Z M801.691406%2c237.757812 C801.704427%2c237.796875 801.723958%2c237.855468 801.75%2c237.933594 L801.75%2c238.5 C801.736979%2c238.513021 801.730469%2c238.526042 801.730469%2c238.539062 C801.639322%2c238.955731 801.470053%2c239.30078 801.222656%2c239.574219 C801.196614%2c239.613281 801.196614%2c239.671875 801.222656%2c239.75 C801.222656%2c239.776042 801.245442%2c239.880207 801.291016%2c240.0625 C801.336589%2c240.244793 801.359375%2c240.38151 801.359375%2c240.472656 C801.372396%2c240.941409 801.209637%2c241.390623 800.871094%2c241.820312 C800.805989%2c241.898438 800.792969%2c241.983072 800.832031%2c242.074219 C800.910157%2c242.321616 800.955729%2c242.510416 800.96875%2c242.640625 C800.994792%2c243.14844 800.825523%2c243.643227 800.460938%2c244.125 C800.421875%2c244.190104 800.408854%2c244.248698 800.421875%2c244.300781 C800.526042%2c244.57422 800.565104%2c244.899738 800.539062%2c245.277344 C800.5%2c245.720054 800.356772%2c246.097655 800.109375%2c246.410156 C799.861978%2c246.722658 799.52995%2c246.94401 799.113281%2c247.074219 C798.774738%2c247.191407 798.345055%2c247.25 797.824219%2c247.25 C796.847651%2c247.25 794.308614%2c247.25 790.207031%2c247.25 C789.816404%2c247.25 789.481121%2c247.113283 789.201172%2c246.839844 C788.921223%2c246.566405 788.78125%2c246.234377 788.78125%2c245.84375 C788.794271%2c244.372388 788.800781%2c241.787779 788.800781%2c238.089844 C788.800781%2c237.868488 788.846354%2c237.679688 788.9375%2c237.523438 C789.028646%2c237.367187 789.184895%2c237.171876 789.40625%2c236.9375 C789.718752%2c236.598957 789.901041%2c236.390625 789.953125%2c236.3125 C789.992188%2c236.247396 790.486974%2c235.40105 791.4375%2c233.773438 C791.554688%2c233.578124 791.606771%2c233.363282 791.59375%2c233.128906 C791.580729%2c232.868488 791.567708%2c232.490888 791.554688%2c231.996094 C791.541667%2c231.5013 791.535156%2c231.188803 791.535156%2c231.058594 C791.522135%2c230.589841 791.736977%2c230.238282 792.179688%2c230.003906 C792.817712%2c229.678384 793.481767%2c229.658853 794.171875%2c229.945312 C794.510418%2c230.088542 794.744791%2c230.342446 794.875%2c230.707031 C795.265627%2c231.748703 795.5%2c232.380207 795.578125%2c232.601562 C795.786459%2c233.213545 795.812501%2c233.923173 795.65625%2c234.730469 C795.630208%2c234.88672 795.600912%2c235.055989 795.568359%2c235.238281 C795.535807%2c235.420574 795.503255%2c235.61914 795.470703%2c235.833984 C795.438151%2c236.048829 795.408854%2c236.221354 795.382812%2c236.351562 C795.369792%2c236.442709 795.369792%2c236.498047 795.382812%2c236.517578 C795.395833%2c236.537109 795.447916%2c236.546875 795.539062%2c236.546875 C798.156263%2c236.546875 799.627603%2c236.546875 799.953125%2c236.546875 C800.226564%2c236.546875 800.499999%2c236.585937 800.773438%2c236.664062 C801.24219%2c236.833334 801.548176%2c237.197914 801.691406%2c237.757812 Z' id='Like_Selected'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .card .icon-thumb-up:hover {
      opacity: 1; }
  .card .icon-thumb-down {
    cursor: pointer;
    padding: 10px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Supporting-screens' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='(4.3)-Discovery_-Copy-28' transform='translate(-862.000000%2c -229.000000)' fill='%23C3C3C3'%3e %3cpath d='M879.75%2c239.125 L879.710938%2c239.222656 L879.710938%2c239.28125 L879.671875%2c239.359375 C879.489582%2c240.114587 879.059899%2c240.615884 878.382812%2c240.863281 C878.070311%2c240.967448 877.744793%2c241.019531 877.40625%2c241.019531 L874.007812%2c241.019531 C874.046875%2c241.305991 874.092448%2c241.572915 874.144531%2c241.820312 C874.313803%2c242.692713 874.281251%2c243.473955 874.046875%2c244.164062 C873.929687%2c244.476564 873.773438%2c244.899737 873.578125%2c245.433594 L873.402344%2c245.902344 C873.194009%2c246.42318 872.84245%2c246.79427 872.347656%2c247.015625 C871.97005%2c247.171876 871.585939%2c247.25 871.195312%2c247.25 C870.752602%2c247.25 870.322919%2c247.139324 869.90625%2c246.917969 C869.242184%2c246.566404 868.916667%2c246.026045 868.929688%2c245.296875 C868.942708%2c244.997394 868.949219%2c244.763022 868.949219%2c244.59375 C868.96224%2c244.046872 868.97526%2c243.64323 868.988281%2c243.382812 C868.988281%2c243.317708 868.975261%2c243.252604 868.949219%2c243.1875 C868.910156%2c243.122396 868.841797%2c243.005209 868.744141%2c242.835938 C868.646484%2c242.666666 868.571615%2c242.536459 868.519531%2c242.445312 C868.0638%2c241.651038 867.718751%2c241.065106 867.484375%2c240.6875 C867.328124%2c240.453124 867.103517%2c240.254558 866.810547%2c240.091797 C866.517577%2c239.929036 866.30599%2c239.834636 866.175781%2c239.808594 C866.045572%2c239.782552 865.941407%2c239.763021 865.863281%2c239.75 L863.65625%2c239.75 C863.265623%2c239.75 862.933595%2c239.613283 862.660156%2c239.339844 C862.386717%2c239.066405 862.25%2c238.734377 862.25%2c238.34375 L862.25%2c231.15625 C862.25%2c230.765623 862.386717%2c230.433595 862.660156%2c230.160156 C862.933595%2c229.886717 863.265623%2c229.75 863.65625%2c229.75 L875.414062%2c229.75 C875.96094%2c229.75 876.429686%2c229.815104 876.820312%2c229.945312 C877.341148%2c230.114584 877.761066%2c230.40104 878.080078%2c230.804688 C878.39909%2c231.208335 878.578125%2c231.677081 878.617188%2c232.210938 C878.65625%2c232.523439 878.643229%2c232.822915 878.578125%2c233.109375 C878.903647%2c233.630211 879.053386%2c234.17057 879.027344%2c234.730469 C879.014323%2c234.89974 878.981771%2c235.062499 878.929688%2c235.21875 C879.25521%2c235.687502 879.404948%2c236.182289 879.378906%2c236.703125 C879.378906%2c236.911459 879.346354%2c237.10677 879.28125%2c237.289062 C879.463543%2c237.54948 879.59375%2c237.835936 879.671875%2c238.148438 L879.75%2c238.265625 L879.75%2c239.125 Z M865.84375%2c238.34375 L865.84375%2c231.15625 L863.65625%2c231.15625 L863.65625%2c238.34375 L865.84375%2c238.34375 Z M878.34375%2c238.910156 L878.34375%2c238.636719 L878.304688%2c238.480469 C878.265625%2c238.337239 878.207032%2c238.200521 878.128906%2c238.070312 L877.757812%2c237.523438 L877.933594%2c236.898438 C877.959636%2c236.820312 877.972656%2c236.735678 877.972656%2c236.644531 C877.985677%2c236.423176 877.914063%2c236.208334 877.757812%2c236 L877.40625%2c235.453125 L877.582031%2c234.808594 C877.608073%2c234.75651 877.621094%2c234.697917 877.621094%2c234.632812 C877.634115%2c234.385415 877.55599%2c234.131512 877.386719%2c233.871094 L877.074219%2c233.382812 L877.191406%2c232.894531 L877.191406%2c232.816406 C877.230469%2c232.660155 877.24349%2c232.503907 877.230469%2c232.347656 L877.230469%2c232.328125 C877.204427%2c232.067707 877.119792%2c231.852865 876.976562%2c231.683594 C876.833333%2c231.48828 876.638022%2c231.351563 876.390625%2c231.273438 C876.143228%2c231.195312 875.81771%2c231.15625 875.414062%2c231.15625 L867.25%2c231.15625 L867.269531%2c238.734375 C867.868493%2c239.020835 868.330728%2c239.424477 868.65625%2c239.945312 L868.675781%2c239.945312 C868.923178%2c240.34896 869.268227%2c240.941402 869.710938%2c241.722656 L869.730469%2c241.761719 C869.74349%2c241.77474 869.834635%2c241.930988 870.003906%2c242.230469 C870.016927%2c242.256511 870.042969%2c242.298828 870.082031%2c242.357422 C870.121094%2c242.416016 870.147135%2c242.458333 870.160156%2c242.484375 C870.342449%2c242.796877 870.420573%2c243.128904 870.394531%2c243.480469 C870.38151%2c243.714845 870.36849%2c244.085935 870.355469%2c244.59375 L870.355469%2c244.613281 C870.355469%2c244.795574 870.348958%2c245.036457 870.335938%2c245.335938 C870.335938%2c245.427084 870.348958%2c245.492187 870.375%2c245.53125 C870.414063%2c245.583334 870.479166%2c245.635416 870.570312%2c245.6875 C870.778647%2c245.791667 870.986978%2c245.84375 871.195312%2c245.84375 C871.390626%2c245.84375 871.592447%2c245.798178 871.800781%2c245.707031 C871.93099%2c245.654948 872.022135%2c245.550782 872.074219%2c245.394531 C872.08724%2c245.38151 872.116536%2c245.316407 872.162109%2c245.199219 C872.207683%2c245.082031 872.236979%2c244.990886 872.25%2c244.925781 C872.458334%2c244.404945 872.614583%2c243.994793 872.71875%2c243.695312 C872.875001%2c243.252602 872.888021%2c242.718753 872.757812%2c242.09375 C872.71875%2c241.872395 872.673177%2c241.59245 872.621094%2c241.253906 L872.347656%2c239.613281 L877.40625%2c239.613281 C877.575522%2c239.613281 877.744791%2c239.58724 877.914062%2c239.535156 C878.109376%2c239.457031 878.239583%2c239.281251 878.304688%2c239.007812 C878.317708%2c239.007812 878.324219%2c238.994792 878.324219%2c238.96875 C878.33724%2c238.942708 878.34375%2c238.923177 878.34375%2c238.910156 Z' id='Dislike'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    margin: 0 4px; }
    .card .icon-thumb-down.active {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Supporting-screens' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='(4.3)-Discovery_-Copy-28' transform='translate(-810.000000%2c -229.000000)' fill='%23CB5652'%3e %3cpath d='M814%2c238.34375 C814%2c238.734377 813.863283%2c239.066405 813.589844%2c239.339844 C813.316405%2c239.613283 812.984377%2c239.75 812.59375%2c239.75 L811.65625%2c239.75 C811.265623%2c239.75 810.933595%2c239.613283 810.660156%2c239.339844 C810.386717%2c239.066405 810.25%2c238.734377 810.25%2c238.34375 L810.25%2c231.15625 C810.25%2c230.765623 810.386717%2c230.433595 810.660156%2c230.160156 C810.933595%2c229.886717 811.265623%2c229.75 811.65625%2c229.75 L812.59375%2c229.75 C812.984377%2c229.75 813.316405%2c229.886717 813.589844%2c230.160156 C813.863283%2c230.433595 814%2c230.765623 814%2c231.15625 L814%2c238.34375 Z M827.691406%2c239.242188 C827.548176%2c239.802086 827.24219%2c240.166666 826.773438%2c240.335938 C826.499999%2c240.414063 826.226564%2c240.453125 825.953125%2c240.453125 L821.539062%2c240.453125 C821.447916%2c240.453125 821.395833%2c240.462891 821.382812%2c240.482422 C821.369792%2c240.501953 821.369792%2c240.557291 821.382812%2c240.648438 C821.408854%2c240.778646 821.438151%2c240.951171 821.470703%2c241.166016 C821.503255%2c241.38086 821.535807%2c241.579426 821.568359%2c241.761719 C821.600912%2c241.944011 821.630208%2c242.11328 821.65625%2c242.269531 C821.812501%2c243.076827 821.786459%2c243.786455 821.578125%2c244.398438 C821.5%2c244.619793 821.265627%2c245.251297 820.875%2c246.292969 C820.744791%2c246.657554 820.510418%2c246.911458 820.171875%2c247.054688 C819.481767%2c247.341147 818.817712%2c247.321616 818.179688%2c246.996094 C817.736977%2c246.761718 817.522135%2c246.410159 817.535156%2c245.941406 C817.535156%2c245.811197 817.541667%2c245.4987 817.554688%2c245.003906 C817.567708%2c244.509112 817.580729%2c244.131512 817.59375%2c243.871094 C817.606771%2c243.636718 817.554688%2c243.421876 817.4375%2c243.226562 C816.486974%2c241.59895 815.992188%2c240.752604 815.953125%2c240.6875 C815.901041%2c240.609375 815.718752%2c240.401043 815.40625%2c240.0625 C815.184895%2c239.828124 815.028646%2c239.632813 814.9375%2c239.476562 C814.846354%2c239.320312 814.800781%2c239.131512 814.800781%2c238.910156 C814.800781%2c235.212221 814.794271%2c232.627612 814.78125%2c231.15625 C814.78125%2c230.765623 814.921223%2c230.433595 815.201172%2c230.160156 C815.481121%2c229.886717 815.816404%2c229.75 816.207031%2c229.75 L823.824219%2c229.75 C824.345055%2c229.75 824.774738%2c229.808593 825.113281%2c229.925781 C825.52995%2c230.05599 825.861978%2c230.277342 826.109375%2c230.589844 C826.356772%2c230.902345 826.5%2c231.279946 826.539062%2c231.722656 C826.565104%2c232.100262 826.526042%2c232.42578 826.421875%2c232.699219 C826.408854%2c232.751302 826.421875%2c232.809896 826.460938%2c232.875 C826.825523%2c233.356773 826.994792%2c233.85156 826.96875%2c234.359375 C826.955729%2c234.489584 826.910157%2c234.678384 826.832031%2c234.925781 C826.792969%2c235.016928 826.805989%2c235.101562 826.871094%2c235.179688 C827.209637%2c235.609377 827.372396%2c236.058591 827.359375%2c236.527344 C827.359375%2c236.61849 827.336589%2c236.755207 827.291016%2c236.9375 C827.245442%2c237.119793 827.222656%2c237.217448 827.222656%2c237.230469 C827.196614%2c237.321615 827.196614%2c237.380208 827.222656%2c237.40625 C827.470053%2c237.69271 827.639322%2c238.044269 827.730469%2c238.460938 C827.730469%2c238.473958 827.736979%2c238.486979 827.75%2c238.5 L827.75%2c239.046875 C827.723958%2c239.138021 827.704427%2c239.203125 827.691406%2c239.242188 Z' id='Dislike_Selected'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }
    .card .icon-thumb-down:hover {
      opacity: 1; }
  .card .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .card-dashboard {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 48%;
    box-shadow: 2px 2px 4px 0 rgba(228, 228, 228, 0.5);
    border: solid 1px #ededed;
    margin-bottom: 30px !important; }
  .card .break-word {
    word-break: break-all; }

.is-clickable {
  cursor: pointer; }
  .is-clickable .card-overlay {
    z-index: 20; }
  .is-clickable .card-action-menu {
    z-index: 20;
    cursor: pointer; }
  .is-clickable .card-actions {
    z-index: 20;
    cursor: pointer; }
  .is-clickable .handicon {
    z-index: 20;
    cursor: pointer;
    position: relative;
    color: #0087fc; }
    .is-clickable .handicon:hover {
      opacity: 0.7; }

.card-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(155, 155, 155, 0.92), inset 0 0 2px 0 #0087fc; }

.card-modal .date {
  color: #9b9b9b;
  font-size: 12px; }

.card-modal-meta {
  display: -ms-flexbox;
  display: flex; }
  .card-modal-meta > div::after {
    content: ','; }
  .card-modal-meta > div:last-child::after {
    content: ' '; }

.card-modal .abstract-body,
.card-modal .card-authors {
  padding-top: 20px; }

.card-modal .author-name {
  padding-right: 5px; }

.card-modal .pmid {
  padding-right: 20px; }

.card-modal .card-list-footer {
  margin-top: 20px; }

.card-modal .card-title {
  font-family: latobold,Helvetica, Arial, sans-serif; }

.card-modal .molecule-title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: latobold,Helvetica, Arial, sans-serif; }

.card-modal .card-modal-content {
  padding: 0; }

.card-modal .reusable-checkbox-item .label {
  padding: 7px 10px 6px 25px; }

.card-modal .card-modal-body {
  padding-top: 20px;
  padding-bottom: 20px; }
  .card-modal .card-modal-body .card-details {
    width: 100%;
    padding: 0; }

.card-modal .card-details .card-text {
  padding: 15px 0 0 0; }

.card-modal .card-tags {
  margin-top: 10px; }

.card-body-content {
  padding-top: 20px; }
  .card-body-content:first-child {
    padding-top: 0; }
  .card-body-content:last-child {
    padding-bottom: 20px; }

.card-body-sub-content {
  padding-top: 15px; }
  .card-body-sub-content .sub-in-title {
    font-family: latobold,Helvetica, Arial, sans-serif; }
  .card-body-sub-content .sub-in-content {
    padding-top: 3px; }
    .card-body-sub-content .sub-in-content .sub-in-content {
      padding-bottom: 10px; }
      .card-body-sub-content .sub-in-content .sub-in-content:last-child {
        padding-bottom: 0; }

.sub-title {
  font-family: latobold,Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 8px;
  display: block; }

.sub-header-title {
  font-family: latobold,Helvetica, Arial, sans-serif; }

.tag-list-wrap {
  margin-top: 5px; }

.card-subtext {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px; }
  .card-subtext:last-child {
    padding-bottom: 0; }
  .card-subtext .title {
    font-family: latobold,Helvetica, Arial, sans-serif;
    padding-right: 10px; }

.category-body {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px; }
  .category-body .category-type {
    max-width: 160px;
    min-width: 160px; }
  .category-body .category-details {
    padding-right: 10px; }
  .category-body [type='checkbox'] {
    width: 16px;
    height: 16px;
    padding-right: 10px; }
  .category-body .checkbox-label {
    padding-left: 10px; }
  .category-body .purchase-option [type='checkbox'] {
    width: 16px;
    height: 16px;
    padding-right: 10px; }
  .category-body .purchase-description {
    margin: 20px 0px; }

.purchase-option {
  -ms-flex-align: center;
      align-items: center; }
  .purchase-option input {
    margin: 0 5px 2px 0; }

.buy-now-btn, .req-to-buy, .req-pen-btn, .req-decline-btn {
  border-radius: 5px;
  background-color: #0087fc;
  font-family: latobold,Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 6px 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center; }

.req-pen-btn {
  border-radius: 5px;
  background-color: #9b9b9b;
  font-family: latobold,Helvetica, Arial, sans-serif;
  color: #ffffff; }

.req-pen-notify {
  margin-top: 10px; }

.req-decline-notify {
  color: #cb5652; }

.web-link {
  padding: 9px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e %3c!-- Generator: Sketch 51.1 (57501) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='360_Gene' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Page360_Gene-Copy-2' transform='translate(-956.000000%2c -198.000000)' fill='%230087fc' fill-rule='nonzero' stroke='%230087fc' stroke-width='0.6'%3e %3cg id='Bitmap' transform='translate(20.000000%2c 121.000000)'%3e %3cg id='Group-3' transform='translate(20.000000%2c 78.000000)'%3e %3cg id='noun_1017201_cc' transform='translate(922.000000%2c 5.000000) scale(-1%2c 1) translate(-922.000000%2c -5.000000) translate(917.000000%2c 0.000000)'%3e %3cpath d='M5.25788123%2c0.504093353 C5.11876833%2c0.504093353 5.0058651%2c0.391190127 5.0058651%2c0.252016129 C5.0058651%2c0.112842131 5.11876833%2c0 5.25788123%2c0 L8.90982405%2c0 C9.50977517%2c0 10%2c0.490163734 10%2c1.09017595 L10%2c8.90994624 C10%2c9.5094697 9.50910313%2c10 8.90982405%2c10 L1.09005376%2c10 C0.490774682%2c9.99993891 0%2c9.50916422 0%2c8.90988514 L0%2c5.72238514 C0%2c5.58321114 0.112842131%2c5.47030792 0.252016129%2c5.47030792 C0.391190127%2c5.47030792 0.504032258%2c5.58321114 0.504032258%2c5.72238514 L0.504032258%2c8.90988514 C0.504032258%2c9.2311217 0.768756109%2c9.49584555 1.08993157%2c9.49584555 L8.90970186%2c9.49584555 C9.23240469%2c9.49584555 9.49578446%2c9.23252688 9.49578446%2c8.90988514 L9.49578446%2c1.09011486 C9.49578446%2c0.768267351 9.23161046%2c0.504093353 8.90970186%2c0.504093353 L5.25788123%2c0.504093353 Z M2.64205021%2c0.000360313403 L0.350525217%2c0.12815316 C0.228218883%2c0.134854773 0.132546097%2c0.232894764 0.126133248%2c0.352541683 L0.000360508883%2c2.64212499 C-0.00680339539%2c2.77321087 0.0936645847%2c2.88540514 0.224752478%2c2.89256893 C0.355840372%2c2.89973272 0.468036356%2c2.79926629 0.47520026%2c2.66818041 L0.571855195%2c0.908891189 L3.34324623%2c3.68023966 C3.43626143%2c3.77325345 3.58722338%2c3.77325345 3.68023859%2c3.68023966 C3.7732538%2c3.58722588 3.7732538%2c3.43626625 3.68023859%2c3.34325247 L0.910176351%2c0.573232765 L2.6681638%2c0.475192774 C2.79925169%2c0.468028979 2.8996619%2c0.355834718 2.89255576%2c0.224748837 C2.88539186%2c0.093720729 2.7731381%2c-0.00680348086 2.64205021%2c0.000360313403 Z' id='Shape'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  margin: 0 6px; }
  .web-link:hover, .web-link.active {
    opacity: 0.8; }

.sub-text li {
  list-style: none;
  margin-bottom: 5px; }

.sub-text .pagination li {
  list-style: none; }

.sub-inner-header {
  padding-bottom: 15px; }

.card-modal-body .card-details .card-body-content:last-child {
  padding-bottom: 0; }

.card-special {
  background: #FFFFFF;
  border: 1px solid #CED4E2;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(189, 189, 189, 0.5);
  border-radius: 4px;
  margin-bottom: 10px; }
  .card-special.disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .card-special.active {
    background: #F1F8FF; }
  .card-special.no-hover:hover {
    background: #FFFFFF; }
  .card-special:hover {
    background: #F1F8FF; }
  .card-special .card-special-header {
    padding: 10px 15px;
    border-bottom: 1px solid #CED4E2;
    min-height: 40px; }
  .card-special .card-special-body {
    padding: 10px 15px;
    min-height: 20px; }
  .card-special .card-special-footer {
    padding: 10px 15px;
    border-top: 1px solid #CED4E2;
    min-height: 40px; }

.view-search {
  margin-right: 10px; }
  .view-search.nodata {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: calc(100vh - 60px);
    background: #F8F8F8; }
    .view-search.nodata .input-container {
      position: fixed;
      width: 70%;
      top: 30vh;
      left: 0;
      right: 0;
      margin: auto; }
      .view-search.nodata .input-container input {
        height: 50px;
        font-size: 20px; }
  .view-search .input-container .current-query.enable-edit {
    color: #0087fc;
    cursor: pointer; }
  .view-search .input-container .current-query.disable-edit {
    color: #121212;
    max-width: 600px;
    min-width: 100%; }
  .view-search .input-container .current-query .down-arrow {
    border: solid #0087fc;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin: 0 5px;
    margin-bottom: 3px; }
  .view-search .input-container input {
    border: solid 1px #EAEAEA;
    padding: 2px 10px;
    width: 100%;
    height: 35px;
    font-size: 16px; }

.chevron, .group-header, .group-header.active, .abstract-accordion-header, .abstract-accordion-header.active {
  color: #0087fc; }
  .chevron:before, .group-header:before, .group-header.active:before, .abstract-accordion-header:before, .abstract-accordion-header.active:before {
    border-style: solid;
    width: 10px;
    height: 10px;
    border-width: 0.16em 0.16em 0 0;
    content: '';
    right: 1.5rem;
    position: absolute;
    transform: rotate(45deg); }
  .chevron-top:before, .group-header.active:before, .abstract-accordion-header.active:before {
    bottom: 0;
    transform: rotate(-45deg); }
  .chevron-bottom:before, .group-header:before, .abstract-accordion-header:before {
    top: 0;
    transform: rotate(135deg); }
  .chevron-left:before {
    left: 0.25em;
    transform: rotate(-135deg); }

.icon-plus, .icon-cross {
  width: 10px;
  height: 10px;
  margin: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: inherit;
  text-align: left;
  text-indent: -9999px;
  direction: ltr; }
  .icon-plus:before, .icon-plus:after, .icon-cross:before, .icon-cross:after {
    box-shadow: inset 0 0 0 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: ''; }
  .icon-plus:before, .icon-cross:before {
    width: 8px;
    height: 2px; }
  .icon-plus:after, .icon-cross:after {
    height: 8px;
    width: 2px; }
  .icon-plus[class*='Circle']:before, .icon-cross[class*='Circle']:before {
    width: 18px; }
  .icon-plus[class*='Circle']:after, .icon-cross[class*='Circle']:after {
    height: 18px; }

.icon-cross, .icon-crossCircle {
  transform: rotate(45deg); }

.close .chevron:before, .close .group-header:before, .close .abstract-accordion-header:before {
  transform: rotate(45deg); }

.close .chevron-left:before {
  transform: rotate(45deg);
  left: 0px; }

.close .chevron-right:before {
  transform: rotate(-135deg);
  left: 6px; }

.close .name {
  transition: opacity 2s;
  animation: fade .9s 0;
  opacity: 0;
  max-width: 0; }

.close .count {
  padding: 0 4px;
  transition: transform 800ms ease-out; }

.close .list-icon {
  max-width: inherit;
  padding: 0;
  -ms-flex: none;
      flex: none;
  width: 15px; }

.close .list-item {
  padding: 10px; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.filter-container {
  display: inline-block; }
  .filter-container > div {
    margin-bottom: 10px; }
  .filter-container .filter-blk-label {
    color: #ffffff;
    padding-bottom: 0px;
    height: 100% !important; }
  .filter-container .reusable-dropdown-box-default, .filter-container .msd-box, .filter-container .s-date-picker-box {
    color: #ffffff;
    background: transparent;
    border-radius: 4px;
    height: 30px; }
  .filter-container .reusable-dropdown-container-list .reusable-dropdown-container-list-item {
    color: #4A4A4A;
    padding: 6px 10px; }
    .filter-container .reusable-dropdown-container-list .reusable-dropdown-container-list-item:not(:last-child) {
      border: 0; }
  .filter-container .reusable-dropdown-box-search-input {
    color: #ffffff; }
  .filter-container .reusable-dropdown-box-search-input:-ms-input-placeholder {
    color: #ffffff; }
  .filter-container .reusable-dropdown-box-search-input::placeholder {
    color: #ffffff; }
  .filter-container .reusable-dropdown-box-clear {
    background-color: #4e4d4d;
    padding: 20px;
    border-radius: 0;
    right: 0;
    top: -5px; }
  .filter-container .msd-box {
    width: 250px; }
  .filter-container .reusable-ms-dropdown-box-default, .filter-container .reusable-dropdown-box-default, .filter-container .msd-box {
    color: #fff; }
    .filter-container .reusable-ms-dropdown-box-default::after, .filter-container .reusable-dropdown-box-default::after, .filter-container .msd-box::after {
      border-top: 6px solid #ffffff; }
  .filter-container .msd-container {
    z-index: 20;
    max-height: 150px; }
  .filter-container .reusable-dropdown-container {
    z-index: 20;
    max-height: 150px; }
  .filter-container .filter-action {
    display: -ms-flexbox;
    display: flex; }
    .filter-container .filter-action .filter-icon {
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .filter-container .filter-icon {
    margin-bottom: 0; }
  .filter-container .msd-options-container {
    height: 100px !important;
    color: #4A4A4A; }
  .filter-container .msd-search-container {
    width: 250px !important; }
    .filter-container .msd-search-container .msd-search {
      width: 250px !important; }
  .filter-container .msd-search-content {
    height: 135px !important;
    color: #4A4A4A; }

.filter-buttons {
  border-top: 1px solid #979797;
  padding-top: 10px;
  margin: 10px 5px 0 5px; }
  .filter-buttons .btn {
    margin: 0 5px; }
  .filter-buttons .btn-border {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }

.ToolTipPortal > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(1000px - 200px); }

.sortby {
  position: relative;
  padding: 0 10px; }
  .sortby-header {
    display: inline-block;
    margin-right: 0px; }
  .sortby-options {
    display: inline-block; }

.filter-section {
  display: -ms-flexbox;
  display: flex; }
  .filter-section .reusable-ms-dropdown-box-default::after, .filter-section .reusable-dropdown-box-default::after {
    border-top: 6px solid #9b9b9b;
    top: 12px; }
  .filter-section .filter-item {
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -ms-flex-align: center;
        align-items: center; }
    .filter-section .filter-item .filter-title {
      padding-right: 10px; }
    .filter-section .filter-item.item-one {
      -ms-flex: 1;
          flex: 1; }
    .filter-section .filter-item.item-two {
      -ms-flex: 8;
          flex: 8; }
  .filter-section .reusable-dropdown-box-default {
    padding: 0 50px 0 10px;
    height: 30px; }
  .filter-section .reusable-dropdown {
    width: auto; }
    .filter-section .reusable-dropdown .reusable-dropdown-container {
      box-shadow: none;
      border-radius: 0 0 6px 6px;
      margin-top: -3px;
      border-top: 0; }

.reusable-dropdown-box-default, .reusable-ms-dropdown-box-default {
  overflow: hidden;
  height: 30px; }
  .reusable-dropdown-box-default::after, .reusable-ms-dropdown-box-default::after {
    border-top: 6px solid #4A4A4A;
    top: 12px; }
  .reusable-dropdown-box-default::before, .reusable-ms-dropdown-box-default::before {
    border-left: 0px; }

.reusable-dropdown-container-list-item:not(:last-child) {
  border: 0; }

.lato-regular {
  font-family: latoregular,Helvetica, Arial, sans-serif; }

.tooltip-header {
  border-bottom: 1px solid #979797;
  padding: 5px 15px 10px 15px;
  margin: 0px -10px 10px -10px;
  font-family: latobold,Helvetica, Arial, sans-serif; }

.search-filter-button .filter-buttons {
  border-top: none;
  padding-top: 0;
  margin: 0; }

.cluster {
  margin: -10px -10px -10px -10px;
  min-width: 200px;
  max-width: 300px; }
  .cluster.save-as-cluster .cluster-content {
    height: 300px;
    overflow: auto; }
  .cluster-header {
    border-bottom: 1px solid #979797;
    padding: 14px 20px;
    font-family: latobold,Helvetica, Arial, sans-serif; }
    .cluster-header-title {
      font-weight: bold;
      letter-spacing: 0.2px; }
  .cluster-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 14px;
    color: #ffffff;
    padding: 12px 20px;
    border-bottom: solid 1px rgba(151, 151, 151, 0.3); }
  .cluster-content {
    padding: 20px; }
  .cluster-tag {
    word-break: break-word; }
    .cluster-tag .text-filed {
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #f3f3f3;
      padding: 4px 10px;
      margin: 2px 0;
      width: 100%;
      border-radius: 2px; }
      .cluster-tag .text-filed:-ms-input-placeholder {
        color: #dfecf8; }
      .cluster-tag .text-filed::placeholder {
        color: #dfecf8; }
  .cluster-search {
    padding: 10px 0; }
  .cluster-language {
    padding: 10px 0; }
    .cluster-language .filter-blk-label {
      color: #ffffff; }
    .cluster-language .reusable-ms-dropdown-box-default {
      color: #ffffff;
      text-transform: capitalize; }
    .cluster-language .reusable-checkbox-item {
      text-transform: capitalize; }
    .cluster-language .reusable-ms-dropdown-container {
      min-height: 50px; }
  .cluster-select {
    display: -ms-flexbox;
    display: flex; }
    .cluster-select .reusable-checkbox {
      margin-right: 20px; }
  .cluster-email .reusable-checkbox-item, .cluster-email .reusable-radio-item, .cluster-select .reusable-checkbox-item, .cluster-select .reusable-radio-item {
    margin: 0; }
    .cluster-email .reusable-checkbox-item input[type='checkbox']:checked + .label, .cluster-email .reusable-checkbox-item .label, .cluster-email .reusable-checkbox-item input[type='radio']:checked + .label, .cluster-email .reusable-radio-item input[type='checkbox']:checked + .label, .cluster-email .reusable-radio-item .label, .cluster-email .reusable-radio-item input[type='radio']:checked + .label, .cluster-select .reusable-checkbox-item input[type='checkbox']:checked + .label, .cluster-select .reusable-checkbox-item .label, .cluster-select .reusable-checkbox-item input[type='radio']:checked + .label, .cluster-select .reusable-radio-item input[type='checkbox']:checked + .label, .cluster-select .reusable-radio-item .label, .cluster-select .reusable-radio-item input[type='radio']:checked + .label {
      padding: 6px 10px 6px 20px;
      color: #ffffff; }
      .cluster-email .reusable-checkbox-item input[type='checkbox']:checked + .label:after, .cluster-email .reusable-checkbox-item .label:after, .cluster-email .reusable-checkbox-item input[type='radio']:checked + .label:after, .cluster-email .reusable-radio-item input[type='checkbox']:checked + .label:after, .cluster-email .reusable-radio-item .label:after, .cluster-email .reusable-radio-item input[type='radio']:checked + .label:after, .cluster-select .reusable-checkbox-item input[type='checkbox']:checked + .label:after, .cluster-select .reusable-checkbox-item .label:after, .cluster-select .reusable-checkbox-item input[type='radio']:checked + .label:after, .cluster-select .reusable-radio-item input[type='checkbox']:checked + .label:after, .cluster-select .reusable-radio-item .label:after, .cluster-select .reusable-radio-item input[type='radio']:checked + .label:after {
        height: 14px;
        width: 14px;
        border-color: #ffffff; }
    .cluster-email .reusable-checkbox-item input[type='radio']:checked + .label:before, .cluster-email .reusable-radio-item input[type='radio']:checked + .label:before, .cluster-select .reusable-checkbox-item input[type='radio']:checked + .label:before, .cluster-select .reusable-radio-item input[type='radio']:checked + .label:before {
      background: #0087fc;
      border: 1px solid #0087fc; }
    .cluster-email .reusable-checkbox-item input[type='checkbox']:checked + .label:before, .cluster-email .reusable-radio-item input[type='checkbox']:checked + .label:before, .cluster-select .reusable-checkbox-item input[type='checkbox']:checked + .label:before, .cluster-select .reusable-radio-item input[type='checkbox']:checked + .label:before {
      color: #0087fc;
      top: 11px;
      left: 2px; }
    .cluster-email .reusable-checkbox-item input[type='checkbox']:checked + .label:after, .cluster-email .reusable-radio-item input[type='checkbox']:checked + .label:after, .cluster-select .reusable-checkbox-item input[type='checkbox']:checked + .label:after, .cluster-select .reusable-radio-item input[type='checkbox']:checked + .label:after {
      border: 1px solid #ffffff;
      background-color: #ffffff; }
  .cluster-email .reusable-radio li, .cluster-select .reusable-radio li {
    margin-right: 10px; }
  .cluster .reusable-radio-item input[type='radio']:checked + .label {
    padding: 8px 10px 6px 20px; }
    .cluster .reusable-radio-item input[type='radio']:checked + .label:before {
      width: 10px;
      height: 10px; }
  .cluster .reusable-radio-item input[type='radio']:disabled + .label {
    opacity: 0.3;
    cursor: not-allowed; }
  .cluster .reusable-radio-item .label {
    padding: 8px 10px 6px 20px; }
  .cluster-email {
    padding: 10px 0; }
  .cluster-footer {
    padding: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #979797;
    text-align: right;
    width: 100%; }
    .cluster-footer .btn {
      background-color: #ffffff;
      color: #4A4A4A;
      border-radius: 5px;
      font-weight: bold;
      white-space: pre-wrap; }
    .cluster-footer .cancel-btn {
      padding: 0 10px; }
    .cluster-footer .delete {
      color: #F69393;
      padding-right: 10px;
      border-right: 1px solid #979797; }

.tab-page .tab-page-content {
  min-height: calc(100vh - 225px); }

.tab-page .tab-page-section {
  padding-top: 20px;
  clear: both; }
  .tab-page .tab-page-section:first-child {
    padding-top: 0; }
  .tab-page .tab-page-section:last-child {
    padding-bottom: 0; }

.section-title {
  padding-bottom: 5px;
  font-family: latobold,Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 12px; }
  .section-title .list-page-item {
    text-transform: none; }

.tab-content {
  padding: 10px 10px; }
  .tab-content .btn {
    margin-right: 10px; }
  .tab-content .links {
    stroke: #9b9b9b; }

.tab-container {
  display: -ms-flexbox;
  display: flex; }
  .tab-container .tabs {
    border-right: solid 1px #EAEAEA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    height: calc(100vh - 100px); }
    .tab-container .tabs .tab-item {
      min-height: 40px;
      padding: 12px 12px 12px 0;
      cursor: pointer;
      border: 0;
      background: #ffffff;
      color: #0087fc; }
    .tab-container .tabs .active {
      color: #4A4A4A;
      font-family: latobold,Helvetica, Arial, sans-serif; }
  .tab-container .content {
    height: calc(100% - 300px);
    padding: 0 20px;
    -ms-flex: 5;
        flex: 5; }
    .tab-container .content .tab-item {
      min-height: 40px;
      padding: 10px;
      border-bottom: solid 1px #EAEAEA;
      display: -ms-flexbox;
      display: flex;
      font-family: latoregular,Helvetica, Arial, sans-serif;
      position: relative; }
    .tab-container .content .tab-title {
      -ms-flex: 1;
          flex: 1; }

.gene-sl-pair-graph .graph {
  width: 100%;
  height: calc(100vh - 280px); }

.networkTooltip {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 28px;
  padding: 2px;
  font: 12px;
  background: #f3f3f3;
  border: 0px;
  border-radius: 8px;
  pointer-events: none; }

.table-tab-list::before {
  top: 10px; }

.table-tab-list.active::before {
  top: 20px; }

.table-tab-list .table-cell {
  color: #4A4A4A; }

.legends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px 23px 0; }
  .legends .legends-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-right: 25px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .legends .legends-item .legend-bullet {
      width: 10px;
      height: 10px;
      min-width: 10px;
      min-height: 10px;
      margin-right: 5px; }
    .legends .legends-item .legend-text {
      font-size: 11px;
      color: #4A4A4A; }

.legends-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px 23px 0; }
  .legends-vertical .legends-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-right: 25px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .legends-vertical .legends-item .legend-bullet {
      width: 10px;
      height: 10px;
      margin-right: 5px; }
    .legends-vertical .legends-item .legend-text {
      font-size: 11px;
      color: #4A4A4A; }

.handicon {
  cursor: pointer; }

.annotator-viewer .annotator-item {
  word-break: break-word; }

.toolTip {
  position: absolute;
  min-width: 250px;
  min-height: 80px;
  background: #808080;
  padding: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17); }
  .toolTip-title {
    font-size: 12px;
    color: #121212; }
  .toolTip-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-width: 250px;
    width: auto;
    padding-top: 2px;
    font-size: 11px; }
    .toolTip-container .headerTooltip {
      font-size: 14px;
      padding-left: 23px; }
    .toolTip-container .col {
      width: 100%; }
    .toolTip-container .col1 {
      width: 10%; }
      .toolTip-container .col1 .tooltipbullet {
        width: 10px;
        height: 10px;
        border-radius: 10px; }
    .toolTip-container .col2 {
      width: 50%; }
    .toolTip-container .col3 {
      width: 30%;
      text-align: right;
      margin-right: 5px; }
    .toolTip-container.lg {
      width: 220px; }
      .toolTip-container.lg .col2 {
        width: 20%; }
      .toolTip-container.lg .col3 {
        width: 67%;
        text-align: right;
        margin-right: 5px;
        color: #ffffff; }
    .toolTip-container .mention {
      color: rgba(18, 18, 18, 0.5);
      padding: 0 4px 0 2px;
      text-transform: lowercase; }

.cross {
  content: '+';
  transform: rotate(45deg);
  width: 60px;
  height: 60px;
  color: #121212;
  cursor: pointer;
  border: 8px solid transparent; }

.close-btn {
  border: 2px solid #c2c2c2;
  position: relative;
  padding: 1px 5px;
  top: -20px;
  background-color: #605F61;
  left: 198px;
  border-radius: 20px;
  z-index: 300; }

.close-btn a {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none; }

.Divtooltip {
  position: absolute;
  text-align: center;
  background: #ffffff;
  height: auto;
  width: auto;
  min-width: 30px;
  pointer-events: none;
  padding: 3px;
  transition: all 240ms ease-in-out; }
  .Divtooltip-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-width: 250px;
    width: auto;
    padding-top: 2px;
    font-size: 11px; }
    .Divtooltip-container .col {
      width: 100%; }
    .Divtooltip-container .col1 {
      width: 10%; }
      .Divtooltip-container .col1 .tooltipbullet {
        width: 10px;
        height: 10px;
        border-radius: 10px; }
    .Divtooltip-container .col2 {
      width: 50%; }
    .Divtooltip-container .col3 {
      width: 30%;
      text-align: right;
      margin-right: 5px; }

.Divtooltip::after {
  content: ' ';
  position: absolute;
  top: 100%;
  /* At th bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent; }

.wrap {
  position: relative; }

.row1 {
  color: #121212; }

.tick1 {
  fill: #ffffff;
  font-size: 12px;
  display: block; }

.tick2 {
  font-size: 12px; }

.search-literature-equalizer {
  max-height: 200px;
  overflow: auto; }

.tooltip-container-tool.dashboard-tooltip .col2 {
  color: #ffffff; }

.tooltip-container-tool.dashboard-tooltip.tooltipList {
  cursor: pointer; }
  .tooltip-container-tool.dashboard-tooltip.tooltipList:hover {
    background: transparent; }

.x .tick text {
  font-family: latoregular,Helvetica, Arial, sans-serif;
  font-size: 12px; }

.line-x .tick text {
  font-size: 10px;
  fill: #485465; }

.x path {
  stroke: #cccccc;
  stroke-opacity: 0.5;
  stroke-width: 0.5px; }

.no-path path {
  display: none; }

.y .tick text {
  font-family: latoregular,Helvetica, Arial, sans-serif;
  font-size: 10px; }

.y .tick line {
  stroke: #121212; }

.y path {
  stroke: #cccccc;
  stroke-opacity: 0.5;
  stroke-width: 0.5px; }

.axis-y .tick text {
  font-family: latoregular,Helvetica, Arial, sans-serif;
  font-size: 10px; }

.axis-y .tick line {
  stroke: #000000;
  stroke-opacity: 0.5;
  stroke-width: 0.5px; }

.axis-y path {
  stroke: #000000;
  stroke-opacity: 0.5;
  stroke-width: 0.5px; }

.axis-x .tick text {
  font-family: latoregular,Helvetica, Arial, sans-serif;
  font-size: 10px; }

.axis-x .tick line {
  stroke: #000000;
  stroke-opacity: 0.5;
  stroke-width: 0.5px; }

.axis-x path {
  stroke: #000000;
  stroke-opacity: 0;
  stroke-width: 0.5px; }

.y2 .tick text {
  fill: #3adde6;
  font-weight: 600;
  font-size: 10px; }

.y2 .tick line {
  display: none; }

.y2 path {
  stroke: #cccccc;
  stroke-opacity: 0.5;
  stroke-width: 2px; }

.no-tick line {
  display: none; }

.sub-category {
  fill: #757575; }

.d3-tip {
  line-height: 1;
  padding: 6px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px; }

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: '\25BC';
  position: absolute;
  text-align: center; }

/* Style northward tooltips specifically */
.d3-tip.n:after {
  margin: -2px 0 0 0;
  top: 100%;
  left: 0; }

.reset {
  font-size: 12px;
  color: #000000;
  text-decoration: underline; }

div.tooltip1 {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 28px;
  padding: 2px;
  font: 12px sans-serif;
  background: #b0c4de;
  border: 1px;
  border-radius: 8px;
  pointer-events: none; }

.axis path {
  stroke: #000; }

.axis line {
  stroke: #FBFCFC; }

.axis text {
  fill: #121212; }

.tooltip-container-tool {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 200px; }
  .tooltip-container-tool .col1 {
    margin-left: 5px;
    width: 10%; }
    .tooltip-container-tool .col1 .tooltipbullet {
      width: 10px;
      height: 10px;
      border-radius: 10px; }
  .tooltip-container-tool .col2 {
    width: 60%;
    color: #808080; }
  .tooltip-container-tool .col3 {
    width: 25%;
    font-weight: bold;
    text-align: right;
    margin-right: 5px; }
  .tooltip-container-tool .tooltip-container-tool {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-width: 200px; }
    .tooltip-container-tool .tooltip-container-tool .col1 {
      margin-left: 5px;
      width: 10%; }
      .tooltip-container-tool .tooltip-container-tool .col1 .tooltipbullet {
        width: 10px;
        height: 10px;
        border-radius: 10px; }
    .tooltip-container-tool .tooltip-container-tool .col2 {
      width: 100%;
      color: #9b9b9b; }
    .tooltip-container-tool .tooltip-container-tool .col3 {
      width: 30%;
      font-weight: bold;
      text-align: right;
      margin-right: 5px; }

.world-map-tooltip {
  max-height: 150px;
  overflow-y: auto; }
  .world-map-tooltip .title {
    border-bottom: 1px solid #EAEAEA;
    height: 25px; }
  .world-map-tooltip .list {
    max-height: 125px;
    overflow: auto; }
    .world-map-tooltip .list .item {
      padding: 5px 0; }

.world-map-legend .scale li {
  display: inline-block;
  height: 9px;
  width: 60px; }

.world-map-legend .range span {
  width: 60px;
  display: inline-block;
  text-align: right;
  font-size: 11px;
  visibility: visible; }

.ToolTipPortal .tooltip-container {
  padding: 0 0 0 0; }
  .ToolTipPortal .tooltip-container .s-date-picker-box:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }

.ToolTipPortal .x .tick text {
  fill: #fff; }

.new-barchat .Axis text {
  font-size: 11px;
  fill: #121212; }

.new-barchat .Axis-Bottom text {
  /*transform: rotate(-45deg);*/
  text-anchor: end; }

.dashboard-graphs .axis text {
  fill: #121212; }

.dashboard-graphs .axis line {
  stroke: #121212; }

.dashboard-graphs .axis path {
  stroke: #121212; }

.custom .axis-y path {
  stroke: #000000;
  stroke-opacity: 0.5;
  stroke-width: 0.5px; }

.custom .axis-x path {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 0.5px; }

.custom .axis path {
  stroke: #000; }

.graph-tooltip {
  position: absolute;
  min-width: 200px;
  max-height: 100px;
  border: 1px solid #f3f3f8;
  background-color: #f3f3f8;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
  box-shadow: 0 2px 10px 0 rgba(156, 156, 156, 0.12);
  padding: 10px; }

.search-advanced {
  transition: height 500ms ease-out;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 60px;
  overflow: auto;
  height: calc(100vh - 50px);
  z-index: 300;
  background: rgba(0, 0, 0, 0.6); }
  .search-advanced-options {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #f7f6f8;
    -webkit-clip-path: ellipse(100% 100% at 50% 0%);
            clip-path: ellipse(100% 100% at 50% 0%);
    overflow: auto; }
  .search-advanced .search-button {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 57px);
    width: 114px;
    height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    border-radius: 30px;
    background-color: #0087fc;
    box-shadow: 0 2px 4px 0 rgba(68, 68, 68, 0.5);
    cursor: pointer; }
    .search-advanced .search-button:disabled {
      cursor: not-allowed; }
  .search-advanced .search-advanced-body {
    position: relative; }

.search-filters-container {
  margin: 20px 5% 0 5%; }

.category-filters-container .title {
  font-family: latobold,Helvetica, Arial, sans-serif; }

.category-filters {
  margin: 10px 0;
  box-shadow: 0 2px 10px 0 rgba(155, 155, 155, 0.12);
  background-color: #ffffff;
  border: solid 1px #EAEAEA;
  height: calc(100vh - 330px);
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }
  .category-filters .category {
    margin: 15px 25px; }
    .category-filters .category-title {
      color: #4A4A4A;
      font-family: latobold,Helvetica, Arial, sans-serif; }
    .category-filters .category-slide {
      position: relative; }
      .category-filters .category-slide .slide {
        position: absolute;
        top: 0;
        background: #ffffff;
        height: 100%;
        border: 0;
        width: 25px;
        cursor: pointer; }
        .category-filters .category-slide .slide-left {
          left: -25px; }
        .category-filters .category-slide .slide-right {
          right: -25px; }
    .category-filters .category-search {
      position: relative;
      width: 100%;
      border: 1px solid #EAEAEA;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      overflow: hidden; }

.category-input-container {
  min-width: 150px;
  -ms-flex: 1;
      flex: 1; }
  .category-input-container .category-input {
    width: 100%;
    height: 35px;
    border: 0;
    padding-left: 10px; }

.drawer-right {
  width: 350px;
  background-color: #ffffff;
  box-shadow: -2px 2px 7px 0 rgba(83, 83, 83, 0.4);
  position: fixed;
  top: 50px;
  bottom: 0;
  z-index: 1000;
  transform: translate(calc(100vw + 10px), 0);
  transition: transform 0.3s ease;
  visibility: hidden; }
  .drawer-right.open {
    transform: translate(calc( 100vw - 350px), 0);
    visibility: visible; }

.drawer-left {
  width: 250px;
  background: #ffffff;
  box-shadow: -2px 2px 7px 0 rgba(83, 83, 83, 0.4);
  position: fixed;
  top: 50px;
  bottom: 0;
  z-index: 1000;
  transform: translate(-250px, 0);
  transition: transform 0.3s ease; }
  .drawer-left.open {
    transform: translate(0, 0); }

.overlay-drawer {
  position: relative; }
  .overlay-drawer:after {
    content: '';
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
    overflow-y: hidden;
    opacity: 0.2;
    background-color: rgba(0, 0, 0, 0.5); }

.drawer-notification-heading {
  background: #ffffff;
  color: #121212;
  border-bottom: 1px solid #EAEAEA;
  padding: 15px 20px; }
  .drawer-notification-heading .title {
    font-size: 16px;
    font-family: latobold,Helvetica, Arial, sans-serif; }

.drawer-notification-body {
  overflow: auto;
  height: calc( 100vh - 116px);
  position: relative; }

.stackbartooltip .legends {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px 23px 0; }
  .stackbartooltip .legends .legends-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-right: 25px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .stackbartooltip .legends .legends-item .legend-bullet {
      width: 20px;
      height: 10px;
      margin-right: 5px; }
    .stackbartooltip .legends .legends-item .legend-text {
      font-size: 14px;
      color: #ffffff; }

.stackbartooltip .button {
  width: 85px; }

.stackbartooltip .buttonDiv {
  padding: 10px 10px 0 0;
  float: right; }

.stackbartooltip .handicon {
  cursor: pointer; }

.headerTooltip {
  font-size: 14px;
  padding-left: 20px; }

.border {
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797; }

.tagger_term {
  border-radius: 4px;
  padding: 0 6px; }
  .tagger_term.Protein {
    background: rgba(231, 138, 195, 0.2); }
  .tagger_term.Disease {
    background: rgba(102, 194, 165, 0.2); }
  .tagger_term.Gene {
    background: rgba(141, 160, 203, 0.2); }
  .tagger_term.Drug {
    background: rgba(252, 141, 98, 0.2); }

.indication-table td:nth-child(2), .indication-table th:nth-child(2) {
  width: calc(100% - 90%); }

.indication-table td:nth-child(3), .indication-table th:nth-child(3) {
  width: calc(100% - 82%); }

.indication-table td:nth-child(4), .indication-table th:nth-child(4) {
  width: calc(100% - 82%); }

.orphan-status td:nth-child(1), .orphan-status th:nth-child(1) {
  width: calc(100% - 85%); }

.orphan-status td:nth-child(4), .orphan-status th:nth-child(4) {
  width: calc(100% - 84%); }

.drug-target-diff td:nth-child(1), .drug-target-diff th:nth-child(1) {
  width: calc(100% - 80%); }

.drug-target-diff td:last-child, .drug-target-diff th:last-child {
  width: calc(100% - 70%); }

.biosimilar-product td:nth-child(1), .biosimilar-product th:nth-child(1) {
  width: calc(100% - 50%); }

.tab-content .table {
  border-collapse: collapse;
  width: 100%; }
  .tab-content .table td, .tab-content .table th {
    border-bottom: 1px solid #EAEAEA;
    padding: 8px 15px 8px 0;
    min-height: 40px;
    vertical-align: top; }
    .tab-content .table td:first-child, .tab-content .table th:first-child {
      padding-left: 2px; }
    .tab-content .table td:last-child, .tab-content .table th:last-child {
      padding-right: 2px; }
  .tab-content .table tr:hover {
    background-color: #f3f3f3; }
  .tab-content .table th {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #ffffff;
    color: #4A4A4A;
    font-weight: normal;
    font-family: latobold,Helvetica, Arial, sans-serif; }

.tab-content .table-no-hover tr:hover {
  background-color: transparent; }

.table-header .table-cell {
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #ffffff;
  color: #4A4A4A;
  font-weight: normal;
  font-family: latobold,Helvetica, Arial, sans-serif; }

.guidlines .row {
  display: -ms-flexbox;
  display: flex; }

.guidlines .row-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  text-align: left;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0.3em;
  word-break: break-word; }
  .guidlines .row-cell:before {
    content: attr(data-header); }

.guidlines .title {
  max-width: 280px;
  min-width: 200px;
  font-family: latobold,Helvetica, Arial, sans-serif; }

.tbl-margin-bottom-5 {
  margin-bottom: 5px; }

.approved-labelled td {
  font-size: 12px; }

.two-col-table .table-cell:first-child {
  max-width: 10%; }

.center {
  text-align: center; }

.notification-list {
  position: relative; }
  .notification-list .item {
    padding: 15px 25px;
    border-bottom: solid 1px #EAEAEA;
    position: relative; }
    .notification-list .item:hover {
      background-color: #f6f6f6; }
      .notification-list .item:hover.item:before {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        height: 100%;
        top: 0; }
    .notification-list .item.active {
      position: relative;
      background-color: #f6f6f6; }
      .notification-list .item.active:before {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        height: 100%;
        top: 0;
        background: #0675ce; }
    .notification-list .item .date {
      font-size: 11px;
      font-style: italic;
      position: relative;
      margin-right: 20px;
      color: #9b9b9b; }
      .notification-list .item .date.unread:after {
        content: ' ';
        position: absolute;
        top: 5px;
        right: -15px;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background-color: #fec200; }
    .notification-list .item .title {
      padding: 8px 0;
      font-size: 13px;
      font-weight: normal;
      color: #6e6e6e; }
    .notification-list .item .field {
      font-size: 11px;
      color: #f49801;
      cursor: pointer;
      margin-top: 5px;
      text-transform: capitalize; }

.guideline-notify-card-list .unread:before {
  content: ' ';
  position: absolute;
  top: 20px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fec200; }

.notification-dismiss {
  top: 6px !important;
  background: transparent !important;
  color: #4A4A4A !important;
  font-size: 20px !important; }

.modal-header {
  padding: 20px 20px 4px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  position: relative; }

.modal-header-tooltip {
  padding: 15px 0px 0px;
  border-bottom: 0;
  position: relative;
  margin: 0 30px; }

.modal-header .close {
  font-size: 40px;
  color: #9B9B9B;
  position: absolute;
  right: 0;
  top: 16px; }

.modal-title {
  margin: 0;
  line-height: 1.4;
  font-family: latoregular,Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000; }
  .modal-title .txt {
    color: #9B9B9B;
    font-size: 12px; }

.modal-body {
  position: relative;
  padding: 15px 20px 15px; }
  .modal-body .showlist .add-list-item {
    margin: 5px 0; }
    .modal-body .showlist .add-list-item > span {
      display: block; }
      .modal-body .showlist .add-list-item > span button {
        float: right; }

.modal-footer {
  padding: 15px 20px 15px;
  text-align: right;
  background: #F3F3F3; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.reusable-modal {
  min-height: auto;
  border-radius: 6px; }
  .reusable-modal .modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid #f5f4f4; }
  .reusable-modal .modal-footer {
    padding: 10px 20px;
    border-top: 1px solid #f5f4f4;
    background-color: #ffffff; }
  .reusable-modal .reusable-modal-close {
    top: 10px;
    right: 15px;
    font-size: 20px; }
  .reusable-modal .reusable-checkbox-item .label {
    padding: 5px 10px 5px 25px; }
    .reusable-modal .reusable-checkbox-item .label:after {
      border-color: #0087fc; }
  .reusable-modal .reusable-checkbox-item input[type='checkbox']:checked + .label:after {
    background: #0087fc;
    border-color: #0087fc; }
  .reusable-modal .modal-title {
    font-family: latobold,Helvetica, Arial, sans-serif; }

.remove-all-btn {
  color: #f69393;
  background: none;
  border: 0;
  cursor: pointer; }
  .remove-all-btn:hover {
    opacity: 0.7; }

.equalizer-modal-container {
  background: rgba(62, 62, 62, 0.9);
  color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(62, 62, 62, 0.9); }

.modal-premium {
  color: #626262;
  font-size: 15px; }
  .modal-premium .modal-header {
    border-bottom: none; }
    .modal-premium .modal-header .modal-title {
      font-size: 20px; }
  .modal-premium .tick {
    vertical-align: bottom; }
    .modal-premium .tick:before {
      left: 5px; }
  .modal-premium .feature-list {
    padding: 4px 30px 0;
    max-height: 250px;
    overflow: auto; }
    .modal-premium .feature-list > li {
      padding-bottom: 15px; }
  .modal-premium .btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 15px;
    color: #fff;
    background: #0087fc;
    border-color: transparent;
    box-shadow: 0 0 10px rgba(23, 65, 81, 0.17); }
    .modal-premium .btn:hover {
      background: #0079e3;
      border-color: transparent; }
    .modal-premium .btn.primary {
      background: #F5A623; }
      .modal-premium .btn.primary:hover {
        background: #f39c0b; }
  .modal-premium .modal-content {
    border-bottom: none; }
  .modal-premium .txt > p {
    padding-bottom: 10px; }
    .modal-premium .txt > p:last-of-type {
      padding-left: 30px;
      padding-top: 15px; }

.chat-box {
  z-index: 9000;
  height: 325px;
  width: 399px;
  position: fixed;
  bottom: -325px;
  right: 10px;
  box-shadow: #3882fe 0px 0px 1px 1px;
  transition: bottom 0.4s ease;
  background: #ffffff; }
  .chat-box.open {
    bottom: 0; }
  .chat-box .chat-container {
    position: relative; }
    .chat-box .chat-container .chat-button {
      height: 30px;
      position: absolute;
      top: -30px;
      right: 0;
      padding: 3px;
      color: #ffffff;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      background-color: #0087fc;
      width: 94px;
      float: right;
      border-radius: 5px 5px 0px 0px;
      box-shadow: rgba(0, 0, 0, 0.6) 1px 0px 6px 0px;
      cursor: pointer; }

[class*='one column'].grid > .row > .column,
[class*='one column'].grid > .column:not(.row) {
  width: 100%; }

[class*='two column'].grid > .row > .column,
[class*='two column'].grid > .column:not(.row) {
  width: 50%; }

[class*='three column'].grid > .row > .column,
[class*='three column'].grid > .column:not(.row) {
  width: 33.33333%; }

[class*='four column'].grid > .row > .column,
[class*='four column'].grid > .column:not(.row) {
  width: 25%; }

[class*='five column'].grid > .row > .column,
[class*='five column'].grid > .column:not(.row) {
  width: 20%; }

[class*='six column'].grid > .row > .column,
[class*='six column'].grid > .column:not(.row) {
  width: 16.66667%; }

[class*='seven column'].grid > .row > .column,
[class*='seven column'].grid > .column:not(.row) {
  width: 14.28571%; }

[class*='eight column'].grid > .row > .column,
[class*='eight column'].grid > .column:not(.row) {
  width: 12.5%; }

[class*='nine column'].grid > .row > .column,
[class*='nine column'].grid > .column:not(.row) {
  width: 11.11111%; }

[class*='ten column'].grid > .row > .column,
[class*='ten column'].grid > .column:not(.row) {
  width: 10%; }

[class*='eleven column'].grid > .row > .column,
[class*='eleven column'].grid > .column:not(.row) {
  width: 9.09091%; }

[class*='twelve column'].grid > .row > .column,
[class*='twelve column'].grid > .column:not(.row) {
  width: 8.33333%; }

[class*='thirteen column'].grid > .row > .column,
[class*='thirteen column'].grid > .column:not(.row) {
  width: 7.69231%; }

[class*='fourteen column'].grid > .row > .column,
[class*='fourteen column'].grid > .column:not(.row) {
  width: 7.14286%; }

[class*='fifteen column'].grid > .row > .column,
[class*='fifteen column'].grid > .column:not(.row) {
  width: 6.66667%; }

[class*='sixteen column'].grid > .row > .column,
[class*='sixteen column'].grid > .column:not(.row) {
  width: 6.25%; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0; }
  .grid.basic {
    margin: 0; }
  .grid + .grid {
    margin-top: 1rem; }
  .grid > {
    /*----------------------
       'Floated'
    -----------------------*/ }
    .grid > .column:not(.row),
    .grid > .row > .column {
      position: relative;
      display: inline-block;
      width: 6.25%;
      padding-left: 1rem;
      padding-right: 1rem;
      vertical-align: top; }
    .grid > * {
      padding-left: 1rem;
      padding-right: 1rem; }
    .grid > .row {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: inherit;
      justify-content: inherit;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
      padding: 0;
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .grid > .column:not(.row) {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .grid > .row > .column {
      margin-top: 0;
      margin-bottom: 0; }
    .grid > .row > .justified.column {
      text-align: justify;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
    .grid > .row > img,
    .grid > .row > .column > img {
      max-width: 100%; }
    .grid > .grid:first-child {
      margin-top: 0; }
    .grid > .grid:last-child {
      margin-bottom: 0; }
    .grid > [class*='left floating'].column {
      margin-right: auto; }
    .grid > [class*='right floating'].column {
      margin-left: auto; }
    .grid > [class*='one column'].row > .column {
      width: 100%; }
    .grid > [class*='two column'].row > .column {
      width: 50%; }
    .grid > [class*='three column'].row > .column {
      width: 33.33333%; }
    .grid > [class*='four column'].row > .column {
      width: 25%; }
    .grid > [class*='five column'].row > .column {
      width: 20%; }
    .grid > [class*='six column'].row > .column {
      width: 16.66667%; }
    .grid > [class*='seven column'].row > .column {
      width: 14.28571%; }
    .grid > [class*='eight column'].row > .column {
      width: 12.5%; }
    .grid > [class*='nine column'].row > .column {
      width: 11.11111%; }
    .grid > [class*='ten column'].row > .column {
      width: 10%; }
    .grid > [class*='eleven column'].row > .column {
      width: 9.09091%; }
    .grid > [class*='twelve column'].row > .column {
      width: 8.33333%; }
    .grid > [class*='thirteen column'].row > .column {
      width: 7.69231%; }
    .grid > [class*='fourteen column'].row > .column {
      width: 7.14286%; }
    .grid > [class*='fifteen column'].row > .column {
      width: 6.66667%; }
    .grid > [class*='sixteen column'].row > .column {
      width: 6.25%; }
    .grid > .row > [class*='one wide'].column,
    .grid > .column.row > [class*='one wide'].column,
    .grid > [class*='one wide'].column {
      width: 6.25%; }
    .grid > .row > [class*='two wide'].column,
    .grid > .column.row > [class*='two wide'].column,
    .grid > [class*='two wide'].column {
      width: 12.5%; }
    .grid > .row > [class*='three wide'].column,
    .grid > .column.row > [class*='three wide'].column,
    .grid > [class*='three wide'].column {
      width: 18.75%; }
    .grid > .row > [class*='four wide'].column,
    .grid > .column.row > [class*='four wide'].column,
    .grid > [class*='four wide'].column {
      width: 25%; }
    .grid > .row > [class*='five wide'].column,
    .grid > .column.row > [class*='five wide'].column,
    .grid > [class*='five wide'].column {
      width: 31.25%; }
    .grid > .row > [class*='six wide'].column,
    .grid > .column.row > [class*='six wide'].column,
    .grid > [class*='six wide'].column {
      width: 37.5%; }
    .grid > .row > [class*='seven wide'].column,
    .grid > .column.row > [class*='seven wide'].column,
    .grid > [class*='seven wide'].column {
      width: 43.75%; }
    .grid > .row > [class*='eight wide'].column,
    .grid > .column.row > [class*='eight wide'].column,
    .grid > [class*='eight wide'].column {
      width: 50%; }
    .grid > .row > [class*='nine wide'].column,
    .grid > .column.row > [class*='nine wide'].column,
    .grid > [class*='nine wide'].column {
      width: 56.25%; }
    .grid > .row > [class*='ten wide'].column,
    .grid > .column.row > [class*='ten wide'].column,
    .grid > [class*='ten wide'].column {
      width: 62.5%; }
    .grid > .row > [class*='eleven wide'].column,
    .grid > .column.row > [class*='eleven wide'].column,
    .grid > [class*='eleven wide'].column {
      width: 68.75%; }
    .grid > .row > [class*='twelve wide'].column,
    .grid > .column.row > [class*='twelve wide'].column,
    .grid > [class*='twelve wide'].column {
      width: 75%; }
    .grid > .row > [class*='thirteen wide'].column,
    .grid > .column.row > [class*='thirteen wide'].column,
    .grid > [class*='thirteen wide'].column {
      width: 81.25%; }
    .grid > .row > [class*='fourteen wide'].column,
    .grid > .column.row > [class*='fourteen wide'].column,
    .grid > [class*='fourteen wide'].column {
      width: 87.5%; }
    .grid > .row > [class*='fifteen wide'].column,
    .grid > .column.row > [class*='fifteen wide'].column,
    .grid > [class*='fifteen wide'].column {
      width: 93.75%; }
    .grid > .row > [class*='sixteen wide'].column,
    .grid > .column.row > [class*='sixteen wide'].column,
    .grid > [class*='sixteen wide'].column {
      width: 100%; }
    .grid > [class*='left aligned'].row > .column, .grid > [class*='left aligned'].column {
      text-align: left;
      -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit; }
    .grid > .row > [class*='left aligned'].column {
      text-align: left;
      -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit; }
    .grid > [class*='center aligned'].row > .column, .grid > [class*='center aligned'].column {
      text-align: center;
      -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit; }
    .grid > .row > [class*='center aligned'].column {
      text-align: center;
      -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit; }
    .grid > [class*='right aligned'].row > .column, .grid > [class*='right aligned'].column {
      text-align: right;
      -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit; }
    .grid > .row > [class*='right aligned'].column {
      text-align: right;
      -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit; }
    .grid > .justified.row > .column, .grid > .justified.column {
      text-align: justify;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }

.inverted.divided.grid:not([class*='vertically divided']) > .column:not(.row),
.inverted.divided.grid:not([class*='vertically divided']) > .row > .column {
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1); }

.inverted.divided.grid:not([class*='vertically divided']) > .column:not(.row):first-child,
.inverted.divided.grid:not([class*='vertically divided']) > .row > .column:first-child {
  box-shadow: none; }

.inverted[class*='vertically divided'].grid > .row:first-child:before {
  box-shadow: none; }

.inverted[class*='vertically divided'].grid > .row {
  position: relative; }
  .inverted[class*='vertically divided'].grid > .row:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 2rem);
    height: 1px;
    margin: 0% 1rem;
    box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1); }

[class*='vertically divided'].grid > .row:first-child:before {
  box-shadow: none; }

[class*='vertically divided'].grid > .row {
  position: relative; }
  [class*='vertically divided'].grid > .row:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 2rem);
    height: 1px;
    margin: 0% 1rem;
    box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15); }

.divided.grid:not([class*='vertically divided']) > .column:not(.row),
.divided.grid:not([class*='vertically divided']) > .row > .column {
  box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15); }

.divided.grid:not([class*='vertically divided']) > .column:first-child,
.divided.grid:not([class*='vertically divided']) > .row > .column:first-child {
  box-shadow: none; }

[class*='equal width'].grid > .column:not(.row),
[class*='equal width'].grid > .row > .column {
  display: inline-block;
  -ms-flex-positive: 1;
  flex-grow: 1; }

[class*='equal width'].grid > .wide.column,
[class*='equal width'].grid > .row > .wide.column {
  -ms-flex-positive: 0;
  flex-grow: 0; }

.grid > [class*='equal width'].row > .column {
  display: inline-block;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.grid > [class*='equal width'].row > .wide.column {
  -ms-flex-positive: 0;
  flex-grow: 0; }

[class*='left aligned'].grid > .column,
[class*='left aligned'].grid > .row > .column {
  text-align: left;
  -ms-flex-item-align: inherit;
  -ms-grid-row-align: inherit;
  align-self: inherit; }

[class*='center aligned'].grid > .column,
[class*='center aligned'].grid > .row > .column {
  text-align: center;
  -ms-flex-item-align: inherit;
  -ms-grid-row-align: inherit;
  align-self: inherit; }

[class*='center aligned'].grid {
  -ms-flex-pack: center;
  justify-content: center; }

[class*='spaced aligned'].grid {
  -ms-flex-pack: space-between;
  justify-content: space-between; }

[class*='right aligned'].grid > .column,
[class*='right aligned'].grid > .row > .column {
  text-align: right;
  -ms-flex-item-align: inherit;
  -ms-grid-row-align: inherit;
  align-self: inherit; }

.justified.grid > .column,
.justified.grid > .row > .column {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.pills {
  color: #625959;
  font-size: 13px;
  padding: 5px 20px;
  background: rgba(212, 217, 221, 0.47);
  border-radius: 16px;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px; }
  .pills.active {
    color: #ffffff;
    background: #0087fc; }

.pills-wrap {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pills-filter {
  margin-right: 30px; }
  .pills-filter-list {
    border: 1px solid #EAEAEA;
    padding: 4px 0 4px 10px;
    border-radius: 5px; }
    .pills-filter-list .pills {
      background: transparent;
      border-color: transparent;
      padding: 0px 20px;
      margin: 0 10px 0 0; }
      .pills-filter-list .pills.active, .pills-filter-list .pills:hover {
        background: #0087fc;
        color: #fff; }

.filter-blk-label {
  font-size: 13px;
  color: rgba(92, 91, 91, 0.67);
  padding-bottom: 5px;
  height: 25px; }

.month-range-custom {
  position: relative; }
  .month-range-custom-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 250px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #EAEAEA;
    padding: 0 40px 0 10px;
    border-radius: 5px;
    cursor: pointer;
    position: relative; }
    .month-range-custom-box:after {
      content: ' ';
      position: absolute;
      z-index: 1;
      top: 12px;
      right: 16px;
      border-top: 6px solid #4A4A4A;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
    .month-range-custom-box.disabled {
      cursor: not-allowed;
      opacity: 0.6; }
  .month-range-custom-container {
    position: absolute;
    top: 100%;
    width: 540px;
    z-index: 11;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(18, 18, 18, 0.3);
    border: 1px solid #EAEAEA;
    max-height: 300px;
    margin-top: 2px;
    border-radius: 5px; }
    .month-range-custom-container.picker-center {
      left: 50%;
      transform: translateX(-50%); }
    .month-range-custom-container.picker-left {
      left: 0%; }
    .month-range-custom-container.picker-right {
      right: 0%; }
  .month-range-custom-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .month-range-custom-content .range-container {
      -ms-flex: 1;
          flex: 1;
      position: relative;
      margin: 10px 5px;
      padding: 5px; }
      .month-range-custom-content .range-container:after {
        position: absolute;
        content: ' ';
        right: -5px;
        top: 0;
        height: 100%;
        width: 1px;
        background: #EAEAEA; }
      .month-range-custom-content .range-container:last-child:after {
        background: transparent; }
    .month-range-custom-content .year-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .month-range-custom-content .year-container .btn-default {
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
      .month-range-custom-content .year-container .icon-right {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.846 451.847'%3e%3cg transform='matrix(0.95099 0 0 0.95099 11.0725 11.0725)'%3e%3cg%3e %3cpath d='M345.441%2c248.292L151.154%2c442.573c-12.359%2c12.365-32.397%2c12.365-44.75%2c0c-12.354-12.354-12.354-32.391%2c0-44.744 L278.318%2c225.92L106.409%2c54.017c-12.354-12.359-12.354-32.394%2c0-44.748c12.354-12.359%2c32.391-12.359%2c44.75%2c0l194.287%2c194.284 c6.177%2c6.18%2c9.262%2c14.271%2c9.262%2c22.366C354.708%2c234.018%2c351.617%2c242.115%2c345.441%2c248.292z' data-original='black' class='active-path' data-old_color='%23FBF6F6' fill='white'/%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
        height: 15px;
        width: 15px;
        padding: 3px;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .month-range-custom-content .year-container .icon-left {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.847 451.847'%3e%3cg transform='matrix(0.95099 0 0 0.95099 11.0725 11.0725)'%3e%3cg%3e %3cpath d='M97.141%2c225.92c0-8.095%2c3.091-16.192%2c9.259-22.366L300.689%2c9.27c12.359-12.359%2c32.397-12.359%2c44.751%2c0 c12.354%2c12.354%2c12.354%2c32.388%2c0%2c44.748L173.525%2c225.92l171.903%2c171.909c12.354%2c12.354%2c12.354%2c32.391%2c0%2c44.744 c-12.354%2c12.365-32.386%2c12.365-44.745%2c0l-194.29-194.281C100.226%2c242.115%2c97.141%2c234.018%2c97.141%2c225.92z' data-original='black' class='active-path' data-old_color='%23020000' fill='white'/%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
        height: 15px;
        width: 15px;
        padding: 3px;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .month-range-custom-content .month-container {
      padding: 5px 0; }
      .month-range-custom-content .month-container .month-btn {
        width: 31.5%;
        margin: 2px; }
  .month-range-custom .month-range-custom-button-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 10px 10px; }
    .month-range-custom .month-range-custom-button-group .btn {
      -ms-flex: 1;
          flex: 1; }

.msd {
  position: relative; }
  .msd-search-container {
    position: relative;
    width: 210px; }
    .msd-search-container .msd-search-clear {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #ffffff;
      position: absolute;
      top: 50%;
      right: 10px;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background-color: #4a4a4a;
      z-index: 3;
      border: 0;
      cursor: pointer;
      transform: translateY(-50%); }
    .msd-search-container .msd-search {
      width: 210px;
      height: 30px;
      border: 1px solid #EAEAEA;
      padding-left: 10px;
      padding-right: 40px;
      background: #ffffff;
      border-radius: 5px;
      font-size: 14px;
      position: relative; }
      .msd-search-container .msd-search.msd-error {
        border: 1px solid #f46061; }
    .msd-search-container .msd-search-icon {
      color: #4a4a4a;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: 2px;
      margin-left: 3px;
      width: 12px;
      height: 12px;
      border: solid 1px currentColor;
      border-radius: 100%;
      transform: rotate(-45deg) translateY(-100%); }
      .msd-search-container .msd-search-icon:after {
        content: '';
        position: absolute;
        top: 12px;
        left: 5px;
        height: 6px;
        width: 1px;
        background-color: currentColor; }
  .msd-box {
    width: 210px;
    height: 30px;
    border: 1px solid #EAEAEA;
    outline: 0;
    text-align: left;
    padding-left: 10px;
    padding-right: 40px;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    position: relative; }
    .msd-box.msd-error {
      border: 1px solid #f46061; }
    .msd-box:after {
      content: ' ';
      position: absolute;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      border-top: 6px solid #4A4A4A;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
  .msd-container {
    content: '';
    position: absolute;
    border: 1px solid #EAEAEA;
    box-shadow: 0 1px 2px rgba(18, 18, 18, 0.3);
    border-radius: 5px;
    width: 100%;
    top: 100%;
    height: 200px;
    margin-top: 1px;
    z-index: 300;
    background: #ffffff; }
    .msd-container.msd-error {
      border: 1px solid #f46061; }
    .msd-container .msd-select-container {
      height: 40px;
      border-bottom: 1px solid #EAEAEA; }
    .msd-container .msd-radio-container {
      position: absolute;
      height: 100px;
      overflow-y: auto;
      width: 100%;
      border-bottom: 1px solid #EAEAEA; }
    .msd-container .msd-search-content {
      position: absolute;
      width: 100%;
      height: 200px;
      overflow-y: auto; }
    .msd-container .msd-options-container {
      position: absolute;
      width: 100%;
      height: 200px;
      overflow-y: auto; }
  .msd .reusable-checkbox-item input[type='checkbox']:checked + .label, .msd .reusable-checkbox-item .label, .msd .reusable-checkbox-item input[type='radio']:checked + .label, .msd .reusable-radio-item input[type='checkbox']:checked + .label, .msd .reusable-radio-item .label, .msd .reusable-radio-item input[type='radio']:checked + .label {
    padding: 6px 10px 6px 20px; }
    .msd .reusable-checkbox-item input[type='checkbox']:checked + .label:after, .msd .reusable-checkbox-item .label:after, .msd .reusable-checkbox-item input[type='radio']:checked + .label:after, .msd .reusable-radio-item input[type='checkbox']:checked + .label:after, .msd .reusable-radio-item .label:after, .msd .reusable-radio-item input[type='radio']:checked + .label:after {
      height: 14px;
      width: 14px; }
  .msd .reusable-checkbox-item input[type='checkbox']:checked + .label:before, .msd .reusable-radio-item input[type='checkbox']:checked + .label:before {
    top: 11px;
    left: 2px; }
  .msd .reusable-checkbox-item input[type='checkbox']:indeterminate + .label, .msd .reusable-radio-item input[type='checkbox']:indeterminate + .label {
    padding: 6px 10px 6px 20px; }
    .msd .reusable-checkbox-item input[type='checkbox']:indeterminate + .label:after, .msd .reusable-radio-item input[type='checkbox']:indeterminate + .label:after {
      content: '';
      height: 14px;
      width: 14px;
      background-color: #3688D4; }
    .msd .reusable-checkbox-item input[type='checkbox']:indeterminate + .label:before, .msd .reusable-radio-item input[type='checkbox']:indeterminate + .label:before {
      color: #fff;
      border-style: solid;
      width: 10px;
      content: '';
      display: inline-block;
      position: absolute;
      top: 13px;
      z-index: 2;
      left: 2px;
      border-bottom: 0px solid white; }
  .msd .reusable-radio li {
    margin-right: 10px; }
  .msd .reusable-radio-item input[type='radio']:checked + .label:before {
    width: 8px;
    height: 8px;
    background: #3688D4; }
  .msd .reusable-radio-item input[type='radio']:disabled + .label {
    opacity: 0.3;
    cursor: not-allowed; }
  .msd .reusable-radio-item .label:after {
    border: 1px solid #3688D4; }

.filter-blk-label.msd-error {
  color: #f46061; }

.reusable-checkbox-item input[type='checkbox']:checked + .label:after, .reusable-checkbox-item .label:after, .reusable-checkbox-item input[type='radio']:checked + .label:after, .reusable-radio-item input[type='checkbox']:checked + .label:after, .reusable-radio-item .label:after, .reusable-radio-item input[type='radio']:checked + .label:after {
  background: #ffffff;
  border: 1px solid #0087fc; }

.reusable-checkbox-item input[type='checkbox']:checked + .label:after, .reusable-radio-item input[type='checkbox']:checked + .label:after {
  background: #0087fc;
  border: 1px solid #0087fc; }

.checkbox-down-arrow {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved' transform='translate(-161.000000%2c -116.000000)' fill='%23777'%3e %3cg id='Down-Arrow' transform='translate(161.000000%2c 116.000000)'%3e %3cpath d='M11.9977679%2c1.07142857 C11.9977679%2c1.16815525 11.9605658%2c1.25371987 11.8861607%2c1.328125 L6.68526786%2c6.52901786 C6.61086272%2c6.60342299 6.5252981%2c6.640625 6.42857143%2c6.640625 C6.33184475%2c6.640625 6.24628013%2c6.60342299 6.171875%2c6.52901786 L0.970982143%2c1.328125 C0.896577009%2c1.25371987 0.859375%2c1.16815525 0.859375%2c1.07142857 C0.859375%2c0.974701897 0.896577009%2c0.889137277 0.970982143%2c0.814732143 L1.52901786%2c0.256696429 C1.60342299%2c0.182291295 1.68898761%2c0.145089286 1.78571429%2c0.145089286 C1.88244096%2c0.145089286 1.96800558%2c0.182291295 2.04241071%2c0.256696429 L6.42857143%2c4.64285714 L10.8147321%2c0.256696429 C10.8891373%2c0.182291295 10.9747019%2c0.145089286 11.0714286%2c0.145089286 C11.1681552%2c0.145089286 11.2537199%2c0.182291295 11.328125%2c0.256696429 L11.8861607%2c0.814732143 C11.9605658%2c0.889137277 11.9977679%2c0.974701897 11.9977679%2c1.07142857 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  padding: 7px; }

.checkbox-up-arrow {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-161.000000%2c -139.000000)' fill='%23777'%3e %3cg id='Up-Arrow' transform='translate(161.000000%2c 139.000000)'%3e %3cpath d='M11.9977679%2c1.07142857 C11.9977679%2c1.16815525 11.9605658%2c1.25371987 11.8861607%2c1.328125 L6.68526786%2c6.52901786 C6.61086272%2c6.60342299 6.5252981%2c6.640625 6.42857143%2c6.640625 C6.33184475%2c6.640625 6.24628013%2c6.60342299 6.171875%2c6.52901786 L0.970982143%2c1.328125 C0.896577009%2c1.25371987 0.859375%2c1.16815525 0.859375%2c1.07142857 C0.859375%2c0.974701897 0.896577009%2c0.889137277 0.970982143%2c0.814732143 L1.52901786%2c0.256696429 C1.60342299%2c0.182291295 1.68898761%2c0.145089286 1.78571429%2c0.145089286 C1.88244096%2c0.145089286 1.96800558%2c0.182291295 2.04241071%2c0.256696429 L6.42857143%2c4.64285714 L10.8147321%2c0.256696429 C10.8891373%2c0.182291295 10.9747019%2c0.145089286 11.0714286%2c0.145089286 C11.1681552%2c0.145089286 11.2537199%2c0.182291295 11.328125%2c0.256696429 L11.8861607%2c0.814732143 C11.9605658%2c0.889137277 11.9977679%2c0.974701897 11.9977679%2c1.07142857 Z' transform='translate(6.428571%2c 3.392857) scale(1%2c -1) translate(-6.428571%2c -3.392857) '/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  padding: 7px; }

.arrow-aligment {
  float: right;
  padding: 5px; }

.label-continent {
  display: inline-block !important; }

.countries-bg {
  background: #f0f0f0; }

.search-italic {
  font-style: italic; }

.close-checkbox-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 20px;
  border-radius: 100%;
  z-index: 3;
  border: 0;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: medium; }

.search-landing .editable-search {
  width: 800px;
  max-width: 800px;
  margin: 25px auto 10px; }

.category-filters-container {
  text-align: left; }

.advanced-search-container-discover-dropdown {
  padding: 10px; }
  .advanced-search-container-discover-dropdown .top-item-align {
    top: 100%;
    max-height: 200px; }
  .advanced-search-container-discover-dropdown .bottom-item-align {
    bottom: 100%;
    top: unset;
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.09);
    max-height: 200px; }

.editable-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin: 0 auto 10px;
  height: 43px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 5px 5px 5px 10px;
  border: 1px solid #EAEAEA; }
  .editable-search .arrow, .editable-search .right, .editable-search .left, .editable-search .up, .editable-search .down {
    color: #0087fc; }
  .editable-search.advance-search-discover-category {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 40px;
    max-width: 100%;
    height: 100%;
    margin: 0 0 20px; }
  .editable-search-container {
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .editable-search-container.advance-search-discover {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% - 200px); }
      .editable-search-container.advance-search-discover .editable-search-tags, .editable-search-container.advance-search-discover .editable-search-operator {
        margin-bottom: 10px; }
  .editable-search-tags {
    max-width: 100%;
    padding: 0 0 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 30px;
    border-radius: 20px;
    background-color: #edf8fb;
    color: #0087fc;
    font-size: 14px;
    margin-right: 10px;
    border: .5px solid #0087fc; }
    .editable-search-tags.special {
      background: #f3f3f3;
      color: #0087fc;
      border: 0.5px solid #EAEAEA; }
    .editable-search-tags.disabled {
      opacity: 0.5; }
  .editable-search-delete {
    font-size: 22px;
    color: #0087fc;
    margin: 0 10px 0 10px;
    cursor: pointer; }
  .editable-search-input {
    border: 0;
    height: 30px;
    width: 100%;
    min-width: 250px;
    margin-right: 5px; }
  .editable-search-operator {
    font-size: 13px;
    width: 50px;
    max-width: 50px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 5px; }
    .editable-search-operator:hover.AND {
      background: rgba(0, 135, 252, 0.5);
      color: #ffffff; }
    .editable-search-operator:hover.NOT {
      background: #cb5652;
      color: #ffffff; }
    .editable-search-operator:hover.OR {
      background: #1abc9c;
      color: #ffffff; }
    .editable-search-operator.AND {
      background: transparent;
      border: 1px solid rgba(0, 135, 252, 0.5);
      color: #0087fc; }
    .editable-search-operator.NOT {
      background: transparent;
      border: 1px solid #cb5652;
      color: #cb5652; }
    .editable-search-operator.OR {
      background: transparent;
      border: 1px solid #1abc9c;
      color: #1abc9c; }
  .editable-search-button {
    border-radius: 3px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    margin-right: -4px;
    font-size: 14px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #3b6172;
    cursor: pointer; }
    .editable-search-button:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .editable-search-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed; }
  .editable-search-chevron-container {
    min-width: 25px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    margin-left: -5px;
    background: #ffffff;
    border: 0; }
    .editable-search-chevron-container:disabled {
      opacity: 0.5; }
  .editable-search-dropdown-container {
    text-align: left;
    position: absolute;
    top: 100%;
    width: calc(100% + 1px);
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    min-height: 40px;
    max-height: 250px;
    left: -1px;
    box-shadow: 0 4px 8px 0 #f0f0f0;
    z-index: 9998;
    border-radius: 0 0 5px 5px;
    overflow-y: auto;
    overflow-x: hidden; }
    .editable-search-dropdown-container .editable-search-dropdown-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      min-height: 40px;
      font-size: 14px;
      border-bottom: 1px solid #EAEAEA;
      padding: 5px;
      cursor: pointer; }
      .editable-search-dropdown-container .editable-search-dropdown-item:last-of-type {
        border-bottom: 0; }
      .editable-search-dropdown-container .editable-search-dropdown-item:hover, .editable-search-dropdown-container .editable-search-dropdown-item.active {
        background: #f3f3f3; }
      .editable-search-dropdown-container .editable-search-dropdown-item .known-as-title {
        font-weight: bold; }
      .editable-search-dropdown-container .editable-search-dropdown-item .known-as-text {
        padding-left: 5px; }
    .editable-search-dropdown-container .editable-search-dropdown-item-special {
      min-height: 40px;
      border-radius: 2px;
      border-bottom: 1px solid #EAEAEA;
      background-color: #ffffff;
      padding: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer; }
      .editable-search-dropdown-container .editable-search-dropdown-item-special:hover, .editable-search-dropdown-container .editable-search-dropdown-item-special.active {
        background: #eee; }
      .editable-search-dropdown-container .editable-search-dropdown-item-special .title {
        font-size: 11px;
        font-style: italic;
        color: #0087fc;
        padding-right: 10px; }
      .editable-search-dropdown-container .editable-search-dropdown-item-special .text {
        font-size: 14px;
        color: #4a4a4a;
        font-weight: bold; }

@media (min-width: 1281px) {
  .editable-search {
    width: 100%; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .editable-search {
    width: 1025px; }
    .editable-search.advance-search-discover-category {
      width: 100%; } }

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .editable-search {
    width: 768px; }
    .editable-search.advance-search-discover-category {
      width: 100%; } }

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .editable-search {
    width: 481px; }
    .editable-search.advance-search-discover-category {
      width: 100%; } }

.search-crumbs-container {
  min-height: 60px; }

.s-date-picker {
  position: relative; }
  .s-date-picker-box {
    width: 250px;
    height: 30px;
    border: 1px solid #EAEAEA;
    outline: 0;
    text-align: left;
    padding-left: 10px;
    padding-right: 40px;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    position: relative; }
    .s-date-picker-box:after {
      content: ' ';
      position: absolute;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      border-top: 6px solid #4A4A4A;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
  .s-date-picker.date-picker-single .s-date-picker-container {
    width: 250px;
    height: 270px; }
  .s-date-picker-container {
    content: '';
    position: absolute;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.3);
    width: 474px;
    top: 100%;
    margin-top: 1px;
    z-index: 300;
    background: #ffffff;
    height: 335px; }
    .s-date-picker-container.pos-left {
      left: 0; }
    .s-date-picker-container.pos-right {
      right: 0; }
    .s-date-picker-container.pos-center {
      left: 50%;
      transform: translateX(-50%); }
    .s-date-picker-container-header {
      height: 40px;
      background: #0087fc;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #ffffff;
      padding: 0 15px; }
    .s-date-picker-container-footer {
      border-top: 1px solid #EAEAEA;
      padding: 10px 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .s-date-picker-container-footer .s-footer-btn {
        border: 0;
        padding: 5px 10px;
        cursor: pointer; }
        .s-date-picker-container-footer .s-footer-btn.cancel {
          background: transparent; }
        .s-date-picker-container-footer .s-footer-btn.calenderreset {
          margin-right: 10px;
          background: transparent; }
        .s-date-picker-container-footer .s-footer-btn.apply {
          background: #0087fc;
          color: #ffffff; }
        .s-date-picker-container-footer .s-footer-btn:hover {
          opacity: 0.6; }
        .s-date-picker-container-footer .s-footer-btn:disabled {
          opacity: 0.4;
          cursor: not-allowed; }
          .s-date-picker-container-footer .s-footer-btn:disabled:hover {
            opacity: 0.4; }
  .s-date-picker-content {
    display: -ms-flexbox;
    display: flex; }
  .s-date-picker-calendar-container {
    -ms-flex: 1;
        flex: 1; }
    .s-date-picker-calendar-container:nth-of-type(1) {
      margin-right: 2px; }
    .s-date-picker-calendar-container:nth-of-type(2) {
      margin-left: 2px; }
    .s-date-picker-calendar-container-header {
      height: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background: #dfecf8;
      color: #4A4A4A; }
    .s-date-picker-calendar-container-body {
      margin: 5px 10px;
      height: 205px; }
  .s-date-picker .calendar-days {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 14.285%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 12px; }
  .s-date-picker .calendar-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .s-date-picker .calendar-year-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: transparent;
    width: 25%;
    height: 27px;
    margin: 3px 0px;
    outline: 0;
    border: 0;
    cursor: pointer; }
    .s-date-picker .calendar-year-button:hover {
      opacity: 0.6; }
    .s-date-picker .calendar-year-button:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
      .s-date-picker .calendar-year-button:disabled:hover {
        opacity: 0.4; }
    .s-date-picker .calendar-year-button.active {
      background: #0087fc;
      border-radius: 20px;
      color: #ffffff; }
  .s-date-picker .calendar-month-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: transparent;
    width: 33.33%;
    height: 30px;
    margin: 3px 0px;
    outline: 0;
    border: 0;
    cursor: pointer; }
    .s-date-picker .calendar-month-button:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
      .s-date-picker .calendar-month-button:disabled:hover {
        opacity: 0.4; }
    .s-date-picker .calendar-month-button:hover {
      opacity: 0.6; }
    .s-date-picker .calendar-month-button.active {
      background: #0087fc;
      border-radius: 20px;
      color: #ffffff; }
  .s-date-picker .calendar-date-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 14.285%;
    padding: 5px 0;
    font-size: 12px;
    outline: 0;
    border: 0;
    background: transparent;
    cursor: pointer; }
    .s-date-picker .calendar-date-button:hover {
      opacity: 0.6; }
    .s-date-picker .calendar-date-button:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
      .s-date-picker .calendar-date-button:disabled:hover {
        opacity: 0.4; }
    .s-date-picker .calendar-date-button.active {
      background: #0087fc;
      border-radius: 20px;
      color: #ffffff; }
  .s-date-picker-controls-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 25px; }
    .s-date-picker-controls-container .s-date-picker-control-btn {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 25px;
      outline: 0;
      border: 0;
      cursor: pointer; }
      .s-date-picker-controls-container .s-date-picker-control-btn.arrow-button {
        background: transparent;
        width: 25px; }
      .s-date-picker-controls-container .s-date-picker-control-btn.content-button {
        -ms-flex: 1;
            flex: 1;
        border: 1px #e0e0e0 solid;
        box-shadow: 0px 1px 2px #e0e0e0;
        background: #ffffff;
        font-weight: bold; }
        .s-date-picker-controls-container .s-date-picker-control-btn.content-button:hover {
          background: #eee; }
        .s-date-picker-controls-container .s-date-picker-control-btn.content-button:disabled {
          opacity: 0.4;
          cursor: default; }
          .s-date-picker-controls-container .s-date-picker-control-btn.content-button:disabled:hover {
            opacity: 0.4;
            background: #ffffff; }
      .s-date-picker-controls-container .s-date-picker-control-btn:disabled {
        opacity: 0.4;
        cursor: not-allowed; }
    .s-date-picker-controls-container .arrow-right, .s-date-picker-controls-container .arrow-left {
      width: 10px;
      background: transparent;
      height: 10px;
      border-bottom: solid 2px #0087fc;
      border-left: solid 2px #0087fc; }
    .s-date-picker-controls-container .arrow-right {
      transform: rotate(225deg); }
    .s-date-picker-controls-container .arrow-left {
      transform: rotate(45deg); }

.s-dp-special-dropdown {
  position: relative; }
  .s-dp-special-dropdown-box {
    width: 150px;
    height: 30px;
    outline: 0;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 10px;
    padding-right: 40px;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    font-weight: bold; }
    .s-dp-special-dropdown-box:after {
      content: ' ';
      position: absolute;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      border-top: 6px solid #ffffff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
  .s-dp-special-dropdown-container {
    content: '';
    position: absolute;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.3);
    width: 100%;
    top: 100%;
    margin-top: 1px;
    z-index: 300;
    background: #ffffff;
    color: #4A4A4A;
    max-height: 250px; }
    .s-dp-special-dropdown-container-list-item {
      cursor: pointer;
      padding: 10px; }
      .s-dp-special-dropdown-container-list-item:hover {
        opacity: 0.6; }

.panel {
  background: #fff;
  border: 0px solid #ddd;
  margin: 10px 0 0;
  box-shadow: 0 2px 10px 0 #eaeaea; }
  .panel .blk-table {
    background: transparent; }
  .panel-heading {
    background: rgba(216, 216, 216, 0.23);
    color: #485465;
    padding: 25px 20px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.23); }
    .panel-heading .title {
      font-size: 18px; }
  .panel-body {
    padding: 20px;
    min-height: 300px;
    height: 100%; }
  .panel-filter {
    margin-right: 30px; }
    .panel-filter-list {
      border: 1px solid #EAEAEA;
      padding: 8px 0 8px 10px;
      border-radius: 0; }
      .panel-filter-list .nav-pills {
        background: transparent;
        border-color: transparent;
        padding: 1px 20px;
        margin: 0 10px 0 0; }
        .panel-filter-list .nav-pills.active, .panel-filter-list .nav-pills:hover {
          background: #0087fc;
          color: #fff; }

.customer-support-container {
  padding: 10px;
  width: 100%; }
  .customer-support-container .customer-support-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #ddd;
    width: 160px; }
    .customer-support-container .customer-support-item:last-of-type {
      border-bottom: none; }
  .customer-support-container .contact-number {
    font-family: opensansbold, sans-serif;
    font-size: 15px;
    word-spacing: 4px;
    color: #ffffff; }
  .customer-support-container .flag-title {
    font-size: 9px;
    color: #ffffff; }
  .customer-support-container .flag-media {
    padding: 5px 0;
    -ms-flex: 1;
        flex: 1; }
  .customer-support-container.customer-support-landing {
    padding: 0;
    min-width: 300px; }
    .customer-support-container.customer-support-landing .customer-support-item {
      border-bottom: 0px solid #ddd;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .customer-support-container.customer-support-landing .flag-media {
      padding: 0 20px 5px 0px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .customer-support-container.customer-support-landing .flag-media i {
        height: 10px;
        width: 10px;
        padding: 15px; }
      .customer-support-container.customer-support-landing .flag-media .flag-title {
        font-size: 16px;
        color: #ffffff;
        font-family: opensansmedium, sans-serif;
        padding-left: 10px; }
    .customer-support-container.customer-support-landing .contact-number {
      font-weight: normal;
      font-family: opensansregular, sans-serif; }
  .customer-support-container.support-without-login .flag-title {
    color: #1f1f1f;
    font-size: 14px;
    padding: 0 10px;
    font-family: opensansbold,Helvetica, Arial, sans-serif; }
  .customer-support-container.support-without-login .contact-number {
    color: #1f1f1f;
    font-weight: normal; }
  .customer-support-container.support-without-login .flag-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-width: 90px; }
  .customer-support-container.support-without-login .flag-count {
    text-align: right;
    width: 130px; }
  .customer-support-container.support-without-login .customer-support-item {
    border-bottom: none; }

.cust-support .customer-support-container .customer-support-item {
  width: 100%; }

.support-without-login .customer-support-item {
  width: 100%; }

.switch {
  width: 48px;
  height: 24px;
  border-radius: 13px;
  cursor: pointer;
  display: inline-block;
  background: #EAEAEA;
  margin: 0 5px; }

.switch-toggle {
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
  border-radius: 12px;
  background: #fff;
  position: relative;
  transition: left 0.2s ease-in-out; }

.switch.disabled {
  cursor: not-allowed; }

.switch-wrap {
  color: rgba(74, 74, 74, 0.67); }
  .switch-wrap .label-on {
    color: rgba(74, 74, 74, 0.4); }
  .switch-wrap.on .switch-toggle {
    left: 27px; }
  .switch-wrap.on .switch {
    background: #0087fc; }
  .switch-wrap.on .label-on {
    font-family: latoregular,Helvetica, Arial, sans-serif;
    color: #4A4A4A; }

.logo-wrap {
  width: 160px;
  position: relative;
  height: 40px; }
  .logo-wrap .logo {
    display: block; }

.header-links {
  -ms-flex: 1;
      flex: 1; }

.header {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  height: 60px; }
  .header.landing-header {
    position: relative; }
    .header.landing-header .notification-drawer {
      border: 0px solid; }
  .header .header-left {
    width: 165px; }
  .header .nav-pointing .nav-link {
    text-transform: initial; }

.user-item {
  height: 60px; }
  .user-item .simple-dropdown-selected {
    padding: 0 0 0 15px; }
    .user-item .simple-dropdown-selected .simple-dropdown-title {
      color: #ffffff;
      padding: 5px 10px;
      font-size: 16px; }
    .user-item .simple-dropdown-selected .down-arrow {
      border-color: #ffffff; }
    .user-item .simple-dropdown-selected .nav-item {
      max-width: 160px; }
  .user-item .simple-dropdown-options {
    background: rgba(62, 62, 62, 0.9);
    opacity: 1;
    z-index: 1020; }
    .user-item .simple-dropdown-options .simple-dropdown-option {
      padding: 6px;
      color: #ffffff;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      .user-item .simple-dropdown-options .simple-dropdown-option:hover {
        opacity: 0.8;
        background: rgba(62, 62, 62, 0.9); }
      .user-item .simple-dropdown-options .simple-dropdown-option :not(:last-child) {
        border-bottom: 1px solid #9b9b9b; }
      .user-item .simple-dropdown-options .simple-dropdown-option:first-child:hover {
        border-radius: 5px 5px 0 0; }
      .user-item .simple-dropdown-options .simple-dropdown-option:last-child:hover {
        border-radius: 0 0 5px 5px; }

.landing-header .header-right .nav-item {
  text-transform: capitalize;
  font-size: 15px; }

.icon {
  display: inline-block;
  vertical-align: top; }

.icon-logo-iplexus {
  width: 100px;
  height: 40px;
  padding: 12px 70px;
  background-image: url(/landingImages/ontosight_logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.icon-logo-iplexus-academics {
  width: 160px;
  height: 50px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 290 62'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Ontosight_Family_Logo-Copy-3' transform='translate(-104.000000%2c -969.000000)'%3e %3cg id='Group-15' transform='translate(104.000000%2c 969.000000)'%3e %3cg id='Group-4-Copy-12'%3e %3cpath d='M60.28125%2c60.078125 C60.5000011%2c60.1145835 60.664062%2c60.1328125 60.7734375%2c60.1328125 C60.882813%2c60.1328125 60.9908849%2c60.1210939 61.0976562%2c60.0976562 C61.2044276%2c60.0742186 61.2994787%2c60.0364586 61.3828125%2c59.984375 C61.5703134%2c59.8697911 61.6640625%2c59.6901054 61.6640625%2c59.4453125 C61.6640625%2c59.2421865 61.6015631%2c59.0156262 61.4765625%2c58.765625 L60.7421875%2c56.9453125 L55.796875%2c56.9453125 L54.921875%2c59.1640625 C54.8385412%2c59.3671885 54.796875%2c59.5143225 54.796875%2c59.6054688 C54.796875%2c59.696615 54.8111978%2c59.7643227 54.8398438%2c59.8085938 C54.8684897%2c59.8528648 54.9127601%2c59.8906248 54.9726562%2c59.921875 C55.0325524%2c59.9531252 55.1067704%2c59.9791666 55.1953125%2c60 L55.515625%2c60.0859375 C55.8593767%2c60.1432295 56.0807287%2c60.1953123 56.1796875%2c60.2421875 C56.3828135%2c60.3411463 56.484375%2c60.4869782 56.484375%2c60.6796875 C56.484375%2c60.8203132 56.4453129%2c60.9401037 56.3671875%2c61.0390625 C56.2682287%2c61.0130207 56.1770838%2c61 56.09375%2c61 L52.9140625%2c61 C52.2213507%2c61 51.875%2c60.8098977 51.875%2c60.4296875 C51.875%2c60.2526033 51.9140621%2c60.1093755 51.9921875%2c60 C52.1848968%2c60.0520836 52.3476556%2c60.078125 52.4804688%2c60.078125 C52.6132819%2c60.078125 52.72526%2c60.0572919 52.8164062%2c60.015625 C52.9075525%2c59.9739581 52.9947912%2c59.9036463 53.078125%2c59.8046875 C53.2187507%2c59.6328116 53.3828116%2c59.2890651 53.5703125%2c58.7734375 L57.4296875%2c49.4296875 C57.539063%2c49.1796863 57.8489558%2c49.007813 58.359375%2c48.9140625 C58.5000007%2c48.8880207 58.6484367%2c48.875 58.8046875%2c48.875 C59.1223974%2c48.875 59.317708%2c48.9609366 59.390625%2c49.1328125 L60.171875%2c51.0859375 C61.6770909%2c54.6380386 62.5468738%2c56.7109345 62.78125%2c57.3046875 L63.484375%2c59.1484375 C63.6250007%2c59.5494812 63.742187%2c59.7968745 63.8359375%2c59.890625 C63.929688%2c59.9843755 64.0312495%2c60.049479 64.140625%2c60.0859375 C64.2500005%2c60.122396 64.3632807%2c60.1523436 64.4804688%2c60.1757812 C64.5976568%2c60.1992189 64.7005204%2c60.2291665 64.7890625%2c60.265625 C64.9869802%2c60.3541671 65.0859375%2c60.4895824 65.0859375%2c60.671875 C65.0859375%2c60.8125007 65.0468754%2c60.9322912 64.96875%2c61.03125 C64.8697912%2c61.0052082 64.7812504%2c60.9921875 64.703125%2c60.9921875 L60.9765625%2c60.9921875 C60.7109362%2c60.9921875 60.503907%2c60.9596357 60.3554688%2c60.8945312 C60.2070305%2c60.8294268 60.1328125%2c60.7291673 60.1328125%2c60.59375 C60.1328125%2c60.3593738 60.1822912%2c60.1875005 60.28125%2c60.078125 Z M60.2890625%2c55.8359375 L58.2421875%2c50.7734375 L56.234375%2c55.8359375 L60.2890625%2c55.8359375 Z M91.2437496%2c52.40625 C91.2645831%2c52.2604159 91.2749996%2c52.0468764 91.2749996%2c51.765625 C91.2749996%2c51.4843736 91.2203127%2c51.2278657 91.1109371%2c50.9960938 C91.0015616%2c50.7643218 90.8531256%2c50.583334 90.6656246%2c50.453125 C90.337498%2c50.2291655 89.8440133%2c50.1171875 89.1851559%2c50.1171875 C88.5262984%2c50.1171875 87.945575%2c50.2356759 87.4429684%2c50.4726562 C86.9403617%2c50.7096366 86.519793%2c51.0416645 86.1812496%2c51.46875 C85.4989545%2c52.3281293 85.1578121%2c53.4973884 85.1578121%2c54.9765625 C85.1578121%2c56.3776112 85.5041628%2c57.4947875 86.1968746%2c58.328125 C86.9156282%2c59.197921 87.8869727%2c59.6328125 89.1109371%2c59.6328125 C90.3140681%2c59.6328125 91.2515588%2c59.3697943 91.9234371%2c58.84375 C92.1265631%2c58.6874992 92.3114571%2c58.5182301 92.4781246%2c58.3359375 C92.6343754%2c58.3828127 92.7619783%2c58.5208322 92.8609371%2c58.75 C92.8921873%2c58.8281254 92.9078121%2c58.9309889 92.9078121%2c59.0585938 C92.9078121%2c59.1861986 92.8153651%2c59.3736967 92.6304684%2c59.6210938 C92.4455716%2c59.8684908 92.1760431%2c60.1067697 91.8218746%2c60.3359375 C90.9781204%2c60.8880236 89.9677138%2c61.1640625 88.7906246%2c61.1640625 C87.1031162%2c61.1640625 85.7593796%2c60.6510468 84.7593746%2c59.625 C83.7697863%2c58.6197866 83.2749996%2c57.2734459 83.2749996%2c55.5859375 C83.2749996%2c54.5546823 83.4390605%2c53.6250041 83.7671871%2c52.796875 C84.0953138%2c51.9687459 84.5432259%2c51.2643258 85.1109371%2c50.6835938 C85.6786483%2c50.1028617 86.3414021%2c49.6562516 87.0992184%2c49.34375 C87.8570347%2c49.0312484 88.5940065%2c48.875 89.3101559%2c48.875 C90.0263053%2c48.875 90.6005183%2c48.9348952 91.0328121%2c49.0546875 C91.4651059%2c49.1744798 91.8244774%2c49.3385406 92.1109371%2c49.546875 C92.6838566%2c49.9739605 92.9703121%2c50.5416631 92.9703121%2c51.25 C92.9703121%2c51.7916694 92.7697933%2c52.174478 92.3687496%2c52.3984375 C92.2333323%2c52.4765629 92.0875004%2c52.515625 91.9312496%2c52.515625 C91.6083313%2c52.515625 91.379167%2c52.479167 91.2437496%2c52.40625 Z M119.417187%2c60.078125 C119.635938%2c60.1145835 119.799999%2c60.1328125 119.909374%2c60.1328125 C120.01875%2c60.1328125 120.126822%2c60.1210939 120.233593%2c60.0976562 C120.340364%2c60.0742186 120.435415%2c60.0364586 120.518749%2c59.984375 C120.70625%2c59.8697911 120.799999%2c59.6901054 120.799999%2c59.4453125 C120.799999%2c59.2421865 120.7375%2c59.0156262 120.612499%2c58.765625 L119.878124%2c56.9453125 L114.932812%2c56.9453125 L114.057812%2c59.1640625 C113.974478%2c59.3671885 113.932812%2c59.5143225 113.932812%2c59.6054688 C113.932812%2c59.696615 113.947135%2c59.7643227 113.97578%2c59.8085938 C114.004426%2c59.8528648 114.048697%2c59.8906248 114.108593%2c59.921875 C114.168489%2c59.9531252 114.242707%2c59.9791666 114.331249%2c60 L114.651562%2c60.0859375 C114.995313%2c60.1432295 115.216665%2c60.1953123 115.315624%2c60.2421875 C115.51875%2c60.3411463 115.620312%2c60.4869782 115.620312%2c60.6796875 C115.620312%2c60.8203132 115.58125%2c60.9401037 115.503124%2c61.0390625 C115.404165%2c61.0130207 115.31302%2c61 115.229687%2c61 L112.049999%2c61 C111.357287%2c61 111.010937%2c60.8098977 111.010937%2c60.4296875 C111.010937%2c60.2526033 111.049999%2c60.1093755 111.128124%2c60 C111.320834%2c60.0520836 111.483592%2c60.078125 111.616405%2c60.078125 C111.749219%2c60.078125 111.861197%2c60.0572919 111.952343%2c60.015625 C112.043489%2c59.9739581 112.130728%2c59.9036463 112.214062%2c59.8046875 C112.354687%2c59.6328116 112.518748%2c59.2890651 112.706249%2c58.7734375 L116.565624%2c49.4296875 C116.675%2c49.1796863 116.984893%2c49.007813 117.495312%2c48.9140625 C117.635937%2c48.8880207 117.784373%2c48.875 117.940624%2c48.875 C118.258334%2c48.875 118.453645%2c48.9609366 118.526562%2c49.1328125 L119.307812%2c51.0859375 C120.813028%2c54.6380386 121.682811%2c56.7109345 121.917187%2c57.3046875 L122.620312%2c59.1484375 C122.760937%2c59.5494812 122.878124%2c59.7968745 122.971874%2c59.890625 C123.065625%2c59.9843755 123.167186%2c60.049479 123.276562%2c60.0859375 C123.385937%2c60.122396 123.499217%2c60.1523436 123.616405%2c60.1757812 C123.733594%2c60.1992189 123.836457%2c60.2291665 123.924999%2c60.265625 C124.122917%2c60.3541671 124.221874%2c60.4895824 124.221874%2c60.671875 C124.221874%2c60.8125007 124.182812%2c60.9322912 124.104687%2c61.03125 C124.005728%2c61.0052082 123.917187%2c60.9921875 123.839062%2c60.9921875 L120.112499%2c60.9921875 C119.846873%2c60.9921875 119.639844%2c60.9596357 119.491405%2c60.8945312 C119.342967%2c60.8294268 119.268749%2c60.7291673 119.268749%2c60.59375 C119.268749%2c60.3593738 119.318228%2c60.1875005 119.417187%2c60.078125 Z M119.424999%2c55.8359375 L117.378124%2c50.7734375 L115.370312%2c55.8359375 L119.424999%2c55.8359375 Z M147.262499%2c61.078125 L145.035936%2c60.9921875 L143.020311%2c60.9921875 C142.749477%2c60.9921875 142.522916%2c60.946615 142.340624%2c60.8554688 C142.158331%2c60.7643225 142.067186%2c60.6510423 142.067186%2c60.515625 C142.067186%2c60.2656238 142.106248%2c60.0911463 142.184374%2c59.9921875 C142.371875%2c60.0442711 142.561977%2c60.0703125 142.754686%2c60.0703125 C142.947396%2c60.0703125 143.110154%2c60.0572918 143.242968%2c60.03125 C143.375781%2c60.0052082 143.494269%2c59.9505213 143.598436%2c59.8671875 C143.838021%2c59.6796866 143.957811%2c59.354169 143.957811%2c58.890625 L143.957811%2c50.9296875 C143.957811%2c50.4453101 143.655731%2c50.1432298 143.051561%2c50.0234375 C142.676559%2c49.9453121 142.433072%2c49.8606775 142.321093%2c49.7695312 C142.209113%2c49.678385 142.153124%2c49.5781255 142.153124%2c49.46875 C142.153124%2c49.2291655 142.19479%2c49.0677088 142.278124%2c48.984375 C142.371874%2c49.0104168 142.457811%2c49.0234375 142.535936%2c49.0234375 L144.903124%2c49.0234375 C145.022916%2c49.0234375 145.181769%2c49.0182292 145.379686%2c49.0078125 L146.043749%2c48.96875 C146.694794%2c48.9374998 147.362756%2c48.921875 148.047655%2c48.921875 C148.732554%2c48.921875 149.397912%2c49.0039054 150.043749%2c49.1679688 C150.689585%2c49.3320321 151.248174%2c49.5546861 151.71953%2c49.8359375 C152.190887%2c50.1171889 152.584112%2c50.4440086 152.899218%2c50.8164062 C153.214323%2c51.1888039 153.468227%2c51.5833313 153.660936%2c52 C154.004688%2c52.7656288 154.176561%2c53.6249952 154.176561%2c54.578125 C154.176561%2c56.3073003 153.728649%2c57.7447859 152.832811%2c58.890625 C152.129683%2c59.7916712 151.095839%2c60.4270815 149.731249%2c60.796875 C149.022912%2c60.9843759 148.200004%2c61.078125 147.262499%2c61.078125 Z M145.801561%2c59.1171875 C145.801561%2c59.5078145 145.923956%2c59.7604161 146.168749%2c59.875 C146.377083%2c59.9687505 146.875776%2c60.015625 147.664843%2c60.015625 C148.453909%2c60.015625 149.155725%2c59.885418 149.770311%2c59.625 C150.384898%2c59.364582 150.874476%2c59.013023 151.239061%2c58.5703125 C151.895315%2c57.7734335 152.223436%2c56.6510489 152.223436%2c55.203125 C152.223436%2c52.7187376 151.345841%2c51.096358 149.590624%2c50.3359375 C148.955204%2c50.0598945 148.171358%2c49.921875 147.239061%2c49.921875 C146.619267%2c49.921875 146.241666%2c49.9830723 146.106249%2c50.1054688 C145.970832%2c50.2278652 145.886197%2c50.3789054 145.852343%2c50.5585938 C145.818488%2c50.7382821 145.801561%2c50.9791652 145.801561%2c51.28125 L145.801561%2c59.1171875 Z M181.810936%2c57.5234375 C181.951562%2c57.4036452 182.099998%2c57.34375 182.256248%2c57.34375 C182.495833%2c57.34375 182.633852%2c57.3776038 182.670311%2c57.4453125 C182.873437%2c57.8515645 182.974998%2c58.5234328 182.974998%2c59.4609375 C182.974998%2c60.1119824 182.902083%2c60.5833319 182.756248%2c60.875 C182.709373%2c60.9583338 182.659895%2c61 182.607811%2c61 L173.982811%2c61 C173.363016%2c61 173.053123%2c60.815106 173.053123%2c60.4453125 C173.053123%2c60.2473948 173.09479%2c60.0963547 173.178123%2c59.9921875 C173.355208%2c60.0442711 173.527081%2c60.0703125 173.693748%2c60.0703125 C173.860416%2c60.0703125 174.003644%2c60.0572918 174.123436%2c60.03125 C174.243228%2c60.0052082 174.355206%2c59.9505213 174.459373%2c59.8671875 C174.709375%2c59.6744782 174.834373%2c59.3489606 174.834373%2c58.890625 L174.834373%2c50.9765625 C174.834373%2c50.5234352 174.652084%2c50.2343756 174.287498%2c50.109375 C174.183331%2c50.0729165 174.075259%2c50.0403647 173.96328%2c50.0117188 C173.8513%2c49.9830728 173.74453%2c49.9544272 173.642967%2c49.9257812 C173.541404%2c49.8971353 173.451561%2c49.8645835 173.373436%2c49.828125 C173.196352%2c49.7343745 173.107811%2c49.6067716 173.107811%2c49.4453125 C173.107811%2c49.2317698 173.149477%2c49.0781255 173.232811%2c48.984375 C173.326561%2c49.0104168 173.420311%2c49.0234375 173.514061%2c49.0234375 L181.506248%2c49.0234375 C181.985418%2c49.0234375 182.284894%2c49.0677079 182.404686%2c49.15625 C182.623437%2c49.3125008 182.732811%2c49.6562473 182.732811%2c50.1875 C182.732811%2c50.6979192 182.689843%2c51.1145817 182.603905%2c51.4375 C182.517967%2c51.7604183 182.456769%2c51.9531247 182.420311%2c52.015625 C182.368227%2c52.1093755 182.266666%2c52.15625 182.115623%2c52.15625 C181.896872%2c52.15625 181.747134%2c52.1289065 181.666405%2c52.0742188 C181.585675%2c52.019531 181.542707%2c51.9791668 181.537498%2c51.953125 C181.46979%2c51.2083296 181.352603%2c50.7330739 181.185936%2c50.5273438 C181.019268%2c50.3216136 180.822656%2c50.18099 180.596092%2c50.1054688 C180.369529%2c50.0299475 180.073959%2c49.9921875 179.709373%2c49.9921875 L177.967186%2c49.9921875 C177.4151%2c49.9921875 177.077864%2c50.0468745 176.955467%2c50.15625 C176.833071%2c50.2656255 176.756249%2c50.3919264 176.724998%2c50.5351562 C176.693748%2c50.6783861 176.678123%2c50.861978 176.678123%2c51.0859375 L176.678123%2c54.4140625 L177.139061%2c54.421875 C178.290108%2c54.421875 179.357806%2c54.3203135 180.342186%2c54.1171875 C180.415103%2c54.153646 180.480207%2c54.2565096 180.537498%2c54.4257812 C180.59479%2c54.5950529 180.623436%2c54.76302 180.623436%2c54.9296875 C180.623436%2c55.2109389 180.576561%2c55.4557281 180.482811%2c55.6640625 C180.139059%2c55.6953127 179.74323%2c55.7109375 179.295311%2c55.7109375 C178.847392%2c55.7109375 177.975005%2c55.6380216 176.678123%2c55.4921875 L176.678123%2c59.015625 C176.678123%2c59.406252 176.782289%2c59.6692702 176.990623%2c59.8046875 C177.167708%2c59.9192714 177.485413%2c59.9765625 177.943748%2c59.9765625 L179.123436%2c59.9453125 C180.264067%2c59.9036456 181.006247%2c59.744793 181.349998%2c59.46875 C181.542708%2c59.3124992 181.670311%2c59.1067721 181.732811%2c58.8515625 C181.795311%2c58.5963529 181.826561%2c58.339845 181.826561%2c58.0820312 C181.826561%2c57.8242175 181.821353%2c57.6380214 181.810936%2c57.5234375 Z M202.562498%2c61 C201.864578%2c61 201.515623%2c60.8072936 201.515623%2c60.421875 C201.515623%2c60.2499991 201.557289%2c60.1119797 201.640623%2c60.0078125 C201.791666%2c60.0494794 201.94531%2c60.0703125 202.101561%2c60.0703125 C202.257811%2c60.0703125 202.390623%2c60.0651042 202.499998%2c60.0546875 C202.609374%2c60.0442708 202.710935%2c60.0000004 202.804686%2c59.921875 C202.997395%2c59.7447908 203.117185%2c59.3515655 203.164061%2c58.7421875 L203.968748%2c50.4453125 C203.979165%2c50.3151035 203.934894%2c50.213542 203.835936%2c50.140625 C203.736977%2c50.067708 203.614582%2c50.0156252 203.468748%2c49.984375 C203.322914%2c49.9531248 203.196613%2c49.9270834 203.089842%2c49.90625 C202.98307%2c49.8854166 202.890623%2c49.8541669 202.812498%2c49.8125 C202.651039%2c49.7343746 202.570311%2c49.6002614 202.570311%2c49.4101562 C202.570311%2c49.2200511 202.606769%2c49.0781255 202.679686%2c48.984375 C202.778644%2c49.0104168 202.867185%2c49.0234375 202.945311%2c49.0234375 L205.257811%2c49.0234375 C206.033856%2c49.0234375 206.510414%2c49.2135398 206.687498%2c49.59375 L209.593748%2c56.4140625 L212.593748%2c49.5546875 C212.692707%2c49.3255197 212.841143%2c49.1796878 213.039061%2c49.1171875 C213.236978%2c49.0546872 213.48958%2c49.0234375 213.796873%2c49.0234375 L215.312498%2c49.0234375 C216.015627%2c49.0234375 216.367186%2c49.2083315 216.367186%2c49.578125 C216.367186%2c49.7760427 216.328123%2c49.9192704 216.249998%2c50.0078125 C216.041664%2c49.9505205 215.871093%2c49.921875 215.738279%2c49.921875 C215.605466%2c49.921875 215.486978%2c49.9322916 215.382811%2c49.953125 C215.278643%2c49.9739584 215.195311%2c50.0130205 215.132811%2c50.0703125 C215.002602%2c50.179688 214.953123%2c50.3984359 214.984373%2c50.7265625 L215.828123%2c59.2734375 C215.864582%2c59.6380227 216.059892%2c59.867187 216.414061%2c59.9609375 C216.513019%2c59.9869793 216.617185%2c60.018229 216.726561%2c60.0546875 L217.031248%2c60.15625 C217.223957%2c60.2187503 217.341144%2c60.3007807 217.382811%2c60.4023438 C217.424477%2c60.5039068 217.445311%2c60.601562 217.445311%2c60.6953125 C217.445311%2c60.8255215 217.406248%2c60.9401037 217.328123%2c61.0390625 C217.208331%2c61.0130207 217.085936%2c61 216.960936%2c61 L213.398436%2c61 C212.763016%2c61 212.445311%2c60.8098977 212.445311%2c60.4296875 C212.445311%2c60.3671872 212.46354%2c60.2877609 212.499998%2c60.1914062 C212.536457%2c60.0950516 212.565102%2c60.0338543 212.585936%2c60.0078125 C212.742186%2c60.0494794 212.886716%2c60.0703125 213.019529%2c60.0703125 C213.152343%2c60.0703125 213.290362%2c60.0598959 213.433592%2c60.0390625 C213.576822%2c60.0182291 213.697914%2c59.9687504 213.796873%2c59.890625 C214.010416%2c59.7135408 214.101561%2c59.3776066 214.070311%2c58.8828125 L213.562498%2c52.1796875 L213.492186%2c50.875 L209.898436%2c58.8359375 C209.830727%2c58.8776044 209.726561%2c58.8984375 209.585936%2c58.8984375 C209.44531%2c58.8984375 209.30078%2c58.8476568 209.152342%2c58.7460938 C209.003904%2c58.6445307 208.86979%2c58.5182299 208.749998%2c58.3671875 C208.557289%2c58.1223946 208.372395%2c57.8098977 208.195311%2c57.4296875 L205.289061%2c50.6171875 L204.656248%2c59.125 C204.635415%2c59.4218765 204.677081%2c59.6223953 204.781248%2c59.7265625 C204.911457%2c59.8567715 205.08333%2c59.9505205 205.296873%2c60.0078125 C205.510416%2c60.0651045 205.677081%2c60.1080728 205.796873%2c60.1367188 C205.916665%2c60.1653647 206.020831%2c60.2031248 206.109373%2c60.25 C206.302082%2c60.3437505 206.398436%2c60.4999989 206.398436%2c60.71875 C206.398436%2c60.8281255 206.356769%2c60.9348953 206.273436%2c61.0390625 C206.179685%2c61.0130207 206.091144%2c61 206.007811%2c61 L202.562498%2c61 Z M240.829685%2c61.0625 C240.709893%2c61.0208331 240.452083%2c61 240.056248%2c61 L236.798435%2c61 C236.527601%2c61 236.311457%2c60.9570317 236.149998%2c60.8710938 C235.988539%2c60.7851558 235.90781%2c60.6276053 235.90781%2c60.3984375 C235.90781%2c60.23177 235.946872%2c60.0989588 236.024998%2c60 C236.233332%2c60.0520836 236.424736%2c60.078125 236.599216%2c60.078125 C236.773697%2c60.078125 236.911716%2c60.059896 237.013279%2c60.0234375 C237.114842%2c59.986979 237.202081%2c59.9218755 237.274998%2c59.828125 C237.436457%2c59.6302073 237.522393%2c59.3046898 237.53281%2c58.8515625 L237.53281%2c50.8671875 C237.53281%2c50.4557271 237.418228%2c50.1979172 237.18906%2c50.09375 C237.116143%2c50.0572915 237.017186%2c50.0260418 236.892185%2c50 C236.767185%2c49.9739582 236.643488%2c49.9466147 236.521091%2c49.9179688 C236.398695%2c49.8893228 236.295831%2c49.8541669 236.212498%2c49.8125 C236.04583%2c49.7291662 235.962498%2c49.5885427 235.962498%2c49.390625 C235.962498%2c49.1979157 236.00156%2c49.054688 236.079685%2c48.9609375 C236.199477%2c49.0026044 236.457287%2c49.0234375 236.853123%2c49.0234375 L240.03281%2c49.0234375 C240.303645%2c49.0234375 240.521091%2c49.0664058 240.685154%2c49.1523438 C240.849217%2c49.2382817 240.931248%2c49.3958322 240.931248%2c49.625 C240.931248%2c49.7968759 240.889581%2c49.929687 240.806248%2c50.0234375 C240.60833%2c49.9713539 240.392186%2c49.9453125 240.15781%2c49.9453125 C239.652599%2c49.9453125 239.392185%2c50.3567667 239.37656%2c51.1796875 L239.37656%2c59.15625 C239.37656%2c59.5677104 239.491142%2c59.8281245 239.72031%2c59.9375 C239.793227%2c59.9687502 239.892185%2c59.9973957 240.017185%2c60.0234375 C240.142186%2c60.0494793 240.265883%2c60.0768228 240.388279%2c60.1054688 C240.510675%2c60.1341147 240.613539%2c60.1692706 240.696873%2c60.2109375 C240.868749%2c60.2994796 240.954685%2c60.4401032 240.954685%2c60.6328125 C240.954685%2c60.8151051 240.913019%2c60.9583328 240.829685%2c61.0625 Z M268.096872%2c52.40625 C268.117706%2c52.2604159 268.128122%2c52.0468764 268.128122%2c51.765625 C268.128122%2c51.4843736 268.073435%2c51.2278657 267.96406%2c50.9960938 C267.854684%2c50.7643218 267.706248%2c50.583334 267.518747%2c50.453125 C267.190621%2c50.2291655 266.697136%2c50.1171875 266.038279%2c50.1171875 C265.379421%2c50.1171875 264.798698%2c50.2356759 264.296091%2c50.4726562 C263.793484%2c50.7096366 263.372916%2c51.0416645 263.034372%2c51.46875 C262.352077%2c52.3281293 262.010935%2c53.4973884 262.010935%2c54.9765625 C262.010935%2c56.3776112 262.357286%2c57.4947875 263.049997%2c58.328125 C263.768751%2c59.197921 264.740095%2c59.6328125 265.96406%2c59.6328125 C267.167191%2c59.6328125 268.104681%2c59.3697943 268.77656%2c58.84375 C268.979686%2c58.6874992 269.16458%2c58.5182301 269.331247%2c58.3359375 C269.487498%2c58.3828127 269.615101%2c58.5208322 269.71406%2c58.75 C269.74531%2c58.8281254 269.760935%2c58.9309889 269.760935%2c59.0585938 C269.760935%2c59.1861986 269.668488%2c59.3736967 269.483591%2c59.6210938 C269.298694%2c59.8684908 269.029166%2c60.1067697 268.674997%2c60.3359375 C267.831243%2c60.8880236 266.820837%2c61.1640625 265.643747%2c61.1640625 C263.956239%2c61.1640625 262.612502%2c60.6510468 261.612497%2c59.625 C260.622909%2c58.6197866 260.128122%2c57.2734459 260.128122%2c55.5859375 C260.128122%2c54.5546823 260.292183%2c53.6250041 260.62031%2c52.796875 C260.948436%2c51.9687459 261.396349%2c51.2643258 261.96406%2c50.6835938 C262.531771%2c50.1028617 263.194525%2c49.6562516 263.952341%2c49.34375 C264.710157%2c49.0312484 265.447129%2c48.875 266.163279%2c48.875 C266.879428%2c48.875 267.453641%2c48.9348952 267.885935%2c49.0546875 C268.318229%2c49.1744798 268.6776%2c49.3385406 268.96406%2c49.546875 C269.536979%2c49.9739605 269.823435%2c50.5416631 269.823435%2c51.25 C269.823435%2c51.7916694 269.622916%2c52.174478 269.221872%2c52.3984375 C269.086455%2c52.4765629 268.940623%2c52.515625 268.784372%2c52.515625 C268.461454%2c52.515625 268.23229%2c52.479167 268.096872%2c52.40625 Z' id='academic-copy-3' fill='white'/%3e %3cg id='Group-9-Copy-5'%3e %3cg id='Group-8'%3e %3cg id='Group-7-Copy'%3e %3cpath d='M34.8426293%2c29.4967407 L34.9031877%2c23.6874815 C34.9113113%2c22.9245185 34.0926655%2c22.438963 33.430216%2c22.8141481 L17.9693679%2c31.5519259 C17.6617757%2c31.726 17.2851322%2c31.7219259 16.9812325%2c31.5415556 L1.70612139%2c22.4811852 C1.05142629%2c22.0922963 0.223179761%2c22.5604444 0.215425335%2c23.3237778 L0.154866962%2c29.133037 C0.151174378%2c29.4871111 0.335803565%2c29.8156296 0.639703206%2c29.9963704 L16.8966723%2c39.6397037 C17.2009412%2c39.8193333 17.5772155%2c39.8237778 17.8848078%2c39.6497037 L34.3396994%2c30.3500741 C34.6472916%2c30.1756296 34.8385674%2c29.8508148 34.8426293%2c29.4967407' id='Fill-1' fill='white'/%3e %3cpath d='M0.204458361%2c10.4174444 L0.164578457%2c16.2270741 C0.159039581%2c16.990037 0.979531687%2c17.4722593 1.64050417%2c17.0955926 L17.0703346%2c8.30225926 C17.3771883%2c8.12744444 17.7538318%2c8.13003704 18.05847%2c8.3092963 L33.3657066%2c17.3152222 C34.0215094%2c17.7011481 34.8479097%2c17.230037 34.8534486%2c16.4670741 L34.8933285%2c10.6578148 C34.895544%2c10.3037407 34.7094378%2c9.97522222 34.4051689%2c9.79633333 L18.114228%2c0.210777778 C17.8095898%2c0.0318888889 17.4329463%2c0.0292962963 17.1260926%2c0.204111111 L0.704434199%2c9.56262963 C0.397211232%2c9.73781481 0.20704317%2c10.0633704 0.204458361%2c10.4174444' id='Fill-3' fill='%2382E3F5'/%3e %3cpath d='M34.8541501%2c16.8971111 L34.956804%2c11.0885926 C34.9704665%2c10.3256296 34.1555133%2c9.83414815 33.490479%2c10.2037778 L17.9664877%2c18.8282222 C17.6577877%2c18.9997037 17.2807749%2c18.993037 16.9783523%2c18.8108148 L1.76970768%2c9.63822222 C1.11796665%2c9.24488889 0.286396794%2c9.70711111 0.272734234%2c10.4697037 L0.169711148%2c16.2785926 C0.163433756%2c16.6326667 0.346216651%2c16.963037 0.64827%2c17.1452593 L16.8347108%2c26.9078519 C17.1375027%2c27.0900741 17.5137769%2c27.0971111 17.8228462%2c26.9252593 L34.3449428%2c17.7463704 C34.6536428%2c17.5748889 34.8475035%2c17.2511852 34.8541501%2c16.8971111' id='Fill-5' fill='white'/%3e %3c/g%3e %3cg id='Group-3' transform='translate(51.784091%2c 6.666667)' fill='white'%3e %3cpath d='M51.9192625%2c25.5574255 L45.3448695%2c25.5574255 L34.7323975%2c7.14100729 L34.582221%2c7.14100729 C34.7935816%2c10.3935917 34.8992603%2c12.7136597 34.8992603%2c14.1012811 L34.8992603%2c25.5574255 L30.2771616%2c25.5574255 L30.2771616%2c1.21311862 L36.8014958%2c1.21311862 L47.3972815%2c19.4463717 L47.5140855%2c19.4463717 C47.3472219%2c16.2825951 47.2637913%2c14.045783 47.2637913%2c12.7358685 L47.2637913%2c1.21311862 L51.9192625%2c1.21311862 L51.9192625%2c25.5574255 Z M69.9389581%2c25.5574255 L64.7662123%2c25.5574255 L64.7662123%2c5.50917277 L58.1417604%2c5.50917277 L58.1417604%2c1.21311862 L76.5634099%2c1.21311862 L76.5634099%2c5.50917277 L69.9389581%2c5.50917277 L69.9389581%2c25.5574255 Z M126.168744%2c18.7969682 C126.168744%2c20.9949603 125.376154%2c22.7266858 123.79095%2c23.9921964 C122.205745%2c25.2577071 120.000398%2c25.8904529 117.174841%2c25.8904529 C114.571769%2c25.8904529 112.269086%2c25.4020175 110.266722%2c24.4251321 L110.266722%2c19.6295368 C111.91311%2c20.3622009 113.3064%2c20.8783882 114.446635%2c21.1781144 C115.586869%2c21.4778407 116.629751%2c21.6277015 117.575311%2c21.6277015 C118.709984%2c21.6277015 119.580443%2c21.4112358 120.186714%2c20.978298 C120.792985%2c20.5453601 121.096116%2c19.9015135 121.096116%2c19.0467387 C121.096116%2c18.569397 120.962627%2c18.1447913 120.695645%2c17.7729087 C120.428663%2c17.4010262 120.03654%2c17.0430253 119.519263%2c16.6988952 C119.001986%2c16.3547651 117.94798%2c15.8052753 116.357213%2c15.0504093 C114.866565%2c14.3510482 113.748596%2c13.6794495 113.003272%2c13.0355932 C112.257948%2c12.3917369 111.66281%2c11.6424326 111.21784%2c10.7876579 C110.77287%2c9.93288317 110.550389%2c8.9338108 110.550389%2c7.79041082 C110.550389%2c5.63682252 111.281797%2c3.9439499 112.744634%2c2.71174216 C114.207472%2c1.47953442 116.229272%2c0.863439793 118.810096%2c0.863439793 C120.078259%2c0.863439793 121.288002%2c1.01330065 122.439361%2c1.31302686 C123.59072%2c1.61275306 124.794901%2c2.03458362 126.05194%2c2.57853118 L124.383312%2c6.59151199 C123.081776%2c6.0586654 122.005522%2c5.68678846 121.154518%2c5.47587002 C120.303513%2c5.26495158 119.466427%2c5.15949394 118.643233%2c5.15949394 C117.6643%2c5.15949394 116.913425%2c5.38706043 116.390586%2c5.84220022 C115.867747%2c6.29734002 115.606331%2c6.89123304 115.606331%2c7.6238971 C115.606331%2c8.07903689 115.71201%2c8.47589064 115.92337%2c8.81447024 C116.134731%2c9.15304985 116.471234%2c9.48052357 116.93289%2c9.79690123 C117.394546%2c10.1132789 118.487486%2c10.6821951 120.211743%2c11.5036669 C122.492212%2c12.591562 124.055145%2c13.6822161 124.900587%2c14.7756617 C125.746029%2c15.8691073 126.168744%2c17.2095294 126.168744%2c18.7969682 Z M133.058693%2c25.5574255 L133.058693%2c1.21311862 L138.231439%2c1.21311862 L138.231439%2c25.5574255 L133.058693%2c25.5574255 Z M156.100958%2c11.8866485 L165.778998%2c11.8866485 L165.778998%2c24.508389 C164.21048%2c25.0190336 162.73376%2c25.3770346 161.348792%2c25.5824025 C159.963824%2c25.7877705 158.548286%2c25.8904529 157.102134%2c25.8904529 C153.420011%2c25.8904529 150.608401%2c24.8108997 148.667222%2c22.6517609 C146.726042%2c20.4926221 145.755466%2c17.3927226 145.755466%2c13.3519693 C145.755466%2c9.4222257 146.881779%2c6.35840376 149.134437%2c4.16041158 C151.387096%2c1.9624194 154.510179%2c0.863439793 158.503782%2c0.863439793 C161.006736%2c0.863439793 163.42066%2c1.36297598 165.745626%2c2.36206333 L164.026939%2c6.49160376 C162.247061%2c5.60352611 160.394903%2c5.15949394 158.470409%2c5.15949394 C156.234437%2c5.15949394 154.443461%2c5.90879822 153.097428%2c7.40742925 C151.751395%2c8.90606029 151.078389%2c10.9208562 151.078389%2c13.4518775 C151.078389%2c16.0939085 151.620687%2c18.1114797 152.705301%2c19.5046515 C153.789914%2c20.8978233 155.366751%2c21.5943988 157.43586%2c21.5943988 C158.514911%2c21.5943988 159.610632%2c21.4833907 160.723056%2c21.2613713 L160.723056%2c16.1827026 L156.100958%2c16.1827026 L156.100958%2c11.8866485 Z M194.044068%2c25.5574255 L188.888008%2c25.5574255 L188.888008%2c15.0504093 L179.226654%2c15.0504093 L179.226654%2c25.5574255 L174.053908%2c25.5574255 L174.053908%2c1.21311862 L179.226654%2c1.21311862 L179.226654%2c10.7543552 L188.888008%2c10.7543552 L188.888008%2c1.21311862 L194.044068%2c1.21311862 L194.044068%2c25.5574255 Z M212.08045%2c25.5574255 L206.907704%2c25.5574255 L206.907704%2c5.50917277 L200.283252%2c5.50917277 L200.283252%2c1.21311862 L218.704901%2c1.21311862 L218.704901%2c5.50917277 L212.08045%2c5.50917277 L212.08045%2c25.5574255 Z' id='ONTOSIGHT-Copy'/%3e %3cpath d='M91.6681106%2c26.0080611 C84.8812127%2c26.0080611 79.3793449%2c20.4055733 79.3793449%2c13.4945545 C79.3793449%2c6.58353566 84.8812127%2c0.981047938 91.6681106%2c0.981047938 C98.4550084%2c0.981047938 103.956876%2c6.58353566 103.956876%2c13.4945545 C103.956876%2c20.4055733 98.4550084%2c26.0080611 91.6681106%2c26.0080611 Z M91.6681106%2c21.6800813 C96.1076603%2c21.6800813 99.7066264%2c18.0152961 99.7066264%2c13.4945545 C99.7066264%2c8.97381285 96.1076603%2c5.30902765 91.6681106%2c5.30902765 C87.2285608%2c5.30902765 83.6295947%2c8.97381285 83.6295947%2c13.4945545 C83.6295947%2c18.0152961 87.2285608%2c21.6800813 91.6681106%2c21.6800813 Z' id='Oval-10-Copy' stroke='white' fill-rule='nonzero'/%3e %3cpath d='M12.2887656%2c26.0080611 C5.50186778%2c26.0080611 0%2c20.4055733 0%2c13.4945545 C0%2c6.58353566 5.50186778%2c0.981047938 12.2887656%2c0.981047938 C19.0756635%2c0.981047938 24.5775313%2c6.58353566 24.5775313%2c13.4945545 C24.5775313%2c20.4055733 19.0756635%2c26.0080611 12.2887656%2c26.0080611 Z M12.2887656%2c21.6800813 C16.7283154%2c21.6800813 20.3272815%2c18.0152961 20.3272815%2c13.4945545 C20.3272815%2c8.97381285 16.7283154%2c5.30902765 12.2887656%2c5.30902765 C7.84921591%2c5.30902765 4.25024977%2c8.97381285 4.25024977%2c13.4945545 C4.25024977%2c18.0152961 7.84921591%2c21.6800813 12.2887656%2c21.6800813 Z' id='Oval-10-Copy-2' stroke='white' fill-rule='nonzero'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg id='Group-3' transform='translate(276.000000%2c 0.000000)' fill='white'%3e %3cpath d='M4.81270176%2c9.8 L4.81270176%2c4.2 L7.45463724%2c4.2 C8.5008738%2c4.2 9.25356197%2c4.79462366 9.25356197%2c5.77311828 C9.25356197%2c6.44301075 8.95248671%2c6.92473118 8.22237918%2c7.15806452 L8.22237918%2c7.18064516 C8.81700283%2c7.36129032 9.0352824%2c7.7 9.09549746%2c8.39247312 C9.18582004%2c9.21290323 9.19334692%2c9.67204301 9.34388455%2c9.74731183 L9.34388455%2c9.8 L8.29012111%2c9.8 C8.14711036%2c9.70967742 8.14711036%2c9.27311828 8.08689531%2c8.52043011 C8.02668025%2c7.85806452 7.7180781%2c7.57204301 7.04818563%2c7.57204301 L5.85141144%2c7.57204301 L5.85141144%2c9.8 L4.81270176%2c9.8 Z M5.8303032%2c5.05053763 L5.8303032%2c6.77419355 L7.18514191%2c6.77419355 C7.83998062%2c6.77419355 8.18621717%2c6.44301075 8.18621717%2c5.92365591 C8.18621717%2c5.36666667 7.89266879%2c5.05053763 7.22277631%2c5.05053763 L5.8303032%2c5.05053763 Z' id='R'/%3e %3cpath d='M7%2c13.16 C3.59792594%2c13.16 0.84%2c10.4020741 0.84%2c7 C0.84%2c3.59792594 3.59792594%2c0.84 7%2c0.84 C10.4020741%2c0.84 13.16%2c3.59792594 13.16%2c7 C13.16%2c10.4020741 10.4020741%2c13.16 7%2c13.16 Z M7%2c12.04 C9.78351514%2c12.04 12.04%2c9.78351514 12.04%2c7 C12.04%2c4.21648486 9.78351514%2c1.96 7%2c1.96 C4.21648486%2c1.96 1.96%2c4.21648486 1.96%2c7 C1.96%2c9.78351514 4.21648486%2c12.04 7%2c12.04 Z' id='Oval-4' fill-rule='nonzero'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.icon-logo-iplexus-academics-color {
  width: 170px;
  height: 50px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292 63'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Ontosight_Family_Logo-Copy-3' transform='translate(-102.000000%2c -168.000000)'%3e %3crect id='Rectangle-3-Copy-4' fill='%23282828' opacity='0' x='0' y='0' width='1440' height='400'/%3e %3cg id='Group-10' transform='translate(102.000000%2c 168.000000)'%3e %3cg id='Group-3' transform='translate(278.000000%2c 0.000000)' fill='%2326CBD0'%3e %3cpath d='M4.81270176%2c9.8 L4.81270176%2c4.2 L7.45463724%2c4.2 C8.5008738%2c4.2 9.25356197%2c4.79462366 9.25356197%2c5.77311828 C9.25356197%2c6.44301075 8.95248671%2c6.92473118 8.22237918%2c7.15806452 L8.22237918%2c7.18064516 C8.81700283%2c7.36129032 9.0352824%2c7.7 9.09549746%2c8.39247312 C9.18582004%2c9.21290323 9.19334692%2c9.67204301 9.34388455%2c9.74731183 L9.34388455%2c9.8 L8.29012111%2c9.8 C8.14711036%2c9.70967742 8.14711036%2c9.27311828 8.08689531%2c8.52043011 C8.02668025%2c7.85806452 7.7180781%2c7.57204301 7.04818563%2c7.57204301 L5.85141144%2c7.57204301 L5.85141144%2c9.8 L4.81270176%2c9.8 Z M5.8303032%2c5.05053763 L5.8303032%2c6.77419355 L7.18514191%2c6.77419355 C7.83998062%2c6.77419355 8.18621717%2c6.44301075 8.18621717%2c5.92365591 C8.18621717%2c5.36666667 7.89266879%2c5.05053763 7.22277631%2c5.05053763 L5.8303032%2c5.05053763 Z' id='R'/%3e %3cpath d='M7%2c13.16 C3.59792594%2c13.16 0.84%2c10.4020741 0.84%2c7 C0.84%2c3.59792594 3.59792594%2c0.84 7%2c0.84 C10.4020741%2c0.84 13.16%2c3.59792594 13.16%2c7 C13.16%2c10.4020741 10.4020741%2c13.16 7%2c13.16 Z M7%2c12.04 C9.78351514%2c12.04 12.04%2c9.78351514 12.04%2c7 C12.04%2c4.21648486 9.78351514%2c1.96 7%2c1.96 C4.21648486%2c1.96 1.96%2c4.21648486 1.96%2c7 C1.96%2c9.78351514 4.21648486%2c12.04 7%2c12.04 Z' id='Oval-4' fill-rule='nonzero'/%3e %3c/g%3e %3cg id='Group' transform='translate(0.000000%2c 1.000000)'%3e %3cpath d='M60.28125%2c60.078125 C60.5000011%2c60.1145835 60.664062%2c60.1328125 60.7734375%2c60.1328125 C60.882813%2c60.1328125 60.9908849%2c60.1210939 61.0976562%2c60.0976562 C61.2044276%2c60.0742186 61.2994788%2c60.0364586 61.3828125%2c59.984375 C61.5703134%2c59.8697911 61.6640625%2c59.6901054 61.6640625%2c59.4453125 C61.6640625%2c59.2421865 61.6015631%2c59.0156262 61.4765625%2c58.765625 L60.7421875%2c56.9453125 L55.796875%2c56.9453125 L54.921875%2c59.1640625 C54.8385413%2c59.3671885 54.796875%2c59.5143225 54.796875%2c59.6054688 C54.796875%2c59.696615 54.8111978%2c59.7643227 54.8398438%2c59.8085938 C54.8684897%2c59.8528648 54.9127601%2c59.8906248 54.9726562%2c59.921875 C55.0325524%2c59.9531252 55.1067704%2c59.9791666 55.1953125%2c60 L55.515625%2c60.0859375 C55.8593767%2c60.1432295 56.0807287%2c60.1953123 56.1796875%2c60.2421875 C56.3828135%2c60.3411463 56.484375%2c60.4869782 56.484375%2c60.6796875 C56.484375%2c60.8203132 56.4453129%2c60.9401037 56.3671875%2c61.0390625 C56.2682287%2c61.0130207 56.1770837%2c61 56.09375%2c61 L52.9140625%2c61 C52.2213507%2c61 51.875%2c60.8098977 51.875%2c60.4296875 C51.875%2c60.2526033 51.9140621%2c60.1093755 51.9921875%2c60 C52.1848968%2c60.0520836 52.3476556%2c60.078125 52.4804688%2c60.078125 C52.6132819%2c60.078125 52.72526%2c60.0572919 52.8164062%2c60.015625 C52.9075525%2c59.9739581 52.9947913%2c59.9036463 53.078125%2c59.8046875 C53.2187507%2c59.6328116 53.3828116%2c59.2890651 53.5703125%2c58.7734375 L57.4296875%2c49.4296875 C57.539063%2c49.1796863 57.8489558%2c49.007813 58.359375%2c48.9140625 C58.5000007%2c48.8880207 58.6484367%2c48.875 58.8046875%2c48.875 C59.1223974%2c48.875 59.317708%2c48.9609366 59.390625%2c49.1328125 L60.171875%2c51.0859375 C61.6770909%2c54.6380386 62.5468738%2c56.7109345 62.78125%2c57.3046875 L63.484375%2c59.1484375 C63.6250007%2c59.5494812 63.742187%2c59.7968745 63.8359375%2c59.890625 C63.929688%2c59.9843755 64.0312495%2c60.049479 64.140625%2c60.0859375 C64.2500005%2c60.122396 64.3632807%2c60.1523436 64.4804688%2c60.1757812 C64.5976568%2c60.1992189 64.7005204%2c60.2291665 64.7890625%2c60.265625 C64.9869802%2c60.3541671 65.0859375%2c60.4895824 65.0859375%2c60.671875 C65.0859375%2c60.8125007 65.0468754%2c60.9322912 64.96875%2c61.03125 C64.8697912%2c61.0052082 64.7812504%2c60.9921875 64.703125%2c60.9921875 L60.9765625%2c60.9921875 C60.7109362%2c60.9921875 60.503907%2c60.9596357 60.3554688%2c60.8945312 C60.2070305%2c60.8294268 60.1328125%2c60.7291673 60.1328125%2c60.59375 C60.1328125%2c60.3593738 60.1822912%2c60.1875005 60.28125%2c60.078125 Z M60.2890625%2c55.8359375 L58.2421875%2c50.7734375 L56.234375%2c55.8359375 L60.2890625%2c55.8359375 Z M91.2437496%2c52.40625 C91.2645831%2c52.2604159 91.2749996%2c52.0468764 91.2749996%2c51.765625 C91.2749996%2c51.4843736 91.2203127%2c51.2278657 91.1109371%2c50.9960938 C91.0015616%2c50.7643218 90.8531256%2c50.583334 90.6656246%2c50.453125 C90.337498%2c50.2291655 89.8440133%2c50.1171875 89.1851559%2c50.1171875 C88.5262984%2c50.1171875 87.945575%2c50.2356759 87.4429684%2c50.4726562 C86.9403617%2c50.7096366 86.519793%2c51.0416645 86.1812496%2c51.46875 C85.4989545%2c52.3281293 85.1578121%2c53.4973884 85.1578121%2c54.9765625 C85.1578121%2c56.3776112 85.5041628%2c57.4947875 86.1968746%2c58.328125 C86.9156282%2c59.197921 87.8869727%2c59.6328125 89.1109371%2c59.6328125 C90.3140681%2c59.6328125 91.2515588%2c59.3697943 91.9234371%2c58.84375 C92.1265631%2c58.6874992 92.3114571%2c58.5182301 92.4781246%2c58.3359375 C92.6343754%2c58.3828127 92.7619783%2c58.5208322 92.8609371%2c58.75 C92.8921873%2c58.8281254 92.9078121%2c58.9309889 92.9078121%2c59.0585938 C92.9078121%2c59.1861986 92.8153651%2c59.3736967 92.6304684%2c59.6210938 C92.4455716%2c59.8684908 92.1760431%2c60.1067697 91.8218746%2c60.3359375 C90.9781204%2c60.8880236 89.9677138%2c61.1640625 88.7906246%2c61.1640625 C87.1031162%2c61.1640625 85.7593796%2c60.6510468 84.7593746%2c59.625 C83.7697863%2c58.6197866 83.2749996%2c57.2734459 83.2749996%2c55.5859375 C83.2749996%2c54.5546823 83.4390605%2c53.6250041 83.7671871%2c52.796875 C84.0953138%2c51.9687459 84.5432259%2c51.2643258 85.1109371%2c50.6835938 C85.6786483%2c50.1028617 86.3414021%2c49.6562516 87.0992184%2c49.34375 C87.8570347%2c49.0312484 88.5940065%2c48.875 89.3101559%2c48.875 C90.0263053%2c48.875 90.6005183%2c48.9348952 91.0328121%2c49.0546875 C91.4651059%2c49.1744798 91.8244774%2c49.3385406 92.1109371%2c49.546875 C92.6838566%2c49.9739605 92.9703121%2c50.5416631 92.9703121%2c51.25 C92.9703121%2c51.7916694 92.7697933%2c52.174478 92.3687496%2c52.3984375 C92.2333323%2c52.4765629 92.0875004%2c52.515625 91.9312496%2c52.515625 C91.6083313%2c52.515625 91.379167%2c52.479167 91.2437496%2c52.40625 Z M119.417187%2c60.078125 C119.635938%2c60.1145835 119.799999%2c60.1328125 119.909374%2c60.1328125 C120.01875%2c60.1328125 120.126822%2c60.1210939 120.233593%2c60.0976562 C120.340364%2c60.0742186 120.435415%2c60.0364586 120.518749%2c59.984375 C120.70625%2c59.8697911 120.799999%2c59.6901054 120.799999%2c59.4453125 C120.799999%2c59.2421865 120.7375%2c59.0156262 120.612499%2c58.765625 L119.878124%2c56.9453125 L114.932812%2c56.9453125 L114.057812%2c59.1640625 C113.974478%2c59.3671885 113.932812%2c59.5143225 113.932812%2c59.6054688 C113.932812%2c59.696615 113.947135%2c59.7643227 113.97578%2c59.8085938 C114.004426%2c59.8528648 114.048697%2c59.8906248 114.108593%2c59.921875 C114.168489%2c59.9531252 114.242707%2c59.9791666 114.331249%2c60 L114.651562%2c60.0859375 C114.995313%2c60.1432295 115.216665%2c60.1953123 115.315624%2c60.2421875 C115.51875%2c60.3411463 115.620312%2c60.4869782 115.620312%2c60.6796875 C115.620312%2c60.8203132 115.58125%2c60.9401037 115.503124%2c61.0390625 C115.404165%2c61.0130207 115.31302%2c61 115.229687%2c61 L112.049999%2c61 C111.357287%2c61 111.010937%2c60.8098977 111.010937%2c60.4296875 C111.010937%2c60.2526033 111.049999%2c60.1093755 111.128124%2c60 C111.320834%2c60.0520836 111.483592%2c60.078125 111.616405%2c60.078125 C111.749219%2c60.078125 111.861197%2c60.0572919 111.952343%2c60.015625 C112.043489%2c59.9739581 112.130728%2c59.9036463 112.214062%2c59.8046875 C112.354687%2c59.6328116 112.518748%2c59.2890651 112.706249%2c58.7734375 L116.565624%2c49.4296875 C116.675%2c49.1796863 116.984893%2c49.007813 117.495312%2c48.9140625 C117.635937%2c48.8880207 117.784373%2c48.875 117.940624%2c48.875 C118.258334%2c48.875 118.453645%2c48.9609366 118.526562%2c49.1328125 L119.307812%2c51.0859375 C120.813028%2c54.6380386 121.682811%2c56.7109345 121.917187%2c57.3046875 L122.620312%2c59.1484375 C122.760937%2c59.5494812 122.878124%2c59.7968745 122.971874%2c59.890625 C123.065625%2c59.9843755 123.167186%2c60.049479 123.276562%2c60.0859375 C123.385937%2c60.122396 123.499217%2c60.1523436 123.616405%2c60.1757812 C123.733594%2c60.1992189 123.836457%2c60.2291665 123.924999%2c60.265625 C124.122917%2c60.3541671 124.221874%2c60.4895824 124.221874%2c60.671875 C124.221874%2c60.8125007 124.182812%2c60.9322912 124.104687%2c61.03125 C124.005728%2c61.0052082 123.917187%2c60.9921875 123.839062%2c60.9921875 L120.112499%2c60.9921875 C119.846873%2c60.9921875 119.639844%2c60.9596357 119.491405%2c60.8945312 C119.342967%2c60.8294268 119.268749%2c60.7291673 119.268749%2c60.59375 C119.268749%2c60.3593738 119.318228%2c60.1875005 119.417187%2c60.078125 Z M119.424999%2c55.8359375 L117.378124%2c50.7734375 L115.370312%2c55.8359375 L119.424999%2c55.8359375 Z M147.262499%2c61.078125 L145.035936%2c60.9921875 L143.020311%2c60.9921875 C142.749477%2c60.9921875 142.522916%2c60.946615 142.340624%2c60.8554688 C142.158331%2c60.7643225 142.067186%2c60.6510423 142.067186%2c60.515625 C142.067186%2c60.2656238 142.106248%2c60.0911463 142.184374%2c59.9921875 C142.371875%2c60.0442711 142.561977%2c60.0703125 142.754686%2c60.0703125 C142.947396%2c60.0703125 143.110154%2c60.0572918 143.242968%2c60.03125 C143.375781%2c60.0052082 143.494269%2c59.9505212 143.598436%2c59.8671875 C143.838021%2c59.6796866 143.957811%2c59.354169 143.957811%2c58.890625 L143.957811%2c50.9296875 C143.957811%2c50.4453101 143.655731%2c50.1432298 143.051561%2c50.0234375 C142.676559%2c49.9453121 142.433072%2c49.8606775 142.321093%2c49.7695312 C142.209113%2c49.678385 142.153124%2c49.5781255 142.153124%2c49.46875 C142.153124%2c49.2291655 142.19479%2c49.0677087 142.278124%2c48.984375 C142.371874%2c49.0104168 142.457811%2c49.0234375 142.535936%2c49.0234375 L144.903124%2c49.0234375 C145.022916%2c49.0234375 145.181769%2c49.0182292 145.379686%2c49.0078125 L146.043749%2c48.96875 C146.694794%2c48.9374998 147.362756%2c48.921875 148.047655%2c48.921875 C148.732554%2c48.921875 149.397912%2c49.0039054 150.043749%2c49.1679688 C150.689585%2c49.3320321 151.248174%2c49.5546861 151.71953%2c49.8359375 C152.190887%2c50.1171889 152.584112%2c50.4440086 152.899218%2c50.8164062 C153.214323%2c51.1888039 153.468227%2c51.5833313 153.660936%2c52 C154.004688%2c52.7656288 154.176561%2c53.6249952 154.176561%2c54.578125 C154.176561%2c56.3073003 153.728649%2c57.7447859 152.832811%2c58.890625 C152.129683%2c59.7916712 151.095839%2c60.4270815 149.731249%2c60.796875 C149.022912%2c60.9843759 148.200004%2c61.078125 147.262499%2c61.078125 Z M145.801561%2c59.1171875 C145.801561%2c59.5078145 145.923956%2c59.7604161 146.168749%2c59.875 C146.377083%2c59.9687505 146.875776%2c60.015625 147.664843%2c60.015625 C148.453909%2c60.015625 149.155725%2c59.885418 149.770311%2c59.625 C150.384898%2c59.364582 150.874476%2c59.013023 151.239061%2c58.5703125 C151.895315%2c57.7734335 152.223436%2c56.6510489 152.223436%2c55.203125 C152.223436%2c52.7187376 151.345841%2c51.096358 149.590624%2c50.3359375 C148.955204%2c50.0598945 148.171358%2c49.921875 147.239061%2c49.921875 C146.619267%2c49.921875 146.241666%2c49.9830723 146.106249%2c50.1054688 C145.970832%2c50.2278652 145.886197%2c50.3789054 145.852343%2c50.5585938 C145.818488%2c50.7382821 145.801561%2c50.9791652 145.801561%2c51.28125 L145.801561%2c59.1171875 Z M181.810936%2c57.5234375 C181.951562%2c57.4036452 182.099998%2c57.34375 182.256248%2c57.34375 C182.495833%2c57.34375 182.633852%2c57.3776038 182.670311%2c57.4453125 C182.873437%2c57.8515645 182.974998%2c58.5234328 182.974998%2c59.4609375 C182.974998%2c60.1119824 182.902083%2c60.5833319 182.756248%2c60.875 C182.709373%2c60.9583337 182.659895%2c61 182.607811%2c61 L173.982811%2c61 C173.363016%2c61 173.053123%2c60.815106 173.053123%2c60.4453125 C173.053123%2c60.2473948 173.09479%2c60.0963547 173.178123%2c59.9921875 C173.355208%2c60.0442711 173.527081%2c60.0703125 173.693748%2c60.0703125 C173.860416%2c60.0703125 174.003644%2c60.0572918 174.123436%2c60.03125 C174.243228%2c60.0052082 174.355206%2c59.9505212 174.459373%2c59.8671875 C174.709375%2c59.6744782 174.834373%2c59.3489606 174.834373%2c58.890625 L174.834373%2c50.9765625 C174.834373%2c50.5234352 174.652084%2c50.2343756 174.287498%2c50.109375 C174.183331%2c50.0729165 174.075259%2c50.0403647 173.96328%2c50.0117188 C173.8513%2c49.9830728 173.74453%2c49.9544272 173.642967%2c49.9257812 C173.541404%2c49.8971353 173.451561%2c49.8645835 173.373436%2c49.828125 C173.196352%2c49.7343745 173.107811%2c49.6067716 173.107811%2c49.4453125 C173.107811%2c49.2317698 173.149477%2c49.0781255 173.232811%2c48.984375 C173.326561%2c49.0104168 173.420311%2c49.0234375 173.514061%2c49.0234375 L181.506248%2c49.0234375 C181.985418%2c49.0234375 182.284894%2c49.0677079 182.404686%2c49.15625 C182.623437%2c49.3125008 182.732811%2c49.6562473 182.732811%2c50.1875 C182.732811%2c50.6979192 182.689843%2c51.1145817 182.603905%2c51.4375 C182.517967%2c51.7604183 182.456769%2c51.9531247 182.420311%2c52.015625 C182.368227%2c52.1093755 182.266666%2c52.15625 182.115623%2c52.15625 C181.896872%2c52.15625 181.747134%2c52.1289065 181.666405%2c52.0742188 C181.585675%2c52.019531 181.542707%2c51.9791668 181.537498%2c51.953125 C181.46979%2c51.2083296 181.352603%2c50.7330739 181.185936%2c50.5273438 C181.019268%2c50.3216136 180.822656%2c50.18099 180.596092%2c50.1054688 C180.369529%2c50.0299475 180.073959%2c49.9921875 179.709373%2c49.9921875 L177.967186%2c49.9921875 C177.4151%2c49.9921875 177.077864%2c50.0468745 176.955467%2c50.15625 C176.833071%2c50.2656255 176.756249%2c50.3919264 176.724998%2c50.5351562 C176.693748%2c50.6783861 176.678123%2c50.861978 176.678123%2c51.0859375 L176.678123%2c54.4140625 L177.139061%2c54.421875 C178.290108%2c54.421875 179.357806%2c54.3203135 180.342186%2c54.1171875 C180.415103%2c54.153646 180.480207%2c54.2565096 180.537498%2c54.4257812 C180.59479%2c54.5950529 180.623436%2c54.76302 180.623436%2c54.9296875 C180.623436%2c55.2109389 180.576561%2c55.4557281 180.482811%2c55.6640625 C180.139059%2c55.6953127 179.74323%2c55.7109375 179.295311%2c55.7109375 C178.847392%2c55.7109375 177.975005%2c55.6380216 176.678123%2c55.4921875 L176.678123%2c59.015625 C176.678123%2c59.406252 176.782289%2c59.6692702 176.990623%2c59.8046875 C177.167708%2c59.9192714 177.485413%2c59.9765625 177.943748%2c59.9765625 L179.123436%2c59.9453125 C180.264067%2c59.9036456 181.006247%2c59.744793 181.349998%2c59.46875 C181.542708%2c59.3124992 181.670311%2c59.1067721 181.732811%2c58.8515625 C181.795311%2c58.5963529 181.826561%2c58.339845 181.826561%2c58.0820312 C181.826561%2c57.8242175 181.821353%2c57.6380214 181.810936%2c57.5234375 Z M202.562498%2c61 C201.864578%2c61 201.515623%2c60.8072936 201.515623%2c60.421875 C201.515623%2c60.2499991 201.557289%2c60.1119797 201.640623%2c60.0078125 C201.791666%2c60.0494794 201.94531%2c60.0703125 202.101561%2c60.0703125 C202.257811%2c60.0703125 202.390623%2c60.0651042 202.499998%2c60.0546875 C202.609374%2c60.0442708 202.710935%2c60.0000004 202.804686%2c59.921875 C202.997395%2c59.7447908 203.117185%2c59.3515655 203.164061%2c58.7421875 L203.968748%2c50.4453125 C203.979165%2c50.3151035 203.934894%2c50.213542 203.835936%2c50.140625 C203.736977%2c50.067708 203.614582%2c50.0156252 203.468748%2c49.984375 C203.322914%2c49.9531248 203.196613%2c49.9270834 203.089842%2c49.90625 C202.98307%2c49.8854166 202.890623%2c49.8541669 202.812498%2c49.8125 C202.651039%2c49.7343746 202.570311%2c49.6002614 202.570311%2c49.4101562 C202.570311%2c49.2200511 202.606769%2c49.0781255 202.679686%2c48.984375 C202.778644%2c49.0104168 202.867185%2c49.0234375 202.945311%2c49.0234375 L205.257811%2c49.0234375 C206.033856%2c49.0234375 206.510414%2c49.2135398 206.687498%2c49.59375 L209.593748%2c56.4140625 L212.593748%2c49.5546875 C212.692707%2c49.3255197 212.841143%2c49.1796878 213.039061%2c49.1171875 C213.236978%2c49.0546872 213.48958%2c49.0234375 213.796873%2c49.0234375 L215.312498%2c49.0234375 C216.015627%2c49.0234375 216.367186%2c49.2083315 216.367186%2c49.578125 C216.367186%2c49.7760427 216.328123%2c49.9192704 216.249998%2c50.0078125 C216.041664%2c49.9505205 215.871093%2c49.921875 215.738279%2c49.921875 C215.605466%2c49.921875 215.486978%2c49.9322916 215.382811%2c49.953125 C215.278643%2c49.9739584 215.195311%2c50.0130205 215.132811%2c50.0703125 C215.002602%2c50.179688 214.953123%2c50.3984359 214.984373%2c50.7265625 L215.828123%2c59.2734375 C215.864582%2c59.6380227 216.059892%2c59.867187 216.414061%2c59.9609375 C216.513019%2c59.9869793 216.617185%2c60.018229 216.726561%2c60.0546875 L217.031248%2c60.15625 C217.223957%2c60.2187503 217.341144%2c60.3007807 217.382811%2c60.4023438 C217.424477%2c60.5039068 217.445311%2c60.601562 217.445311%2c60.6953125 C217.445311%2c60.8255215 217.406248%2c60.9401037 217.328123%2c61.0390625 C217.208331%2c61.0130207 217.085936%2c61 216.960936%2c61 L213.398436%2c61 C212.763016%2c61 212.445311%2c60.8098977 212.445311%2c60.4296875 C212.445311%2c60.3671872 212.46354%2c60.2877609 212.499998%2c60.1914062 C212.536457%2c60.0950516 212.565102%2c60.0338543 212.585936%2c60.0078125 C212.742186%2c60.0494794 212.886716%2c60.0703125 213.019529%2c60.0703125 C213.152343%2c60.0703125 213.290362%2c60.0598959 213.433592%2c60.0390625 C213.576822%2c60.0182291 213.697914%2c59.9687504 213.796873%2c59.890625 C214.010416%2c59.7135408 214.101561%2c59.3776066 214.070311%2c58.8828125 L213.562498%2c52.1796875 L213.492186%2c50.875 L209.898436%2c58.8359375 C209.830727%2c58.8776044 209.726561%2c58.8984375 209.585936%2c58.8984375 C209.44531%2c58.8984375 209.30078%2c58.8476568 209.152342%2c58.7460938 C209.003904%2c58.6445307 208.86979%2c58.5182299 208.749998%2c58.3671875 C208.557289%2c58.1223946 208.372395%2c57.8098977 208.195311%2c57.4296875 L205.289061%2c50.6171875 L204.656248%2c59.125 C204.635415%2c59.4218765 204.677081%2c59.6223953 204.781248%2c59.7265625 C204.911457%2c59.8567715 205.08333%2c59.9505205 205.296873%2c60.0078125 C205.510416%2c60.0651045 205.677081%2c60.1080728 205.796873%2c60.1367188 C205.916665%2c60.1653647 206.020831%2c60.2031248 206.109373%2c60.25 C206.302082%2c60.3437505 206.398436%2c60.4999989 206.398436%2c60.71875 C206.398436%2c60.8281255 206.356769%2c60.9348953 206.273436%2c61.0390625 C206.179685%2c61.0130207 206.091144%2c61 206.007811%2c61 L202.562498%2c61 Z M240.829685%2c61.0625 C240.709893%2c61.0208331 240.452083%2c61 240.056248%2c61 L236.798435%2c61 C236.527601%2c61 236.311457%2c60.9570317 236.149998%2c60.8710938 C235.988539%2c60.7851558 235.90781%2c60.6276053 235.90781%2c60.3984375 C235.90781%2c60.23177 235.946872%2c60.0989588 236.024998%2c60 C236.233332%2c60.0520836 236.424736%2c60.078125 236.599216%2c60.078125 C236.773697%2c60.078125 236.911716%2c60.059896 237.013279%2c60.0234375 C237.114842%2c59.986979 237.202081%2c59.9218755 237.274998%2c59.828125 C237.436457%2c59.6302073 237.522393%2c59.3046898 237.53281%2c58.8515625 L237.53281%2c50.8671875 C237.53281%2c50.4557271 237.418228%2c50.1979172 237.18906%2c50.09375 C237.116143%2c50.0572915 237.017186%2c50.0260418 236.892185%2c50 C236.767185%2c49.9739582 236.643488%2c49.9466147 236.521091%2c49.9179688 C236.398695%2c49.8893228 236.295831%2c49.8541669 236.212498%2c49.8125 C236.04583%2c49.7291662 235.962498%2c49.5885427 235.962498%2c49.390625 C235.962498%2c49.1979157 236.00156%2c49.054688 236.079685%2c48.9609375 C236.199477%2c49.0026044 236.457287%2c49.0234375 236.853123%2c49.0234375 L240.03281%2c49.0234375 C240.303645%2c49.0234375 240.521091%2c49.0664058 240.685154%2c49.1523438 C240.849217%2c49.2382817 240.931248%2c49.3958322 240.931248%2c49.625 C240.931248%2c49.7968759 240.889581%2c49.929687 240.806248%2c50.0234375 C240.60833%2c49.9713539 240.392186%2c49.9453125 240.15781%2c49.9453125 C239.652599%2c49.9453125 239.392185%2c50.3567667 239.37656%2c51.1796875 L239.37656%2c59.15625 C239.37656%2c59.5677104 239.491142%2c59.8281245 239.72031%2c59.9375 C239.793227%2c59.9687502 239.892185%2c59.9973957 240.017185%2c60.0234375 C240.142186%2c60.0494793 240.265883%2c60.0768228 240.388279%2c60.1054688 C240.510675%2c60.1341147 240.613539%2c60.1692706 240.696873%2c60.2109375 C240.868749%2c60.2994796 240.954685%2c60.4401032 240.954685%2c60.6328125 C240.954685%2c60.8151051 240.913019%2c60.9583328 240.829685%2c61.0625 Z M268.096872%2c52.40625 C268.117706%2c52.2604159 268.128122%2c52.0468764 268.128122%2c51.765625 C268.128122%2c51.4843736 268.073435%2c51.2278657 267.96406%2c50.9960938 C267.854684%2c50.7643218 267.706248%2c50.583334 267.518747%2c50.453125 C267.190621%2c50.2291655 266.697136%2c50.1171875 266.038279%2c50.1171875 C265.379421%2c50.1171875 264.798698%2c50.2356759 264.296091%2c50.4726562 C263.793484%2c50.7096366 263.372916%2c51.0416645 263.034372%2c51.46875 C262.352077%2c52.3281293 262.010935%2c53.4973884 262.010935%2c54.9765625 C262.010935%2c56.3776112 262.357286%2c57.4947875 263.049997%2c58.328125 C263.768751%2c59.197921 264.740095%2c59.6328125 265.96406%2c59.6328125 C267.167191%2c59.6328125 268.104681%2c59.3697943 268.77656%2c58.84375 C268.979686%2c58.6874992 269.16458%2c58.5182301 269.331247%2c58.3359375 C269.487498%2c58.3828127 269.615101%2c58.5208322 269.71406%2c58.75 C269.74531%2c58.8281254 269.760935%2c58.9309889 269.760935%2c59.0585938 C269.760935%2c59.1861986 269.668488%2c59.3736967 269.483591%2c59.6210938 C269.298694%2c59.8684908 269.029166%2c60.1067697 268.674997%2c60.3359375 C267.831243%2c60.8880236 266.820837%2c61.1640625 265.643747%2c61.1640625 C263.956239%2c61.1640625 262.612502%2c60.6510468 261.612497%2c59.625 C260.622909%2c58.6197866 260.128122%2c57.2734459 260.128122%2c55.5859375 C260.128122%2c54.5546823 260.292183%2c53.6250041 260.62031%2c52.796875 C260.948436%2c51.9687459 261.396349%2c51.2643258 261.96406%2c50.6835938 C262.531771%2c50.1028617 263.194525%2c49.6562516 263.952341%2c49.34375 C264.710157%2c49.0312484 265.447129%2c48.875 266.163279%2c48.875 C266.879428%2c48.875 267.453641%2c48.9348952 267.885935%2c49.0546875 C268.318229%2c49.1744798 268.6776%2c49.3385406 268.96406%2c49.546875 C269.536979%2c49.9739605 269.823435%2c50.5416631 269.823435%2c51.25 C269.823435%2c51.7916694 269.622916%2c52.174478 269.221872%2c52.3984375 C269.086455%2c52.4765629 268.940623%2c52.515625 268.784372%2c52.515625 C268.461454%2c52.515625 268.23229%2c52.479167 268.096872%2c52.40625 Z' id='academic-copy-3' fill='%2326CBD0'/%3e %3cg id='Group-7-Copy'%3e %3cpath d='M34.8426293%2c29.4967407 L34.9031877%2c23.6874815 C34.9113113%2c22.9245185 34.0926655%2c22.438963 33.430216%2c22.8141481 L17.9693679%2c31.5519259 C17.6617757%2c31.726 17.2851322%2c31.7219259 16.9812325%2c31.5415556 L1.70612139%2c22.4811852 C1.05142629%2c22.0922963 0.223179761%2c22.5604444 0.215425335%2c23.3237778 L0.154866962%2c29.133037 C0.151174378%2c29.4871111 0.335803565%2c29.8156296 0.639703206%2c29.9963704 L16.8966723%2c39.6397037 C17.2009412%2c39.8193333 17.5772155%2c39.8237778 17.8848078%2c39.6497037 L34.3396994%2c30.3500741 C34.6472916%2c30.1756296 34.8385674%2c29.8508148 34.8426293%2c29.4967407' id='Fill-1' fill='%2326CBD0'/%3e %3cpath d='M0.204458361%2c10.4174444 L0.164578457%2c16.2270741 C0.159039581%2c16.990037 0.979531687%2c17.4722593 1.64050417%2c17.0955926 L17.0703346%2c8.30225926 C17.3771883%2c8.12744444 17.7538318%2c8.13003704 18.05847%2c8.3092963 L33.3657066%2c17.3152222 C34.0215094%2c17.7011481 34.8479097%2c17.230037 34.8534486%2c16.4670741 L34.8933285%2c10.6578148 C34.895544%2c10.3037407 34.7094378%2c9.97522222 34.4051689%2c9.79633333 L18.114228%2c0.210777778 C17.8095898%2c0.0318888889 17.4329463%2c0.0292962963 17.1260926%2c0.204111111 L0.704434199%2c9.56262963 C0.397211232%2c9.73781481 0.20704317%2c10.0633704 0.204458361%2c10.4174444' id='Fill-3' fill='%2382E3F5'/%3e %3cpath d='M34.8541501%2c16.8971111 L34.956804%2c11.0885926 C34.9704665%2c10.3256296 34.1555133%2c9.83414815 33.490479%2c10.2037778 L17.9664877%2c18.8282222 C17.6577877%2c18.9997037 17.2807749%2c18.993037 16.9783523%2c18.8108148 L1.76970768%2c9.63822222 C1.11796665%2c9.24488889 0.286396794%2c9.70711111 0.272734234%2c10.4697037 L0.169711148%2c16.2785926 C0.163433756%2c16.6326667 0.346216651%2c16.963037 0.64827%2c17.1452593 L16.8347108%2c26.9078519 C17.1375027%2c27.0900741 17.5137769%2c27.0971111 17.8228462%2c26.9252593 L34.3449428%2c17.7463704 C34.6536428%2c17.5748889 34.8475035%2c17.2511852 34.8541501%2c16.8971111' id='Fill-5' fill='%2326CBD0'/%3e %3c/g%3e %3cpath d='M103.703353%2c32.2240921 L97.1289604%2c32.2240921 L86.5164884%2c13.807674 L86.3663119%2c13.807674 C86.5776725%2c17.0602583 86.6833512%2c19.3803264 86.6833512%2c20.7679477 L86.6833512%2c32.2240921 L82.0612525%2c32.2240921 L82.0612525%2c7.87978529 L88.5855867%2c7.87978529 L99.1813725%2c26.1130384 L99.2981764%2c26.1130384 C99.1313128%2c22.9492617 99.0478822%2c20.7124497 99.0478822%2c19.4025352 L99.0478822%2c7.87978529 L103.703353%2c7.87978529 L103.703353%2c32.2240921 Z M121.723049%2c32.2240921 L116.550303%2c32.2240921 L116.550303%2c12.1758394 L109.925851%2c12.1758394 L109.925851%2c7.87978529 L128.347501%2c7.87978529 L128.347501%2c12.1758394 L121.723049%2c12.1758394 L121.723049%2c32.2240921 Z M177.952835%2c25.4636348 C177.952835%2c27.661627 177.160245%2c29.3933524 175.57504%2c30.6588631 C173.989836%2c31.9243737 171.784489%2c32.5571196 168.958932%2c32.5571196 C166.35586%2c32.5571196 164.053176%2c32.0686842 162.050813%2c31.0917988 L162.050813%2c26.2962035 C163.697201%2c27.0288675 165.090491%2c27.5450549 166.230726%2c27.8447811 C167.37096%2c28.1445073 168.413842%2c28.2943682 169.359402%2c28.2943682 C170.494075%2c28.2943682 171.364534%2c28.0779025 171.970805%2c27.6449646 C172.577076%2c27.2120268 172.880207%2c26.5681802 172.880207%2c25.7134054 C172.880207%2c25.2360637 172.746718%2c24.8114579 172.479736%2c24.4395754 C172.212754%2c24.0676929 171.820631%2c23.709692 171.303354%2c23.3655619 C170.786076%2c23.0214318 169.732071%2c22.471942 168.141304%2c21.717076 C166.650656%2c21.0177148 165.532687%2c20.3461162 164.787363%2c19.7022599 C164.042038%2c19.0584036 163.446901%2c18.3090993 163.001931%2c17.4543246 C162.556961%2c16.5995498 162.33448%2c15.6004775 162.33448%2c14.4570775 C162.33448%2c12.3034892 163.065888%2c10.6106166 164.528725%2c9.37840883 C165.991563%2c8.14620109 168.013363%2c7.53010646 170.594187%2c7.53010646 C171.86235%2c7.53010646 173.072093%2c7.67996732 174.223452%2c7.97969352 C175.374811%2c8.27941973 176.578992%2c8.70125028 177.836031%2c9.24519784 L176.167403%2c13.2581787 C174.865867%2c12.7253321 173.789613%2c12.3534551 172.938609%2c12.1425367 C172.087604%2c11.9316182 171.250518%2c11.8261606 170.427324%2c11.8261606 C169.448391%2c11.8261606 168.697516%2c12.0537271 168.174677%2c12.5088669 C167.651837%2c12.9640067 167.390422%2c13.5578997 167.390422%2c14.2905638 C167.390422%2c14.7457036 167.4961%2c15.1425573 167.707461%2c15.4811369 C167.918822%2c15.8197165 168.255325%2c16.1471902 168.716981%2c16.4635679 C169.178637%2c16.7799456 170.271577%2c17.3488618 171.995834%2c18.1703336 C174.276303%2c19.2582287 175.839236%2c20.3488827 176.684678%2c21.4423283 C177.53012%2c22.5357739 177.952835%2c23.876196 177.952835%2c25.4636348 Z M184.842784%2c32.2240921 L184.842784%2c7.87978529 L190.01553%2c7.87978529 L190.01553%2c32.2240921 L184.842784%2c32.2240921 Z M207.885049%2c18.5533152 L217.563089%2c18.5533152 L217.563089%2c31.1750556 C215.994571%2c31.6857003 214.517851%2c32.0437012 213.132883%2c32.2490692 C211.747915%2c32.4544371 210.332377%2c32.5571196 208.886225%2c32.5571196 C205.204102%2c32.5571196 202.392492%2c31.4775664 200.451312%2c29.3184276 C198.510133%2c27.1592888 197.539557%2c24.0593893 197.539557%2c20.018636 C197.539557%2c16.0888924 198.66587%2c13.0250704 200.918528%2c10.8270782 C203.171187%2c8.62908607 206.29427%2c7.53010646 210.287873%2c7.53010646 C212.790827%2c7.53010646 215.20475%2c8.02964264 217.529717%2c9.02873 L215.81103%2c13.1582704 C214.031152%2c12.2701928 212.178994%2c11.8261606 210.2545%2c11.8261606 C208.018528%2c11.8261606 206.227552%2c12.5754649 204.881519%2c14.0740959 C203.535486%2c15.572727 202.862479%2c17.5875229 202.862479%2c20.1185442 C202.862479%2c22.7605752 203.404778%2c24.7781463 204.489391%2c26.1713182 C205.574005%2c27.56449 207.150842%2c28.2610654 209.219951%2c28.2610654 C210.299002%2c28.2610654 211.394723%2c28.1500574 212.507147%2c27.928038 L212.507147%2c22.8493693 L207.885049%2c22.8493693 L207.885049%2c18.5533152 Z M245.828159%2c32.2240921 L240.672099%2c32.2240921 L240.672099%2c21.717076 L231.010745%2c21.717076 L231.010745%2c32.2240921 L225.837999%2c32.2240921 L225.837999%2c7.87978529 L231.010745%2c7.87978529 L231.010745%2c17.4210218 L240.672099%2c17.4210218 L240.672099%2c7.87978529 L245.828159%2c7.87978529 L245.828159%2c32.2240921 Z M263.864541%2c32.2240921 L258.691795%2c32.2240921 L258.691795%2c12.1758394 L252.067343%2c12.1758394 L252.067343%2c7.87978529 L270.488992%2c7.87978529 L270.488992%2c12.1758394 L263.864541%2c12.1758394 L263.864541%2c32.2240921 Z' id='ONTOSIGHT-Copy' fill='%2326CBD0'/%3e %3cpath d='M143.452201%2c32.6747277 C136.665304%2c32.6747277 131.163436%2c27.07224 131.163436%2c20.1612212 C131.163436%2c13.2502023 136.665304%2c7.6477146 143.452201%2c7.6477146 C150.239099%2c7.6477146 155.740967%2c13.2502023 155.740967%2c20.1612212 C155.740967%2c27.07224 150.239099%2c32.6747277 143.452201%2c32.6747277 Z M143.452201%2c28.346748 C147.891751%2c28.346748 151.490717%2c24.6819628 151.490717%2c20.1612212 C151.490717%2c15.6404795 147.891751%2c11.9756943 143.452201%2c11.9756943 C139.012652%2c11.9756943 135.413686%2c15.6404795 135.413686%2c20.1612212 C135.413686%2c24.6819628 139.012652%2c28.346748 143.452201%2c28.346748 Z' id='Oval-10-Copy' stroke='%2326CBD0' fill='%2326CBD0' fill-rule='nonzero'/%3e %3cpath d='M64.0728565%2c32.6747277 C57.2859587%2c32.6747277 51.7840909%2c27.07224 51.7840909%2c20.1612212 C51.7840909%2c13.2502023 57.2859587%2c7.6477146 64.0728565%2c7.6477146 C70.8597544%2c7.6477146 76.3616222%2c13.2502023 76.3616222%2c20.1612212 C76.3616222%2c27.07224 70.8597544%2c32.6747277 64.0728565%2c32.6747277 Z M64.0728565%2c28.346748 C68.5124063%2c28.346748 72.1113724%2c24.6819628 72.1113724%2c20.1612212 C72.1113724%2c15.6404795 68.5124063%2c11.9756943 64.0728565%2c11.9756943 C59.6333068%2c11.9756943 56.0343407%2c15.6404795 56.0343407%2c20.1612212 C56.0343407%2c24.6819628 59.6333068%2c28.346748 64.0728565%2c28.346748 Z' id='Oval-10-Copy-2' stroke='%2326CBD0' fill='%2326CBD0' fill-rule='nonzero'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat; }

.unified-header-top-container, .unified-header-bottom-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0px 25px; }
  .unified-header-top-container .left-nav-group, .unified-header-bottom-container .left-nav-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    text-align: center; }
    .unified-header-top-container .left-nav-group .product-title, .unified-header-bottom-container .left-nav-group .product-title {
      font-size: 20px;
      padding: 10px 25px;
      margin-right: 0;
      transition: none;
      background: 0 0;
      cursor: pointer;
      color: #1f1f1f; }
      .unified-header-top-container .left-nav-group .product-title:hover, .unified-header-bottom-container .left-nav-group .product-title:hover {
        transition: none;
        background: #f9c923; }
    .unified-header-top-container .left-nav-group .product-sep, .unified-header-bottom-container .left-nav-group .product-sep {
      border-left: 2px solid #e5e5e5;
      height: 25px;
      display: inline-block;
      margin: 0 10px 0 0;
      vertical-align: middle; }
    .unified-header-top-container .left-nav-group .nav-app-title, .unified-header-bottom-container .left-nav-group .nav-app-title {
      font-family: opensansbold, sans-serif;
      margin-right: 20px;
      padding-right: 20px;
      position: relative; }
      .unified-header-top-container .left-nav-group .nav-app-title::after, .unified-header-bottom-container .left-nav-group .nav-app-title::after {
        content: ' ';
        position: absolute;
        width: 1px;
        height: 50px;
        right: 0;
        top: -13px;
        background: #ddd; }
  .unified-header-top-container .left-nav-group-item, .unified-header-bottom-container .left-nav-group-item {
    margin: 0 2px;
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }
    .unified-header-top-container .left-nav-group-item.active, .unified-header-bottom-container .left-nav-group-item.active {
      font-family: opensansbold, sans-serif; }
      .unified-header-top-container .left-nav-group-item.active .nav-link-item, .unified-header-bottom-container .left-nav-group-item.active .nav-link-item {
        opacity: 1;
        font-family: opensansbold, sans-serif; }
    .unified-header-top-container .left-nav-group-item.active:after, .unified-header-top-container .left-nav-group-item:hover:after, .unified-header-bottom-container .left-nav-group-item.active:after, .unified-header-bottom-container .left-nav-group-item:hover:after {
      position: absolute;
      height: 4px;
      width: 100%;
      bottom: 0;
      content: ' '; }
  .unified-header-top-container .right-nav-group, .unified-header-bottom-container .right-nav-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 13px;
    height: 100%; }
    .unified-header-top-container .right-nav-group .right-nav-group-item, .unified-header-bottom-container .right-nav-group .right-nav-group-item {
      margin: 0 10px;
      cursor: pointer; }
  .unified-header-top-container .nav-link-item, .unified-header-bottom-container .nav-link-item {
    padding: 0 14px;
    font-family: opensansregular, sans-serif;
    font-size: 15px;
    min-width: 90px;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    opacity: 0.9; }
    .unified-header-top-container .nav-link-item:hover, .unified-header-bottom-container .nav-link-item:hover {
      opacity: 1; }

.unified-header-top-container {
  background: #1f1f1f; }
  .unified-header-top-container .nav-link-item {
    color: #ffffff;
    opacity: 1; }
    .unified-header-top-container .nav-link-item:hover {
      color: #ffc100; }
  .unified-header-top-container .left-nav-group {
    font-size: 16px; }
    .unified-header-top-container .left-nav-group .nav-logo-wrap {
      margin-right: 22px; }
    .unified-header-top-container .left-nav-group .left-nav-group-item.active .nav-link-item, .unified-header-top-container .left-nav-group .left-nav-group-item:hover .nav-link-item {
      color: #ffc100; }
    .unified-header-top-container .left-nav-group .left-nav-group-item.active:after, .unified-header-top-container .left-nav-group .left-nav-group-item:hover:after {
      visibility: visible;
      transform: scaleX(1); }
    .unified-header-top-container .left-nav-group .left-nav-group-item:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 4px;
      bottom: 0;
      left: 0;
      background-color: #ffc100;
      visibility: hidden;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s; }
  .unified-header-top-container .right-nav-group {
    color: #ffffff; }

.unified-header-bottom-container {
  padding-left: 0;
  background-color: #ffffff; }
  .unified-header-bottom-container .nav-link-item {
    color: #242425; }
    .unified-header-bottom-container .nav-link-item:hover {
      color: #242425; }
  .unified-header-bottom-container .left-nav-group {
    font-size: 16px; }
    .unified-header-bottom-container .left-nav-group .left-nav-group-item.active:after, .unified-header-bottom-container .left-nav-group .left-nav-group-item:hover:after {
      background: #242425; }

.unified-header-logged-out {
  padding: 6.3rem 5rem;
  background: #ffffff;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .unified-header-logged-out .right-nav-group {
    color: #000000; }
  .unified-header-logged-out .icon-logo-iplexus {
    background-color: #000000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 206.944 48'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: none%3b %7d .cls-2 %7b opacity: 0.5%3b %7d .cls-3 %7b stroke: %231f1f1f%3b stroke-miterlimit: 10%3b stroke-width: 0.51px%3b %7d .cls-4%2c .cls-5 %7b font-size: 12px%3b %7d .cls-4 %7b font-family: Lato-Regular%2c Lato%3b %7d .cls-5 %7b fill: %23253858%3b font-family: OpenSans-Italic%2c Open Sans%3b font-style: italic%3b opacity: 0.8%3b %7d .cls-6 %7b clip-path: url(%23clip-path)%3b %7d .cls-7 %7b fill: %23333633%3b %7d .cls-8 %7b fill: %23fec200%3b %7d %3c/style%3e %3cclipPath id='clip-path'%3e %3cpath id='path-1' class='cls-1' d='M12.46%2c12.975H0V0H12.46Z'/%3e %3c/clipPath%3e %3c/defs%3e %3cg id='Group_261' data-name='Group 261' transform='translate(0 -6)'%3e %3cg id='Group_241' data-name='Group 241' transform='translate(-143.056 -36)'%3e %3cg id='Group-7-Copy' transform='translate(143.056 42.056)'%3e %3cpath id='Fill-1' d='M24.905%2c5.32%2c24.949%2c1A.71.71%2c0%2c0%2c0%2c23.891.351l-11.1%2c6.5a.686.686%2c0%2c0%2c1-.709-.008L1.114.1A.709.709%2c0%2c0%2c0%2c.044.73L0%2c5.049a.743.743%2c0%2c0%2c0%2c.348.642l11.672%2c7.17a.687.687%2c0%2c0%2c0%2c.709.007L24.544%2c5.954a.743.743%2c0%2c0%2c0%2c.361-.634' transform='translate(0 16.555)'/%3e %3cpath id='Fill-3' class='cls-2' d='M.029%2c7.69%2c0%2c12.009a.71.71%2c0%2c0%2c0%2c1.06.646L12.138%2c6.117a.687.687%2c0%2c0%2c1%2c.709.005l10.99%2c6.7a.709.709%2c0%2c0%2c0%2c1.068-.631l.029-4.319a.743.743%2c0%2c0%2c0-.35-.64L12.888.1a.687.687%2c0%2c0%2c0-.709%2c0L.388%2c7.054a.742.742%2c0%2c0%2c0-.359.636' transform='translate(0.007 0)'/%3e %3cpath id='Fill-5' d='M24.9%2c5.5l.074-4.319A.711.711%2c0%2c0%2c0%2c23.924.527L12.778%2c6.939a.687.687%2c0%2c0%2c1-.709-.013L1.149.107A.709.709%2c0%2c0%2c0%2c.074.725L0%2c5.043a.744.744%2c0%2c0%2c0%2c.344.644l11.622%2c7.258a.687.687%2c0%2c0%2c0%2c.709.013L24.537%2c6.135A.742.742%2c0%2c0%2c0%2c24.9%2c5.5' transform='translate(0.011 7.004)'/%3e %3c/g%3e %3cpath id='ONTOSIGHT-Copy' d='M91.059%2c18.607A7.614%2c7.614%2c0%2c0%2c1%2c85%2c16.2c-1.388-1.595-2.091-3.92-2.091-6.913a9.332%2c9.332%2c0%2c0%2c1%2c2.427-6.834A9.074%2c9.074%2c0%2c0%2c1%2c92.065%2c0a12.718%2c12.718%2c0%2c0%2c1%2c5.2%2c1.113L96.03%2c4.184a8.617%2c8.617%2c0%2c0%2c0-3.99-.99%2c4.871%2c4.871%2c0%2c0%2c0-3.858%2c1.672%2c6.646%2c6.646%2c0%2c0%2c0-1.449%2c4.493%2c7.429%2c7.429%2c0%2c0%2c0%2c1.167%2c4.5%2c4.008%2c4.008%2c0%2c0%2c0%2c3.4%2c1.554%2c11.694%2c11.694%2c0%2c0%2c0%2c2.361-.248V11.389H90.34V8.2h6.948v9.384a19.227%2c19.227%2c0%2c0%2c1-3.181.8A20.27%2c20.27%2c0%2c0%2c1%2c91.059%2c18.607Zm-28.667%2c0a10.95%2c10.95%2c0%2c0%2c1-4.96-1.09V13.952a19.714%2c19.714%2c0%2c0%2c0%2c3%2c1.151%2c8.571%2c8.571%2c0%2c0%2c0%2c2.246.335%2c3.119%2c3.119%2c0%2c0%2c0%2c1.875-.484%2c1.676%2c1.676%2c0%2c0%2c0%2c.653-1.436%2c1.649%2c1.649%2c0%2c0%2c0-.289-.946%2c3.274%2c3.274%2c0%2c0%2c0-.844-.8%2c21.765%2c21.765%2c0%2c0%2c0-2.27-1.226A10.743%2c10.743%2c0%2c0%2c1%2c59.4%2c9.05a5.593%2c5.593%2c0%2c0%2c1-1.281-1.672%2c4.923%2c4.923%2c0%2c0%2c1-.48-2.229A4.768%2c4.768%2c0%2c0%2c1%2c59.21%2c1.374%2c6.442%2c6.442%2c0%2c0%2c1%2c63.566%2c0a10.015%2c10.015%2c0%2c0%2c1%2c2.605.334%2c17.5%2c17.5%2c0%2c0%2c1%2c2.594.942l-1.2%2c2.983a17.08%2c17.08%2c0%2c0%2c0-2.318-.83%2c7.079%2c7.079%2c0%2c0%2c0-1.8-.236%2c2.351%2c2.351%2c0%2c0%2c0-1.618.507%2c1.711%2c1.711%2c0%2c0%2c0-.562%2c1.326%2c1.7%2c1.7%2c0%2c0%2c0%2c.227.885%2c2.567%2c2.567%2c0%2c0%2c0%2c.724.73A22.288%2c22.288%2c0%2c0%2c0%2c64.572%2c7.91a9.456%2c9.456%2c0%2c0%2c1%2c3.365%2c2.434%2c4.861%2c4.861%2c0%2c0%2c1%2c.912%2c2.989A4.764%2c4.764%2c0%2c0%2c1%2c67.141%2c17.2%2c7.279%2c7.279%2c0%2c0%2c1%2c62.391%2c18.607Zm44.552-.246h0l-3.711%2c0V.261h3.713V7.353h6.936V.261h3.7v18.1l-3.7%2c0V10.547h-6.936v7.814Zm-103.624%2c0h0L0%2c18.359V.261H4.684l7.608%2c13.556h.084c-.122-2.458-.18-4.091-.18-4.989V.261h3.342v18.1l-4.72%2c0L3.2%2c4.668H3.09c.154%2c2.532.228%2c4.226.228%2c5.175v8.519Zm74.19%2c0H73.8V.261h3.713v18.1Zm-49.032%2c0H24.763V3.454H20.006V.261H33.233V3.454H28.476v14.9Zm102.056%2c0h-3.715V3.454h-4.755V.261h13.226V3.454h-4.755v14.9Z' transform='translate(201.863 47.598)'/%3e %3cpath id='Oval-10-Copy' class='cls-3' d='M8.824%2c18.607A9.083%2c9.083%2c0%2c0%2c1%2c0%2c9.3%2c9.083%2c9.083%2c0%2c0%2c1%2c8.824%2c0a9.083%2c9.083%2c0%2c0%2c1%2c8.822%2c9.3A9.083%2c9.083%2c0%2c0%2c1%2c8.824%2c18.607Zm0-15.39A5.942%2c5.942%2c0%2c0%2c0%2c3.051%2c9.3%2c5.942%2c5.942%2c0%2c0%2c0%2c8.824%2c15.39%2c5.942%2c5.942%2c0%2c0%2c0%2c14.594%2c9.3%2c5.942%2c5.942%2c0%2c0%2c0%2c8.824%2c3.217Z' transform='translate(237.118 47.686)'/%3e %3cpath id='Oval-10-Copy-2' class='cls-3' d='M8.824%2c18.607A9.083%2c9.083%2c0%2c0%2c1%2c0%2c9.3%2c9.083%2c9.083%2c0%2c0%2c1%2c8.824%2c0a9.083%2c9.083%2c0%2c0%2c1%2c8.822%2c9.3A9.083%2c9.083%2c0%2c0%2c1%2c8.824%2c18.607Zm0-15.39A5.942%2c5.942%2c0%2c0%2c0%2c3.051%2c9.3%2c5.942%2c5.942%2c0%2c0%2c0%2c8.824%2c15.39%2c5.942%2c5.942%2c0%2c0%2c0%2c14.594%2c9.3%2c5.942%2c5.942%2c0%2c0%2c0%2c8.824%2c3.217Z' transform='translate(180.125 47.686)'/%3e %3ctext id='_' data-name='%c2%ae' class='cls-4' transform='translate(345 54)'%3e%3ctspan x='-4.788' y='0'%3e%c2%ae%3c/tspan%3e%3c/text%3e %3c/g%3e %3ctext id='Discover' class='cls-5' transform='translate(39.944 49)'%3e%3ctspan x='0' y='0'%3ePowered by%3c/tspan%3e%3c/text%3e %3cg id='Group_20' data-name='Group 20' transform='translate(110.787 38)'%3e %3cg id='Innoplexus_Logo' transform='translate(0 0.05)'%3e %3cg id='Group-4' transform='translate(52.194 2.975)'%3e %3cg id='Fill-1_Clipped' data-name='Fill-1 Clipped' transform='translate(0 0)'%3e %3cpath id='path-1-3' data-name='path-1' class='cls-1' d='M12.46%2c12.975H0V0H12.46Z'/%3e %3cg id='Fill-1_Clipped-2' data-name='Fill-1 Clipped' class='cls-6'%3e %3cpath id='Fill-1-2' data-name='Fill-1' class='cls-7' d='M4.592%2c3.191%2c2.449.559A1.662%2c1.662%2c0%2c0%2c0%2c1.244%2c0H0L3.73%2c4.153l.863-.962' transform='translate(0 0)'/%3e %3c/g%3e %3c/g%3e %3cg id='Fill-3_Clipped' data-name='Fill-3 Clipped' transform='translate(0 0)'%3e %3cpath id='path-1-4' data-name='path-1' class='cls-1' d='M12.46%2c12.975H0V0H12.46Z'/%3e %3cg id='Fill-3_Clipped-2' data-name='Fill-3 Clipped' class='cls-6'%3e %3cpath id='Fill-3-2' data-name='Fill-3' d='M5.919%2c4.567a.808.808%2c0%2c0%2c1%2c.208-.542L9.726%2c0H8.381A1.964%2c1.964%2c0%2c0%2c0%2c7.215.58L0%2c8.657H1.985L4.32%2c6.046a.809.809%2c0%2c0%2c1%2c1.1.022l5.557%2c6.211a1.684%2c1.684%2c0%2c0%2c0%2c1.475.7L6.064%2c5.029a.807.807%2c0%2c0%2c1-.145-.461' transform='translate(0.01)'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cpath id='Fill-5-2' data-name='Fill-5' d='M0%2c0H0V7.021s0%2c.007%2c0%2c.011A1.622%2c1.622%2c0%2c0%2c0%2c1.618%2c8.654h0V1.607A1.622%2c1.622%2c0%2c0%2c0%2c0%2c0' transform='translate(0.27 2.975)'/%3e %3cpath id='Fill-6' d='M4.072%2c7.032l-1.641%2c0%2c0%2c0a.811.811%2c0%2c0%2c1-.811-.811V1.607A1.622%2c1.622%2c0%2c0%2c0%2c0%2c0H0V7.021s0%2c.007%2c0%2c.011%2c0%2c0%2c0%2c0H0A1.622%2c1.622%2c0%2c0%2c0%2c1.618%2c8.654H5.679A1.622%2c1.622%2c0%2c0%2c0%2c4.072%2c7.032' transform='translate(38.402 2.975)'/%3e %3cpath id='Fill-7' d='M5.684%2c0H1.618A1.623%2c1.623%2c0%2c0%2c0%2c0%2c1.622s0%2c.007%2c0%2c.011V7.021s0%2c.007%2c0%2c.011A1.622%2c1.622%2c0%2c0%2c0%2c1.618%2c8.654h0V2.433h0a.811.811%2c0%2c0%2c1%2c.811-.811H4.869a.811.811%2c0%2c0%2c1%2c.811.8V7.031h0A1.622%2c1.622%2c0%2c0%2c0%2c7.3%2c8.654h0V1.633s0-.007%2c0-.011A1.623%2c1.623%2c0%2c0%2c0%2c5.684%2c0' transform='translate(3.516 2.975)'/%3e %3cpath id='Fill-8' d='M5.684%2c0H1.618A1.623%2c1.623%2c0%2c0%2c0%2c0%2c1.622s0%2c.007%2c0%2c.011V7.021s0%2c.007%2c0%2c.011A1.622%2c1.622%2c0%2c0%2c0%2c1.618%2c8.654h0V2.433h0a.811.811%2c0%2c0%2c1%2c.811-.811H4.869a.811.811%2c0%2c0%2c1%2c.811.8V7.031h0A1.622%2c1.622%2c0%2c0%2c0%2c7.3%2c8.654h0V1.633s0-.007%2c0-.011A1.623%2c1.623%2c0%2c0%2c0%2c5.684%2c0' transform='translate(12.44 2.975)'/%3e %3cpath id='Fill-9' d='M5.683%2c0h0V6.221h0a.811.811%2c0%2c0%2c1-.811.811H2.433a.811.811%2c0%2c0%2c1-.811-.8V1.623h0A1.623%2c1.623%2c0%2c0%2c0%2c0%2c0H0V7.021s0%2c.007%2c0%2c.011A1.622%2c1.622%2c0%2c0%2c0%2c1.618%2c8.654H5.683A1.622%2c1.622%2c0%2c0%2c0%2c7.3%2c7.032s0-.007%2c0-.011V1.633s0-.007%2c0-.011A1.623%2c1.623%2c0%2c0%2c0%2c5.683%2c0' transform='translate(62.742 2.975)'/%3e %3cpath id='Fill-10' d='M5.684%2c8.654H1.619A1.626%2c1.626%2c0%2c0%2c1%2c0%2c7.032s0%2c0%2c0-.005a.057.057%2c0%2c0%2c1%2c0-.006V1.633a.053.053%2c0%2c0%2c1%2c0-.006s0%2c0%2c0-.006A1.626%2c1.626%2c0%2c0%2c1%2c1.619%2c0H5.684A1.626%2c1.626%2c0%2c0%2c1%2c7.3%2c1.622V7.031A1.627%2c1.627%2c0%2c0%2c1%2c5.684%2c8.654ZM1.624%2c6.22a.812.812%2c0%2c0%2c0%2c.811.811H4.869a.814.814%2c0%2c0%2c0%2c.81-.8V2.418a.815.815%2c0%2c0%2c0-.81-.8H2.435a.812.812%2c0%2c0%2c0-.811.812V6.221h0Z' transform='translate(21.365 2.975)'/%3e %3cpath id='Fill-11' d='M4.884%2c0H0V0A1.623%2c1.623%2c0%2c0%2c0%2c1.622%2c1.622H4.056a.811.811%2c0%2c1%2c1%2c0%2c1.623H1.633l-.012.028V3.245A1.622%2c1.622%2c0%2c0%2c0%2c0%2c4.852v3.8H0A1.622%2c1.622%2c0%2c0%2c0%2c1.622%2c7.032s0-.007%2c0-.011V5.679h0a.811.811%2c0%2c0%2c1%2c.811-.811h2.45A1.622%2c1.622%2c0%2c0%2c0%2c6.491%2c3.246V1.622A1.622%2c1.622%2c0%2c0%2c0%2c4.884%2c0' transform='translate(30.289 2.975)'/%3e %3cpath id='Fill-12' d='M4.868%2c1.622A1.623%2c1.623%2c0%2c0%2c0%2c6.491%2c0V0H1.607A1.622%2c1.622%2c0%2c0%2c0%2c0%2c1.622V3.246A1.622%2c1.622%2c0%2c0%2c0%2c1.607%2c4.868h2.45a.812.812%2c0%2c0%2c1%2c.812.811h0v.534h0s0%2c0%2c0%2c.008a.812.812%2c0%2c0%2c1-.812.811H1.622A1.623%2c1.623%2c0%2c0%2c0%2c0%2c8.651v0H4.884A1.623%2c1.623%2c0%2c0%2c0%2c6.491%2c7.033V5.41h0V4.852A1.623%2c1.623%2c0%2c0%2c0%2c4.869%2c3.245v.028c-.007-.017-.011-.028-.012-.028H2.434a.811.811%2c0%2c1%2c1%2c0-1.623H4.868' transform='translate(71.666 2.975)'/%3e %3cpath id='Fill-13' d='M4.327%2c0H4.2s0%2c0%2c0%2c0a4.326%2c4.326%2c0%2c0%2c0%2c0%2c8.647v0H8.113A1.622%2c1.622%2c0%2c0%2c0%2c6.506%2c7.032l-2.179%2c0v0a2.7%2c2.7%2c0%2c0%2c1%2c0-5.409v0l2.179%2c0A1.622%2c1.622%2c0%2c0%2c0%2c8.113%2c0H4.327' transform='translate(44.081 2.975)'/%3e %3cpath id='Fill-14' class='cls-8' d='M0%2c1.082A1.082%2c1.082%2c0%2c1%2c0%2c1.082%2c0%2c1.082%2c1.082%2c0%2c0%2c0%2c0%2c1.082' transform='translate(47.327 6.22)'/%3e %3cpath id='Fill-15' class='cls-8' d='M1.082%2c0A1.082%2c1.082%2c0%2c1%2c0%2c2.164%2c1.082%2c1.082%2c1.082%2c0%2c0%2c0%2c1.082%2c0'/%3e %3c/g%3e %3cpath id='TM' d='M2.174%2c2H1.835V0h.543l.535%2c1.4L3.452%2c0h.538V2H3.65V.339H3.644L3.036%2c2H2.788L2.18.339H2.174V2ZM.969%2c2H.614V.323H0V0H1.583V.323H.969V2Z' transform='translate(79.168 2.015)'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    width: 200px; }

.user-item .simple-dropdown-options {
  width: 125px;
  left: initial;
  right: 2px; }
  .user-item .simple-dropdown-options.has-arrow:after {
    right: 15px; }

.user-item .simple-dropdown-selected .simple-dropdown-title {
  color: #ffffff;
  font-size: 15px;
  padding: 0px; }
  .user-item .simple-dropdown-selected .simple-dropdown-title .nav-item {
    max-width: 100px; }

.user-item .simple-dropdown-selected .down-arrow {
  border-color: #ffffff; }

.language-item .simple-dropdown-options {
  left: initial;
  right: 2px; }
  .language-item .simple-dropdown-options.has-arrow:after {
    right: 15px; }

.language-item .simple-dropdown-selected .simple-dropdown-title {
  color: #242425;
  font-size: 14px; }

.language-item .simple-dropdown-selected .down-arrow {
  border-color: #242425; }

.user-item,
.language-item {
  max-width: 165px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .user-item .has-arrow,
  .language-item .has-arrow {
    margin-top: 7px; }
  .user-item .simple-dropdown-selected,
  .language-item .simple-dropdown-selected {
    padding: 0px;
    margin: 0px 5px; }
    .user-item .simple-dropdown-selected .simple-dropdown-title,
    .language-item .simple-dropdown-selected .simple-dropdown-title {
      padding: 5px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 172px; }
  .user-item .simple-dropdown-options,
  .language-item .simple-dropdown-options {
    background: rgba(62, 62, 62, 0.9);
    opacity: 1; }
    .user-item .simple-dropdown-options .simple-dropdown-option,
    .language-item .simple-dropdown-options .simple-dropdown-option {
      padding: 6px 10px;
      color: #ffffff;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      .user-item .simple-dropdown-options .simple-dropdown-option:hover,
      .language-item .simple-dropdown-options .simple-dropdown-option:hover {
        opacity: 0.8;
        background: rgba(62, 62, 62, 0.9); }
      .user-item .simple-dropdown-options .simple-dropdown-option :not(:last-child),
      .language-item .simple-dropdown-options .simple-dropdown-option :not(:last-child) {
        border-bottom: 1px solid #9b9b9b; }
      .user-item .simple-dropdown-options .simple-dropdown-option:first-child:hover,
      .language-item .simple-dropdown-options .simple-dropdown-option:first-child:hover {
        border-radius: 5px 5px 0 0; }
      .user-item .simple-dropdown-options .simple-dropdown-option:last-child:hover,
      .language-item .simple-dropdown-options .simple-dropdown-option:last-child:hover {
        border-radius: 0 0 5px 5px; }

.menu-landing {
  -ms-flex: 1;
      flex: 1;
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex; }
  .menu-landing .dropdown {
    position: relative;
    display: inherit; }
    .menu-landing .dropdown:hover .dropdown-content {
      display: block; }
    .menu-landing .dropdown:hover .dropbtn {
      color: #121212; }
    .menu-landing .dropdown .dropbtn {
      color: #1f1f1f;
      padding: 15px 10px 15px 10px;
      font-size: 16px;
      border: none;
      background-color: transparent;
      margin: 0 20px;
      cursor: pointer; }
      .menu-landing .dropdown .dropbtn::after {
        border: solid #4a4a4a;
        border-width: 0 1px 1px 0;
        padding: 3.5px;
        transform: rotate(45deg);
        position: absolute;
        top: 38%;
        right: 14px;
        content: ''; }
    .menu-landing .dropdown .dropdown-content {
      display: none;
      position: absolute;
      min-width: 160px;
      box-shadow: none;
      border: 1px solid #c7c7c7;
      border-radius: 10px;
      top: 50px;
      z-index: 999;
      background-color: #fff;
      padding: 10px;
      font-size: 16px;
      color: #5e5e5e;
      font-family: opensansregular,Helvetica, Arial, sans-serif; }
      .menu-landing .dropdown .dropdown-content a {
        color: #1f1f1f;
        padding: 6px 20px;
        text-decoration: none;
        display: block;
        min-width: 180px; }
        .menu-landing .dropdown .dropdown-content a:hover {
          color: #ffc100; }
        .menu-landing .dropdown .dropdown-content a .dropdown:hover .dropdown-content {
          display: block; }
  .menu-landing .support-icon {
    display: none; }
  .menu-landing .simple-dropdown-selected {
    padding: 15px 0; }
    .menu-landing .simple-dropdown-selected .simple-dropdown-title {
      font-size: 16px;
      color: #1f1f1f; }
  .menu-landing .simple-dropdown-option:not(:last-child) {
    border-bottom: 0px solid #f3f3f3; }
  .menu-landing .simple-dropdown .simple-dropdown-options {
    box-shadow: none; }
  .menu-landing .simple-dropdown.open .simple-dropdown-options {
    border: 1px solid #c7c7c7;
    min-width: 200px;
    margin: 0;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    padding: 10px 0;
    transform: translateX(-50%);
    left: 50%; }
    .menu-landing .simple-dropdown.open .simple-dropdown-options .simple-dropdown-option {
      cursor: pointer;
      padding: 5px 22px; }
      .menu-landing .simple-dropdown.open .simple-dropdown-options .simple-dropdown-option:hover {
        color: #0087fc;
        background-color: transparent; }

.try-ad-btn {
  padding: 15px 30px;
  margin: 0 10px; }
  .try-ad-btn .ad {
    color: #1f1f1f;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #1f1f1f;
    padding: 10px 30px;
    font-family: opensansregular, sans-serif;
    background-color: transparent;
    cursor: pointer; }
    .try-ad-btn .ad:hover {
      background-color: #ffc100;
      border: 1px solid transparent;
      color: #121212; }

.unified-apps-dropdown {
  position: relative; }
  .unified-apps-dropdown-content {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #000000;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999; }
    .unified-apps-dropdown-content-link {
      text-align: left;
      color: #fff;
      padding: 7px 15px;
      text-decoration: none;
      display: block;
      font-size: 15px;
      font-weight: normal;
      font-family: opensansregular,Helvetica, Arial, sans-serif; }
      .unified-apps-dropdown-content-link.active {
        font-family: opensansbold, sans-serif; }
      .unified-apps-dropdown-content-link.active, .unified-apps-dropdown-content-link:hover {
        color: #ffc100; }
  .unified-apps-dropdown:hover .unified-apps-dropdown-content {
    display: block; }

.header-gradient, .header {
  background: #00b69b;
  background: -webkit-gradient(left top, right top, color-stop(0%, #00b69b), color-stop(100%, #09b0cd));
  background: linear-gradient(to right, #00b69b 0%, #09b0cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b69b', endColorstr='#09b0cd', GradientType=1 ); }

.landing-page {
  position: relative;
  background-color: #ffffff; }

.landing-overlay-content {
  position: relative;
  z-index: 21; }

.landing-intro-bg {
  position: relative;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 1289'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e %3clinearGradient x1='100%25' y1='100%25' x2='-66.0051559%25' y2='100%25' id='linearGradient-1'%3e %3cstop stop-color='%2300B2EA' offset='0%25'/%3e %3cstop stop-color='%2314AF50' offset='100%25'/%3e %3c/linearGradient%3e %3clinearGradient x1='-3.66477117%25' y1='42.2056225%25' x2='156.373578%25' y2='50%25' id='linearGradient-2'%3e %3cstop stop-color='%2300B2EA' offset='0%25'/%3e %3cstop stop-color='%2314AF50' offset='100%25'/%3e %3c/linearGradient%3e %3c/defs%3e %3cg id='iPlexus_Landing_Page_C-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-6' transform='translate(918.000000%2c 624.500000) rotate(-14.000000) translate(-918.000000%2c -624.500000) translate(-84.000000%2c -305.000000)'%3e %3cpath d='M0%2c552.728773 L2003.12668%2c552.728773 L2003.12668%2c1074.13386 C1870.81072%2c1140.24834 1695.58209%2c1102.30005 1477.44079%2c960.28899 C1150.22883%2c747.272397 1256.77828%2c1660.89728 685.745221%2c1660.89728 C305.056513%2c1660.89728 76.4747728%2c1719.45029 0%2c1836.55631 L0%2c552.728773 Z' id='Rectangle-2' fill='%23006889' transform='translate(1001.563339%2c 1194.642542) scale(-1%2c 1) translate(-1001.563339%2c -1194.642542) '/%3e %3cpath d='M3.78019018%2c493.894492 L1982.17624%2c0.62495631 L2003.12668%2c1002.16745 C1910.22692%2c1116.88064 1734.99829%2c1151.65715 1477.44079%2c1106.49697 C1091.10453%2c1038.75669 1257.82158%2c1556.13125 686.788516%2c1556.13125 C306.099808%2c1556.13125 77.5180679%2c1656.95962 1.04329514%2c1858.61636 L3.78019018%2c493.894492 Z' id='Rectangle-2' fill='url(%23linearGradient-2)' transform='translate(1002.084986%2c 929.620659) scale(-1%2c 1) translate(-1002.084986%2c -929.620659) '/%3e %3c/g%3e %3cg id='Group-10' opacity='0.300000012' transform='translate(40.000000%2c 630.000000)' fill='white'%3e %3ccircle id='Oval-2' cx='3' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-10' cx='29' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy' cx='3' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-11' cx='29' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-2' cx='3' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-12' cx='29' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-3' cx='3' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-13' cx='29' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-4' cx='3' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-14' cx='29' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-5' cx='3' cy='133' r='3'/%3e %3ccircle id='Oval-2-Copy-15' cx='29' cy='133' r='3'/%3e %3ccircle id='Oval-2-Copy-6' cx='3' cy='159' r='3'/%3e %3ccircle id='Oval-2-Copy-16' cx='29' cy='159' r='3'/%3e %3ccircle id='Oval-2-Copy-7' cx='3' cy='185' r='3'/%3e %3ccircle id='Oval-2-Copy-17' cx='29' cy='185' r='3'/%3e %3ccircle id='Oval-2-Copy-8' cx='3' cy='211' r='3'/%3e %3ccircle id='Oval-2-Copy-18' cx='29' cy='211' r='3'/%3e %3ccircle id='Oval-2-Copy-9' cx='3' cy='237' r='3'/%3e %3ccircle id='Oval-2-Copy-19' cx='29' cy='237' r='3'/%3e %3ccircle id='Oval-2-Copy-29' cx='55' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-28' cx='55' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-27' cx='55' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-26' cx='55' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-25' cx='55' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-24' cx='55' cy='133' r='3'/%3e %3ccircle id='Oval-2-Copy-23' cx='55' cy='159' r='3'/%3e %3ccircle id='Oval-2-Copy-22' cx='55' cy='185' r='3'/%3e %3ccircle id='Oval-2-Copy-21' cx='55' cy='211' r='3'/%3e %3ccircle id='Oval-2-Copy-20' cx='55' cy='237' r='3'/%3e %3ccircle id='Oval-2-Copy-39' cx='81' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-38' cx='81' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-37' cx='81' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-36' cx='81' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-35' cx='81' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-34' cx='81' cy='133' r='3'/%3e %3ccircle id='Oval-2-Copy-33' cx='81' cy='159' r='3'/%3e %3ccircle id='Oval-2-Copy-32' cx='81' cy='185' r='3'/%3e %3ccircle id='Oval-2-Copy-31' cx='81' cy='211' r='3'/%3e %3ccircle id='Oval-2-Copy-30' cx='81' cy='237' r='3'/%3e %3ccircle id='Oval-2-Copy-49' cx='107' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-48' cx='107' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-47' cx='107' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-46' cx='107' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-45' cx='107' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-44' cx='107' cy='133' r='3'/%3e %3ccircle id='Oval-2-Copy-43' cx='107' cy='159' r='3'/%3e %3ccircle id='Oval-2-Copy-42' cx='107' cy='185' r='3'/%3e %3ccircle id='Oval-2-Copy-41' cx='107' cy='211' r='3'/%3e %3ccircle id='Oval-2-Copy-40' cx='107' cy='237' r='3'/%3e %3c/g%3e %3cg id='Group-16' opacity='0.300000012' transform='translate(1160.000000%2c 238.000000)' fill='white'%3e %3ccircle id='Oval-2' transform='translate(237.000000%2c 3.000000) rotate(-270.000000) translate(-237.000000%2c -3.000000) ' cx='237' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-10' transform='translate(237.000000%2c 29.000000) rotate(-270.000000) translate(-237.000000%2c -29.000000) ' cx='237' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy' transform='translate(211.000000%2c 3.000000) rotate(-270.000000) translate(-211.000000%2c -3.000000) ' cx='211' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-11' transform='translate(211.000000%2c 29.000000) rotate(-270.000000) translate(-211.000000%2c -29.000000) ' cx='211' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-2' transform='translate(185.000000%2c 3.000000) rotate(-270.000000) translate(-185.000000%2c -3.000000) ' cx='185' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-12' transform='translate(185.000000%2c 29.000000) rotate(-270.000000) translate(-185.000000%2c -29.000000) ' cx='185' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-3' transform='translate(159.000000%2c 3.000000) rotate(-270.000000) translate(-159.000000%2c -3.000000) ' cx='159' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-13' transform='translate(159.000000%2c 29.000000) rotate(-270.000000) translate(-159.000000%2c -29.000000) ' cx='159' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-4' transform='translate(133.000000%2c 3.000000) rotate(-270.000000) translate(-133.000000%2c -3.000000) ' cx='133' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-14' transform='translate(133.000000%2c 29.000000) rotate(-270.000000) translate(-133.000000%2c -29.000000) ' cx='133' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-5' transform='translate(107.000000%2c 3.000000) rotate(-270.000000) translate(-107.000000%2c -3.000000) ' cx='107' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-15' transform='translate(107.000000%2c 29.000000) rotate(-270.000000) translate(-107.000000%2c -29.000000) ' cx='107' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-6' transform='translate(81.000000%2c 3.000000) rotate(-270.000000) translate(-81.000000%2c -3.000000) ' cx='81' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-16' transform='translate(81.000000%2c 29.000000) rotate(-270.000000) translate(-81.000000%2c -29.000000) ' cx='81' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-7' transform='translate(55.000000%2c 3.000000) rotate(-270.000000) translate(-55.000000%2c -3.000000) ' cx='55' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-17' transform='translate(55.000000%2c 29.000000) rotate(-270.000000) translate(-55.000000%2c -29.000000) ' cx='55' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-8' transform='translate(29.000000%2c 3.000000) rotate(-270.000000) translate(-29.000000%2c -3.000000) ' cx='29' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-18' transform='translate(29.000000%2c 29.000000) rotate(-270.000000) translate(-29.000000%2c -29.000000) ' cx='29' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-9' transform='translate(3.000000%2c 3.000000) rotate(-270.000000) translate(-3.000000%2c -3.000000) ' cx='3' cy='3' r='3'/%3e %3ccircle id='Oval-2-Copy-19' transform='translate(3.000000%2c 29.000000) rotate(-270.000000) translate(-3.000000%2c -29.000000) ' cx='3' cy='29' r='3'/%3e %3ccircle id='Oval-2-Copy-29' transform='translate(237.000000%2c 55.000000) rotate(-270.000000) translate(-237.000000%2c -55.000000) ' cx='237' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-28' transform='translate(211.000000%2c 55.000000) rotate(-270.000000) translate(-211.000000%2c -55.000000) ' cx='211' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-27' transform='translate(185.000000%2c 55.000000) rotate(-270.000000) translate(-185.000000%2c -55.000000) ' cx='185' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-26' transform='translate(159.000000%2c 55.000000) rotate(-270.000000) translate(-159.000000%2c -55.000000) ' cx='159' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-25' transform='translate(133.000000%2c 55.000000) rotate(-270.000000) translate(-133.000000%2c -55.000000) ' cx='133' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-24' transform='translate(107.000000%2c 55.000000) rotate(-270.000000) translate(-107.000000%2c -55.000000) ' cx='107' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-23' transform='translate(81.000000%2c 55.000000) rotate(-270.000000) translate(-81.000000%2c -55.000000) ' cx='81' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-22' transform='translate(55.000000%2c 55.000000) rotate(-270.000000) translate(-55.000000%2c -55.000000) ' cx='55' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-21' transform='translate(29.000000%2c 55.000000) rotate(-270.000000) translate(-29.000000%2c -55.000000) ' cx='29' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-20' transform='translate(3.000000%2c 55.000000) rotate(-270.000000) translate(-3.000000%2c -55.000000) ' cx='3' cy='55' r='3'/%3e %3ccircle id='Oval-2-Copy-39' transform='translate(237.000000%2c 81.000000) rotate(-270.000000) translate(-237.000000%2c -81.000000) ' cx='237' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-38' transform='translate(211.000000%2c 81.000000) rotate(-270.000000) translate(-211.000000%2c -81.000000) ' cx='211' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-37' transform='translate(185.000000%2c 81.000000) rotate(-270.000000) translate(-185.000000%2c -81.000000) ' cx='185' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-36' transform='translate(159.000000%2c 81.000000) rotate(-270.000000) translate(-159.000000%2c -81.000000) ' cx='159' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-35' transform='translate(133.000000%2c 81.000000) rotate(-270.000000) translate(-133.000000%2c -81.000000) ' cx='133' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-34' transform='translate(107.000000%2c 81.000000) rotate(-270.000000) translate(-107.000000%2c -81.000000) ' cx='107' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-33' transform='translate(81.000000%2c 81.000000) rotate(-270.000000) translate(-81.000000%2c -81.000000) ' cx='81' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-32' transform='translate(55.000000%2c 81.000000) rotate(-270.000000) translate(-55.000000%2c -81.000000) ' cx='55' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-31' transform='translate(29.000000%2c 81.000000) rotate(-270.000000) translate(-29.000000%2c -81.000000) ' cx='29' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-30' transform='translate(3.000000%2c 81.000000) rotate(-270.000000) translate(-3.000000%2c -81.000000) ' cx='3' cy='81' r='3'/%3e %3ccircle id='Oval-2-Copy-49' transform='translate(237.000000%2c 107.000000) rotate(-270.000000) translate(-237.000000%2c -107.000000) ' cx='237' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-48' transform='translate(211.000000%2c 107.000000) rotate(-270.000000) translate(-211.000000%2c -107.000000) ' cx='211' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-47' transform='translate(185.000000%2c 107.000000) rotate(-270.000000) translate(-185.000000%2c -107.000000) ' cx='185' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-46' transform='translate(159.000000%2c 107.000000) rotate(-270.000000) translate(-159.000000%2c -107.000000) ' cx='159' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-45' transform='translate(133.000000%2c 107.000000) rotate(-270.000000) translate(-133.000000%2c -107.000000) ' cx='133' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-44' transform='translate(107.000000%2c 107.000000) rotate(-270.000000) translate(-107.000000%2c -107.000000) ' cx='107' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-43' transform='translate(81.000000%2c 107.000000) rotate(-270.000000) translate(-81.000000%2c -107.000000) ' cx='81' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-42' transform='translate(55.000000%2c 107.000000) rotate(-270.000000) translate(-55.000000%2c -107.000000) ' cx='55' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-41' transform='translate(29.000000%2c 107.000000) rotate(-270.000000) translate(-29.000000%2c -107.000000) ' cx='29' cy='107' r='3'/%3e %3ccircle id='Oval-2-Copy-40' transform='translate(3.000000%2c 107.000000) rotate(-270.000000) translate(-3.000000%2c -107.000000) ' cx='3' cy='107' r='3'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: calc(100vh - 34vh); }

.intro-main-text {
  text-align: center;
  padding-top: 10rem; }
  .intro-main-text h1 {
    color: #ffffff;
    font-size: 5rem;
    max-width: 830px;
    line-height: 1.334;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: latobold,Helvetica, Arial, sans-serif; }
  .intro-main-text h5 {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.367;
    margin-bottom: 0.6rem;
    letter-spacing: 0.05rem;
    padding: 2rem 7rem;
    font-family: opensanslight,Helvetica, Arial, sans-serif;
    opacity: 0.8; }

.intro-count {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  padding: 2rem 10rem;
  color: #ffffff;
  font-family: opensanslight,Helvetica, Arial, sans-serif; }
  .intro-count-list {
    text-align: center; }
  .intro-count-list-value {
    font-size: 4rem; }
  .intro-count-list-title {
    font-size: 1.6rem;
    font-family: latobold,Helvetica, Arial, sans-serif; }

.intro-sub-text {
  text-align: center;
  padding: 2rem 7rem;
  color: #ffffff;
  font-size: 2.2rem;
  font-style: italic;
  opacity: 0.7;
  font-family: opensanslight,Helvetica, Arial, sans-serif; }

.intro-button {
  text-align: center;
  padding: 2rem; }
  .intro-button .intro-btn {
    color: #0087fc;
    background: #ffffff;
    padding: 1.5rem 8.4rem 1.5rem 3.4rem;
    font-size: 2rem;
    border-radius: 40px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
    .intro-button .intro-btn::before {
      right: 3.5rem; }

.info-iplexus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  position: relative;
  bottom: 25vh;
  z-index: 22;
  margin: 0px auto -180px auto;
  width: 80%; }

.box-goal {
  padding: 50px 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
  margin: 20px;
  width: 420px;
  margin-bottom: 110px;
  height: 440px; }
  .box-goal h2 {
    padding-bottom: 20px; }

.box-one {
  padding: 0px 20px 20px 20px;
  width: 420px;
  margin-bottom: 25px; }
  .box-one h2 {
    font-size: 4rem; }
  .box-one .wel-text-top {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: normal;
    font-family: opensanslight,Helvetica, Arial, sans-serif;
    padding-top: 20px; }

.footer-top {
  padding: 60px 20px 40px 20px;
  background-color: #F8F8F8; }
  .footer-top .desc {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    padding: 40px 10px 30px 10px; }

.iplexus-product-details {
  width: 80%; }
  .iplexus-product-details .title {
    font-size: 4rem; }

.wel-text-top {
  line-height: 1.75;
  letter-spacing: normal; }

.iplexus-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .iplexus-r .search-crumbs {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkoAAABLCAYAAACP4KgVAAAAAXNSR0IArs4c6QAAIYlJREFUeAHtnQd8FVX2x09Cem8EAykUwYKKWGiuAqKysqCou+oqdmyrrm111RXbKrjs37Kuq6LC2nVt2LErFhBEUSkKCBISWhLSe/3/fvMyj3mTeS8vxOQ9yDkfJm/anXvnO/feOfecc4cQaZWWlpYQrE7HcgGWoVjisKgoASWgBJSAElACSqAnEKjETa7CMhfL4yEhIS28aSpHAiUpAz/PYDma2ypKQAkoASWgBJSAEujBBD7GvU+DsrQ1pNWS9CF2qJLUg2uE3roSUAJKQAkoASXgQYDK0jFUlC7EyqMeh3RDCSgBJaAElIASUAJK4CIqSl+Bw0hloQSUgBJQAkpACSgBJeBBYAkVpQrs0sBtDy66oQSUgBJQAkpACSgBqaSiZER1KwwloASUgBJQAkpACSgBTwKhnpu6pQSUgBJQAkpACSgBJWASUEXJJKG/SkAJKAEloASUgBKwEVBFyQZEN5WAElACSkAJKAElYBJQRckkob9KQAkoASWgBJSAErARUEXJBkQ3lYASUAJKQAkoASVgElBFySShv0pACSgBJaAElIASsBFQRckGRDeVgBJQAkpACSgBJWASUEXJJKG/SkAJKAEloASUgBKwEVBFyQZEN5WAElACSkAJKAElYBJQRckkob9KQAkoASWgBJSAErARUEXJBkQ3lYASUAJKQAkoASVgElBFySShv0pACSgBJaAElIASsBFQRckGRDeVgBJQAkpACSgBJWASUEXJJKG/SkAJKAEloASUgBKwEVBFyQZEN5WAElACSkAJKAElYBJQRckkob9KQAkoASWgBJSAErARUEXJBkQ3lYASUAJKQAkoASVgElBFySShv0pACSgBJaAElIASsBEIs213yebaqmZZXtYkCd2SW5fcgl60BxLIr22RsalhMiTWv/HEnlDPe+I998Cqvcu33BPrR0+8512uIN2YsKPPpTNF6xbVZWFRo5zWt1uy6gwLTasE2hBYUNjkt6K0p9TznnjPbR687vBKoCfWj554z14rQBAd6Mhz6Uyx/RsqdyYHpM2MDunkFTS5EggMgY5YQfeUet4T7zkwtWv3zLUn1o+eeM+7Q+3syHPpzP10i6LUmQJqWiWgBJSAElACSkAJBIqAKkqBIq/5KgEloASUgBJQAkFPQBWloH9EWkAloASUgBJQAkogUARUUQoUec1XCSgBJaAElIASCHoCQaUobapqkE+3VxnQGltEfqlsaBcgTpO38yukuK6p3XP1hOAgcPv3hZKHZ22XZuyob+YTbStFeL5VrBRepKC2SaqbnI/zmnWWxczj3c2V8lJumZcrBu/upUU1sqasPngLiJItAFs+MxX/CDi1CVZnb3WaV90Bvk5Ngq3AWt+5bj9vT2sT/lEO7FktTU3S0tjYZpEW9nxtpam8XJoqytscaO861uNtEvuxo+jF56VhR5HHmU1lZdJc76PPwT34Ou4tvRMP7pPmZqla/o2UL/7CoxyB2giqOfufbKuS+3/cIcsnD5L//LRDbvmuQL753SDZOyHCKx++V8/4PF8WHJMjY3rHeD3P14FXcsvllJwEX6fosV+JwPKSWnlsXbFcMzS1zRXPxHNcVVorP0zZ231sUWG1XL50q+RBaW7Aw57YL04eG91PEsJdOj4V6ytxfEt1o3F8anaCPDSqr8T0cs20ZBeU9fIaqbUoUfslRcpXxw+USJxz5dcFMjkzQaJbz3dnHMQrs1YUyvCUaLllWO+gLeXZX+TLC2OzZMJesUFbxmApmFObKK5vkjM+y5fyhiZZhLpqla931MhFi7dIPgYbrLbTB6fI7QenG+s8jwOA0z/LsyaRGw9MkxsOcNWXPaVN1G5YL73i4yW8d7rHvQbrxpZ77paqH75rU7y008+UlMlTjf1UKAqfe9I4r6miwtgXlpIiyRMnSfKkKSIhodLedazHQ3r1kvC03pIwdrykTDkJ6X3PQK/duEFKP1ggKSfgXEj1qhWyfe4caSzeIVTA4keMlj4XXyahETvfyU1VlbLl3tnSXFMtOTP/z0hn/vGVvmbtT5J3xwzzVI/f5EknSOxBw6Ro3hyJP2yEhITvzM/jxG7aCCpFyXrPkzPjDetCTnzXAuJIa/rizaooWeF34fpja0vk1JxEiQ/zNGY+CMX4++IaCQvd2ZBL6pvlj+jwbziwt1w8JEUKaxtl6ieb5O6VRTJzeLpsx/aZeJnchfVz9k42lKUpn+TK3VAk7sCLg/JLRT2UoFD5+ncD3HeVGumq9uPwEo+DwvVGXrmc1j/RfVxXlEB3ErC3ifWos79fmCeVDc3SO6qXR1EKYTmd8lGu3Ir6fREUpI2V9XLKp5tQj0PcitDqslo5FfV5xkEuxYgtKjM23H2dPaVNlLz1msSNHLPbKEp8APEjoWicd5H7WXAlJDLS2G4o2C6bZtwg4RkZknHZVRKZ3R/KSaNUr/geysu7rnuF0kPxdR0eTxhzpKRPv0QaS0qkeuV3UvDEXAkJC4OydQIPexXmkzDmKAmNipKmslLZct9s6X3mOZI4/hgoS8WSN+s2KX71JaFyR6nfvk02/3MmlCT03YmefWh76aMH7yMD7n/IoyzN1dWS9/cZEjv8EInZb6iEREVLxdIlknDEkR7ndfeG59uqu3NHfhzdrC2vx8jJ0/yYhYZ97qBkQft3Sy0sCj+W1UlFo+e55gncy06Gpma7NGDXOuRjN2XTBeRwupG8FGXi9ey50TjB/ey0vEkZ0prp8mHtsJ9LszmF9/QzymUVb/nyHF6LbheLgcRIyhEohe6pn8CI17UL8yRra1qeZzLZVtMoG2C5aZtShPfDezbT0tXplAfv0yk9y8K0r28ql/Og1FiFI+QHfiqWmYf0se6WNeV1MiEjTi6FksSK2icqTE6CxWglrFKU1aV1ciK2z8X1WE36xYTJKdmJ8hWsUKawvuyXGCnZqE/mEhvmqlT8e+6gJHkVZeoOIS97/fWXfyXqPJ+73YXSHeXuTB6sC3SLmvWG16rBhtVV7k/d9VbvncpmtnW7q5ZlYf3egnpuFbOt8jj7CG8uQ4YGUDm3i5mf2Y7M477auHmOvU2QzfFQhE5Gvb56/7ZW10fWFsu+qM9sE7QmDcJA8iYMJB5eU2xw5XV/RD05PC3KXd/Zl7pqvCvXYGkTtERQmuvqpH5zvrQ0tHXH04rRsHWLNNe62rzrDlx/GwoLrJu7x3pYuITGxXksIeEuJbZg3qMSnp4u2bfeKTEHHCS9EhIkLDlFEo4aL9l//4dhGXLfpI/rGOdgcEirT0SfPpI0YaLEHXIYrFTfu5M7rsB9VrlksSQefaxxuC4PCjgUOypJFFq2EkYeIbQEUVoa6iUfSk0ClNXUKS6LmHGg9U976WndorXLulQuWyqROQMMJYmXSRo/QSqWLLJeNiDrAbUoLcYL7SyY6Nn5J0f0knS8CE35vKBaTseoqvC0fQ3Fhz78ZzeUSCLOK0BH99iYfjIFVidT3t9SJZd8tUXKYYVobGmRJ3+T6Tb701px5w+FRgfDTvLP+6bI5fumysdw9V2KNJTB89cZv9/B7dOA9H/C/oU4zk5pR12jzD0iUw5NiTI6Wo7g6PqpbmqW/rER8uLYLI+OiBe6bMkWGRwfKV8WVMkOKDG56KCnD06Wu6EMsHMc+OpaeeKIfnL5kq1Gh7fp9/sIFSRv+bLTpzn954o6gxU7c/I6vX+CXLpPqgx8ZS1Gmb1lzpoSwxJHPemlcVlyeGq0UWZel6NPuqDSMEp98+gcyYgOk7fyKuQhdLKD4d78Asy3g8+w5Ch5a0KO4Y7iS4Rpv8B9ZOFeadWZC/Z0V66FIvM2zjPl6fWl8i+w/hruUidZQwUOzPaH68sUviTP+3KzPHB4hqREeo6eR6VFy6i0fuaphgK2pLBGDsM9UcbDIsTFKvnVDZIRs3P0vBp5xuJZ/W9jmUSh8xiBa/K+TTkYLiy6e7tSqLh7q7/t8We5/rGy0LCi9Y+LMNyFdXiGdL35I7NWFCFtYZtTh6Muv4Y6kNTqwmxzwq+0g8rC4PlrZemkQbJPoss6/OT6EnkKdYUuJaMt+Ki7vuo927BdWJfvQlvPjguHgtYo5++dIn+D2+kN1PPrvtlmWBBpUTljYJI8OCLDSM62mhEVLl8WVkkF6jsVopuQ5q+trqpvimvlgi/zjbLS4pmGevrSuGyDnbe+xVsbt5fX3iboAv74uAGSCaX/YShFdlmGQcX4veI8dh+DwUQp+j0OZA5A21oN9/U+aM/PbiiVvmgLY9JjJNJiqQ2GNsG4nPWXnC9pp50hpe8tMOJ2GJfS77qbJGrvwcb9lby/QIpfekFCk5KkYdtWSfjNWEk/70IJhWVk49/+IvX5+VIw9xEpeGqepE87V+JHH+HBxdtGoNuEU7kYj1S18gfpd81fDfea0zmd3RcW7zu8pD5/s6GsRmZnGVlRWeNilQa44MKSXQNdusOyb79bwlJT8Qzftp7mV3p7gqaqKild8JZkXH2d+1DkgEFS/Nbr7u1Arex8Y3RzCfjy4AvyZFgAboMZmTElVy3dZnRu9qL0guaZHRsmK08cbLhs2PHf+O12D0WJI71vJ0PJwXX/gg7xz4hb+R5Kz0LEsNwBJWvxpIHG6Isj2TELNsiR6bFyNF6y86CsTPowV9ad5GqczPsKlIMd5rqThxjlYrD49EWbjdipf+OlOgqxUA+PdHWym2HhsY7WrGV/DS6dN8ZnQ8EIl2VwK014b6Ph4juk9SU3B26or1CutFYFccby7V7zfQpKYgmUitVgwPyu/2Y7Rr6NhsLHThn/JLeiUVbgOIUxInxhvIb8G3DCxUOShfE7DOI87oONiAErljvhsqL8AAvNXxAzNAexPbQIHfTmOnkRisU5sLbcjjgxsl2F68bBXUYLXAx+L8GIdsQ76xFTVCdDWxWfx34ukYuQjzceuUibjZc9R8IUlpnKLd2sv0XsEYOUvQkVjTfyy2V8nzi5sdWlYD+X1oDXNpXJq3iJmcKsdqD8VKSpRF28uMaIYeKIndIfz6YI98yRfFfFKbVXf33x/wzK60woOy9D6T0WL0TW3wl4fv4KY1MoVmWpu5Qkf8voq+76qvf263NwdRvq64fH9ZeDoOyzj9kA5YHSjNrGtkDrIi1zrLu0bHLwQ/kMA4GXMeBhW6WCcQX6jwvh2oqBInnW53lyNtqCGePzHRQnKpgfYSDlrW85APlT7G3c2Gn5Y28TPEQlyZtQiZuU6akocYARDkVoU5VLUYpF+1wEFknY/y0Uq1449ub4HMPiyusGQ5sw7g8D0saCArf7ZesD98iOl1+QfjfMkOofV0nR889I9h2zJDIr27A4bb7/n1L82iuSduofpf+se2X9ny6Q9HOmG24ob7yc9geyTdSuXycF8x5zFyvmwIMk7vCRUpe/ydgXkdPffczXSsPWzVL64bvuU8KSUiQOsTymUOmoz8uTppoqqfxmmdSAZ+bNd5iHHX8bCre7rFaIg3ISWvYqlyySfn+92X2YSpK/4pTemrb0nTclAs86Zv8D3LvD02FYgBJJ61Ug45ScibiL2XUrS/BS3ArrBV/gZuDt8FRX52LPlZ4SvpjNuJaJ/eKNF7bV9XPWwETheXzZnTEg0Qh0zIUFhZaPA9FpcRT1JhSeL2HFysHL+guMHr3Jq61pPtpaaaShIkJrDK1RvaHUfA7li8oTlQ66e7wJX2zseCmHQTliOWiZMeXK/VKN4+YL2le+jchrAEbJ7OQoA+PDPQKUue/UAQmGq5Luyt/2jYP1yfWS4EieLium5chyHJSNdbBMmZIUESqTwJTCmIhRaTGGC4LbL2NW2GX7oBGi86XwflLRAfOaHMk+uq7E2M+RrjFSH5BkbDv9qUBgal+LNecBKJ20YJnxRE5pzH1j0qMNt9pH2yrl/c2uIEfzGH+p4J2GF9p1Q9NktCWon9ufTBwAK1hfeQ8B/zMQAH3111vdLiyOuClUjLtK2qu/vvjPR108IDnSUJJYPr4Uqdx1RKyBvMGmJJn34a3u+lPvzWu8BFbHQ+mmkkRhXadiRJmaleBeZ93NQVtahz7BlLF9Yt1tdTLOZZvfAMVjMRQO1q1r9ncpnDz/4Fblyp++xd7GzfzMX3ubMPd7+2UsLvQLDzE3Q1p7hw+O7S/zoRT+F5bfZRg89kFM3kyLVTEY2oR5A/GIPWHAMZfYgw+VeliOKJWLv4S76FBDSeJ2RL9MiT98lFT8SrOgAtUmQhGPFNY7zb2ExrZaxM0ga/TzVil64VnJvfFaYylf9Ln7UGMpYo9W/OBeGNhuldo1P8rWh+6XvDtvhcKUK9mz7kHMU471lDbrTbWIM0pxVnyorOTfe7ekTD1Foofs2yZtezvaS8/A9ZJ335bUk//gcalwuPsozdXeB9EeCbpow/tbvosyNC+7BSMjviDoY/dH6Bb678+lhsJClxeFnWi4aZ6wXCQHLiIK3UY0v9MCYo4suX8SrBejenu6bLifwjgDxoM0ozeypuGsEioL18LyQoXjeli0KmGyv/HA3oYSZyRu5w9Hejtqd76QE3H/prSXL4Mzn8JIlzPAUuB+fAVxNfPQEXqTKHChdY1C1+YTcHe8sanCcBdytszQJGellOdHoZx0X7JMZGgqEzxmlUuhQE2DcnLbsHR5HM9m2sBkt0JlPc9c53MohEWEQtfh7d8XyBGw7F319TZjH916tO78Ce7IaVB8rbMYqXRyoWXxH6uK5HcWtyuvNfnjXDkBs9esLzTjorY/J2Ylyk3fFhiKNhVPWuUo0dRmulC81V+nLE3+PLalpgGuxl2bzWm9Nl8MGdG9ZCoC6bva3WbNd1fWrXW3I/V+KyyG3voTWn7nwJXFWZRUNLZhm3XcScyBC7sZXpMDgwgoXXbxp2+xtnF7em5b24TTcfu+bCj222tcbcg8Risj2zpj8OzCQRMtUFQivUmg2oS9PCGIqWHwMoUunvDU3h6nRObkSMnbb3js68xGINpERGa2a/aZreCmEkOlJrz3zvtOOva3EjtipGyf86A0Vbpiupg0er8DJOPSK2xX2bkZi5ikvS6+XMo++UgKn54nLbU7BwU7z/JcC42IlMbyMs+d2OInCvJm3obZZ6Mcy94mgW2HP+n5XCOgyNldfVSwKGbAu+3S3bYZMEWpNywLHMXTPG71nzvdOU3cjJN5GnFHhyPGhMHKo97Z4HSqsW9JazAvR94DYT3aipcNR3b+CK1bfVA2xrKY7hl7OjYwLhxRng+X3IkYgVrjXuznc5vWr+WwupySszOuynpee/ky2D0OMTaTYflh934V7sce02O9nnX92mXbZBsYPDq6r+yFe6OPnhag9oRl4kuC1rSR4GGXCRkYhUPZYFzIa7A8LUIcii9h7NAmXIvC6z4ORc9U5rhvQ0WDfINyje0TI1k4dw4+I8B3Ga2JpiSE9/L4BpOpJNG6dRusRe1JHqwE1K37tloCGTsWDzeKaa1sL/2uHO9o/bXmwTg0xsj9GsKg9+4WuoQola2Dm47mj2rvd72norARz9MudKse/f4vRnA0Y/OoCB0O15s/koX+gwoRY6XMSQBmOl99Cy1S/oi1Tfhz/ghYexdsqZBbLXX9gy2Vkoz2NAhxSU6SV9VotCenY9wXiDbhrSzmfgb41qxbY24av7Xr18MS034b90jUzkYg2oRTkXrFxhmusx3zXzRmfPEzABS6triERngf2Dpdz9yXiGDoasQ+bX3wXrgx74b7qq0ybZ5La1KjLUDeVHJiDxpuxJOZ5/r76096KkOl77+D2KTr21yWAfuh0dHGLLw2B7txx06TRjdmyqyoiNBC828E/7JP4WyUxxHj4iT0s7NTYhp2uwscXC+MQeF1GKfyONxB/N4OFQnGFvC7Iu+jM6Gw05wH6wrdfpS0CJeuyNgbc0bLeXsnIYC2yJhhxnMYF8CXNoUztGiKp9DEzxcBLUVOsrSoWhiszFl6s6GcQM+Rk2DR8Ca+8s3FC57xQAtwH9+X1MiriH/itj+ybEc1Zo/FGkoSLURW91976U+HK+0+uMg4c4lC1yUXCp8FrUr3riqUsYj3GgilyZcw0JSKEV9mTEtFlNPyzYVl5HR9btPFNyguUm5ZXmB8vJAvHj7bWXAhTIFiSmGg8BRYkvZNiJQ/wt26Ejy4MKiVwtlIt35XaMSH0Y7H9DfAEngWZlOayjlnAB3c6qoxEnXBH3/qr7dsaUXji3BFSZ0xi5LuY7qtdxdJxPPkIOJ/v5QZrmrG5HDdX+lIvWe9eR9KhPnRWtbZJxE0vgVWIc7o5IxIKkn8btFWWJT8EQ4QqIDR+sk6ZFhn0U+xXbfXt/hzfWub8Od8hipsQD2+78cigyf7gDvxOYwrMEElCn0R6zMHQrxflvUd9JVPob+7ABNJKMHSJtq7V373p27TJin79CMj0Lt69UqpXIoZWeOOdiftlZAojTsKjanpjGHZHaSlvg5T9os9luY614y+9HMvlEZ8R2nTHbdIzU+rjftqwnT5qu++NSxsu3p/6dMvNq5V+PQTPi9Bq5Yxy7BVWaI7LH/m7RLZNwuB9EfheeQaCwPr/RF/0xe/Md+wJsUeOKzNZesQZxWFgO5AS8AsShzBPwILx2Vws9y7aofh978aVhI2ersY5nd0eCNgRaKV43yMjM0PDvJcWgjgVZChr68zYl6ORLzBv0dkGJdhR8SAbVpVytC58YV7HJSoqXDTUBivcDysNIe+tV4y8aJfiHiWaxGPUIkeZTRGnZzlEgb/8eXoiCjfIiibgdKcpcfgauZjLYtxUusfmtUnfrjRiJdibNPzR2UZMUDeRpu+8mVAMIPIByE2qaSuGbETNXIjArqfOyoTQemewZ3WMnD9csyKux4B7s9vKJMElJtK5MJtLmXHfq59+29wLfI+hyHAm/dDN9z9mKFmyh/gyrkGwe9Wq495zP5L5eTYvvHyLF6UnInUnhwDxekuzBK8FC5OPrtwMDgds5VmDe9jJJ2BwF1+IoDLfNsU/+LT9zPcpy1Qn0/+eJPx+QkqtGdDSbJ+qPEZuDO7+mOj7dVfXxymZMXL2duTZTwsInTjkPdZYLA7yX2oLxfjW2VkzZihszAQmdsa29beffiq91QircKB1L+Q1/mYJEJh270GU+wHwr3PGL3RC9YblpVhydGoh55prdexrtPl9tyRWUYdzMaHS9kX8JMVp0Apa69vsV7H27pTm7gRrmHODGQMJMML+r60xpiJyo/q0hL7Dmaask38HRMcaA29aEiq2+XM8rKPmv26qx/lgOM/I/saE1dYBoYUBEOb8MbD3M+XY8blVyGg+2kpeHKeMdMt8ZiJknz8FPMUSTrueCl67ikpfn2+7HXZlfhA4cHuY8G6Uvn1EuFiFfODk2GY3dd/9r+kCDP9tj36kBifP8DzCk9NwxT/YyXxyHHWZH6v94qOMVhunn0XXFsHStyIUY5p+Z2lmGHDpXzhJ5L6+9Ok8IWnhVP8udin6A95+n/G7LzCZ56Ee+9D19fGm5vk5wvOksgBAyXr5tv9St9YWor8PvaY6WYtXNlnn0jC6DHWXQFZD2mBdHXOCwoa5IhkaDJexJ8ZRywkffE0MTvbb1yzqDj93YwxsGdH91U0XpbWbzOZ5zAuyQxYNvcxT067ZSwVLSBW4YiSypJ9v3nONChTfaPDZfahfRzN9uZ5Tr9O+Y597xe84NPdnzxgulM+zUOHH+uXkkIXZzWGmMmWuCinvL3t40i0BozsSuHLcD/ORszQUsze80feg3WEn0RYPXWw43Pwdg3yTgJvb8/eWzrupyWgBHWHFkbr86KVhorsihP2Nl5ATtf4sqRJjk/3bSkz0/mq5/7UX/M6Tr98aVJp4KCgq+XXumdrOfkMqlB/Ouri3NV6z4+V2tstP79BxcRb/2Atr9M6+whakE1rpPUcX32L9Tyn9V1tE3QHxiC2zqlK0NXPz0jQouckwdAmnMrltI8Wl9BIZ9cTv73EQHAJdb5Pp+vtyr6uaBPtlYPflwpBfevO2V60Xm177GEZ+MAjLq7tFbILj9fl5uLL3TcbsyL5BXYn6chzcUrv776AWZSsBfSn42JnwNGUL+E5vq5lf8lbr2VXkniM1/OmWDCg2l+xxza0l84p398g6PkmuI04ZZ9lXYYpygz0Pa2/f9YFdu6REbzyrgmVy3CHTpffTbpkH/9jXyZiJE+X5Ua4x/jtJn+lI7zt12QX6lR3lmPkfRUsDk7H7Nfo7DbJdyYfp2DizpapO9PzGXRUSWL5drXeO7XbzgaxO/URJkNffYt5jrffXW0TvvoVuuG4eJNgaBPeymbf701J4nm+Ym7s19ndtjlDrrsl9uBDJLL/AHy2AZ8KyOjb3dl75Ff7y8+SPOVE47+p8TgQgI2gUJQCcN9dniXdg95il3Ylc/43Ha5vDVUbVq5xCHi+57C9OmSV2ZV8faVh7NWFuM9TER/UEXkF3wQKBmGMiUpwEwjGet8VxLRNdAVVveauEMjERz+DQRLHTQiGYhhlUEWpix4FP2b5a8uR+MIul2ARWghU2QiWp7HnliPY6v2eS1rvTAkoAScCXevYdcpR9ykBJaAElIASUAJKYDch0C2KUrl/M3F3E2RazJ5EIL+WYdj+yZ5Sz3viPfv3hPUsEuiJ9aMn3vPuUNs78lw6cz/dMuttbVWzLCxqlMxo78GFnbkJTasEuoIAFZ/hib1kSKx/44k9oZ73xHvuirqzp16zJ9aPnnjPu0P97ehz6cw9dYui1JkCaloloASUgBJQAkpACQSKgH9D5UCVTvNVAkpACSgBJaAElEAACaiiFED4mrUSUAJKQAkoASUQ3ARUUQru56OlUwJKQAkoASWgBAJIQBWlAMLXrJWAElACSkAJKIHgJqCKUnA/Hy2dElACSkAJKAElEEACqigFEL5mrQSUgBJQAkpACQQ3AVWUgvv5aOmUgBJQAkpACSiBABJQRSmA8DVrJaAElIASUAJKILgJqKIU3M9HS6cElIASUAJKQAkEkIAqSgGEr1krASWgBJSAElACwU1AFaXgfj5aOiWgBJSAElACSiCABFRRCiB8zVoJKAEloASUgBIIbgKqKAX389HSKQEloASUgBJQAgEkoIpSAOFr1kpACSgBJaAElEBwE1BFKbifj5ZOCSgBJaAElIASCCABVZQCCF+zVgJKQAkoASWgBIKbgCpKwf18tHRKQAkoASWgBJRAAAmoohRA+Jq1ElACSkAJKAElENwEqChVBncRtXRKQAkoASWgBJSAEggIgUoqSqsCkrVmqgSUgBJQAkpACSiB4CawiorS3OAuo5ZOCSgBJaAElIASUAIBITA3pKWlJQRZf4jl6IAUQTNVAkpACSgBJaAElEDwEfgYRTomNCQkpAUr07Bwh4oSUAJKQAkoASWgBHo6AepE06gj0ZpkSKtlaTo2LsAyFEuccUD/KAEloASUgBJQAkpgzyfAyW2M22ZI0uOthiT5f+qUzbXaT8uOAAAAAElFTkSuQmCC) no-repeat;
    width: 99%;
    height: 76px;
    border-radius: 6px; }

@media (min-width: 310px) and (max-width: 576px) {
  .iplexus-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-sm-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .iplexus-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-3 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-9 {
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .iplexus-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .iplexus-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }

.iplexus-container-fluid {
  width: calc(100% - 121px);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.iplexus-container-w {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .iplexus-container-w {
    max-width: 540px; } }

@media (min-width: 768px) {
  .iplexus-container-w {
    max-width: 720px; } }

@media (min-width: 992px) {
  .iplexus-container-w {
    max-width: 960px; } }

.asset-class {
  font-family: latobold,Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #3a4451; }

.content-cl {
  opacity: 0.9;
  font-family: latoregular,Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #3a4451; }

.published-accordian {
  background: url(https://discover.ontosight.com/images/pub-filter.eadd.png) no-repeat;
  width: 62%;
  height: 440px;
  position: absolute;
  top: -16em; }
  .published-accordian.fr {
    background: url(https://discover.ontosight.com/images/pub-filter-french.1332.png) no-repeat; }
  .published-accordian.de {
    background: url(https://discover.ontosight.com/images/pub-filter-german.d5ac.png) no-repeat; }

.concept-base-search {
  background: url(https://discover.ontosight.com/images/concept-base-search.ebc1.png) no-repeat;
  width: 100%;
  height: 293px; }

.detailed-insight {
  background: url(https://discover.ontosight.com/images/detailed-insight.d721.png) no-repeat;
  width: 99%;
  height: 165px; }
  .detailed-insight.fr {
    background: url(https://discover.ontosight.com/images/detailed-insight-french.b7e1.png) no-repeat; }
  .detailed-insight.de {
    background: url(https://discover.ontosight.com/images/detailed-insight-german.7f70.png) no-repeat; }

.discovery {
  background: url(https://discover.ontosight.com/images/discovery.d2b5.png) no-repeat;
  width: 56%;
  height: 325px; }
  .discovery.fr {
    background: url(https://discover.ontosight.com/images/discovery-french.976f.png) no-repeat; }
  .discovery.de {
    background: url(https://discover.ontosight.com/images/discovery-german.a00c.png) no-repeat; }

.annotations {
  background: url(https://discover.ontosight.com/images/annotations.253f.png) no-repeat;
  width: 82%;
  height: 210px; }
  .annotations.fr {
    background: url(https://discover.ontosight.com/images/annotations-french.b682.png) no-repeat; }
  .annotations.de {
    background: url(https://discover.ontosight.com/images/annotations-german.b421.png) no-repeat; }

.cluster-updates {
  background: url(https://discover.ontosight.com/images/cluster-updates.79d1.png) no-repeat;
  width: 80%;
  height: 280px; }
  .cluster-updates.fr {
    background: url(https://discover.ontosight.com/images/cluster-updates-french.c66e.png) no-repeat; }
  .cluster-updates.de {
    background: url(https://discover.ontosight.com/images/cluster-updates-german.8509.png) no-repeat; }

.custom-dash {
  background: url(https://discover.ontosight.com/images/custom-dash.ae1c.png) no-repeat;
  width: 90%;
  height: 344px; }

.marketplace {
  background: url(https://discover.ontosight.com/images/marketplace.6dab.png) no-repeat;
  width: 100%;
  height: 318px; }
  .marketplace.fr {
    background: url(https://discover.ontosight.com/images/marketplace-french.a299.png) no-repeat; }
  .marketplace.de {
    background: url(https://discover.ontosight.com/images/marketplace-german.3b21.png) no-repeat; }

.d-none {
  display: none; }

.pb-3 {
  padding-bottom: 7.5rem; }

.py-5 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.bg-sc {
  background-color: rgba(225, 236, 245, 0.2); }

.font-wight-bold {
  font-weight: bold; }

.pb-10 {
  padding-bottom: 10rem; }

.bs-1 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff; }

.bs-1:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e6e6e6; }

.tab-container .rawsearch-content {
  background: #ffffff;
  overflow-y: auto;
  height: calc(100vh - 145px); }
  .tab-container .rawsearch-content .table-tab-list .table-cell:first-letter {
    text-transform: none; }
  .tab-container .rawsearch-content .panel-rawdata {
    height: 300px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #EAEAEA;
    border-top: 0; }

.global-datepicker {
  margin-right: -10px; }
  .global-datepicker .s-date-picker-box {
    width: 100%;
    padding: 0 15px 0 10px;
    height: 100%;
    color: #0087fc;
    background: transparent;
    border: 0;
    font-size: 13px; }
    .global-datepicker .s-date-picker-box:hover {
      color: #006788; }
    .global-datepicker .s-date-picker-box:after {
      right: 0px; }

.clinicaltrials-view .page-options {
  height: 30px; }
  .clinicaltrials-view .page-options .goback-container {
    display: inline-block;
    margin-right: 10px; }
  .clinicaltrials-view .page-options .ct-title {
    display: inline-block;
    line-height: 30px; }

.clinicaltrials-view .left-container .tabs-list {
  display: -ms-flexbox;
  display: flex; }
  .clinicaltrials-view .left-container .tabs-list .tab-header {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f3f3f3; }
    .clinicaltrials-view .left-container .tabs-list .tab-header:not(:last-child) {
      border-right: solid 1px #EAEAEA; }
    .clinicaltrials-view .left-container .tabs-list .tab-header.active {
      background: #ffffff;
      font-family: latobold,Helvetica, Arial, sans-serif; }
    .clinicaltrials-view .left-container .tabs-list .tab-header:hover {
      cursor: pointer; }

.clinicaltrials-view .left-container .tabs-content {
  overflow-y: auto;
  background: #ffffff; }

.clinicaltrials-view .tab-content {
  padding: 20px; }

.clinicaltrials-view .clinicaltrials-view-header {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .clinicaltrials-view .clinicaltrials-view-header .left-align {
    display: -ms-flexbox;
    display: flex; }
  .clinicaltrials-view .clinicaltrials-view-header .right-align {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    -ms-flex-align: center;
        align-items: center; }

.clinicaltrials-view .clinicaltrials-view-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.clinicaltrials-view .result-tab .result-item {
  cursor: pointer; }
  .clinicaltrials-view .result-tab .result-item .card-title {
    color: #4A4A4A; }
  .clinicaltrials-view .result-tab .result-item .card-meta-title {
    text-transform: uppercase; }

.clinicaltrials-view .reusable-dropdown-box-default {
  height: auto;
  padding: 0 40px 0 5px;
  border: 0; }
  .clinicaltrials-view .reusable-dropdown-box-default::after {
    display: none; }

.clinicaltrials-view .reusable-dropdown-box-default::before,
.clinicaltrials-view .reusable-ms-dropdown-box-default::before {
  height: auto;
  border-left: 0px solid #EAEAEA; }

.clinicaltrials-view .reusable-dropdown, .clinicaltrials-view .reusable-ms-dropdown {
  width: 100%; }

.clinicaltrials-view .reusable-dropdown-box-search {
  border: 0px solid #EAEAEA;
  height: auto;
  padding: 0 5px; }
  .clinicaltrials-view .reusable-dropdown-box-search .reusable-search-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 485.213 485.213'%3e%3cg transform='matrix(0.95099 0 0 0.95099 11.8901 11.8901)'%3e%3cg%3e %3cg%3e %3cpath d='M471.882%2c407.567L360.567%2c296.243c-16.586%2c25.795-38.536%2c47.734-64.331%2c64.321l111.324%2c111.324 c17.772%2c17.768%2c46.587%2c17.768%2c64.321%2c0C489.654%2c454.149%2c489.654%2c425.334%2c471.882%2c407.567z' data-original='black' class='active-path' data-old_color='%23F0D3D3' fill='%23FCE5E5'/%3e %3cpath d='M363.909%2c181.955C363.909%2c81.473%2c282.44%2c0%2c181.956%2c0C81.474%2c0%2c0.001%2c81.473%2c0.001%2c181.955s81.473%2c181.951%2c181.955%2c181.951 C282.44%2c363.906%2c363.909%2c282.437%2c363.909%2c181.955z M181.956%2c318.416c-75.252%2c0-136.465-61.208-136.465-136.46 c0-75.252%2c61.213-136.465%2c136.465-136.465c75.25%2c0%2c136.468%2c61.213%2c136.468%2c136.465 C318.424%2c257.208%2c257.206%2c318.416%2c181.956%2c318.416z' data-original='black' class='active-path' data-old_color='%23F0D3D3' fill='%23FCE5E5'/%3e %3cpath d='M75.817%2c181.955h30.322c0-41.803%2c34.014-75.814%2c75.816-75.814V75.816C123.438%2c75.816%2c75.817%2c123.437%2c75.817%2c181.955z' data-original='black' class='active-path' data-old_color='%23F0D3D3' fill='%23FCE5E5'/%3e %3c/g%3e %3c/g%3e%3c/g%3e %3c/svg%3e") center no-repeat;
    padding: 3px;
    transform: rotate(5deg);
    background-color: transparent;
    top: 4px; }

.clinicaltrials-view .reusable-dropdown-box-clear {
  background-color: transparent;
  color: #9b9b9b;
  top: 0; }

.ct-status {
  display: inline-block;
  padding: 5px 5px 5px 0px; }
  .ct-status::after {
    content: "" !important; }

.clinical-table .table-row, .table .table-row {
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #EAEAEA;
  position: relative; }
  .clinical-table .table-row .table-cell, .table .table-row .table-cell {
    color: #4A4A4A;
    -ms-flex: 1;
        flex: 1;
    padding: 10px 0; }
    .clinical-table .table-row .table-cell:not(:last-child), .table .table-row .table-cell:not(:last-child) {
      padding: 10px 30px 10px 0px; }

.eligibility-container .general-table.card-table .cell-item {
  width: 25%; }

.eligibility-container .general-table.card-table .cell-title {
  font-family: latoregular,Helvetica, Arial, sans-serif; }

.eligibility-container .general-table.card-table .cell-desc {
  opacity: 0.8; }

.eligibility-container .tab-in-content .value {
  padding-left: 20px; }
  .eligibility-container .tab-in-content .value li {
    list-style: disc; }

.tab-data .tab-in-content {
  padding: 20px 0px;
  overflow: auto; }
  .tab-data .tab-in-content:first-child {
    padding-top: 0px; }
  .tab-data .tab-in-content:last-child {
    padding-bottom: 0px; }

.tab-data .tab-in-section {
  padding: 20px 0; }
  .tab-data .tab-in-section:first-child {
    padding-top: 0; }
  .tab-data .tab-in-section:last-child {
    padding-bottom: 0; }

.space-to {
  padding: 0px 10px; }

.date-separator {
  padding: 0 5px; }

.ct-results-accordion-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  padding: 0 15px;
  box-shadow: 0 2px 10px 0 rgba(156, 156, 156, 0.08);
  background: #fff;
  border: 1px solid #eaeaea;
  font-weight: bold;
  cursor: pointer;
  position: relative; }
  .ct-results-accordion-header.open:before {
    position: absolute;
    content: ' ';
    right: 20px;
    border: solid #0087fc;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(225deg);
    margin: 0 6px;
    margin-bottom: 3px;
    height: 10px;
    width: 10px;
    top: 20px; }
  .ct-results-accordion-header:before {
    position: absolute;
    content: ' ';
    right: 20px;
    border: solid #0087fc;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin: 0 6px;
    margin-bottom: 3px;
    height: 10px;
    width: 10px;
    top: 16px; }

.ct-results-accordion-body {
  border: 1px solid #eaeaea;
  margin-top: -1px;
  padding: 10px 5px 0px;
  background: #f2f3f7; }

.read-ct-table-more .handicon {
  z-index: 0; }

.reusable-radio.history-changes-radio .reusable-radio-item {
  margin: 0px; }
  .reusable-radio.history-changes-radio .reusable-radio-item .label:before, .reusable-radio.history-changes-radio .reusable-radio-item input[type='radio']:checked + .label:before {
    top: 2px;
    left: 2px; }
  .reusable-radio.history-changes-radio .reusable-radio-item .label:after, .reusable-radio.history-changes-radio .reusable-radio-item input[type='radio']:checked + .label:after {
    top: 0px; }
  .reusable-radio.history-changes-radio .reusable-radio-item .label {
    padding: 10px 0px; }
    .reusable-radio.history-changes-radio .reusable-radio-item .label:after {
      top: 0px; }

.reusable-radio .reusable-radio-item .label:before, .reusable-radio .reusable-radio-item input[type='radio']:checked + .label:before {
  top: 12px;
  left: 2px; }

.reusable-radio .reusable-radio-item .label:after, .reusable-radio .reusable-radio-item input[type='radio']:checked + .label:after {
  top: 10px; }

.page-view {
  padding-bottom: 20px;
  min-height: calc(100vh - 60px); }
  .page-view .page-content {
    display: -ms-flexbox;
    display: flex; }

.associated-drug-container .nav-pointing, .company-drug-container .nav-pointing {
  margin-top: 15px;
  border-bottom: 1px solid #e2e1e1;
  font-size: 15px; }
  .associated-drug-container .nav-pointing .nav-item, .company-drug-container .nav-pointing .nav-item {
    color: #9b9b9b;
    padding: 5px 15px 10px;
    margin-right: 2px; }
    .associated-drug-container .nav-pointing .nav-item.active, .associated-drug-container .nav-pointing .nav-item:hover, .company-drug-container .nav-pointing .nav-item.active, .company-drug-container .nav-pointing .nav-item:hover {
      color: #0087fc !important;
      border-bottom: 3px solid #0087fc; }

.associated-drug-container {
  margin: -20px;
  overflow: auto; }
  .associated-drug-container .capitalize-me {
    text-transform: unset; }
  .associated-drug-container .msd-container {
    width: 250px; }
  .associated-drug-container .panel {
    box-shadow: none;
    margin: 30px 0 0; }
  .associated-drug-container .panel-body {
    height: 100%;
    overflow: initial; }
  .associated-drug-container .panel-heading .title {
    color: #000000;
    font-weight: bold; }
  .associated-drug-container .table-tab-list:before {
    top: 50%;
    transform: translateY(-75%) rotate(45deg); }

.associated-bubble-graph .axis text, .associated-bubble-graph .axis line {
  fill: #000; }

.associated-bubble-graph .axis line, .associated-bubble-graph .axis path {
  stroke: #000; }

.gene-network-tooltip-line {
  position: relative; }
  .gene-network-tooltip-line:before {
    position: absolute;
    content: ' ';
    width: 1px;
    height: 7px;
    background: #4a4a4a;
    top: -3px;
    left: 5px; }

.preclinical-view .page-options {
  height: 30px; }
  .preclinical-view .page-options .goback-container {
    display: inline-block;
    margin-right: 10px; }
  .preclinical-view .page-options .molecule-title {
    display: inline-block;
    line-height: 30px;
    color: #0087fc; }

.preclinical-view .page-content {
  display: -ms-flexbox;
  display: flex; }

.preclinical-view .preclinical-tabs .tabs-list {
  display: -ms-flexbox;
  display: flex; }
  .preclinical-view .preclinical-tabs .tabs-list .tab-header {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #F8F8F8; }
    .preclinical-view .preclinical-tabs .tabs-list .tab-header:not(:last-child) {
      border-right: solid 1px #EAEAEA; }
    .preclinical-view .preclinical-tabs .tabs-list .tab-header.active {
      background: #ffffff; }
    .preclinical-view .preclinical-tabs .tabs-list .tab-header:hover {
      cursor: pointer; }

.preclinical-view .preclinical-tabs .reusable-dropdown-container {
  top: 38px; }

.profile-view .profile-details {
  padding: 10px 0px; }

.profile-view .profile-section {
  padding: 20px 0; }

.profile-view .profile-info {
  text-align: left;
  margin: 0 auto; }

.profile-view .profile-header {
  font-family: latobold,Helvetica, Arial, sans-serif; }

.profile-view .profile-title {
  padding: 3px 0px;
  color: #9b9b9b;
  min-width: 120px; }

.profile-view .profile-inline {
  display: -ms-flexbox;
  display: flex; }

.user-profile {
  padding: 30px 0; }
  .user-profile .text-title {
    font-size: 14px;
    padding: 10px 0; }
  .user-profile .profile-list {
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0; }
  .user-profile .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .user-profile .info {
    font-size: 14px;
    color: #080202;
    padding: 10px 0; }

.delete-section .delete-title {
  font-family: latobold,Helvetica, Arial, sans-serif; }

.delete-section .delete-desc {
  margin: 10px 0 20px 0; }

.delete-btn {
  font-family: latobold,Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 6px 15px 5px 15px; }
  .delete-btn:hover {
    opacity: 0.8; }

.generic-view {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  height: calc(100vh - 230px); }
  .generic-view .generic-view-header {
    min-height: 50px;
    padding-top: 15px;
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .generic-view .generic-view-header .left-align {
      display: -ms-flexbox;
      display: flex; }
    .generic-view .generic-view-header .right-align {
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: 0;
      -ms-flex-align: center;
          align-items: center; }
  .generic-view .generic-view-content {
    display: -ms-flexbox;
    display: flex; }

.header-divider {
  border-left: 1px solid #9b9b9b;
  opacity: 0.5;
  height: 19px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0px; }

.left-container {
  -ms-flex: 1;
      flex: 1;
  border: solid 1px #EAEAEA;
  width: calc(100% - 240px);
  padding: 1px; }

.right-container {
  -ms-flex: 0.3;
      flex: 0.3;
  background: #ffffff;
  border: solid 1px #f3f3f3;
  padding: 20px 20px;
  margin-left: 20px;
  height: calc(100vh - 138px); }
  .right-container .related-concepts {
    font-family: latobold,Helvetica, Arial, sans-serif; }
  .right-container .right-container-heading {
    font-family: latobold,Helvetica, Arial, sans-serif; }
  .right-container #list {
    height: calc(100vh - 165px) !important; }

.card-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .card-table.card-table-wrap {
    margin-top: 20px; }
  .card-table .cell-item {
    border: 1px solid #EAEAEA;
    margin-top: -1px;
    margin-right: -1px;
    padding: 10px;
    background: #f7f6f8;
    width: 33.3%; }
  .card-table .cell-title {
    font-family: latobold,Helvetica, Arial, sans-serif; }
  .card-table .cell-desc {
    word-wrap: break-word; }

.content-gray-background {
  background-color: #fafafa;
  padding: 15px 15px 40px;
  border: 1px solid #eeeeee;
  position: relative;
  margin-top: 40px; }
  .content-gray-background.significant-trails-box {
    padding-top: 40px; }
  .content-gray-background.compe-related-drug-content {
    padding-top: 40px; }
  .content-gray-background .table th {
    background: transparent;
    max-width: 150px; }
  .content-gray-background .text-top-box {
    position: absolute;
    top: -20px;
    background: #ffffff;
    padding: 4px 6px;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 2px 2px 6px #dedede;
    -ms-flex-align: center;
        align-items: center; }
    .content-gray-background .text-top-box .dropdown-root {
      margin-left: 10px; }
  .content-gray-background .reusable-dropdown {
    margin-left: 10px; }
    .content-gray-background .reusable-dropdown .reusable-dropdown-box-default, .content-gray-background .reusable-dropdown .reusable-dropdown-box {
      background: #ffffff; }

.tab-page-section .tab-item {
  max-width: 150px; }

.tab-page-section .row-contianer {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0; }
  .tab-page-section .row-contianer:last-child {
    border-bottom: 0; }
  .tab-page-section .row-contianer .left-header {
    min-width: 70px; }

.recent-container {
  padding: 10px 0;
  border-bottom: 1px solid #fafafa;
  display: -ms-flexbox;
  display: flex; }
  .recent-container .recent-actions {
    padding: 2px 10px 0; }
  .recent-container .recent-list-content {
    display: -ms-flexbox;
    display: flex; }
    .recent-container .recent-list-content .recent-list-date {
      -ms-flex: 1;
          flex: 1;
      color: #9b9b9b; }

.tab-page .form-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 20px; }
  .tab-page .form-list .list-checkbox {
    padding: 0 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.indications-under-trial .row-contianer {
  display: -ms-flexbox;
  display: flex; }
  .indications-under-trial .row-contianer .left-header {
    padding-right: 5px;
    min-width: 100px;
    font-family: latobold,Helvetica, Arial, sans-serif; }

.checkbox-list {
  -ms-flex: 1;
      flex: 1; }

.trial-landscape-stack-bar .axis .path {
  stroke: #ffffff; }

.trial-landscape-stack-bar .axis .tick text {
  fill: #ffffff; }

.intervention-container .reusable-checkbox-item .label:after {
  top: 10px; }

.intervention-container .reusable-checkbox-item input[type='checkbox']:checked + .label:before {
  top: 14px; }

.page-view {
  padding-bottom: 20px;
  min-height: calc(100vh - 60px); }
  .page-view .page-content {
    display: -ms-flexbox;
    display: flex; }

.sub-header {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .sub-header .left-align {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex; }
  .sub-header .right-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .sub-header .tag {
    margin-bottom: 0; }

#list {
  height: calc(100vh - 245px) !important;
  max-height: 100%; }

.key-research-areas-list .key-research-area-item {
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #f3f3f3; }

.page-tabs {
  -ms-flex: 1;
      flex: 1;
  border: solid 1px #EAEAEA;
  overflow: hidden; }
  .page-tabs .tabs-list {
    display: -ms-flexbox;
    display: flex; }
    .page-tabs .tabs-list .tab-header {
      -ms-flex: auto;
          flex: auto;
      height: 50px;
      text-align: center;
      line-height: 50px;
      background: #f3f3f3; }
      .page-tabs .tabs-list .tab-header:not(:last-child) {
        border-right: solid 1px #EAEAEA; }
      .page-tabs .tabs-list .tab-header.active {
        background: #ffffff;
        font-weight: bold; }
      .page-tabs .tabs-list .tab-header:hover {
        cursor: pointer; }
  .page-tabs .tab-content {
    min-height: calc(100vh - 192px);
    background: #ffffff;
    padding: 20px; }
  .page-tabs .dropdown-list {
    display: block; }
  .page-tabs #list {
    padding-top: 10px; }
  .page-tabs .loader {
    height: calc(100vh - 95vh); }

.search-help {
  color: #b3b3b3;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px; }
  .search-help .search-help-text {
    margin-right: 10px; }
  .search-help .links-didyoumeans {
    display: inline-block;
    vertical-align: middle;
    background-color: #edf4ff;
    border: 0.5px solid #aac8ff;
    padding: 1px 5px;
    border-radius: 3px;
    color: #3d6cc3; }

.gene-sl-pair-graph {
  position: relative; }

.graph-meta {
  z-index: 200;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0; }
  .graph-meta .graph-meta-btn {
    padding: 5px 12px;
    border: 1px solid #9b9b9b;
    font-family: latobold,Helvetica, Arial, sans-serif;
    cursor: pointer;
    background-color: #ffffff;
    color: #121212; }
    .graph-meta .graph-meta-btn:hover {
      opacity: 0.8; }
    .graph-meta .graph-meta-btn:first-child {
      border-radius: 5px 0px 0px 5px;
      margin-right: 0;
      font-size: 14px; }
    .graph-meta .graph-meta-btn:nth-child(2) {
      border-radius: 0 5px 5px 0;
      margin-left: 0;
      font-size: 14px; }
    .graph-meta .graph-meta-btn:last-child {
      margin-left: 0px;
      border-radius: 5px; }

.title-width-100 {
  min-width: 100px;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #f3f3f3;
  box-shadow: 0px 0px 1px #c3c3c3; }
  .tag.tag-type {
    margin: 0; }
  .tag.category-tag {
    padding: 0 5px;
    margin-top: 5px;
    margin-left: 5px;
    height: 25px;
    line-height: 25px;
    border-color: #f3f3f3; }

.pagination-main {
  text-align: right;
  padding-top: 10px; }

.pagination {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 0px 5px 0;
  text-align: center;
  -ms-flex-align: center;
      align-items: center; }
  .pagination a {
    color: #4A4A4A;
    padding: 2px 12px; }
  .pagination li {
    border: 0; }
  .pagination .disabled {
    color: #808080; }
  .pagination .active {
    background-color: #008000; }
    .pagination .active a {
      color: #ffffff; }
  .pagination .prev {
    padding-right: 0px; }
    .pagination .prev a {
      color: transparent; }
      .pagination .prev a::after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAAgP8Ah/8AgP8Aif8Ah/wAh/wAh/wAh/wAifoAgP8AhvwAh/wAhvwAgP8AiP8Ah/wAh/sAhf8Ah/wAh/wAh/wAhv0Akv8AifsAh/sAiPwAhvwAh/0AhvoAh/wAgP8Ah/wAiPwA//8Ai/8Ah/wAh/0AhP8Ah/8Ah/wAh/0AhvsAh/wAh/sAmf8Ah/wAiPwAiPwAiPwAh/sAh/sAhfoAiPoAiP0Ah/0AiPsAh/sAh/sAhvsAhv0AiP0AhfoAiPkAh/sAh/sAh/wAhvwAh/wAiPwAgP8AgP8Ah/wAh/0Ag/8Ah/wAhvwAiPwAqv8AiPsAiP0AhvwAh/wAh/0AhfsAhv0Ah/wAiv8Ah/sAh/wAh/wAh/wAif8Aif8Ah/wAh/wAiPwAh/oAh/wAAAAq0q7+AAAAYnRSTlMADCIQKZfi6qI4BpL8qQ4PwNUXyMXHcgdFgJqUeTfdAlutAQvG0B8R+NSH+YoFvataVtrYMi9vbImGiIVuazAt2ddZVKq8CgT30iGuXd4DOnqWmX9DcMQYkPv+pg0n4OieNcgG02kAAAABYktHRACIBR1IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH4woLDAAZrMQNiAAAAqZJREFUeNrt3fdSU0EcBeCIBUVpQmxYA3YRu4K9oWLvve37P4TgMCNCLuPMxv2Rud/3BOec3fyRzM3cRgMAAAAAAAAAAAAAAAAAAOAfrOtZHx0h0IaNm1JKvZu3RAeJ0bd1W1rUPxAdJsDgUPpjeHt0nPL9R9JSo33RgUr3b6a/7YhOVLj/yLL+qXdndKai/Zef/7xd0aFK9h9Z2T/tjk4V3D/tiY5Vrn+zXf80Fp2rWP+255/S3uhgpfq3P/+U9kUnK9S/4vzT/gPR0WL7p4PR0cr0r7r/6VArOluR/pXnPzoena1I/8rzH63F12H99ddff/31119//fXXX3/99Y/Opr/++usf039C/xrQX3/99ddff/31119//fXXX//obPrrr7/+/7V/5fOfh48cXas6+H/V6v5r2rHjJ3rq3H/ByVOT+f3Hm/lB4pzOfka7NRXdIc9U7lP6Z6Ib5DqbeQHORRfIdT5vgAvR+fNdzBrgUnT8fJezBrgSHT/fdNYAM9Hx813NGuBadPx817MGuBEdP9/NrAFat6Lz57qd1b/RuBNdINfdzAFa96Ib5OnP/sNqd38Zuj+b27+7vw7PPMjv37ULPHw0PdeJ+o0u/UlssEPlfxuo+Y+iFrCABSxgAQtYwAIWsIAFLGABC1jAAhawgAUsYAELWMACFrCABSxgAQtYwAIWsIAFLGABC1jAAqs9UzpRi9fsrHYHHtfiRUur3YEn0dGiF3j6LDpaIZWfgufRyUqpugMvooMVU3EHXkbnKqf9HXgVHSt6gdfRqUpq9yl4Ex2qqDav3q7Z29dX3IG30YlKW3YH3tXsAiwsMLSk//D76DgBJj98XKz/6fOX6DAxvo59m6///cfP6CCBZudqevgAAAAAAAAAAAAAAAAAAEBRvwAAZF5hZ0YvuAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0xMC0xMVQxMjowMDoyNSswMDowMHX1AHwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMTAtMTFUMTI6MDA6MjUrMDA6MDAEqLjAAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        content: ' ';
        padding: 18px;
        margin-right: -5px; }
    .pagination .prev.disabled a {
      color: transparent; }
      .pagination .prev.disabled a::after {
        margin-right: 5px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAQAAAD2e2DtAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjCgsLOw2P4yBIAAAF9klEQVR42u3dz2tcVRTA8XNnRJq2OCu1FEs7CWNbuhBBsFW0WlFTFEWIC0GELtyI+g+I4koQ3HRTF90UXCgVhaJIAtqFP2LFlYuWljqJXVhSIsFUMqRpMtdFI0hJ9b25791zDvP9LNPOcGfO993JhJn3RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQJWC9gJSnd269a7+QvtP7XV45TiA3/auvRmekR0iIjIvk+FY+4z2mvxxGsDZ20c+kNekedOPT6692rmqvTZfXAbQbYVTcnCjf4nnwqHRK9rr88RhAN1WmJIHb/mApnuP71vRXqMfDe0FlNVthclbj18kPrTpde01euJsB/jvo3/d/NqOzjXtlXrhagf4v6N/3Z3NR7VX6oejALqtMCX7i/zP+LD2Wv1wE0ChzX9d2K69Wj+cBFBw8/8H7wIKu017AUWUOfpFROLv2iv2w8EOUPLoF5HGae01+2H+bWDZo19EZtqd0NdetxfGd4ABxi/xHcZfnOkdoNsKk8Xe+P3rAX2+ayJE7ZX7YfiXwEGO/jA98grjL8PsS0D5X/1EwvTq4W1L2iv3xehLwECb//TqYT4NUJbJABh/PgYDYPw5mQuA8edlLADGn5upABh/foYCYPwazATA+HUYCYDxazERAOPXYyAAxq9JPQDGr0s5AMavTTUAxq9PMQDGb4FaAIzfBqUAGL8VKgEwfjsUAmD8lmQPYJDxy49r44y/HpkDYPzWZA2A8duTMQDGb1G2ABi/TZkCYPxWZQmA8duVIQDGb1ntATB+22oOgPFbV2sAjN++GgNg/B7UFgDj96GmABi/F7UEwPj9qCEAxu9J5QEwfl8qDoDxe1NpAIzfnwoDYPweVRYA4/epogAGOaun/CLPNxl/Sf1Y7VVSKwlgoPFjUNfCr/JF4/jOmSrurIIAGL+KFTm68NYD11PvJjmAuS29r0u/9qMS4fTIc6nnRk48WXQMvROMX0s81DsREw/hxABmXpIJ7adhqE3Mvph2B0n9xDB7QTraz8GQuzC6J+XmSTvApfsZv7rdM/el3DwpgPiI9qOHiCRNISmAPlfoNCDtOqlpvwRydR4DYtIUkgJoXNZ+8BCRpCmk7QDfaj92iMSkKaS+DTwv92o/AUPu/OjelJsn7QAhxne1H//Qezvt5ol/CRz9RD7VfgaG2sn2Z2l3kBhAiJuPyBntZ2FofbPpSOp1UpOvHLptKY7LT9rPxBBaie9fGt/eS70bPhDiz7JcDF+G47tmq7gzPhLmzGp/bLHK+6vsQ6EX72hO8aFQfyr8WDgJeFTpF0NIwJ+KvxpGAt5U/uVQEvClhq+Hk4AntZwgggT8qOkUMSTgRW0niSIBH2o8TRwJeFDriSJJwL6aTxVLAtbVfrJoErAtw+niScCyLBeMIAG7Ml0yhgSsynbRKBKwKeNl40jAoqwXjiQBezJfOpYErMl+8WgSsEXh8vEkYIlCACRgiUoAJGCHUgAkYIVaACRgg2IAJGCBagAkoE85ABLQph4ACegyEAAJaDIRAAnoMRIACWgxEwAJ6DAUAAloMBUACeRnLAASyM1cACSQl8EASCAnkwGQQD5GAyCBXJLPFVyXztUBzkF8oDk5t0V75b6YDUBkbHHtqdJnIj+w9FHqtTSHi+EABtsFwguzL2uv2xPzR8sAp6GebXfCmva6vTC9A4gM9ELQ7nLq+sLMBzDIC0HjMe01++EggPK7QLhHe8V+uAig7C4Qm9rr9cNJACJji/HpogkErmhamJsAyrwQ9L/XXqsfjgIo/EIwv/yd9kr9cBVAsV0gvLdvRXudfjgLoMAu8EPvmPYaPTH/l8CNdFvhlBzc6F/iucYT7Tnt9XnibgcQERlbXHgyHpXVm34cw8fX9zP+clzuADfM7JY35FnZKSIiV8JX/Q/HftZekz+OA7jh8uaVu5f/2POX9joAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABERP4GsU+G4Vz6zTYAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTAtMTFUMTE6NTk6MTMrMDA6MDCoItnjAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTEwLTExVDExOjU5OjEzKzAwOjAw2X9hXwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=); }
  .pagination .next {
    padding-left: 0; }
    .pagination .next a {
      color: transparent;
      padding-left: 0;
      padding-right: 0; }
      .pagination .next a::after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABHVBMVEUAAAAAgP8Ah/8AgP8AiPsAh/wAh/wAh/wAhvwAhv8AgP8AiPwAh/wAh/sAmf8Aiv8Ah/sAh/wAiP8Akv8Ah/wAh/wAhv0Ah/0Ah/8AgP8Ah/wAiPwAh/sAh/wAh/wAiP0AhvsAqv8Ah/wAiPwA//8Ah/wAi/8AhP8Ah/0Aiv8Ah/sAh/sAh/wAiPsAh/wAiPwAh/wAiPwAh/wAh/wAiPwAh/sAh/sAhfoAhfkAiP0Ah/0AhvsAhvsAiP0AhfoAhfkAh/sAh/wAhvwAh/wAiPsAh/sAh/0Ah/wAh/wAh/wAhvwAhvsAiPwAhvsAh/sAh/0AgP8Ah/wAhf8Ah/wAh/wAh/sAhvoAh/wAh/wAh/wAh/wAif8Ag/8Ah/wAAADyiCQLAAAAXXRSTlMAECIMOqPr4pYoDqv8kQUY1sAPB8bIdswRCOxJgpuXfDsD314BqAsf0COI1fiL+b7HrapZVtnXMi5tbIeFazAs2FWpvYmG0vfBxV89moFGcwbEF/77kDeg6uCVJyEUg/t3AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB+MKCwwAE0wR5JYAAAJWSURBVHja7d3nUlNhFIbRAyoqKEpRsbcQFexixd5773ru/zbMOMyIQn5tYOPsta7ge5/zZTCZOGkaAAAAAAAAAAAAAAAAAACA1TYwuCH7CIk2bhpq23bzlq3ZB8kxPNIu2LZ9NPswCXbsbP8YG88+zpqbmGwX21WuwO72b3umsk+0tvbu+ydAtTuwv12i1h04sDRArTtwsC1e4NByASq9Cg4vG6DQHTiyfIA6d+Dosbb4HTjeFi/Qme5XoMqroDtZ/Q50x8rfAQUUUEABBRRQQAEFFFBAAQUUUEABBRRQQAEFFFBAAQUUUEABBRRQQAEFFFBAAQUUUGCNCgxMrVcnTvYrsGLfKT01M3u6/R+tTIHRM2ezh6QW6J7LXhFxvhvd37mQvSHmYicY4FL2gqi5YIDL2QOirsT2X80+f9y1UIDr2cePuxEKMJN9/Lj5UID57OPH3az+ErgVCnA7+/hxd0IBmrvZ548K/hls5rIHRN0LBuiMxM+Q6X70n8JN90H2hoj4m6He2+GHtd8O9ww+evwke0rm/t/Gsz/5yvxIbF3rPu23v8bHwvbbb7/99ttvv/3222+//fbbn302++233377V3F/8a/F2m+//fbbb7/99ttvv/32229/9tnst99++1d1/7N++2t8/7P8Dy09r/38/djai9r33w8u+snNl7Wff9O8Kr6/eV36/vdMDJV+/j1vSj//nrfvSj//nvezi/aP1dvfNMPTHxbmf/w0mn2YHJ+/fO3N//b9R/ZBEo3/XIH//AwAAAAAAAAAAAAAAAAAAFTwCyTN4XHZACC4AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTEwLTExVDEyOjAwOjE5KzAwOjAwPNpt6wAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0xMC0xMVQxMjowMDoxOSswMDowME2H1VcAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        content: ' ';
        padding: 18px;
        margin-right: 0; }
    .pagination .next.disabled a {
      color: transparent; }
      .pagination .next.disabled a::after {
        margin-left: 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAQAAAD2e2DtAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjCgsLOwT2P5jsAAAF4UlEQVR42u3dS2hcVRjA8e/MRBsSaGpUjHTRJqFqFRRUiImgFA1NRSmIpa6K+Fh0oxvXuhNxZ8VlEdyIj41oFAVTgogNmH1KHtPgKxatCE2C2sxxkYVa8jjnnnPvOd+d/2/Z3Jvcud9/zp1JpjMiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgJpP6APRq7Wv0X7l015XUxxGGAApYGGuclgm5SUREvjefypnBudTHVBQBeJrf2zwrT13zjxvy9uWX7/879bEVQQBeWgN2Sg5v+aVpe3z4j9TH548APMzvaZ6T0W2/PGOP6kugkfoANOl6aYfxi4w0vlq+IfUx+mIFcNbqtj/IjbtspG4VYAVwZo7sOn6FqwABOGuPumxl79v4fLEv9bG6IwB3tzpuN2K+0JMAATizV503VXQhIABn5kf3bfVcCAjAWfuc1+ZKVgGeBjqzzdaCHPTaRcGTQlYAZ2ZDXvXcRcHDQVYAD9a03pOTfvuY2cb4gd9TH/n2WAE8GNvznHzrt0/uDwcJwMvAas+4THvulPXDQS4B3lZ61yblYb998r0QEEABdUqAAAqpTwIEUFBdEiCAwuqRAAEEqEMCBBBEfwIEEEh7AgQQTHcCBBCB5gQIIAq9CRBAJFoTIIBodCZAABFpTIAAotKXAAFEpi0BAohOVwIEUAJNCRBAKfQkQAAl0ZIAAZRGRwIEUCINCRBAqfJPgABKlnsCBFC6vBMggArknAABVCLfBAigIrkmQACVyTMBAqhQjgkQQKXyS4AAKpZbAgRQubwSIIAEckqAAJLIJwECSCSXBAggmTwSIICEckiAAJJKnwABJJY6gcgBtPY1SMrTxl75WO7x3Cna21BHGtf8cOMFecIMy57IZwfbiZRAhAC+u67/NXlRrk99RjpOlASCA1jpXf3EHEl9LjrU+Z5HB1bDvkXgm0Vbs/4u40/mgbV3bOBdODCApaftk6nPQkc70ToR9g0C+1m6ILelPgcdbm7ocMjuQSvAxXsZf3J3LN0dsntQAO0HU996iMhDITsHBWD3p77tEDFBUwgKoGFT33iI2HbI3mErwE+pbzxEJGgKQQGYr1Pfdoi0fT/E6n9CnwbOye2pT0CHS/k0UEReSX37O17gBAIDGPxQPkp9BjraB4OB5z8wAGN7njFTqc9Cxzrf86wJfCYW/MmhA6u/Tdg35K/U56IDzdiJ0L8FRntByPJQ+3n7uByS7tRnpWPk84KQ/1rs6+LTiD3V4iVhKGqld+0z39/mZ/yiUPhJPX4CSCr9+AkgoRzGTwDJ5DF+Akgkl/ETQBL5jJ8AEshp/ARQubzGTwAVy238BFCp/MZPABXKcfwEUJk8x08AFcl1/ARQiXzHTwAVyHn8BFC6vMdPACXLffwEUKr8x08AJdIwfgIojY7xR/h/AdjKSu/apIbxswKUIvXbv3r93Op/ZN1pGj8BRKdr/AQQmbbxE0BU+sZPABFpHD8BRKNz/AQQidbxE0AUesdPABFoHj8BBNM9fgIIpH38BBBE//gJIEAdxk8AhdVj/ARQUF3GTwCF1Gf8BFBAncZPAN7qNX6RrtQHoMtK7/qXMua500z76GCUd/UsAy8K9WDN2lnrOX4z2zwW501dy0EAHi6ekpOeu8y0H8l18d/EYwBnttlakINeu0R7S+fy8BjAWWvMb/xmtnHsQObj5xLgw++xf/aL/yZWAGd2v/v1Use9X4QVwINpOm+q5N4vQgAe7M+OGyp46PcvLgHOzDdOW6lZ/DexAjjbmJZfd91I0eK/iQCcHfpTXt95i9x/67cVAvCw/pbsdBlQd+8X4TeBnpZusVPmzi2/NG2Pa7v3i7ACeBr6pT0q78u1H9d61b55eVzj+FkBCmmN2NPymNwsIiLLMilnhi6kPqaiCKCwxb5mf/el8E/vBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdfIPTFWH/oczUeYAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTAtMTFUMTE6NTk6MDQrMDA6MDChL+fzAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTEwLTExVDExOjU5OjA0KzAwOjAw0HJfTwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=); }
  .pagination .first, .pagination .last {
    display: none; }

.read-more-button {
  color: #0087fc; }

.dot {
  display: -webkit-inline-box;
  height: 10px;
  width: 10px;
  border-radius: 10px; }

.purple-color {
  background: #bd10e0; }

.orange-color {
  background: #f5a623; }

.color-indication .color-indication-content {
  padding-right: 20px; }
  .color-indication .color-indication-content .head-title {
    padding-right: 5px; }

.user-educate {
  text-align: initial;
  position: absolute;
  background: #ffffff;
  left: 0px;
  top: 100%;
  min-height: 260px;
  right: 1px;
  box-shadow: 0 2px 10px 0 rgba(155, 155, 155, 0.08);
  border: solid 1px #ededed;
  border-top: 0px solid;
  padding-bottom: 5px;
  z-index: 25;
  width: 100%; }
  .user-educate .title {
    font-size: 20px;
    color: rgba(93, 87, 87, 0.55);
    padding: 20px 30px; }

.user-educate-blk {
  padding-bottom: 15px; }
  .user-educate-blk .txt {
    color: #9D9B9B;
    font-size: 12px;
    padding-left: 30px; }
    .user-educate-blk .txt > span {
      color: #96C6DC; }
  .user-educate-blk .query {
    background: #EEF7FF;
    padding: 6px 30px;
    color: #000000;
    font-size: 14px; }
    .user-educate-blk .query .txt1 {
      color: #6C6A6A; }
    .user-educate-blk .query .name {
      padding-right: 10px; }
      .user-educate-blk .query .name:nth-child(2) {
        padding: 0 10px;
        border-left: 1px solid #979797;
        border-right: 1px solid #979797; }
      .user-educate-blk .query .name:last-of-type {
        padding-left: 10px; }

input:-ms-input-placeholder {
  color: #dddddd; }

input::placeholder {
  color: #dddddd; }

.different {
  padding-top: 25px; }

.has-result-class {
  float: right;
  border-left: solid 1px #f3f3f3;
  padding-left: 10px; }

.scrollbar::-webkit-scrollbar-track, .search-result .result-container.result-container-sum::-webkit-scrollbar-track, #list::-webkit-scrollbar-track, .annotator-item::-webkit-scrollbar-track, .search-crumbs::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #d8d8d8;
  border-radius: 10px;
  background-color: #d8d8d8;
  display: none; }

.scrollbar::-webkit-scrollbar, .search-result .result-container.result-container-sum::-webkit-scrollbar, #list::-webkit-scrollbar, .annotator-item::-webkit-scrollbar, .search-crumbs::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent; }

.scrollbar::-webkit-scrollbar-thumb, .search-result .result-container.result-container-sum::-webkit-scrollbar-thumb, #list::-webkit-scrollbar-thumb, .annotator-item::-webkit-scrollbar-thumb, .search-crumbs::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #d8d8d8;
  background-color: #d8d8d8; }

.scrollbar:hover::-webkit-scrollbar-thumb, .search-result .result-container.result-container-sum:hover::-webkit-scrollbar-thumb, #list:hover::-webkit-scrollbar-thumb, .annotator-item:hover::-webkit-scrollbar-thumb, .search-crumbs:hover::-webkit-scrollbar-thumb, body:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #d8d8d8;
  background-color: #d8d8d8;
  display: block; }

.height-auto {
  height: auto !important; }

.scrollTop {
  height: 40px;
  width: 40px;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  text-align: center;
  position: fixed;
  bottom: 10%;
  text-transform: uppercase;
  right: 20px;
  font-size: 12px;
  background: #F8F8F8;
  cursor: pointer;
  display: none; }
  .scrollTop .icons {
    display: block;
    position: relative;
    top: 3px; }
  .scrollTop.showScrollTop {
    display: block; }

.padding-left-right-20 {
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px; }

.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #ffffff;
  background: #00c6ce;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex-align: center;
      align-items: center; }
  .cookie-notification-text {
    -ms-flex: 1;
        flex: 1; }
  .cookie-notification-button {
    padding: 3px 10px;
    border: 0px solid;
    position: relative;
    cursor: pointer;
    right: 150px; }

.divider {
  padding: 0;
  border: 0.5px solid #9b9b9b;
  margin: 0px 10px; }

.word-cloud svg {
  max-width: 100%;
  min-width: 100%;
  width: 100%; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.list-checkbox .checkbox-custom,
.list-checkbox .radio-custom {
  opacity: 0;
  position: absolute; }

.list-checkbox .checkbox-custom,
.list-checkbox .checkbox-custom-label,
.list-checkbox .radio-custom,
.list-checkbox .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer; }

.list-checkbox .checkbox-custom-label,
.list-checkbox .radio-custom-label {
  position: relative; }

.list-checkbox .checkbox-custom + .checkbox-custom-label:before,
.list-checkbox .radio-custom + .radio-custom-label:before {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  padding: 2px;
  margin-right: 20px;
  text-align: center;
  top: 35px;
  position: relative;
  content: '\F00C';
  font-size: 17px;
  color: #4A4A4A; }

.list-checkbox .checkbox-custom:checked + .checkbox-custom-label:before {
  color: #0087fc !important; }

.list-checkbox .checkbox-custom:checked + .checkbox-custom-label span {
  color: #0087fc; }

.list-checkbox.change-style .checkbox-custom + .checkbox-custom-label:before,
.list-checkbox.change-style .radio-custom + .radio-custom-label:before {
  top: 0;
  margin-right: 0;
  color: #4A4A4A; }

.list-checkbox.change-style label {
  min-width: inherit;
  color: #4A4A4A; }

.annotator-item {
  max-height: 150px;
  overflow: auto; }

.annotator-editor a:active {
  border-color: #435aa0;
  background-color: #435aa0;
  background-image: linear-gradient(180deg, #7691fb, #5075fb 50%, #3865f9 0, #3665fa); }

.annotator-filter .annotator-filter-navigation button:active {
  border-color: #435aa0;
  background-color: #435aa0;
  background-image: linear-gradient(180deg, #7691fb, #5075fb 50%, #3865f9 0, #3665fa); }

.bold {
  font-family: latobold,Helvetica, Arial, sans-serif; }

.dashboard-page {
  margin: 20px 0 0 0;
  overflow: auto; }
  .dashboard-page .card-details {
    padding: 20px; }
  .dashboard-page .card-title {
    font-size: 16px;
    padding-bottom: 5px;
    font-family: latobold,Helvetica, Arial, sans-serif; }
  .dashboard-page .card-sub-title {
    padding-bottom: 10px;
    letter-spacing: -0.1px;
    font-size: 16px;
    font-family: opensanslight,Helvetica, Arial, sans-serif; }
  .dashboard-page .card-dashboard-view {
    position: absolute;
    right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: latobold,Helvetica, Arial, sans-serif; }
    .dashboard-page .card-dashboard-view:hover {
      opacity: 0.7; }
  .dashboard-page .dashboard-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .dashboard-page .card-desc {
    color: #4A4A4A;
    letter-spacing: -0.5px; }

.card-opacity {
  opacity: 0.5; }

.notifications-tc {
  z-index: 10001 !important; }

.error-details {
  text-align: center; }
  .error-details .error-title {
    font-size: 64px;
    line-height: 1; }
  .error-details .error-sub-title {
    font-size: 32px;
    padding-bottom: 20px; }
  .error-details .error-desc {
    color: #abb1c0;
    padding-bottom: 40px; }
  .error-details .go-home-button .error-btn {
    background: #ffc100;
    padding: 12px 40px;
    color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase; }

.error-page {
  height: calc(100vh - 142px);
  overflow: auto;
  padding-bottom: 20px;
  background-color: white; }

.search-equalizer-item {
  width: 240px;
  padding: 5px 15px 10px; }

.card-premium {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3e %3c!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Start_icon_curved' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cpath d='M31.6476293%2c10.6519397 C31.7640092%2c10.8846994 31.807651%2c11.1562484 31.778556%2c11.4665948 C31.7494611%2c11.7769412 31.6670265%2c12.038792 31.53125%2c12.2521552 L17.3329741%2c31.5711207 C17.2553875%2c31.6681039 17.1681039%2c31.7408403 17.0711207%2c31.7893319 C16.9741374%2c31.8378235 16.8771557%2c31.862069 16.7801724%2c31.862069 C16.6831892%2c31.862069 16.5862074%2c31.8378235 16.4892241%2c31.7893319 C16.3922409%2c31.7408403 16.3049573%2c31.6681039 16.2273707%2c31.5711207 L2.26185345%2c12.0775862 C2.10668026%2c11.8836197 2.01939665%2c11.6314671 2%2c11.3211207 C1.98060335%2c11.0107743 2.02909425%2c10.7392253 2.14547414%2c10.5064655 L6.21875%2c2.88362069 C6.33512989%2c2.65086091 6.52909347%2c2.45689733 6.80064655%2c2.30172414 C7.07219963%2c2.14655095 7.33405046%2c2.06896552 7.5862069%2c2.06896552 L26.2068966%2c2.06896552 C26.459053%2c2.06896552 26.7209038%2c2.14655095 26.9924569%2c2.30172414 C27.26401%2c2.45689733 27.4579736%2c2.65086091 27.5743534%2c2.88362069 L31.6476293%2c10.6519397 Z M29.4073276%2c10.4482759 L26.4396552%2c4.71659483 L24.4321121%2c10.4482759 L29.4073276%2c10.4482759 Z M18.7295259%2c3.93103448 L22.8609914%2c9.25538793 L24.7230603%2c3.93103448 L18.7295259%2c3.93103448 Z M21.4353448%2c10.4482759 L16.8674569%2c4.57112069 L12.794181%2c10.4482759 L21.4353448%2c10.4482759 Z M11.1357759%2c9.54633621 L15.0635776%2c3.93103448 L9.2737069%2c3.93103448 L11.1357759%2c9.54633621 Z M21.8135776%2c12.3103448 L12.0377155%2c12.3103448 L16.8092672%2c26.625 L21.8135776%2c12.3103448 Z M14.7144397%2c26.2467672 L10.0883621%2c12.3103448 L4.70581897%2c12.3103448 L14.7144397%2c26.2467672 Z M23.7920259%2c12.3103448 L18.9040948%2c26.2758621 L29.174569%2c12.3103448 L23.7920259%2c12.3103448 Z M7.46982759%2c4.45474138 L4.29849138%2c10.4482759 L9.47737069%2c10.4482759 L7.46982759%2c4.45474138 Z' id='diamond---simple-line-icons' fill='%23f39c0b'/%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  padding: 8px;
  margin-right: 3px; }

.sidebar-main {
  width: 200px;
  min-width: 200px;
  background: #1f1f1f;
  overflow: auto;
  color: #ffffff;
  height: calc(100vh - 60px); }
  .sidebar-main .box {
    margin-bottom: 35px;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px; }
    .sidebar-main .box .title {
      opacity: 0.4;
      padding: 5px 25px;
      margin-top: 10px;
      letter-spacing: 0.2px;
      font-family: opensansbold,Helvetica, Arial, sans-serif;
      font-size: 14px; }
    .sidebar-main .box .item {
      padding: 5px 25px; }
      .sidebar-main .box .item:hover, .sidebar-main .box .item.active {
        background-color: #ffc100;
        color: #1f1f1f; }

.sidebar-content {
  width: 250px;
  min-width: 250px;
  overflow: auto;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(155, 155, 155, 0.12);
  height: calc(100vh - 60px);
  z-index: 2; }
  .sidebar-content .box .item {
    padding: 15px 20px;
    color: #4a4a4a;
    border-bottom: solid 1px #EAEAEA;
    margin: -1px 10px 0 10px; }
    .sidebar-content .box .item:hover, .sidebar-content .box .item.active {
      background-color: #f2f3f7;
      margin: -1px 0 0 0px;
      padding: 15px 30px;
      border-bottom: 1px solid #f2f3f7; }
    .sidebar-content .box .item .title,
    .sidebar-content .box .item .sub-title {
      letter-spacing: 0.1px; }
    .sidebar-content .box .item .sub-title {
      color: #9b9b9b; }

.workspace-main-content {
  width: calc(100% - 450px);
  -ms-flex: 1;
      flex: 1;
  background: #f2f3f7; }
  .workspace-main-content .simple-dropdown-options {
    left: initial;
    right: 10px; }

.workspace-filter-group {
  height: 50px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(155, 155, 155, 0.12);
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin: 20px;
  border-radius: 6px;
  -ms-flex-align: center;
      align-items: center; }
  .workspace-filter-group .reusable-dropdown {
    width: 200px;
    color: #414042;
    margin-right: 10px; }
  .workspace-filter-group .reusable-dropdown-box-default {
    border: solid 1px #f0f0f0;
    background: #f2f3f7;
    height: 30px; }
    .workspace-filter-group .reusable-dropdown-box-default:before {
      display: none; }
    .workspace-filter-group .reusable-dropdown-box-default:after {
      top: 12px; }
  .workspace-filter-group .reusable-checkbox-item .label {
    padding: 7px 10px 6px 20px; }

.workspace-main-content-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  padding: 0 15px;
  box-shadow: 0 2px 10px 0 rgba(155, 155, 155, 0.08);
  background: #ffffff;
  border-bottom: 1px solid #EAEAEA; }
  .workspace-main-content-header .title {
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a; }

.workspace-history .item {
  padding: 10px 20px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(150, 150, 150, 0.27); }
  .workspace-history .item .date {
    color: #95a5a6;
    text-transform: uppercase;
    -ms-flex: 1;
        flex: 1; }
  .workspace-history .item .info {
    -ms-flex: 8;
        flex: 8;
    padding: 0 20px 0px 20px; }
  .workspace-history .item .title {
    word-break: break-word;
    color: #151313;
    font-weight: bold; }
  .workspace-history .item .text {
    font-size: 12px; }
  .workspace-history .item .repeat {
    position: relative;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1.2;
        flex: 1.2;
    font-size: 12px; }
  .workspace-history .item:hover {
    background: rgba(217, 217, 217, 0.180392); }
    .workspace-history .item:hover .repeat {
      visibility: visible; }
      .workspace-history .item:hover .repeat::before {
        content: '';
        right: -0.5rem; }

.required {
  position: relative; }
  .required:after {
    position: absolute;
    content: '*';
    color: #F69393;
    font-size: 25px;
    top: -5px; }

.workspace-list {
  margin: 0 15px; }

.no-potli {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.create-potli {
  height: 30px; }

.potli-input {
  height: 25px;
  width: 100%;
  border-bottom: 1px solid #f5f4f4;
  padding: 5px 0px;
  color: #4A4A4A;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.bookmark-modal-folders {
  min-height: 100px;
  max-height: 130px;
  overflow: auto; }
  .bookmark-modal-folders .reusable-checkbox-item {
    margin: 4px 0px; }
    .bookmark-modal-folders .reusable-checkbox-item .label {
      font-weight: 300; }

.reusable-modal.subscriptions-modal {
  width: 600px;
  height: 265px; }

.modal-container__title {
  font-size: 16px;
  font-weight: bold;
  color: #004465;
  margin-left: 2em; }

.modal-container__content {
  font-size: 14px;
  padding: 1em 0;
  line-height: 1.5;
  color: #7f7f7f; }

.modal-container__item {
  background: #ffffff;
  padding: 2em 0;
  margin-top: 1em; }

.modal-container__item--border {
  border: solid 1px #d3d3d3;
  margin: 5px 5px 20px;
  border-radius: 4px; }

.modal-container__footer {
  float: right;
  padding: 2em 1em; }

.modal-container .col {
  width: 100%; }

.modal-container .insights-graph {
  padding: 10px;
  font-size: 14px;
  margin: 20px; }

.modal-container .insights-selected {
  background-color: #ebf3ff;
  color: #2c58b8;
  border-radius: 4px;
  border: 1px solid #dfebff; }

.modal-container .graph-style {
  padding: 0 0 20px;
  margin-right: 10px;
  width: 15%; }

.modal-container .graph-style-bubble_graph {
  height: 120px;
  width: 120px;
  background: url() center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-bubble_graph-selected {
  height: 120px;
  width: 120px;
  background: url() center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-line_graph {
  height: 120px;
  width: 120px;
  background: url() center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-line_graph-selected {
  height: 120px;
  width: 120px;
  background: url() center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-bar_graph {
  height: 120px;
  width: 120px;
  background: url() center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-bar_graph-selected {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-7'%3e %3cg id='Group-6-Copy-8'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M7.5%2c21 L7.5%2c90.5' id='Line' stroke='%23979797' stroke-width='0.5' opacity='0.200000018' stroke-linecap='square'/%3e %3crect id='Rectangle-5' fill='%23FFCE3D' x='14' y='25' width='9' height='66'/%3e %3crect id='Rectangle-5-Copy' fill='%23FFCE3D' x='31' y='60' width='9' height='31'/%3e %3crect id='Rectangle-5-Copy-2' fill='%23FFCE3D' x='48' y='57' width='9' height='34'/%3e %3crect id='Rectangle-5-Copy-3' fill='%23FFCE3D' x='65' y='75' width='9' height='16'/%3e %3crect id='Rectangle-5-Copy-4' fill='%23FFCE3D' x='82' y='51' width='9' height='40'/%3e %3cpath d='M91.1311617%2c90.5 L7.5%2c90.5' id='Line-Copy' stroke='%23979797' stroke-width='0.5' opacity='0.200000018' stroke-linecap='square'/%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3c/g%3e %3crect id='Rectangle-Copy-3' fill-opacity='0.25' fill='%23008FBA' x='0' y='0' width='100' height='100' rx='2'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-pie_chart {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-21'%3e %3cg id='Group-6-Copy-18'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3c/g%3e %3cg id='Group-2-Copy' transform='translate(18.000000%2c 18.000000)'%3e %3cpath d='M54.6099445%2c54.3939474 L32.0318265%2c31.9923327 L26.2199361%2c0.839181637 C20.0777327%2c1.9609211 14.2037478%2c4.87773536 9.45407602%2c9.59035351 C-3.01587913%2c21.9630268 -3.01477687%2c42.0249197 9.45297375%2c54.3950411 C21.9225615%2c66.7677144 42.1399893%2c66.7666207 54.6099445%2c54.3939474' id='Fill-78' fill='%238F9394'/%3e %3cpath d='M32.0318265%2c31.9923327 L54.6099445%2c54.3939474 C60.1481051%2c48.8989916 63.2285761%2c41.8882111 63.8454786%2c34.704631 L32.0318265%2c31.9923327' id='Fill-79' fill='%2311B7DA'/%3e %3cpath d='M63.4839348%2c26.5148757 C62.7454154%2c22.3173754 61.1508013%2c18.2409079 58.698623%2c14.5574319 L32.0318265%2c31.9923327 L63.8454786%2c34.704631 C64.0813639%2c31.9759277 63.9601144%2c29.2187891 63.4839348%2c26.5148757' id='Fill-80' fill='%2357575D'/%3e %3cpath d='M32.0241107%2c32.010196 L58.6909071%2c14.5749306 C57.5221359%2c12.8192279 56.1593655%2c11.1546642 54.6014937%2c9.60858132 C46.88268%2c1.94998442 36.194357%2c-0.966465282 26.2118528%2c0.856680335 L32.0241107%2c32.010196' id='Fill-81' fill='%23F89F1C'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-pie_chart-selected {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-20'%3e %3cg id='Group-6-Copy-17'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3c/g%3e %3cg id='Group-2' transform='translate(18.000000%2c 18.000000)'%3e %3cpath d='M54.6099445%2c54.3939474 L32.0318265%2c31.9923327 L26.2199361%2c0.839181637 C20.0777327%2c1.9609211 14.2037478%2c4.87773536 9.45407602%2c9.59035351 C-3.01587913%2c21.9630268 -3.01477687%2c42.0249197 9.45297375%2c54.3950411 C21.9225615%2c66.7677144 42.1399893%2c66.7666207 54.6099445%2c54.3939474' id='Fill-78' fill='%238F9394'/%3e %3cpath d='M32.0318265%2c31.9923327 L54.6099445%2c54.3939474 C60.1481051%2c48.8989916 63.2285761%2c41.8882111 63.8454786%2c34.704631 L32.0318265%2c31.9923327' id='Fill-79' fill='%2311B7DA'/%3e %3cpath d='M63.4839348%2c26.5148757 C62.7454154%2c22.3173754 61.1508013%2c18.2409079 58.698623%2c14.5574319 L32.0318265%2c31.9923327 L63.8454786%2c34.704631 C64.0813639%2c31.9759277 63.9601144%2c29.2187891 63.4839348%2c26.5148757' id='Fill-80' fill='%2357575D'/%3e %3cpath d='M32.0241107%2c32.010196 L58.6909071%2c14.5749306 C57.5221359%2c12.8192279 56.1593655%2c11.1546642 54.6014937%2c9.60858132 C46.88268%2c1.94998442 36.194357%2c-0.966465282 26.2118528%2c0.856680335 L32.0241107%2c32.010196' id='Fill-81' fill='%23F89F1C'/%3e %3c/g%3e %3crect id='Rectangle-Copy-10' fill-opacity='0.25' fill='%23008FBA' x='0' y='0' width='100' height='100' rx='2'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-donut_chart {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3cg id='donut-chart-(1)' transform='translate(22.000000%2c 22.000000)' fill-rule='nonzero'%3e %3cpath d='M29.9612962%2c13.4927038 C35.8312596%2c14.4007867 40.5092625%2c19.1420632 41.3385681%2c25.0231536 C41.4173367%2c25.5830546 41.8973993%2c26 42.4629366%2c26 L53.8646906%2c26 C54.1829583%2c26 54.4867496%2c25.8669437 54.701873%2c25.6319129 C54.9169964%2c25.3979467 55.0234405%2c25.0841466 54.9956586%2c24.7670467 C53.8545784%2c11.5589161 43.440838%2c1.14507522 30.2329414%2c0.00515492063 C29.9279792%2c-0.025927041 29.6008767%2c0.0849887261 29.3680835%2c0.298943325 C29.1330551%2c0.514068819 29%2c0.817863061 29%2c1.13613383 L29%2c12.3705598 C28.9998936%2c12.9304609 29.4080001%2c13.4072284 29.9612962%2c13.4927038 Z' id='Shape' fill='%23008FBA'/%3e %3cpath d='M54.840898%2c29 L43.1384973%2c29 C42.5724888%2c29 42.0890775%2c29.4138032 41.9950688%2c29.9790408 C40.862943%2c36.7759789 35.1017845%2c41.7089315 28.2956621%2c41.7089315 C25.385087%2c41.7089315 22.5876485%2c40.7952628 20.2079781%2c39.0665338 C19.7427165%2c38.7306488 19.1121516%2c38.7833647 18.7125331%2c39.1903446 L10.3395625%2c47.6691286 C10.109703%2c47.9018929 9.98743737%2c48.22171 10.0010224%2c48.549561 C10.0146075%2c48.8786226 10.1651301%2c49.1857835 10.4131393%2c49.3978576 C15.4180981%2c53.6556287 21.7691749%2c56 28.2956621%2c56 C42.5996589%2c56 54.7673212%2c44.6999804 55.9956293%2c30.2748661 C56.0238863%2c29.9470151 55.9141189%2c29.6225758 55.6956709%2c29.380677 C55.4759187%2c29.1375676 55.1657443%2c29 54.840898%2c29 Z' id='Shape' fill='%234A4A4A'/%3e %3cpath d='M18.4140395%2c16.6520803 C18.6364619%2c16.8828763 18.9317674%2c17 19.2271807%2c17 C19.4686864%2c17 19.7100844%2c16.9222887 19.9155799%2c16.7645279 C21.7069272%2c15.3833145 23.8193478%2c14.4671445 26.0251362%2c14.1156621 C26.586637%2c14.026372 27%2c13.5277056 27%2c12.9419759 L27%2c1.1916418 C27%2c0.858752223 26.8652312%2c0.541004112 26.6271755%2c0.315997478 C26.3912761%2c0.0909908443 26.0600683%2c-0.0353735937 25.7511781%2c0.00871479169 C20.0761165%2c0.513170535 14.7707528%2c2.78049369 10.409849%2c6.56240875 C10.1639229%2c6.77583662 10.0144912%2c7.08779535 10.0010143%2c7.42057359 C9.98753741%2c7.75223849 10.1088294%2c8.07577598 10.3368582%2c8.31124804 L18.4140395%2c16.6520803 Z' id='Shape' fill='%23F5A623'/%3e %3cpath d='M16.7688011%2c35.6906338 C14.9477988%2c33.2363995 13.9850178%2c30.3333634 13.9850178%2c27.2964779 C13.9850178%2c24.3534409 14.8920773%2c21.5248021 16.6083012%2c19.118591 C16.9406639%2c18.6515469 16.8894219%2c18.0116416 16.485386%2c17.6064671 L8.2706084%2c9.34385287 C8.03952784%2c9.11142976 7.69361716%2c8.98439377 7.39654479%2c9.00153703 C7.06986352%2c9.01527362 6.76492457%2c9.16747505 6.5543845%2c9.41825025 C2.32741288%2c14.47903 0%2c20.9009411 0%2c27.5002191 C0%2c34.099497 2.32741288%2c40.5214081 6.5543845%2c45.5821879 C6.76492457%2c45.8328532 7.06997277%2c45.9851645 7.39654479%2c45.9989011 C7.41249645%2c46 7.42954069%2c46 7.44658493%2c46 C7.75502013%2c46 8.0520925%2c45.8774696 8.2706084%2c45.6565852 L16.6584506%2c37.2200108 C17.0680586%2c36.8079131 17.1147118%2c36.1565789 16.7688011%2c35.6906338 Z' id='Shape' fill='%239B9B9B'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-donut_chart-selected {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-18'%3e %3cg id='Group'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3cg id='donut-chart-(1)' transform='translate(22.000000%2c 22.000000)' fill-rule='nonzero'%3e %3cpath d='M29.9612962%2c13.4927038 C35.8312596%2c14.4007867 40.5092625%2c19.1420632 41.3385681%2c25.0231536 C41.4173367%2c25.5830546 41.8973993%2c26 42.4629366%2c26 L53.8646906%2c26 C54.1829583%2c26 54.4867496%2c25.8669437 54.701873%2c25.6319129 C54.9169964%2c25.3979467 55.0234405%2c25.0841466 54.9956586%2c24.7670467 C53.8545784%2c11.5589161 43.440838%2c1.14507522 30.2329414%2c0.00515492063 C29.9279792%2c-0.025927041 29.6008767%2c0.0849887261 29.3680835%2c0.298943325 C29.1330551%2c0.514068819 29%2c0.817863061 29%2c1.13613383 L29%2c12.3705598 C28.9998936%2c12.9304609 29.4080001%2c13.4072284 29.9612962%2c13.4927038 Z' id='Shape' fill='%23008FBA'/%3e %3cpath d='M54.840898%2c29 L43.1384973%2c29 C42.5724888%2c29 42.0890775%2c29.4138032 41.9950688%2c29.9790408 C40.862943%2c36.7759789 35.1017845%2c41.7089315 28.2956621%2c41.7089315 C25.385087%2c41.7089315 22.5876485%2c40.7952628 20.2079781%2c39.0665338 C19.7427165%2c38.7306488 19.1121516%2c38.7833647 18.7125331%2c39.1903446 L10.3395625%2c47.6691286 C10.109703%2c47.9018929 9.98743737%2c48.22171 10.0010224%2c48.549561 C10.0146075%2c48.8786226 10.1651301%2c49.1857835 10.4131393%2c49.3978576 C15.4180981%2c53.6556287 21.7691749%2c56 28.2956621%2c56 C42.5996589%2c56 54.7673212%2c44.6999804 55.9956293%2c30.2748661 C56.0238863%2c29.9470151 55.9141189%2c29.6225758 55.6956709%2c29.380677 C55.4759187%2c29.1375676 55.1657443%2c29 54.840898%2c29 Z' id='Shape' fill='%234A4A4A'/%3e %3cpath d='M18.4140395%2c16.6520803 C18.6364619%2c16.8828763 18.9317674%2c17 19.2271807%2c17 C19.4686864%2c17 19.7100844%2c16.9222887 19.9155799%2c16.7645279 C21.7069272%2c15.3833145 23.8193478%2c14.4671445 26.0251362%2c14.1156621 C26.586637%2c14.026372 27%2c13.5277056 27%2c12.9419759 L27%2c1.1916418 C27%2c0.858752223 26.8652312%2c0.541004112 26.6271755%2c0.315997478 C26.3912761%2c0.0909908443 26.0600683%2c-0.0353735937 25.7511781%2c0.00871479169 C20.0761165%2c0.513170535 14.7707528%2c2.78049369 10.409849%2c6.56240875 C10.1639229%2c6.77583662 10.0144912%2c7.08779535 10.0010143%2c7.42057359 C9.98753741%2c7.75223849 10.1088294%2c8.07577598 10.3368582%2c8.31124804 L18.4140395%2c16.6520803 Z' id='Shape' fill='%23F5A623'/%3e %3cpath d='M16.7688011%2c35.6906338 C14.9477988%2c33.2363995 13.9850178%2c30.3333634 13.9850178%2c27.2964779 C13.9850178%2c24.3534409 14.8920773%2c21.5248021 16.6083012%2c19.118591 C16.9406639%2c18.6515469 16.8894219%2c18.0116416 16.485386%2c17.6064671 L8.2706084%2c9.34385287 C8.03952784%2c9.11142976 7.69361716%2c8.98439377 7.39654479%2c9.00153703 C7.06986352%2c9.01527362 6.76492457%2c9.16747505 6.5543845%2c9.41825025 C2.32741288%2c14.47903 0%2c20.9009411 0%2c27.5002191 C0%2c34.099497 2.32741288%2c40.5214081 6.5543845%2c45.5821879 C6.76492457%2c45.8328532 7.06997277%2c45.9851645 7.39654479%2c45.9989011 C7.41249645%2c46 7.42954069%2c46 7.44658493%2c46 C7.75502013%2c46 8.0520925%2c45.8774696 8.2706084%2c45.6565852 L16.6584506%2c37.2200108 C17.0680586%2c36.8079131 17.1147118%2c36.1565789 16.7688011%2c35.6906338 Z' id='Shape' fill='%239B9B9B'/%3e %3c/g%3e %3c/g%3e %3crect id='Rectangle-Copy-8' fill-opacity='0.25' fill='%23008FBA' x='0' y='0' width='100' height='100' rx='2'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-innovation_timeline {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-6-Copy-2'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3cg id='Group-11' transform='translate(6.000000%2c 6.000000)'%3e %3cg id='Group-9' opacity='0.200000018' stroke='%23979797' stroke-linecap='square' stroke-width='0.5'%3e %3cpath d='M1.5%2c0 L1.5%2c86.5' id='Line'/%3e %3cpath d='M85.1311617%2c86.5 L1.5%2c86.5' id='Line-Copy'/%3e %3c/g%3e %3cg id='Group-10' transform='translate(6.000000%2c 6.000000)' opacity='0.400000006'%3e %3ccircle id='Oval-2' fill='%230675CE' cx='13' cy='13' r='13'/%3e %3ccircle id='Oval-2-Copy-8' fill='%230675CE' cx='62.5' cy='61.5' r='9.5'/%3e %3ccircle id='Oval-2-Copy-7' fill='%230675CE' cx='35' cy='50' r='6'/%3e %3ccircle id='Oval-2-Copy' fill='%23F78E3D' cx='32.5' cy='41.5' r='7.5'/%3e %3ccircle id='Oval-2-Copy-10' fill='%23F78E3D' cx='48' cy='53' r='5'/%3e %3ccircle id='Oval-2-Copy-4' fill='%23F78E3D' cx='59' cy='16' r='8'/%3e %3ccircle id='Oval-2-Copy-3' fill='%2366C2A5' cx='28.5' cy='15.5' r='5.5'/%3e %3ccircle id='Oval-2-Copy-6' fill='%2366C2A5' cx='57.5' cy='32.5' r='6.5'/%3e %3ccircle id='Oval-2-Copy-9' fill='%2366C2A5' cx='49.5' cy='59.5' r='4.5'/%3e %3ccircle id='Oval-2-Copy-2' fill='%23F7629E' cx='16' cy='60' r='7'/%3e %3ccircle id='Oval-2-Copy-5' fill='%23F7629E' cx='54.5' cy='23.5' r='3.5'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-innovation_timeline-selected {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-4'%3e %3cg id='Group-6-Copy'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3cg id='Group-11' transform='translate(6.000000%2c 6.000000)'%3e %3cg id='Group-9' opacity='0.200000018' stroke='%23979797' stroke-linecap='square' stroke-width='0.5'%3e %3cpath d='M1.5%2c0 L1.5%2c86.5' id='Line'/%3e %3cpath d='M85.1311617%2c86.5 L1.5%2c86.5' id='Line-Copy'/%3e %3c/g%3e %3cg id='Group-10' transform='translate(8.000000%2c 13.000000)' opacity='0.400000006'%3e %3ccircle id='Oval-2' fill='%230675CE' cx='12.5' cy='12.5' r='12.5'/%3e %3ccircle id='Oval-2-Copy-8' fill='%230675CE' cx='59' cy='58' r='9'/%3e %3ccircle id='Oval-2-Copy-7' fill='%230675CE' cx='32.5' cy='47.5' r='5.5'/%3e %3ccircle id='Oval-2-Copy' fill='%23F78E3D' cx='31' cy='39' r='7'/%3e %3ccircle id='Oval-2-Copy-10' fill='%23F78E3D' cx='45.5' cy='49.5' r='4.5'/%3e %3ccircle id='Oval-2-Copy-4' fill='%23F78E3D' cx='55.5' cy='14.5' r='7.5'/%3e %3ccircle id='Oval-2-Copy-3' fill='%2366C2A5' cx='27' cy='14' r='5'/%3e %3ccircle id='Oval-2-Copy-6' fill='%2366C2A5' cx='54' cy='30' r='6'/%3e %3ccircle id='Oval-2-Copy-9' fill='%2366C2A5' cx='47.5' cy='56.5' r='4.5'/%3e %3ccircle id='Oval-2-Copy-2' fill='%23F7629E' cx='14.5' cy='56.5' r='6.5'/%3e %3ccircle id='Oval-2-Copy-5' fill='%23F7629E' cx='51.5' cy='22.5' r='3.5'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3crect id='Rectangle-Copy' fill-opacity='0.25' fill='%23008FBA' x='0' y='0' width='100' height='100' rx='2'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-word_cloud {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-6-Copy-15'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cg id='Group-13' transform='translate(10.000000%2c 22.000000)' font-family='Helvetica' font-weight='normal'%3e %3ctext id='Lorem' font-size='14.0162396' fill='black'%3e %3ctspan x='0' y='14'%3eLorem%3c/tspan%3e %3c/text%3e %3ctext id='ipsum' font-size='18.6883194' fill='black'%3e %3ctspan x='24.9177592' y='52.2619189'%3eipsum%3c/tspan%3e %3c/text%3e %3ctext id='dolor' font-size='9.34415971' fill='black'%3e %3ctspan x='54.5075983' y='13.6720799'%3edolor%3c/tspan%3e %3c/text%3e %3ctext id='sit' font-size='9.34415971' fill='%23F46E65'%3e %3ctspan x='42.0487187' y='13.6720799'%3esit%3c/tspan%3e %3c/text%3e %3ctext id='amet' font-size='9.34415971' fill='%23F46E65'%3e %3ctspan x='0' y='44.8192789'%3eamet%3c/tspan%3e %3c/text%3e %3ctext id='consectetuer' font-size='14.0162396' fill='black'%3e %3ctspan x='0' y='35.8030393'%3econsectetuer%3c/tspan%3e %3c/text%3e %3ctext id='adicing' font-size='9.34415971' fill='%230087fc'%3e %3ctspan x='45.1634386' y='23.0162396'%3eadicing%3c/tspan%3e %3c/text%3e %3ctext id='Anis' font-size='9.34415971' fill='black'%3e %3ctspan x='4.67207985' y='54.1634386'%3eAnis%3c/tspan%3e %3c/text%3e %3ctext id='commodo' font-size='9.34415971' fill='black'%3e %3ctspan x='0' y='23.0162396'%3ecommodo%3c/tspan%3e %3c/text%3e %3c/g%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-style-word_cloud-selected {
  height: 120px;
  width: 120px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Group-17'%3e %3cg id='Group-6-Copy-15'%3e %3crect id='Rectangle' stroke='%23ECEBEB' fill='%23F9F9F9' x='0.5' y='0.5' width='99' height='99' rx='2'/%3e %3cg id='Group-13' transform='translate(10.000000%2c 22.000000)' font-family='Helvetica' font-weight='normal'%3e %3ctext id='Lorem' font-size='14.0162396' fill='black'%3e %3ctspan x='0' y='14'%3eLorem%3c/tspan%3e %3c/text%3e %3ctext id='ipsum' font-size='18.6883194' fill='black'%3e %3ctspan x='24.9177592' y='52.2619189'%3eipsum%3c/tspan%3e %3c/text%3e %3ctext id='dolor' font-size='9.34415971' fill='black'%3e %3ctspan x='54.5075983' y='13.6720799'%3edolor%3c/tspan%3e %3c/text%3e %3ctext id='sit' font-size='9.34415971' fill='%23F46E65'%3e %3ctspan x='42.0487187' y='13.6720799'%3esit%3c/tspan%3e %3c/text%3e %3ctext id='amet' font-size='9.34415971' fill='%23F46E65'%3e %3ctspan x='0' y='44.8192789'%3eamet%3c/tspan%3e %3c/text%3e %3ctext id='consectetuer' font-size='14.0162396' fill='black'%3e %3ctspan x='0' y='35.8030393'%3econsectetuer%3c/tspan%3e %3c/text%3e %3ctext id='adicing' font-size='9.34415971' fill='%230087fc'%3e %3ctspan x='45.1634386' y='23.0162396'%3eadicing%3c/tspan%3e %3c/text%3e %3ctext id='Anis' font-size='9.34415971' fill='black'%3e %3ctspan x='4.67207985' y='54.1634386'%3eAnis%3c/tspan%3e %3c/text%3e %3ctext id='commodo' font-size='9.34415971' fill='black'%3e %3ctspan x='0' y='23.0162396'%3ecommodo%3c/tspan%3e %3c/text%3e %3c/g%3e %3cpath d='M90.625%2c12.1875 C90.7096358%2c12.1875 90.7828773%2c12.2184242 90.8447266%2c12.2802734 C90.9065758%2c12.3421227 90.9375%2c12.4153642 90.9375%2c12.5 C90.9375%2c12.5846358 90.9065758%2c12.6578773 90.8447266%2c12.7197266 C90.7828773%2c12.7815758 90.7096358%2c12.8125 90.625%2c12.8125 L89.375%2c12.8125 C89.2903642%2c12.8125 89.2171227%2c12.7815758 89.1552734%2c12.7197266 C89.0934242%2c12.6578773 89.0625%2c12.5846358 89.0625%2c12.5 C89.0625%2c12.4153642 89.0934242%2c12.3421227 89.1552734%2c12.2802734 C89.2171227%2c12.2184242 89.2903642%2c12.1875 89.375%2c12.1875 L89.6875%2c12.1875 L89.6875%2c9.6875 L89.375%2c9.6875 C89.2903642%2c9.6875 89.2171227%2c9.65657583 89.1552734%2c9.59472656 C89.0934242%2c9.53287729 89.0625%2c9.45963584 89.0625%2c9.375 C89.0625%2c9.29036416 89.0934242%2c9.21712271 89.1552734%2c9.15527344 C89.2171227%2c9.09342417 89.2903642%2c9.0625 89.375%2c9.0625 L90%2c9.0625 C90.0846358%2c9.0625 90.1578773%2c9.09342417 90.2197266%2c9.15527344 C90.2815758%2c9.21712271 90.3125%2c9.29036416 90.3125%2c9.375 L90.3125%2c12.1875 L90.625%2c12.1875 Z M90%2c8.4375 C89.8242179%2c8.4375 89.6761074%2c8.37727925 89.5556641%2c8.25683594 C89.4352208%2c8.13639263 89.375%2c7.98828213 89.375%2c7.8125 C89.375%2c7.63671787 89.4352208%2c7.48860737 89.5556641%2c7.36816406 C89.6761074%2c7.24772075 89.8242179%2c7.1875 90%2c7.1875 C90.1757821%2c7.1875 90.3238926%2c7.24772075 90.4443359%2c7.36816406 C90.5647792%2c7.48860737 90.625%2c7.63671787 90.625%2c7.8125 C90.625%2c7.98828213 90.5647792%2c8.13639263 90.4443359%2c8.25683594 C90.3238926%2c8.37727925 90.1757821%2c8.4375 90%2c8.4375 Z M90%2c5 C90.6901076%2c5 91.3395152%2c5.13020703 91.9482422%2c5.390625 C92.5569692%2c5.65104297 93.0875628%2c6.00748472 93.5400391%2c6.45996094 C93.9925153%2c6.91243716 94.348957%2c7.44303081 94.609375%2c8.05175781 C94.869793%2c8.66048481 95%2c9.30989238 95%2c10 C95%2c10.6901076 94.869793%2c11.3395152 94.609375%2c11.9482422 C94.348957%2c12.5569692 93.9925153%2c13.0875628 93.5400391%2c13.5400391 C93.0875628%2c13.9925153 92.5569692%2c14.348957 91.9482422%2c14.609375 C91.3395152%2c14.869793 90.6901076%2c15 90%2c15 C89.3098924%2c15 88.6604848%2c14.869793 88.0517578%2c14.609375 C87.4430308%2c14.348957 86.9124372%2c13.9925153 86.4599609%2c13.5400391 C86.0074847%2c13.0875628 85.651043%2c12.5569692 85.390625%2c11.9482422 C85.130207%2c11.3395152 85%2c10.6901076 85%2c10 C85%2c9.30989238 85.130207%2c8.66048481 85.390625%2c8.05175781 C85.651043%2c7.44303081 86.0074847%2c6.91243716 86.4599609%2c6.45996094 C86.9124372%2c6.00748472 87.4430308%2c5.65104297 88.0517578%2c5.390625 C88.6604848%2c5.13020703 89.3098924%2c5 90%2c5 Z M90%2c14.3847656 C90.6054718%2c14.3847656 91.1735%2c14.2692069 91.7041016%2c14.0380859 C92.2347032%2c13.806965 92.6969381%2c13.4928405 93.0908203%2c13.0957031 C93.4847025%2c12.6985657 93.7971994%2c12.2347032 94.0283203%2c11.7041016 C94.2594413%2c11.1735 94.375%2c10.6054718 94.375%2c10 C94.375%2c9.39452822 94.2594413%2c8.82650005 94.0283203%2c8.29589844 C93.7971994%2c7.76529683 93.4847025%2c7.30306187 93.0908203%2c6.90917969 C92.6969381%2c6.51529751 92.2347032%2c6.20280063 91.7041016%2c5.97167969 C91.1735%2c5.74055874 90.6054718%2c5.625 90%2c5.625 C89.3945282%2c5.625 88.8265%2c5.74055874 88.2958984%2c5.97167969 C87.7652968%2c6.20280063 87.3030619%2c6.51529751 86.9091797%2c6.90917969 C86.5152975%2c7.30306187 86.2028006%2c7.76529683 85.9716797%2c8.29589844 C85.7405587%2c8.82650005 85.625%2c9.39452822 85.625%2c10 C85.625%2c10.6054718 85.7405587%2c11.1735 85.9716797%2c11.7041016 C86.2028006%2c12.2347032 86.5152975%2c12.6985657 86.9091797%2c13.0957031 C87.3030619%2c13.4928405 87.7652968%2c13.806965 88.2958984%2c14.0380859 C88.8265%2c14.2692069 89.3945282%2c14.3847656 90%2c14.3847656 Z' id='info---simple-line-icons' fill='%23E1DFDF'/%3e %3c/g%3e %3crect id='Rectangle-Copy-7' fill-opacity='0.25' fill='%23008FBA' x='0' y='0' width='100' height='100' rx='2'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal-container .graph-title {
  text-align: center; }

.modal-container .value-title {
  padding: 8px 0;
  font-size: 14px; }

.modal-container .value-item {
  padding: 5px 0;
  font-size: 13px; }

.modal-container .value-item-selected {
  color: #2c58b8; }

.react-tabs {
  width: 61%;
  display: inline-block; }
  .react-tabs__tab-list {
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    padding: 0; }
  .react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer; }
    .react-tabs__tab--selected {
      background: #ffffff;
      border-color: #2c58b8;
      color: #000000;
      border-radius: 5px 5px 0 0; }
    .react-tabs__tab--disabled {
      color: GrayText;
      cursor: default; }
    .react-tabs__tab:focus {
      box-shadow: 0 0 5px #0188fe;
      border-color: #0188fe;
      outline: none; }
      .react-tabs__tab:focus:after {
        content: '';
        position: absolute;
        height: 5px;
        left: -4px;
        right: -4px;
        bottom: -5px;
        background: #ffffff; }
  .react-tabs__tab-panel {
    display: none; }
    .react-tabs__tab-panel--selected {
      display: block;
      background: #ffffff;
      border: 1px solid #cdcdcd;
      border-top: none;
      padding: 1.5em 1em; }

.dashboard-layout .card-panel {
  min-height: 100%; }

.dashboard-layout .reusable-ms-dropdown-box-search {
  background: #ffffff; }

.dashboard-layout .reusable-ms-dropdown-container-submit {
  z-index: 100; }

.dashboard-layout .dashboard-filter-container {
  height: 100px; }
  .dashboard-layout .dashboard-filter-container .reusable-dropdown-box-default, .dashboard-layout .dashboard-filter-container .reusable-ms-dropdown-box-default {
    background: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 5px; }

.dashboard-layout .dashboard-content-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .dashboard-layout .dashboard-content-container .left-dashboard-container {
    height: 100%;
    width: 100%;
    -ms-flex: 1;
        flex: 1; }
  .dashboard-layout .dashboard-content-container .right-dashboard-container {
    height: calc(100vh - 190px);
    -ms-flex: 0.35;
        flex: 0.35;
    margin-left: 20px; }

.dashboard-details-content-container {
  display: -ms-flexbox;
  display: flex; }
  .dashboard-details-content-container .sidebar-container {
    width: 400px;
    background: #ffffff;
    border-right: 1px solid #EAEAEA; }
    .dashboard-details-content-container .sidebar-container .header-title {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.2px;
      color: #000000;
      padding: 15px 20px; }
  .dashboard-details-content-container .content-container {
    width: calc(100% - 400px);
    background: #ffffff;
    z-index: 1; }
    .dashboard-details-content-container .content-container .card-modal-head {
      height: 45px;
      border-bottom: 1px solid #EAEAEA;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.card-panel {
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 2px 10px 0 #EAEAEA;
  min-height: 500px;
  width: 100%; }
  .card-panel.regulatory-card-panel {
    min-height: 400px !important; }
  .card-panel:last-of-type {
    margin-bottom: 0; }
  .card-panel .panel-title {
    font-size: 16px;
    font-weight: bold; }
  .card-panel .panel-sub-title {
    font-size: 15px; }
  .card-panel .panel-meta-title {
    font-size: 14px;
    font-weight: bold; }

.card-sidebar {
  height: calc(100vh - 190px); }

.overview-item {
  color: #5C5B5B;
  position: relative;
  margin-bottom: 20px;
  padding: 2px 15px; }
  .overview-item:before {
    content: '';
    position: absolute;
    left: 0;
    background: #EAEAEA;
    width: 5px;
    bottom: 0;
    top: 0; }
  .overview-item .title {
    font-size: 12px; }
  .overview-item .value {
    font-size: 18px; }

.overview {
  width: 35%; }

.dashboard-list-card-deatils .card.has-bg {
  margin: 0; }

.dashboard-list-card-deatils .card .read-more .handicon {
  z-index: 2; }

.guideline-comparison.chevron, .guideline-comparison.group-header, .guideline-comparison.abstract-accordion-header {
  position: relative; }

.notification-subscription .reusable-dropdown-box-clear {
  top: 3px;
  background-color: #4a4a4a; }

.capitalize-me {
  text-transform: capitalize; }

.my-dashboard-input {
  margin-top: 10px;
  height: 40px;
  width: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #EAEAEA;
  position: relative; }

.filter-blk {
  padding: 10px 0;
  background: rgba(222, 222, 222, 0.17); }
  .filter-blk .container {
    margin: 0 auto;
    padding: 0 25px;
    width: 1200px; }
  .filter-blk .filter-blk-content {
    padding: 0 25px;
    position: relative; }
    .filter-blk .filter-blk-content .header-divider {
      display: none; }
  .filter-blk .vcenter, .filter-blk .nav-link, .filter-blk .switch-wrap {
    -ms-flex-align: center;
    align-items: center; }
  .filter-blk .dropdown {
    position: relative;
    cursor: pointer;
    margin-right: 20px; }
    .filter-blk .dropdown .title-first-item {
      max-width: 130px; }
    .filter-blk .dropdown .text-elips, .filter-blk .dropdown .content-gray-background .table th, .content-gray-background .table .filter-blk .dropdown th, .filter-blk .dropdown .tab-page-section .tab-item, .tab-page-section .filter-blk .dropdown .tab-item {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .filter-blk .dropdown .dropdown-container {
      position: relative;
      width: 200px;
      height: 40px;
      margin-top: 5px;
      display: inline-block;
      background-color: #fff;
      text-align: left;
      border: 1px solid #ddd; }
    .filter-blk .dropdown .dropdown-box {
      padding: 10px 40px 9px 10px;
      color: #626262;
      display: inline-block;
      height: 38px;
      cursor: pointer;
      border: 0;
      width: 100%;
      text-align: left;
      background-color: transparent; }
    .filter-blk .dropdown .dropdown-box:after {
      content: ' ';
      position: absolute;
      z-index: 1;
      top: 16px;
      right: 13px;
      border-top: 10px solid #1677cb;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
    .filter-blk .dropdown .dropdown-content {
      margin-top: -1px;
      position: absolute;
      width: 200px;
      min-height: 200px;
      max-height: 350px;
      top: 100%;
      left: 0;
      z-index: 22;
      background-color: #fff;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      border: 1px solid #ddd;
      outline: 0; }
    .filter-blk .dropdown .panel-heading {
      background: transparent;
      color: #485465;
      padding: 20px 20px;
      border-bottom: 0 solid rgba(150, 150, 150, 0.23); }
      .filter-blk .dropdown .panel-heading .title {
        font-size: 16px; }
    .filter-blk .dropdown .dropdown-option {
      height: 200px;
      overflow-y: auto;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
    .filter-blk .dropdown .dropdown-button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row; }
    .filter-blk .dropdown .dropdown-submit {
      width: 95px;
      margin: 5px; }
    .filter-blk .dropdown .btn-block {
      display: block;
      width: 100%; }
    .filter-blk .dropdown .btn-success {
      color: #fff;
      background: #34b1cb;
      border-color: #34b1cb; }
    .filter-blk .dropdown .btn-default {
      color: #595959;
      background: #fff;
      border-color: #b2b2b2; }
    .filter-blk .dropdown .checkbox-custom {
      margin: 5px 10px;
      padding: 7px 10px; }
      .filter-blk .dropdown .checkbox-custom .left-padding {
        padding-left: 10px; }
    .filter-blk .dropdown .disp-flex, .filter-blk .dropdown .nav, .filter-blk .dropdown .no-data, .filter-blk .dropdown .vcenter, .filter-blk .dropdown .nav-link, .filter-blk .dropdown .switch-wrap, .filter-blk .dropdown .hcenter, .filter-blk .dropdown .center, .filter-blk .dropdown .has-space-btwn, .filter-blk .dropdown .valign {
      display: -ms-flexbox;
      display: flex; }
  .filter-blk .back-url {
    font-size: 15px;
    font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
    padding-top: 10px;
    margin-bottom: -15px;
    padding-right: 15px; }

.panel {
  background: #fff;
  margin: 40px 0 0; }

.panel-heading {
  background: #fff;
  color: #485465;
  padding: 20px;
  border-bottom: none;
  line-height: 1.5; }
  .panel-heading .title {
    font-size: 16px;
    font-weight: 700; }

.panel-body {
  padding: 20px;
  height: auto;
  background-color: #fff; }
  .panel-body #list {
    height: calc(100vh - 310px) !important; }

.clarivate-title {
  font-size: 16px;
  color: #626262;
  margin-bottom: 5px;
  font-family: open_sansbold,Helvetica,Arial,sans-serif;
  font-weight: bold; }

.clarivate-title-left-margin {
  margin-left: 6px; }

.clarivate-table {
  border: solid 1px #ddd;
  margin-bottom: 25px;
  font-family: latoregular,Helvetica, Arial, sans-serif;
  border-bottom: none; }
  .clarivate-table .column-one {
    width: 25%;
    background-color: #f8f8f8;
    padding: 8px 10px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd; }
  .clarivate-table .column-two {
    width: 75%;
    padding: 8px 10px;
    border-bottom: solid 1px #ddd; }

.clarivate-table-multicolumn td:first-child {
  padding-left: 10px !important; }

.clarivate-table-multicolumn th:first-child {
  padding: 5px;
  padding-left: 10px !important;
  width: 8em;
  margin-left: 5px; }

.clarivate-table-multicolumn th:nth-child(2) {
  width: 8em; }

.clarivate-table-multicolumn th:nth-child(3) {
  width: 8em; }

.clarivate-table-multicolumn th:nth-child(4) {
  width: 8em; }

.clarivate-table-multicolumn th:nth-child(5) {
  width: 10em; }

.clarivate-table-multicolumn th:nth-child(6) {
  width: 8em; }

.clarivate-table-multicolumn th:nth-child(7) {
  width: 8em; }

.clarivate-table-multicolumn th:nth-child(8) {
  width: 8em; }

.clarivate-table-multicolumn th:nth-child(9) {
  width: 6em; }

.clarivate-table-multicolumn .table-header .table-header {
  padding-bottom: 5px; }

.clarivate-search {
  border-radius: 16px;
  border: solid 1px #ddd;
  height: 30px;
  width: 196px;
  margin: 10px 0px 20px 0px;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden; }
  .clarivate-search .clarivate-search-input {
    padding: 10px;
    border: none; }
  .clarivate-search .close-icon, .clarivate-search .search-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer; }
  .clarivate-search .search-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966'%3e %3cpath d='M55.146%2c51.887L41.588%2c37.786c3.486-4.144%2c5.396-9.358%2c5.396-14.786c0-12.682-10.318-23-23-23s-23%2c10.318-23%2c23 s10.318%2c23%2c23%2c23c4.761%2c0%2c9.298-1.436%2c13.177-4.162l13.661%2c14.208c0.571%2c0.593%2c1.339%2c0.92%2c2.162%2c0.92 c0.779%2c0%2c1.518-0.297%2c2.079-0.837C56.255%2c54.982%2c56.293%2c53.08%2c55.146%2c51.887z M23.984%2c6c9.374%2c0%2c17%2c7.626%2c17%2c17s-7.626%2c17-17%2c17 s-17-7.626-17-17S14.61%2c6%2c23.984%2c6z' fill='%238f8f8f'/%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 %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") center no-repeat;
    height: 18px;
    width: 18px;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 5px; }

.clarivate-table-normal {
  border: solid 1px #ddd;
  padding: 1px;
  border-bottom: none; }
  .clarivate-table-normal .table-header {
    background-color: #f5f6fa !important;
    font-family: latoregular,Helvetica, Arial, sans-serif; }

.sort-box {
  padding: 0 0 0 5px; }
  .sort-box .icon-sort {
    border-style: solid;
    height: 7px;
    width: 7px;
    border-width: .16em .16em 0 0;
    content: '';
    display: inline-block;
    left: .15em;
    position: relative;
    top: 5px;
    vertical-align: top; }
    .sort-box .icon-sort.asc {
      transform: rotate(-45deg);
      top: 5px; }
    .sort-box .icon-sort.desc {
      transform: rotate(135deg); }

.Clarivate-tabs .rwt__tabs {
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #ddd;
  padding: 20px; }

.Clarivate-tabs .rwt__tablist {
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
  width: 200px; }
  .Clarivate-tabs .rwt__tablist button {
    width: 100%;
    min-width: 180px;
    background-color: transparent;
    margin-bottom: 6px;
    border: 0px solid;
    text-align: left;
    padding: 7px; }
  .Clarivate-tabs .rwt__tablist .active {
    color: #46acd9; }

.Clarivate-tabs .rwt__tab {
  cursor: pointer; }

.clarivate-label {
  padding-top: 6px;
  padding-right: 20px; }

.clarivate-top-padding {
  padding-top: 20px; }

.clarivate-right-margin {
  margin-right: 20px; }

.clarivate-expert-review {
  padding: 20px;
  border: solid 1px #ddd; }

.clarivate-box {
  border: solid 1px #ddd;
  padding: 10px;
  border-bottom: none; }

.clarivate-box:last-child {
  border-bottom: solid 1px #ddd; }

.circleComponent {
  padding: 15px;
  padding-bottom: 30px; }
  .circleComponent * {
    box-sizing: border-box; }
  .circleComponent .year-tital {
    font-weight: bold;
    font-size: 15px;
    padding-left: 181px;
    padding-bottom: 10px;
    color: #aeabab; }
  .circleComponent .year-tital1 {
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    color: #827575; }
  .circleComponent ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .circleComponent ul li .first {
    float: left;
    padding: 15px;
    background: #fff;
    width: 15%;
    position: relative;
    height: auto;
    padding-top: 25px;
    text-transform: uppercase; }
  .circleComponent ul li .info {
    float: left;
    padding: 15px;
    background: #fff;
    width: 85%;
    height: auto;
    border-left: 3px solid #ddd; }
    .circleComponent ul li .info .info-tital1 {
      font-weight: bold;
      padding: 10px;
      width: 670px;
      float: left;
      font-size: large;
      color: #7b707080 !important; }
    .circleComponent ul li .info .info-content {
      padding: 10px;
      padding-top: 0px;
      width: 90%; }
      .circleComponent ul li .info .info-content .list-item {
        width: 100%;
        padding: 2px; }
  .circleComponent ul li .first::after {
    content: '';
    position: absolute;
    bottom: 14px;
    right: -11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #ea3a97;
    background: inherit; }
  .circleComponent ul li .added::after {
    content: '';
    border: 4px solid #66c2a5; }
  .circleComponent ul li .updated::after {
    content: '';
    border: 4px solid #8da0cb; }
  .circleComponent ul li .removed::after {
    content: '';
    border: 4px solid #fc8d62; }

.tooltip .tooltip-arrow {
  border-bottom-color: #c9ced4; }

.tooltip .tooltip-inner {
  width: 345px;
  color: #6b6c69;
  text-align: center;
  background-color: #F3f3f3;
  border: solid 1px #c9ced4;
  border-radius: 1px; }

.change-history-tab .reusable-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1; }

.change-history-tab .reusable-checkbox-item:nth-child(1) input[type='checkbox']:checked + .label:after {
  background-color: #66c2a5;
  border: solid 1px #ddd; }

.change-history-tab .reusable-checkbox-item:nth-child(2) input[type='checkbox']:checked + .label:after {
  background-color: #8da0cb;
  border: solid 1px #ddd; }

.change-history-tab .reusable-checkbox-item:nth-child(3) input[type='checkbox']:checked + .label:after {
  background-color: #fc8d62;
  border: solid 1px #ddd; }

.clarivate-legends-box {
  height: 20px;
  width: 35px;
  margin-right: 10px;
  border: solid 1px #ddd; }

.database-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.201 58.201'%3e %3cg%3e %3cpath d='M31.707%2c33.07c-0.87%2c0.027-1.74%2c0.042-2.606%2c0.042c-0.869%2c0-1.742-0.014-2.614-0.042 c-7.341-0.201-13.191-1.238-17.403-2.717C7.104%2c29.685%2c5.409%2c28.899%2c4.1%2c28v7.111v0.5v0.5V37.4c2.846%2c2.971%2c12.394%2c5.711%2c25%2c5.711 s22.154-2.74%2c25-5.711v-1.289v-0.5v-0.5V28c-1.318%2c0.905-3.028%2c1.697-5.025%2c2.367C44.865%2c31.839%2c39.027%2c32.87%2c31.707%2c33.07z' fill='%23bababa'/%3e %3cpath d='M4.1%2c14.889V22v0.5V23v1.289c2.638%2c2.754%2c11.033%2c5.31%2c22.286%2c5.668c0.115%2c0.004%2c0.233%2c0.005%2c0.349%2c0.008 c0.326%2c0.009%2c0.651%2c0.018%2c0.982%2c0.023C28.174%2c29.996%2c28.635%2c30%2c29.1%2c30s0.926-0.004%2c1.383-0.011 c0.33-0.005%2c0.656-0.014%2c0.982-0.023c0.116-0.003%2c0.234-0.005%2c0.349-0.008c11.253-0.359%2c19.648-2.915%2c22.286-5.668V23v-0.5V22 v-7.111C49.233%2c18.232%2c38.944%2c20%2c29.1%2c20S8.968%2c18.232%2c4.1%2c14.889z' fill='%23bababa'/%3e %3cpath d='M53.965%2c8.542C52.843%2c4.241%2c44.215%2c0%2c29.1%2c0C14.023%2c0%2c5.404%2c4.22%2c4.247%2c8.51C4.162%2c8.657%2c4.1%2c8.818%2c4.1%2c9v0.5v1.806 C6.937%2c14.267%2c16.417%2c17%2c29.1%2c17s22.164-2.733%2c25-5.694V9.5V9C54.1%2c8.832%2c54.044%2c8.681%2c53.965%2c8.542z' fill='%23bababa'/%3e %3cpath d='M4.1%2c41v8.201c0%2c0.162%2c0.043%2c0.315%2c0.117%2c0.451c1.181%2c4.895%2c11.747%2c8.549%2c24.883%2c8.549c13.106%2c0%2c23.655-3.639%2c24.875-8.516 c0.08-0.144%2c0.125-0.309%2c0.125-0.484v-8.199c-4.135%2c2.911-12.655%2c5.199-25%2c5.199C16.754%2c46.201%2c8.234%2c43.911%2c4.1%2c41z' fill='%23bababa'/%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 %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") center no-repeat;
  content: ' ';
  padding: 5px 7px;
  margin: 0 2px;
  margin-right: 8px; }

.my-dashboard-container {
  height: calc(100vh - 100px); }
  .my-dashboard-container .search-discover-box-container {
    padding: 10px 0px;
    width: 100%; }
  .my-dashboard-container .reusable-dropdown-box-default, .my-dashboard-container .reusable-ms-dropdown-box-default {
    border: 1px solid #EAEAEA;
    border-radius: 5px; }

.graph-active-my-dashboard {
  border: 3px solid #0087fc;
  border-radius: 3px; }

.my-dashboard-add-widget .card-panel:last-of-type {
  margin-bottom: 10px; }

.disabled-card {
  opacity: 0.5;
  pointer-events: none; }

.compititive-search-landing {
  background-color: #ffffff;
  height: calc(100vh - 60px);
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center; }
  .compititive-search-landing .axis .path {
    stroke: #080808; }
  .compititive-search-landing-title {
    padding: 6rem 1rem 2rem;
    font-size: 25px;
    color: #4A4A4A;
    font-family: opensanslight,Helvetica, Arial, sans-serif; }
  .compititive-search-landing .search-discover-box-container {
    margin: 0 auto; }
  .compititive-search-landing .search-page-type-info {
    color: #9b9b9b;
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px 0;
    font-family: opensanslight,Helvetica, Arial, sans-serif; }

.togglebutton-goup {
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize; }
  .togglebutton-goup .button-cls {
    padding: 10px;
    background: #fff;
    border: solid 1px #0087fc;
    cursor: pointer; }
    .togglebutton-goup .button-cls:first-child {
      border-radius: 8px 0px 0px 8px; }
    .togglebutton-goup .button-cls:not(:first-child):not(:last-child) {
      border-width: 1px 0px; }
    .togglebutton-goup .button-cls:last-child {
      border-radius: 0px 8px 8px 0px; }
    .togglebutton-goup .button-cls.active {
      background: #0087fc;
      color: #fff;
      border: solid 1px #0087fc;
      font-weight: bold; }

.list-of-drugs-toggle-wrap .togglebutton-goup {
  border: solid 1px #0087fc;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  overflow: hidden; }
  .list-of-drugs-toggle-wrap .togglebutton-goup .button-cls {
    border-right: solid 1px #0087fc;
    border-left: none;
    border-bottom: none;
    border-top: none; }
    .list-of-drugs-toggle-wrap .togglebutton-goup .button-cls:not(:first-child):not(:last-child) {
      border-width: 1px; }
    .list-of-drugs-toggle-wrap .togglebutton-goup .button-cls:first-child {
      border-right: solid 1px #0087fc;
      border-radius: 0; }
      .list-of-drugs-toggle-wrap .togglebutton-goup .button-cls:first-child.active {
        border-radius: 0; }
    .list-of-drugs-toggle-wrap .togglebutton-goup .button-cls:last-child {
      border-right: 0;
      border-radius: 0; }
      .list-of-drugs-toggle-wrap .togglebutton-goup .button-cls:last-child.active {
        border-radius: 0; }

.border-me {
  border: solid 1px #ddd; }

.panel-height {
  overflow: "scroll";
  height: "auto"; }

.table-search {
  margin-bottom: 10px; }
  .table-search button {
    height: 30px;
    background-color: #0087fc;
    border: none;
    cursor: pointer; }
  .table-search input {
    height: 29px;
    width: 180px;
    border: solid 1px #ddd;
    padding: 10px;
    color: #737373; }

.summary-competitive-details {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px); }
  .summary-competitive-details .panel-heading .title {
    position: relative; }
  .summary-competitive-details .tabs-list {
    display: -ms-flexbox;
    display: flex; }
    .summary-competitive-details .tabs-list .tab-header {
      -ms-flex-positive: 1;
          flex-grow: 1;
      height: 50px;
      text-align: center;
      line-height: 50px;
      background: #f3f3f3; }
      .summary-competitive-details .tabs-list .tab-header:not(:last-child) {
        border-right: solid 1px #EAEAEA; }
      .summary-competitive-details .tabs-list .tab-header.active {
        background: #ffffff;
        font-family: latobold,Helvetica, Arial, sans-serif; }
      .summary-competitive-details .tabs-list .tab-header:hover {
        cursor: pointer; }

.panel-body {
  padding: 0 5;
  overflow-y: scroll; }
  .panel-body.height-auto {
    height: auto; }
  .panel-body .graphParent {
    text-align: center; }

.result-container .competitive-container {
  -ms-flex-align: start;
      align-items: flex-start; }

.competitive-tooltip-container {
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 420px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .competitive-tooltip-container .reusable-ms-dropdown {
    width: 200px; }

#competitive-content-section {
  min-height: calc(100vh - 140px); }
  #competitive-content-section .result-container-sum {
    margin-top: 0; }

#DrugsandCTphasescounts .table-body .table-cell.clickable {
  cursor: pointer;
  color: #0087fc;
  text-decoration: underline; }

.rg-updates .tab-content {
  padding: 10px 10px; }
  .rg-updates .tab-content .btn {
    margin-right: 10px;
    background-color: #f3f3f3;
    border: solid 1px #EAEAEA; }
  .rg-updates .tab-content .links {
    stroke: #9b9b9b; }

.rg-updates .tab-container {
  display: -ms-flexbox;
  display: flex; }
  .rg-updates .tab-container .tabs {
    border-right: solid 1px #EAEAEA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    height: 300px !important; }
    .rg-updates .tab-container .tabs .tab-item {
      min-height: 40px;
      padding: 12px 12px 12px 0;
      cursor: pointer;
      border: 0;
      background: #ffffff;
      color: #0087fc; }
    .rg-updates .tab-container .tabs .active {
      color: #4A4A4A;
      font-family: latobold,Helvetica, Arial, sans-serif; }
  .rg-updates .tab-container .content {
    height: 300px !important;
    overflow-y: scroll;
    padding: 0 20px;
    -ms-flex: 5;
        flex: 5; }
    .rg-updates .tab-container .content .tab-item {
      min-height: 40px;
      padding: 10px;
      border-bottom: solid 1px #EAEAEA;
      display: -ms-flexbox;
      display: flex;
      font-family: latoregular,Helvetica, Arial, sans-serif;
      position: relative; }
    .rg-updates .tab-container .content .tab-title {
      -ms-flex: 1;
          flex: 1; }

.reg-updates-search {
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  border: 1px solid #ddd;
  height: 30px;
  width: 196px;
  margin: 2px 0 2px;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0 10px 0 0;
  position: relative; }
  .reg-updates-search input {
    border: none;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .reg-updates-search .reg-updates-search-clear {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #0087fc;
    z-index: 3;
    border: 0;
    cursor: pointer;
    transform: translateY(-50%); }

.web-link {
  padding: 8px; }

.search-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966'%3e %3cpath d='M55.146%2c51.887L41.588%2c37.786c3.486-4.144%2c5.396-9.358%2c5.396-14.786c0-12.682-10.318-23-23-23s-23%2c10.318-23%2c23 s10.318%2c23%2c23%2c23c4.761%2c0%2c9.298-1.436%2c13.177-4.162l13.661%2c14.208c0.571%2c0.593%2c1.339%2c0.92%2c2.162%2c0.92 c0.779%2c0%2c1.518-0.297%2c2.079-0.837C56.255%2c54.982%2c56.293%2c53.08%2c55.146%2c51.887z M23.984%2c6c9.374%2c0%2c17%2c7.626%2c17%2c17s-7.626%2c17-17%2c17 s-17-7.626-17-17S14.61%2c6%2c23.984%2c6z' fill='%238f8f8f'/%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 %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") center no-repeat;
  height: 18px;
  width: 18px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
  border: 1px solid transparent;
  outline: 0; }

.reg-table-item {
  padding: 0 4px; }

.reg-table-item-container:hover {
  background: #fafafa; }

.rg-launch-item {
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 2; }

.rg-launch-item-active {
  color: #0087fc; }

.rg-launch-item:hover {
  color: #0087fc;
  opacity: 0.9; }

.highlight {
  display: inline-block;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  border-radius: 10px;
  line-height: 18px;
  text-align: center;
  margin-left: 7px;
  padding: 0 5px; }

.highlight-novel {
  color: #FF0D0D;
  background: #FFE700; }

.highlight-status {
  color: #fff;
  background: #d9534f; }

.rg-updates-list-item {
  padding: 15px 0;
  border-bottom: 1px solid #ddd; }

.pipe {
  color: #ccc;
  padding: 0 3px 0 0; }

.rg-status-overview {
  width: 100%;
  position: relative; }
  .rg-status-overview .rg-status-overview-item {
    color: #5c5b5b;
    position: relative;
    margin-bottom: 20px;
    padding: 2px 15px; }
    .rg-status-overview .rg-status-overview-item .title {
      font-size: 12px; }
    .rg-status-overview .rg-status-overview-item .value {
      font-size: 20px; }

.rg-status-overview::before {
  content: '';
  position: absolute;
  left: 0;
  background: #ddd;
  width: 5px;
  bottom: 0;
  top: 0; }

.rg-status-overview-container {
  color: #5c5b5b;
  position: relative;
  max-height: 250px;
  width: 100%; }
  .rg-status-overview-container .rg-status-overview-content {
    max-height: 250px; }
    .rg-status-overview-container .rg-status-overview-content .rg-status-overview-item {
      padding: 10px 15px;
      margin: 2px; }

.rg-status-overview-container::before {
  content: '';
  position: absolute;
  left: 0;
  background: #ddd;
  width: 5px;
  bottom: 0;
  top: 0; }

.snapshot-container .item-container {
  padding-top: 10px; }
  .snapshot-container .item-container .item {
    min-width: 150px; }

.snapshot-container .approved {
  padding: 10px 0; }
  .snapshot-container .approved .title {
    padding-bottom: 10px; }
  .snapshot-container .approved .snapshot-header {
    padding: 10px 0;
    background: rgba(217, 217, 217, 0.23); }
    .snapshot-container .approved .snapshot-header .header-item {
      -ms-flex: 1.5 1 0%;
          flex: 1.5 1 0%;
      padding: 0px 5px; }
  .snapshot-container .approved .snapshot-content {
    padding: 10px 0; }
    .snapshot-container .approved .snapshot-content .content-item {
      -ms-flex: 1.5 1 0%;
          flex: 1.5 1 0%;
      padding: 0px 5px; }
    .snapshot-container .approved .snapshot-content .label-link {
      color: #0087fc;
      border: 1px solid #0087fc;
      background: transparent;
      padding: 0 5px;
      font-size: 9px;
      border-radius: 10px;
      margin-left: 4px; }

.snapshot-container .additional-approval {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .snapshot-container .additional-approval .additional-approval-item {
    width: 32.2%;
    background: #fafafa;
    padding: 10px;
    margin-bottom: 1px;
    margin-right: 1px; }
    .snapshot-container .additional-approval .additional-approval-item .title {
      color: #626262;
      font-size: 12px;
      padding: 0 0 5px; }
    .snapshot-container .additional-approval .additional-approval-item .desc {
      word-wrap: break-word; }

.academics-landing-special {
  overflow: auto;
  height: calc(100vh - 30px); }
  .academics-landing-special .container {
    padding: 0 25px;
    margin: 0 auto;
    width: 1200px;
    display: block; }
  .academics-landing-special .landing-top-blk {
    position: relative;
    z-index: 1;
    min-height: 550px;
    color: #4A4A4A;
    background: #fff; }
    .academics-landing-special .landing-top-blk .btn-wrap {
      padding: 20px 0 20px; }
      .academics-landing-special .landing-top-blk .btn-wrap .btn {
        padding: 20px 70px;
        font-size: 18px;
        background: linear-gradient(50deg, #2D7D9A, #0087fc);
        color: #ffffff; }
  .academics-landing-special .header-left {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .academics-landing-special .page-landing .btn {
    padding: 12px 30px;
    font-size: 15px;
    color: #fff;
    background: #0087fc;
    border-color: transparent;
    box-shadow: 0 0 10px rgba(23, 65, 81, 0.17); }
    .academics-landing-special .page-landing .btn:hover {
      background: #0079e3;
      border-color: transparent; }
    .academics-landing-special .page-landing .btn.primary {
      background: #F5A623; }
      .academics-landing-special .page-landing .btn.primary:hover {
        background: #f39c0b; }
  .academics-landing-special .tag-line {
    padding: 60px 0 30px;
    font-size: 64px;
    font-family: opensanslight,Helvetica, Arial, sans-serif; }
  .academics-landing-special .tag-desc {
    font-size: 18px;
    padding: 5px 0 20px; }
    .academics-landing-special .tag-desc .txt {
      color: #898989;
      font-size: 16px;
      font-family: opensanslight,Helvetica, Arial, sans-serif;
      padding-top: 25px; }
    .academics-landing-special .tag-desc .is-bold {
      font-family: opensansregular,Helvetica, Arial, sans-serif; }
    .academics-landing-special .tag-desc .req-invite {
      font-family: opensansregular,Helvetica, Arial, sans-serif;
      font-size: 14px;
      padding-top: 10px;
      font-weight: bold;
      color: #000; }
  .academics-landing-special .trademark {
    position: relative; }
  .academics-landing-special .data-sets .count {
    font-size: 52px;
    color: #0087fc;
    padding-bottom: 5px;
    line-height: 1; }
    .academics-landing-special .data-sets .count span {
      font-size: 34px; }
  .academics-landing-special .data-sets .name {
    font-size: 16px; }
  .academics-landing-special .landing-reason-blk {
    background: linear-gradient(50deg, #2D7D9A, #0087fc);
    padding: 35px 0;
    font-size: 16px;
    color: #fff;
    text-align: center; }
    .academics-landing-special .landing-reason-blk > .title {
      font-family: opensanslight,Helvetica, Arial, sans-serif;
      padding-bottom: 30px;
      font-size: 34px; }
      .academics-landing-special .landing-reason-blk > .title sup {
        font-size: 14px;
        padding-right: 5px;
        top: -13px; }
    .academics-landing-special .landing-reason-blk .cont {
      margin-top: 20px; }
    .academics-landing-special .landing-reason-blk .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
  .academics-landing-special .reasons-blk {
    padding: 20px 30px 40px 30px;
    text-align: center;
    width: 33.33%;
    font-size: 13px; }
    .academics-landing-special .reasons-blk .title {
      font-family: opensansmedium,Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 20px;
      min-height: 45px; }
    .academics-landing-special .reasons-blk .desc {
      color: rgba(255, 255, 255, 0.7); }
    .academics-landing-special .reasons-blk .img {
      height: 60px; }
  .academics-landing-special .pricing-blk {
    padding: 30px 0; }
    .academics-landing-special .pricing-blk .title {
      font-size: 32px;
      color: #212121;
      padding-bottom: 30px;
      font-family: opensanslight,Helvetica, Arial, sans-serif; }
  .academics-landing-special .pricing-table {
    font-size: 13px;
    color: rgba(65, 64, 66, 0.7); }
    .academics-landing-special .pricing-table-header {
      font-size: 22px;
      color: #212121; }
      .academics-landing-special .pricing-table-header .table-row {
        margin-bottom: 4px; }
    .academics-landing-special .pricing-table .table-row {
      background: #fff;
      margin-bottom: 2px; }
    .academics-landing-special .pricing-table .col {
      width: 25%;
      text-align: center;
      padding: 12px 20px; }
      .academics-landing-special .pricing-table .col:first-child {
        width: 50%;
        text-align: left; }
  .academics-landing-special .tick {
    color: #fff;
    background: #0087fc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px; }
    .academics-landing-special .tick:before {
      border-style: solid;
      width: 10px;
      height: 6px;
      border-width: 0.2em 0.2em 0 0;
      content: '';
      display: inline-block;
      left: 1px;
      position: relative;
      top: 5px;
      transform: rotate(135deg);
      vertical-align: top; }
    .academics-landing-special .tick.premium {
      background: #F5A623; }
    .academics-landing-special .tick.na {
      display: none; }
  .academics-landing-special .stats-count {
    padding: 35px 0px;
    background: #f6f6f6;
    margin: 10px 0px; }
  .academics-landing-special .footer-academics {
    color: rgba(66, 66, 66, 0.5);
    position: relative;
    background: #0F1C32; }
  .academics-landing-special .footer-top {
    font-family: opensansmedium,Helvetica, Arial, sans-serif;
    background: #0b2036;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    padding: 70px 0; }
    .academics-landing-special .footer-top .title {
      font-size: 42px;
      padding-bottom: 20px;
      color: #fff; }
    .academics-landing-special .footer-top .innoplexus-footer-academics-logo {
      width: 259px;
      height: 51px;
      margin-left: 5px; }
    .academics-landing-special .footer-top .desc {
      padding: 20px 10px;
      text-align: left; }
    .academics-landing-special .footer-top .btn-wrap {
      font-size: 13px;
      padding-top: 20px; }
      .academics-landing-special .footer-top .btn-wrap > a {
        color: #fff; }
        .academics-landing-special .footer-top .btn-wrap > a .chevron, .academics-landing-special .footer-top .btn-wrap > a .group-header, .academics-landing-special .footer-top .btn-wrap > a .abstract-accordion-header {
          color: #F4A657; }
          .academics-landing-special .footer-top .btn-wrap > a .chevron:before, .academics-landing-special .footer-top .btn-wrap > a .group-header:before, .academics-landing-special .footer-top .btn-wrap > a .abstract-accordion-header:before {
            display: none;
            height: 11px;
            width: 11px;
            border-width: 0.20em 0.20em 0 0;
            top: 3px; }

.section {
  display: -ms-flexbox;
  display: flex;
  padding: 3em 0;
  width: 100%;
  height: auto; }
  .section .content.center-content {
    text-align: center;
    width: 80%;
    background: url() center no-repeat;
    box-shadow: 5px -2px 35px 2px #f7f7f7;
    background-position: right top;
    background-size: 290px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 40px;
    margin-bottom: -210px; }
    .section .content.center-content .page-title-features {
      width: 80%;
      margin: 0 auto;
      font-size: 30px;
      font-family: opensansbold, sans-serif;
      color: #1f1f1f;
      padding-bottom: 1em;
      text-align: left; }
  .section .content.right-content {
    width: 100%;
    padding-top: 3em;
    padding-left: 3em;
    position: relative; }
  .section.section-three {
    padding-bottom: 0em;
    min-height: 430px;
    -ms-flex-line-pack: center;
        align-content: center; }
  .section.text-content-in {
    width: 95%; }
    .section.text-content-in.text-two {
      width: 70%; }
    .section.text-content-in.text-three {
      width: 72%; }
  .section.section-one {
    padding: 3em 10em;
    background-color: #f7f7f7; }
  .section.key-feature {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    padding-top: 20px;
    background-color: #f7f7f7;
    /* border-radius: 10px; */
    /* margin-bottom: -130px; */
    padding-bottom: 0; }

.connect-data-img {
  width: 100%;
  min-height: 550px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/landingImages/connect-with-data.png");
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-position: left; }
  .connect-data-img-dashboard {
    background: url("/landingImages/dashboard-new/footer-dashboard.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .connect-data-img-discover {
    background: url("/landingImages/discover-new/footer-discover.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .connect-data-img .data-text-content {
    width: 65%; }
    .connect-data-img .data-text-content .text-logo {
      font-size: 16px;
      padding: 20px 0; }

.page-container {
  padding: 1.4em 10em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-sizing: border-box; }

.content-page-title {
  padding-bottom: 1em;
  color: #1f1f1f;
  font-size: 40px; }
  .content-page-title.content-page-center-title {
    font-size: 16px;
    text-align: left;
    padding-bottom: 0.5em;
    padding-top: 3.5em;
    margin: 0 auto;
    letter-spacing: 1px;
    width: 80%;
    color: #ffc100;
    font-family: opensansbold, sans-serif; }
  .content-page-title.content-page-in-title {
    font-size: 24px; }
  .content-page-title.wel-page-title {
    padding-top: 0;
    line-height: normal; }

.content-page-info {
  font-size: 16px;
  opacity: 0.8; }
  .content-page-info.content-page-center-info {
    margin: 0 auto;
    width: 80%;
    text-align: left;
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.8; }
    .content-page-info.content-page-center-info .key-list {
      color: #5d5d5d;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px; }
      .content-page-info.content-page-center-info .key-list::before {
        content: '\2022';
        line-height: 1;
        padding: 0 9px 0 0;
        zoom: 1.8; }

.logo-page {
  height: 50px;
  max-width: 250px; }
  .logo-page.logo-dashboard {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 271 59'%3e %3cg fill='none' fill-rule='evenodd' transform='translate(2 1)'%3e %3cpath fill='%231F1F1F' d='M53.130083%2c57.0887951 L51.0824733%2c57.0097646 L49.2288477%2c57.0097646 C48.9797805%2c57.0097646 48.7714293%2c56.9678548 48.6037879%2c56.8840341 C48.4361465%2c56.8002134 48.3523271%2c56.6960378 48.3523271%2c56.5715042 C48.3523271%2c56.341596 48.3882497%2c56.1811417 48.460096%2c56.0901363 C48.6325272%2c56.1380339 48.8073506%2c56.1619823 48.9845715%2c56.1619823 C49.1617924%2c56.1619823 49.31147%2c56.1500081 49.4336087%2c56.1260593 C49.5557474%2c56.1021106 49.6647127%2c56.0518189 49.7605078%2c55.9751828 C49.9808365%2c55.8027517 50.0909992%2c55.5033965 50.0909992%2c55.0771084 L50.0909992%2c47.7560057 C50.0909992%2c47.3105585 49.8131976%2c47.032757 49.2575861%2c46.9225926 C48.9127238%2c46.8507463 48.6888062%2c46.772914 48.5858264%2c46.6890933 C48.4828467%2c46.6052726 48.4313576%2c46.5130712 48.4313576%2c46.4124863 C48.4313576%2c46.1921576 48.4696751%2c46.0436775 48.5463112%2c45.9670414 C48.6325267%2c45.9909902 48.7115565%2c46.0029644 48.7834028%2c46.0029644 L50.9603352%2c46.0029644 C51.0704996%2c46.0029644 51.2165849%2c45.9981747 51.3985955%2c45.9885952 L52.0092862%2c45.9526722 C52.6080054%2c45.9239337 53.2222822%2c45.9095647 53.8521349%2c45.9095647 C54.4819876%2c45.9095647 55.0938695%2c45.9850022 55.687799%2c46.1358794 C56.2817285%2c46.2867567 56.795422%2c46.4915156 57.2288947%2c46.7501623 C57.6623675%2c47.008809 58.0239885%2c47.3093616 58.3137686%2c47.651829 C58.6035488%2c47.9942965 58.8370458%2c48.3571149 59.0142667%2c48.7402952 C59.3303905%2c49.4443891 59.48845%2c50.2346867 59.48845%2c51.1112117 C59.48845%2c52.7014101 59.0765373%2c54.0233625 58.2526996%2c55.0771084 C57.6060827%2c55.9057359 56.6553308%2c56.4900771 55.4004152%2c56.8301497 C54.7490086%2c57.0025808 53.9922388%2c57.0887951 53.130083%2c57.0887951 Z M51.7865637%2c55.2854617 C51.7865637%2c55.6446932 51.8991212%2c55.8769928 52.1242397%2c55.9823674 C52.3158298%2c56.068583 52.7744419%2c56.1116901 53.5000897%2c56.1116901 C54.2257375%2c56.1116901 54.8711472%2c55.9919481 55.4363382%2c55.7524604 C56.0015292%2c55.5129726 56.4517593%2c55.1896691 56.7870421%2c54.78254 C57.3905511%2c54.0497076 57.6923011%2c53.017531 57.6923011%2c51.6859794 C57.6923011%2c49.4012666 56.8852396%2c47.9092805 55.2710925%2c47.2099764 C54.6867425%2c46.9561194 53.9658953%2c46.8291929 53.1085293%2c46.8291929 C52.5385485%2c46.8291929 52.1912965%2c46.8854716 52.0667629%2c46.9980309 C51.9422293%2c47.1105901 51.864397%2c47.2494909 51.8332636%2c47.4147374 C51.8021302%2c47.5799839 51.7865637%2c47.8015067 51.7865637%2c48.0793125 L51.7865637%2c55.2854617 Z M77.3019357%2c56.1691669 C77.5031054%2c56.2026952 77.6539804%2c56.2194591 77.7545652%2c56.2194591 C77.85515%2c56.2194591 77.954536%2c56.2086823 78.0527259%2c56.1871284 C78.1509159%2c56.1655745 78.2383276%2c56.1308493 78.3149637%2c56.0829517 C78.4873948%2c55.9775772 78.5736091%2c55.8123331 78.5736091%2c55.5872147 C78.5736091%2c55.4004143 78.5161329%2c55.1920631 78.4011788%2c54.9621549 L77.7258268%2c53.2881441 L73.1779779%2c53.2881441 L72.3733032%2c55.3285692 C72.2966672%2c55.5153696 72.2583497%2c55.6506782 72.2583497%2c55.7344989 C72.2583497%2c55.8183196 72.2715213%2c55.8805854 72.297865%2c55.9212984 C72.3242086%2c55.9620113 72.3649209%2c55.9967365 72.4200031%2c56.025475 C72.4750853%2c56.0542135 72.5433383%2c56.0781619 72.6247641%2c56.0973209 L72.9193325%2c56.1763515 C73.2354563%2c56.2290388 73.4390178%2c56.2769356 73.5300231%2c56.3200434 C73.7168235%2c56.4110487 73.8102223%2c56.5451598 73.8102223%2c56.7223807 C73.8102223%2c56.8517041 73.7742997%2c56.9618668 73.7024534%2c57.0528721 C73.6114481%2c57.0289234 73.5276286%2c57.0169492 73.4509926%2c57.0169492 L70.5268622%2c57.0169492 C69.8898249%2c57.0169492 69.571311%2c56.8421257 69.571311%2c56.4924737 C69.571311%2c56.329622 69.6072337%2c56.1979058 69.67908%2c56.0973209 C69.8563009%2c56.1452185 70.0059785%2c56.1691669 70.1281172%2c56.1691669 C70.2502559%2c56.1691669 70.3532341%2c56.1500082 70.4370548%2c56.1116901 C70.5208755%2c56.0733721 70.6011027%2c56.0087114 70.6777387%2c55.9177061 C70.8070621%2c55.7596442 70.9579371%2c55.4435251 71.1303682%2c54.9693395 L74.6795584%2c46.3765634 C74.7801432%2c46.1466552 75.0651293%2c45.9885956 75.5345252%2c45.9023801 C75.6638486%2c45.8784313 75.8003545%2c45.8664571 75.9440472%2c45.8664571 C76.2362222%2c45.8664571 76.4158353%2c45.9454868 76.4828918%2c46.1035487 L77.2013514%2c47.8996976 C78.5855903%2c51.16631 79.3854673%2c53.0726035 79.6010062%2c53.6186355 L80.2476198%2c55.3142 C80.3769432%2c55.6830111 80.484711%2c55.910521 80.5709266%2c55.9967366 C80.6571422%2c56.0829522 80.750541%2c56.1428232 80.8511258%2c56.1763515 C80.9517107%2c56.2098798 81.0558863%2c56.2374204 81.1636557%2c56.2589743 C81.2714252%2c56.2805282 81.3660214%2c56.3080689 81.4474472%2c56.3415972 C81.6294579%2c56.423023 81.7204619%2c56.5475547 81.7204619%2c56.7151961 C81.7204619%2c56.8445195 81.6845393%2c56.9546822 81.6126929%2c57.0456875 C81.5216876%2c57.0217388 81.440263%2c57.0097646 81.3684167%2c57.0097646 L77.9413647%2c57.0097646 C77.6970872%2c57.0097646 77.5066974%2c56.979829 77.3701894%2c56.9199571 C77.2336814%2c56.8600852 77.1654284%2c56.7678838 77.1654284%2c56.6433502 C77.1654284%2c56.4278113 77.2109304%2c56.2697517 77.3019357%2c56.1691669 Z M77.3091203%2c52.2679316 L75.4267563%2c47.6123138 L73.5803153%2c52.2679316 L77.3091203%2c52.2679316 Z M98.0467364%2c49.0348637 C98.0467364%2c47.9380099 97.6563772%2c47.2506905 96.8756473%2c46.9728848 C96.6074211%2c46.8770897 96.2936969%2c46.8291929 95.9344653%2c46.8291929 C95.5752337%2c46.8291929 95.2662992%2c46.8699052 95.0076525%2c46.951331 C94.7490058%2c47.0327568 94.5334701%2c47.1429195 94.3610389%2c47.2818224 C94.0113868%2c47.5644179 93.8365634%2c47.9380131 93.8365634%2c48.4026193 C93.8365634%2c49.1067131 94.3538491%2c49.7078183 95.388436%2c50.2059527 L96.2865105%2c50.6298438 C96.7223781%2c50.8310135 97.1426727%2c51.0357724 97.547407%2c51.2441267 C97.9521412%2c51.4524811 98.31017%2c51.6907677 98.621504%2c51.958994 C99.3064388%2c52.543344 99.6489011%2c53.266586 99.6489011%2c54.1287418 C99.6489011%2c55.0531644 99.2465678%2c55.79796 98.4418891%2c56.363151 C97.6898977%2c56.8900239 96.7463303%2c57.1534565 95.6111585%2c57.1534565 C94.7106847%2c57.1534565 93.9155974%2c57.0121608 93.2258728%2c56.7295653 C92.7181589%2c56.5283957 92.3565379%2c56.2434096 92.1409989%2c55.8745985 C92.0308346%2c55.6877981 91.9757532%2c55.4602882 91.9757532%2c55.1920619 C91.9757532%2c54.6556094 92.1098643%2c54.1550876 92.3780906%2c53.6904815 C92.4690959%2c53.5803171 92.5936276%2c53.5252358 92.7516895%2c53.5252358 C93.0582338%2c53.5252358 93.2354521%2c53.6162397 93.2833496%2c53.7982504 C93.3456164%2c54.6268779 93.600667%2c55.2303779 94.048509%2c55.6087685 C94.496351%2c55.987159 95.122602%2c56.1763515 95.9272807%2c56.1763515 C96.8517033%2c56.1763515 97.4719671%2c55.8746015 97.7880909%2c55.2710925 C97.8982553%2c55.0603433 97.9533366%2c54.8124772 97.9533366%2c54.5274868 C97.9533366%2c54.2424965 97.8767017%2c53.9874459 97.7234296%2c53.7623274 C97.5701574%2c53.537209 97.3665959%2c53.3288578 97.1127389%2c53.1372676 C96.7247689%2c52.8498824 96.2110754%2c52.5720808 95.5716432%2c52.3038546 C94.932211%2c52.0356283 94.4340841%2c51.8009339 94.0772474%2c51.5997642 C93.7204107%2c51.3985945 93.4054891%2c51.1639001 93.1324731%2c50.8956739 C92.5385436%2c50.3113239 92.2415833%2c49.5904767 92.2415833%2c48.7331106 C92.2415833%2c47.8565856 92.6175733%2c47.1548972 93.3695647%2c46.6280242 C94.0928176%2c46.1203102 95.0268057%2c45.8664571 96.1715569%2c45.8664571 C97.6228525%2c45.8664571 98.5712096%2c46.1658122 99.0166567%2c46.7645315 C99.1795084%2c46.9800704 99.260933%2c47.2626617 99.260933%2c47.6123138 C99.260933%2c47.9619658 99.2286026%2c48.2661107 99.1639409%2c48.5247574 C99.0992793%2c48.7834041 99.035816%2c48.951043 98.9735492%2c49.0276791 C98.8681746%2c49.1570024 98.6873641%2c49.2216631 98.4311122%2c49.2216631 C98.1748604%2c49.2216631 98.0467364%2c49.1593973 98.0467364%2c49.0348637 Z M115.299824%2c57.0744259 C115.189659%2c57.0361079 114.95257%2c57.0169492 114.588549%2c57.0169492 L111.592572%2c57.0169492 C111.343505%2c57.0169492 111.144733%2c56.9774343 110.996251%2c56.8984033 C110.847769%2c56.8193724 110.773529%2c56.6744845 110.773529%2c56.4637353 C110.773529%2c56.3104632 110.809451%2c56.1883263 110.881297%2c56.0973209 C111.072888%2c56.1452185 111.250106%2c56.1691669 111.412958%2c56.1691669 C111.575809%2c56.1691669 111.705131%2c56.1512056 111.800926%2c56.1152824 C111.896721%2c56.0793593 111.98054%2c56.015896 112.052387%2c55.9248907 C112.196079%2c55.7333005 112.267924%2c55.4147866 112.267924%2c54.9693395 L112.267924%2c47.6194984 C112.253555%2c47.2842156 112.143392%2c47.0710747 111.937433%2c46.9800694 C111.875166%2c46.9513308 111.788952%2c46.9249876 111.678788%2c46.9010388 L111.333927%2c46.8291929 C111.099229%2c46.7717158 110.955539%2c46.701068 110.902851%2c46.6172473 C110.850164%2c46.5334266 110.823821%2c46.4484097 110.823821%2c46.3621942 C110.823821%2c46.1849733 110.859743%2c46.0460725 110.93159%2c45.9454876 C111.041754%2c45.9838057 111.278843%2c46.0029644 111.642865%2c46.0029644 L114.566995%2c46.0029644 C114.816062%2c46.0029644 115.016031%2c46.0424793 115.166909%2c46.1215102 C115.317786%2c46.2005412 115.393223%2c46.3454291 115.393223%2c46.5561782 C115.393223%2c46.7142401 115.354906%2c46.836377 115.27827%2c46.9225926 C115.096259%2c46.8746951 114.897487%2c46.8507467 114.681948%2c46.8507467 C114.217342%2c46.8507467 113.977858%2c47.2291316 113.963489%2c47.9859127 L113.963489%2c51.1615039 L119.711165%2c51.1615039 L119.711165%2c47.6194984 C119.696796%2c47.2842156 119.586633%2c47.0710747 119.380674%2c46.9800694 C119.318407%2c46.9513308 119.232193%2c46.9249876 119.122028%2c46.9010388 L118.777168%2c46.8291929 C118.54247%2c46.7717158 118.398779%2c46.701068 118.346092%2c46.6172473 C118.293405%2c46.5334266 118.267062%2c46.4484097 118.267062%2c46.3621942 C118.267062%2c46.170604 118.302984%2c46.0317032 118.37483%2c45.9454876 C118.484995%2c45.9838057 118.722084%2c46.0029644 119.086105%2c46.0029644 L122.010236%2c46.0029644 C122.259303%2c46.0029644 122.459272%2c46.0424793 122.610149%2c46.1215102 C122.761027%2c46.2005412 122.836464%2c46.3454291 122.836464%2c46.5561782 C122.836464%2c46.7142401 122.798147%2c46.836377 122.721511%2c46.9225926 C122.5395%2c46.8746951 122.340728%2c46.8507467 122.125189%2c46.8507467 C121.660583%2c46.8507467 121.421099%2c47.2291316 121.40673%2c47.9859127 L121.40673%2c55.3213846 C121.40673%2c55.5896109 121.447442%2c55.7668291 121.528868%2c55.8530447 C121.648612%2c55.9823681 121.797092%2c56.0649901 121.974313%2c56.1009132 C122.151534%2c56.1368364 122.297619%2c56.1679693 122.412573%2c56.194313 C122.527527%2c56.2206566 122.623321%2c56.252987 122.699957%2c56.291305 C122.853229%2c56.3679411 122.929864%2c56.4972625 122.929864%2c56.6792732 C122.929864%2c56.8469146 122.891546%2c56.9786308 122.81491%2c57.0744259 C122.704746%2c57.0361079 122.467657%2c57.0169492 122.103635%2c57.0169492 L119.107659%2c57.0169492 C118.858592%2c57.0169492 118.65982%2c56.9774343 118.511338%2c56.8984033 C118.362855%2c56.8193724 118.288615%2c56.6744845 118.288615%2c56.4637353 C118.288615%2c56.3104632 118.324538%2c56.1883263 118.396384%2c56.0973209 C118.578395%2c56.1452185 118.748429%2c56.1691669 118.906491%2c56.1691669 C119.064552%2c56.1691669 119.186689%2c56.152403 119.272905%2c56.1188747 C119.35912%2c56.0853464 119.433361%2c56.0254754 119.495627%2c55.9392598 C119.62974%2c55.7620389 119.701586%2c55.4626838 119.711165%2c55.0411854 L119.711165%2c52.1529781 L113.963489%2c52.1529781 L113.963489%2c55.3213846 C113.963489%2c55.6997752 114.068862%2c55.9392593 114.279611%2c56.0398442 C114.346668%2c56.0685827 114.437672%2c56.094926 114.552626%2c56.1188747 C114.66758%2c56.1428235 114.781335%2c56.1679693 114.893894%2c56.194313 C115.006453%2c56.2206566 115.101049%2c56.252987 115.177686%2c56.291305 C115.335747%2c56.3727308 115.414777%2c56.5020523 115.414777%2c56.6792732 C115.414777%2c56.8469146 115.37646%2c56.9786308 115.299824%2c57.0744259 Z M138.753217%2c57.0887951 L136.367931%2c57.0097646 L134.550228%2c57.0097646 C134.301161%2c57.0097646 134.09281%2c56.9678548 133.925169%2c56.8840341 C133.757527%2c56.8002134 133.673708%2c56.6960378 133.673708%2c56.5715042 C133.673708%2c56.341596 133.70963%2c56.1811417 133.781477%2c56.0901363 C133.944328%2c56.1380339 134.116757%2c56.1619823 134.298768%2c56.1619823 C134.480778%2c56.1619823 134.630456%2c56.1500081 134.747805%2c56.1260593 C134.865154%2c56.1021106 134.969329%2c56.0518189 135.060335%2c55.9751828 C135.271084%2c55.8027517 135.376457%2c55.5033965 135.376457%2c55.0771084 L135.376457%2c47.7560057 C135.376457%2c47.3105585 135.10584%2c47.032757 134.564598%2c46.9225926 C134.219735%2c46.8507463 133.998213%2c46.772914 133.900023%2c46.6890933 C133.801833%2c46.6052726 133.752738%2c46.5130712 133.752738%2c46.4124863 C133.752738%2c46.1921576 133.791056%2c46.0436775 133.867692%2c45.9670414 C133.953907%2c45.9909902 134.035332%2c46.0029644 134.111968%2c46.0029644 L136.245793%2c46.0029644 C136.466122%2c46.0029644 136.764279%2c45.9909902 137.140275%2c45.9670414 C137.516271%2c45.9430926 138.040741%2c45.9311184 138.713701%2c45.9311184 C139.386662%2c45.9311184 139.990162%2c45.9933843 140.52422%2c46.1179179 C141.058277%2c46.2424515 141.49773%2c46.4172749 141.842593%2c46.6423934 C142.503579%2c47.078261 142.834067%2c47.6913404 142.834067%2c48.4816498 C142.834067%2c49.3821236 142.455682%2c50.1101553 141.698901%2c50.6657668 C141.416305%2c50.8717262 141.054684%2c51.0489445 140.614027%2c51.1974269 C142.027004%2c51.312381 142.934649%2c51.8536151 143.336989%2c52.8211454 C143.461522%2c53.1324795 143.523788%2c53.5024824 143.523788%2c53.9311654 C143.523788%2c54.3598484 143.4256%2c54.774156 143.22922%2c55.1741004 C143.03284%2c55.5740449 142.735879%2c55.9153098 142.33833%2c56.1979053 C141.514492%2c56.7918348 140.319466%2c57.0887951 138.753217%2c57.0887951 Z M137.050468%2c50.9100431 L138.135342%2c50.9172277 L138.907686%2c50.9172277 C139.207045%2c50.9172277 139.500413%2c50.8633437 139.787798%2c50.7555743 C140.075184%2c50.6478048 140.314668%2c50.5029169 140.506258%2c50.3209062 C140.899018%2c49.9473054 141.095395%2c49.4683372 141.095395%2c48.8839872 C141.095395%2c48.2182113 140.932546%2c47.7296637 140.606842%2c47.4183297 C140.223662%2c47.0399391 139.560291%2c46.8507467 138.616709%2c46.8507467 C137.974882%2c46.8507467 137.576141%2c46.9106177 137.420474%2c47.0303615 C137.264807%2c47.1501054 137.164224%2c47.2902036 137.118721%2c47.4506604 C137.073219%2c47.6111171 137.050468%2c47.8206657 137.050468%2c48.0793125 L137.050468%2c50.9100431 Z M138.781955%2c51.8655942 C138.001225%2c51.8655942 137.424068%2c51.8703839 137.050468%2c51.8799634 L137.050468%2c55.2854617 C137.050468%2c55.7692268 137.366587%2c56.0398439 137.998834%2c56.0973209 C138.195214%2c56.1116902 138.468226%2c56.1188747 138.817878%2c56.1188747 C139.16753%2c56.1188747 139.533941%2c56.0829521 139.917121%2c56.0111058 C140.300302%2c55.9392595 140.63079%2c55.8171226 140.908595%2c55.6446914 C141.488156%2c55.2806701 141.777931%2c54.7035134 141.777931%2c53.9132039 C141.777931%2c52.548124 140.779283%2c51.8655942 138.781955%2c51.8655942 Z M154.810069%2c54.0892265 C154.553817%2c53.4450046 154.425693%2c52.7624748 154.425693%2c52.0416168 C154.425693%2c51.3207588 154.497538%2c50.6849285 154.641231%2c50.1341068 C154.784924%2c49.583285 154.983695%2c49.0839606 155.237552%2c48.6361186 C155.491409%2c48.1882766 155.793159%2c47.7919304 156.142811%2c47.4470681 C156.492463%2c47.1022058 156.873243%2c46.81243 157.285162%2c46.577732 C158.118579%2c46.1035464 159.021434%2c45.8664571 159.993754%2c45.8664571 C161.468999%2c45.8664571 162.671209%2c46.335846 163.600421%2c47.2746378 C164.572741%2c48.2517476 165.058894%2c49.5377774 165.058894%2c51.1327655 C165.058894%2c52.3349938 164.788277%2c53.4150672 164.247035%2c54.373018 C163.75369%2c55.2447533 163.073555%2c55.9296779 162.20661%2c56.4278123 C161.373193%2c56.9115775 160.533801%2c57.1534565 159.688409%2c57.1534565 C158.843018%2c57.1534565 158.110196%2c57.0301221 157.489923%2c56.7834498 C156.86965%2c56.5367775 156.332008%2c56.1871306 155.876981%2c55.7344989 C155.421955%2c55.2818671 155.066321%2c54.7334485 154.810069%2c54.0892265 Z M156.458934%2c49.6671081 C156.32482%2c50.232299 156.257765%2c50.8393913 156.257765%2c51.488403 C156.257765%2c52.1374147 156.320031%2c52.7313353 156.444564%2c53.2701826 C156.569098%2c53.80903 156.76787%2c54.2820111 157.040886%2c54.6891402 C157.634815%2c55.5752448 158.516117%2c56.0182904 159.684817%2c56.0182904 C160.863096%2c56.0182904 161.756372%2c55.632721 162.364671%2c54.8615705 C162.949021%2c54.1095791 163.241192%2c53.0390851 163.241192%2c51.6500564 C163.241192%2c49.5186158 162.608954%2c48.0888956 161.344458%2c47.3608529 C160.894222%2c47.106996 160.360172%2c46.9800694 159.742294%2c46.9800694 C159.124415%2c46.9800694 158.59755%2c47.0878372 158.161683%2c47.3033762 C157.725815%2c47.5189151 157.366589%2c47.8254548 157.083993%2c48.2230044 C156.801398%2c48.620554 156.593047%2c49.1019171 156.458934%2c49.6671081 Z M182.922672%2c56.1691669 C183.123842%2c56.2026952 183.274717%2c56.2194591 183.375302%2c56.2194591 C183.475886%2c56.2194591 183.575272%2c56.2086823 183.673462%2c56.1871284 C183.771652%2c56.1655745 183.859064%2c56.1308493 183.9357%2c56.0829517 C184.108131%2c55.9775772 184.194346%2c55.8123331 184.194346%2c55.5872147 C184.194346%2c55.4004143 184.136869%2c55.1920631 184.021915%2c54.9621549 L183.346563%2c53.2881441 L178.798714%2c53.2881441 L177.99404%2c55.3285692 C177.917404%2c55.5153696 177.879086%2c55.6506782 177.879086%2c55.7344989 C177.879086%2c55.8183196 177.892258%2c55.8805854 177.918601%2c55.9212984 C177.944945%2c55.9620113 177.985657%2c55.9967365 178.04074%2c56.025475 C178.095822%2c56.0542135 178.164075%2c56.0781619 178.245501%2c56.0973209 L178.540069%2c56.1763515 C178.856193%2c56.2290388 179.059754%2c56.2769356 179.15076%2c56.3200434 C179.33756%2c56.4110487 179.430959%2c56.5451598 179.430959%2c56.7223807 C179.430959%2c56.8517041 179.395036%2c56.9618668 179.32319%2c57.0528721 C179.232185%2c57.0289234 179.148365%2c57.0169492 179.071729%2c57.0169492 L176.147599%2c57.0169492 C175.510561%2c57.0169492 175.192047%2c56.8421257 175.192047%2c56.4924737 C175.192047%2c56.329622 175.22797%2c56.1979058 175.299816%2c56.0973209 C175.477037%2c56.1452185 175.626715%2c56.1691669 175.748854%2c56.1691669 C175.870992%2c56.1691669 175.973971%2c56.1500082 176.057791%2c56.1116901 C176.141612%2c56.0733721 176.221839%2c56.0087114 176.298475%2c55.9177061 C176.427799%2c55.7596442 176.578674%2c55.4435251 176.751105%2c54.9693395 L180.300295%2c46.3765634 C180.40088%2c46.1466552 180.685866%2c45.9885956 181.155262%2c45.9023801 C181.284585%2c45.8784313 181.421091%2c45.8664571 181.564784%2c45.8664571 C181.856959%2c45.8664571 182.036572%2c45.9454868 182.103628%2c46.1035487 L182.822088%2c47.8996976 C184.206327%2c51.16631 185.006204%2c53.0726035 185.221743%2c53.6186355 L185.868356%2c55.3142 C185.99768%2c55.6830111 186.105447%2c55.910521 186.191663%2c55.9967366 C186.277879%2c56.0829522 186.371277%2c56.1428232 186.471862%2c56.1763515 C186.572447%2c56.2098798 186.676623%2c56.2374204 186.784392%2c56.2589743 C186.892162%2c56.2805282 186.986758%2c56.3080689 187.068184%2c56.3415972 C187.250194%2c56.423023 187.341198%2c56.5475547 187.341198%2c56.7151961 C187.341198%2c56.8445195 187.305276%2c56.9546822 187.233429%2c57.0456875 C187.142424%2c57.0217388 187.060999%2c57.0097646 186.989153%2c57.0097646 L183.562101%2c57.0097646 C183.317824%2c57.0097646 183.127434%2c56.979829 182.990926%2c56.9199571 C182.854418%2c56.8600852 182.786165%2c56.7678838 182.786165%2c56.6433502 C182.786165%2c56.4278113 182.831667%2c56.2697517 182.922672%2c56.1691669 Z M182.929857%2c52.2679316 L181.047493%2c47.6123138 L179.201052%2c52.2679316 L182.929857%2c52.2679316 Z M201.921616%2c57.0744259 C201.811452%2c57.0361079 201.576757%2c57.0169492 201.217526%2c57.0169492 L198.286211%2c57.0169492 C198.037144%2c57.0169492 197.838372%2c56.9774343 197.689889%2c56.8984033 C197.541407%2c56.8193724 197.467167%2c56.6744845 197.467167%2c56.4637353 C197.467167%2c56.3104632 197.50309%2c56.1883263 197.574936%2c56.0973209 C197.756947%2c56.1452185 197.93177%2c56.1691669 198.099411%2c56.1691669 C198.267053%2c56.1691669 198.398769%2c56.1512056 198.494564%2c56.1152824 C198.590359%2c56.0793593 198.674179%2c56.015896 198.746025%2c55.9248907 C198.889718%2c55.7333005 198.961563%2c55.4147866 198.961563%2c54.9693395 L198.961563%2c47.6194984 C198.947194%2c47.2842156 198.837031%2c47.0710747 198.631071%2c46.9800694 C198.568805%2c46.9513308 198.483788%2c46.9249876 198.376018%2c46.9010388 C198.268249%2c46.87709 198.162876%2c46.8519442 198.059896%2c46.8256006 C197.956916%2c46.7992569 197.869505%2c46.7669266 197.797658%2c46.7286085 C197.653966%2c46.6519725 197.58212%2c46.5513891 197.58212%2c46.4268555 C197.58212%2c46.2017371 197.620438%2c46.0412827 197.697074%2c45.9454876 C197.807238%2c45.9838057 198.044328%2c46.0029644 198.408349%2c46.0029644 L199.342346%2c46.0029644 L201.864139%2c45.9311184 L202.173077%2c45.9239338 C203.648321%2c45.9239338 204.752343%2c46.186169 205.485175%2c46.710647 C206.218008%2c47.2351251 206.584419%2c47.9739336 206.584419%2c48.9270947 C206.584419%2c49.6407681 206.352119%2c50.2969546 205.887513%2c50.8956739 C205.370219%2c51.5614497 204.656557%2c52.0116798 203.746503%2c52.2463778 C203.995571%2c52.418809 204.278162%2c52.734928 204.594286%2c53.1947444 L205.355853%2c54.3083567 C206.069526%2c55.3477333 206.661052%2c55.8674139 207.130448%2c55.8674139 C207.307669%2c55.8674139 207.44178%2c55.85065 207.532785%2c55.8171217 L207.7124%2c55.7452758 C207.750718%2c55.7309065 207.793825%2c55.723722 207.841723%2c55.723722 C207.88962%2c55.723722 207.939912%2c55.760842 207.992599%2c55.8350832 C208.045287%2c55.9093244 208.07163%2c55.9943413 208.07163%2c56.0901363 C208.07163%2c56.1859314 208.030917%2c56.2996864 207.949492%2c56.4314046 C207.868066%2c56.5631229 207.753113%2c56.6816675 207.604631%2c56.7870421 C207.269348%2c57.0313196 206.902938%2c57.1534565 206.505388%2c57.1534565 C206.107838%2c57.1534565 205.780943%2c57.0864009 205.524691%2c56.9522878 C205.268439%2c56.8181747 205.033744%2c56.6421538 204.8206%2c56.42422 C204.607456%2c56.2062862 204.413474%2c55.9584202 204.238648%2c55.6806144 C204.063822%2c55.4028087 203.899775%2c55.1178226 203.746503%2c54.8256476 L203.322612%2c53.9706807 C203.020858%2c53.3480127 202.780176%2c52.9468768 202.60056%2c52.767261 C202.420945%2c52.5876452 202.256898%2c52.4978386 202.108416%2c52.4978386 L201.382771%2c52.4978386 C201.263028%2c52.4978386 201.203157%2c52.4116244 201.203157%2c52.2391932 C201.203157%2c51.9997055 201.294161%2c51.8129079 201.476171%2c51.6787948 C201.538438%2c51.635687 201.725236%2c51.6105411 202.03657%2c51.6033565 C202.347904%2c51.5961719 202.698748%2c51.5303137 203.089113%2c51.4057801 C203.479478%2c51.2812465 203.801584%2c51.1112128 204.055441%2c50.8956739 C204.548786%2c50.4693857 204.795454%2c49.8706754 204.795454%2c49.099525 C204.795454%2c48.4529082 204.579919%2c47.9236483 204.148841%2c47.5117294 C203.660286%2c47.0471233 202.980151%2c46.810034 202.108416%2c46.8004545 C201.533645%2c46.8004545 201.15047%2c46.8866688 200.95888%2c47.0590999 C200.76729%2c47.2219516 200.666707%2c47.5308861 200.657127%2c47.9859127 L200.657127%2c55.3213846 C200.657127%2c55.6997752 200.7625%2c55.9392593 200.97325%2c56.0398442 C201.040306%2c56.0685827 201.128915%2c56.094926 201.23908%2c56.1188747 C201.349244%2c56.1428235 201.455814%2c56.1679693 201.558794%2c56.194313 C201.661774%2c56.2206566 201.749185%2c56.252987 201.821032%2c56.291305 C201.964724%2c56.3679411 202.03657%2c56.4709193 202.03657%2c56.6002426 C202.03657%2c56.8205713 201.998252%2c56.9786308 201.921616%2c57.0744259 Z M222.860401%2c57.0887951 L220.812791%2c57.0097646 L218.959166%2c57.0097646 C218.710098%2c57.0097646 218.501747%2c56.9678548 218.334106%2c56.8840341 C218.166464%2c56.8002134 218.082645%2c56.6960378 218.082645%2c56.5715042 C218.082645%2c56.341596 218.118568%2c56.1811417 218.190414%2c56.0901363 C218.362845%2c56.1380339 218.537668%2c56.1619823 218.714889%2c56.1619823 C218.89211%2c56.1619823 219.041788%2c56.1500081 219.163927%2c56.1260593 C219.286065%2c56.1021106 219.395031%2c56.0518189 219.490826%2c55.9751828 C219.711154%2c55.8027517 219.821317%2c55.5033965 219.821317%2c55.0771084 L219.821317%2c47.7560057 C219.821317%2c47.3105585 219.543515%2c47.032757 218.987904%2c46.9225926 C218.643042%2c46.8507463 218.419124%2c46.772914 218.316144%2c46.6890933 C218.213165%2c46.6052726 218.161675%2c46.5130712 218.161675%2c46.4124863 C218.161675%2c46.1921576 218.199993%2c46.0436775 218.276629%2c45.9670414 C218.362845%2c45.9909902 218.441874%2c46.0029644 218.513721%2c46.0029644 L220.690653%2c46.0029644 C220.800817%2c46.0029644 220.946903%2c45.9981747 221.128913%2c45.9885952 L221.739604%2c45.9526722 C222.338323%2c45.9239337 222.9526%2c45.9095647 223.582453%2c45.9095647 C224.212305%2c45.9095647 224.824187%2c45.9850022 225.418117%2c46.1358794 C226.012046%2c46.2867567 226.52574%2c46.4915156 226.959213%2c46.7501623 C227.392685%2c47.008809 227.754306%2c47.3093616 228.044086%2c47.651829 C228.333867%2c47.9942965 228.567364%2c48.3571149 228.744584%2c48.7402952 C229.060708%2c49.4443891 229.218768%2c50.2346867 229.218768%2c51.1112117 C229.218768%2c52.7014101 228.806855%2c54.0233625 227.983017%2c55.0771084 C227.336401%2c55.9057359 226.385649%2c56.4900771 225.130733%2c56.8301497 C224.479326%2c57.0025808 223.722557%2c57.0887951 222.860401%2c57.0887951 Z M221.516882%2c55.2854617 C221.516882%2c55.6446932 221.629439%2c55.8769928 221.854557%2c55.9823674 C222.046148%2c56.068583 222.50476%2c56.1116901 223.230408%2c56.1116901 C223.956055%2c56.1116901 224.601465%2c55.9919481 225.166656%2c55.7524604 C225.731847%2c55.5129726 226.182077%2c55.1896691 226.51736%2c54.78254 C227.120869%2c54.0497076 227.422619%2c53.017531 227.422619%2c51.6859794 C227.422619%2c49.4012666 226.615557%2c47.9092805 225.00141%2c47.2099764 C224.41706%2c46.9561194 223.696213%2c46.8291929 222.838847%2c46.8291929 C222.268866%2c46.8291929 221.921614%2c46.8854716 221.797081%2c46.9980309 C221.672547%2c47.1105901 221.594715%2c47.2494909 221.563581%2c47.4147374 C221.532448%2c47.5799839 221.516882%2c47.8015067 221.516882%2c48.0793125 L221.516882%2c55.2854617 Z M246.392825%2c49.0348637 C246.392825%2c47.9380099 246.002465%2c47.2506905 245.221735%2c46.9728848 C244.953509%2c46.8770897 244.639785%2c46.8291929 244.280553%2c46.8291929 C243.921322%2c46.8291929 243.612387%2c46.8699052 243.353741%2c46.951331 C243.095094%2c47.0327568 242.879558%2c47.1429195 242.707127%2c47.2818224 C242.357475%2c47.5644179 242.182652%2c47.9380131 242.182652%2c48.4026193 C242.182652%2c49.1067131 242.699937%2c49.7078183 243.734524%2c50.2059527 L244.632599%2c50.6298438 C245.068466%2c50.8310135 245.488761%2c51.0357724 245.893495%2c51.2441267 C246.298229%2c51.4524811 246.656258%2c51.6907677 246.967592%2c51.958994 C247.652527%2c52.543344 247.994989%2c53.266586 247.994989%2c54.1287418 C247.994989%2c55.0531644 247.592656%2c55.79796 246.787977%2c56.363151 C246.035986%2c56.8900239 245.092418%2c57.1534565 243.957247%2c57.1534565 C243.056773%2c57.1534565 242.261686%2c57.0121608 241.571961%2c56.7295653 C241.064247%2c56.5283957 240.702626%2c56.2434096 240.487087%2c55.8745985 C240.376923%2c55.6877981 240.321841%2c55.4602882 240.321841%2c55.1920619 C240.321841%2c54.6556094 240.455953%2c54.1550876 240.724179%2c53.6904815 C240.815184%2c53.5803171 240.939716%2c53.5252358 241.097778%2c53.5252358 C241.404322%2c53.5252358 241.58154%2c53.6162397 241.629438%2c53.7982504 C241.691705%2c54.6268779 241.946755%2c55.2303779 242.394597%2c55.6087685 C242.842439%2c55.987159 243.46869%2c56.1763515 244.273369%2c56.1763515 C245.197791%2c56.1763515 245.818055%2c55.8746015 246.134179%2c55.2710925 C246.244343%2c55.0603433 246.299425%2c54.8124772 246.299425%2c54.5274868 C246.299425%2c54.2424965 246.22279%2c53.9874459 246.069518%2c53.7623274 C245.916246%2c53.537209 245.712684%2c53.3288578 245.458827%2c53.1372676 C245.070857%2c52.8498824 244.557164%2c52.5720808 243.917731%2c52.3038546 C243.278299%2c52.0356283 242.780172%2c51.8009339 242.423336%2c51.5997642 C242.066499%2c51.3985945 241.751577%2c51.1639001 241.478561%2c50.8956739 C240.884632%2c50.3113239 240.587671%2c49.5904767 240.587671%2c48.7331106 C240.587671%2c47.8565856 240.963661%2c47.1548972 241.715653%2c46.6280242 C242.438906%2c46.1203102 243.372894%2c45.8664571 244.517645%2c45.8664571 C245.968941%2c45.8664571 246.917298%2c46.1658122 247.362745%2c46.7645315 C247.525597%2c46.9800704 247.607021%2c47.2626617 247.607021%2c47.6123138 C247.607021%2c47.9619658 247.574691%2c48.2661107 247.510029%2c48.5247574 C247.445367%2c48.7834041 247.381904%2c48.951043 247.319637%2c49.0276791 C247.214263%2c49.1570024 247.033452%2c49.2216631 246.7772%2c49.2216631 C246.520949%2c49.2216631 246.392825%2c49.1593973 246.392825%2c49.0348637 Z'/%3e %3cg transform='translate(0 .92)'%3e %3cpath fill='%231F1F1F' d='M32.0422649%2c27.126035 L32.0979561%2c21.7836762 C32.1054268%2c21.082034 31.352577%2c20.6355034 30.7433698%2c20.9805343 L16.5251377%2c29.0160412 C16.2422672%2c29.1761247 15.8958952%2c29.172378 15.6164205%2c29.0065043 L1.56899736%2c20.6743321 C0.966921281%2c20.3166989 0.205242404%2c20.7472212 0.198111216%2c21.4492041 L0.142420027%2c26.7915628 C0.139024223%2c27.1171793 0.308814432%2c27.4192942 0.588289115%2c27.5855085 L15.5386566%2c36.4537898 C15.8184708%2c36.6189823 16.1645033%2c36.6230696 16.4473738%2c36.4629861 L31.5797563%2c27.9107844 C31.8626268%2c27.7503603 32.0385295%2c27.4516515 32.0422649%2c27.126035'/%3e %3cpath fill='%23B2B2B2' d='M0.188025677%2c9.58017581 L0.151350992%2c14.9228751 C0.146257286%2c15.6245174 0.900804974%2c16.0679825 1.50865392%2c15.7215893 L15.6983612%2c7.63499184 C15.9805526%2c7.4742272 16.3269246%2c7.47661142 16.6070784%2c7.6414633 L30.6840451%2c15.9235669 C31.2871399%2c16.2784752 32.0471209%2c15.8452282 32.0522146%2c15.1435859 L32.0888893%2c9.80122718 C32.0909267%2c9.47561068 31.9197782%2c9.17349578 31.639964%2c9.00898451 L16.6583551%2c0.193837191 C16.3782012%2c0.0293259219 16.0318292%2c0.0269417006 15.7496379%2c0.187706336 L0.647817563%2c8.79406399 C0.365286655%2c8.95516923 0.19040274%2c9.2545593 0.188025677%2c9.58017581'/%3e %3cpath fill='%231F1F1F' d='M32.0528598%2c15.5390601 L32.1472631%2c10.1973826 C32.1598276%2c9.49574032 31.4103736%2c9.04376008 30.7987893%2c9.38368191 L16.522489%2c17.3149643 C16.2385997%2c17.4726635 15.8918881%2c17.4665327 15.6137718%2c17.298956 L1.62747311%2c8.86358107 C1.02811367%2c8.50186064 0.263378572%2c8.92693324 0.250814096%2c9.6282349 L0.15607116%2c14.970253 C0.150298293%2c15.2958695 0.3183906%2c15.5996874 0.596167381%2c15.7672641 L15.481675%2c24.7452197 C15.7601309%2c24.9127964 16.1061634%2c24.9192678 16.3903922%2c24.761228 L31.5845784%2c16.3200629 C31.8684676%2c16.1623636 32.0467473%2c15.8646766 32.0528598%2c15.5390601'/%3e %3cg fill='%231F1F1F' transform='translate(47.622 6.13)'%3e %3cpath d='M47.7464186%2c23.5033295 L41.7004213%2c23.5033295 L31.9408926%2c6.56707177 L31.8027861%2c6.56707177 C31.9971592%2c9.55824013 32.0943443%2c11.6918402 32.0943443%2c12.9679359 L32.0943443%2c23.5033295 L27.843732%2c23.5033295 L27.843732%2c1.11561811 L33.8436938%2c1.11561811 L43.5878773%2c17.883432 L43.6952935%2c17.883432 C43.541841%2c14.9739338 43.4651159%2c12.9168983 43.4651159%2c11.712264 L43.4651159%2c1.11561811 L47.7464186%2c1.11561811 L47.7464186%2c23.5033295 Z M64.317839%2c23.5033295 L59.560836%2c23.5033295 L59.560836%2c5.0663907 L53.4688032%2c5.0663907 L53.4688032%2c1.11561811 L70.4098718%2c1.11561811 L70.4098718%2c5.0663907 L64.317839%2c5.0663907 L64.317839%2c23.5033295 Z M116.028336%2c17.2862222 C116.028336%2c19.3075578 115.299448%2c20.9001014 113.84165%2c22.0639007 C112.383851%2c23.2277 110.355751%2c23.8095909 107.757289%2c23.8095909 C105.363431%2c23.8095909 103.245818%2c23.360412 101.404389%2c22.4620406 L101.404389%2c18.0518758 C102.918453%2c18.7256544 104.199762%2c19.2003549 105.248354%2c19.4759915 C106.296946%2c19.7516282 107.256009%2c19.8894445 108.125574%2c19.8894445 C109.16905%2c19.8894445 109.969549%2c19.6903765 110.527093%2c19.2922347 C111.084637%2c18.8940928 111.363405%2c18.3019933 111.363405%2c17.5159183 C111.363405%2c17.0769414 111.240644%2c16.6864619 110.99512%2c16.3444683 C110.749596%2c16.0024746 110.388989%2c15.6732469 109.913286%2c15.3567751 C109.437583%2c15.0403034 108.46829%2c14.5349771 107.005376%2c13.840781 C105.634534%2c13.1976288 104.606418%2c12.5800077 103.920997%2c11.9878993 C103.235576%2c11.3957909 102.68827%2c10.7067095 102.279063%2c9.92063455 C101.869857%2c9.13455959 101.665257%2c8.21578445 101.665257%2c7.16428158 C101.665257%2c5.18378102 102.33788%2c3.62696759 103.683147%2c2.49379459 C105.028413%2c1.36062159 106.887718%2c0.794043593 109.261116%2c0.794043593 C110.427355%2c0.794043593 111.539869%2c0.931859864 112.598691%2c1.20749654 C113.657513%2c1.48313321 114.764912%2c1.87106049 115.92092%2c2.37129002 L114.386403%2c6.06174039 C113.189474%2c5.57171963 112.19972%2c5.22973111 111.417113%2c5.03576456 C110.634505%2c4.84179801 109.864697%2c4.74481619 109.107664%2c4.74481619 C108.20741%2c4.74481619 107.516884%2c4.95409275 107.036066%2c5.37265214 C106.555249%2c5.79121154 106.314843%2c6.33737232 106.314843%2c7.01115086 C106.314843%2c7.42971025 106.412028%2c7.79466815 106.606402%2c8.10603551 C106.800775%2c8.41740287 107.110233%2c8.71855694 107.534784%2c9.00950676 C107.959336%2c9.30045659 108.964435%2c9.82364798 110.55011%2c10.5790967 C112.647294%2c11.5795557 114.084611%2c12.5825519 114.862103%2c13.5881153 C115.639596%2c14.5936787 116.028336%2c15.8263687 116.028336%2c17.2862222 Z M122.364528%2c23.5033295 L122.364528%2c1.11561811 L127.121531%2c1.11561811 L127.121531%2c23.5033295 L122.364528%2c23.5033295 Z M143.554845%2c10.9312973 L152.455044%2c10.9312973 L152.455044%2c22.5386059 C151.012591%2c23.0082092 149.654557%2c23.3374369 148.380901%2c23.5262991 C147.107245%2c23.7151613 145.805476%2c23.8095909 144.475555%2c23.8095909 C141.08937%2c23.8095909 138.503735%2c22.8168033 136.718571%2c20.8311984 C134.933407%2c18.8455935 134.040839%2c15.9948384 134.040839%2c12.2788477 C134.040839%2c8.66494457 135.076628%2c5.84736749 137.148236%2c3.82603186 C139.219844%2c1.80469624 142.09192%2c0.794043593 145.764549%2c0.794043593 C148.066336%2c0.794043593 150.286249%2c1.25343116 152.424353%2c2.17222008 L150.843801%2c5.96986196 C149.206974%2c5.15316069 147.503678%2c4.74481619 145.733859%2c4.74481619 C143.677596%2c4.74481619 142.030564%2c5.43389754 140.792714%2c6.81208092 C139.554864%2c8.1902643 138.935948%2c10.0431275 138.935948%2c12.3707261 C138.935948%2c14.8004123 139.434661%2c16.6558277 140.432102%2c17.9370278 C141.429544%2c19.2182279 142.879648%2c19.8588183 144.782458%2c19.8588183 C145.774784%2c19.8588183 146.782441%2c19.7567322 147.805457%2c19.5525569 L147.805457%2c14.8820699 L143.554845%2c14.8820699 L143.554845%2c10.9312973 Z M178.448399%2c23.5033295 L173.706741%2c23.5033295 L173.706741%2c13.840781 L164.821887%2c13.840781 L164.821887%2c23.5033295 L160.064884%2c23.5033295 L160.064884%2c1.11561811 L164.821887%2c1.11561811 L164.821887%2c9.89000841 L173.706741%2c9.89000841 L173.706741%2c1.11561811 L178.448399%2c1.11561811 L178.448399%2c23.5033295 Z M195.035165%2c23.5033295 L190.278162%2c23.5033295 L190.278162%2c5.0663907 L184.186129%2c5.0663907 L184.186129%2c1.11561811 L201.127198%2c1.11561811 L201.127198%2c5.0663907 L195.035165%2c5.0663907 L195.035165%2c23.5033295 Z'/%3e %3cpath fill-rule='nonzero' stroke='%231F1F1F' stroke-width='.92' d='M84.3005806 23.9177467C78.0591579 23.9177467 72.999485 18.7655409 72.999485 12.409973 72.999485 6.05440513 78.0591579.902199361 84.3005806.902199361 90.5420034.902199361 95.6016762 6.05440513 95.6016762 12.409973 95.6016762 18.7655409 90.5420034 23.9177467 84.3005806 23.9177467zM84.3005806 19.9376144C88.3833158 19.9376144 91.6930266 16.5673746 91.6930266 12.409973 91.6930266 8.25257147 88.3833158 4.88233161 84.3005806 4.88233161 80.2178454 4.88233161 76.9081346 8.25257147 76.9081346 12.409973 76.9081346 16.5673746 80.2178454 19.9376144 84.3005806 19.9376144zM11.3010956 23.9177467C5.05967283 23.9177467 0 18.7655409 0 12.409973 0 6.05440513 5.05967283.902199361 11.3010956.902199361 17.5425183.902199361 22.6021912 6.05440513 22.6021912 12.409973 22.6021912 18.7655409 17.5425183 23.9177467 11.3010956 23.9177467zM11.3010956 19.9376144C15.3838308 19.9376144 18.6935416 16.5673746 18.6935416 12.409973 18.6935416 8.25257147 15.3838308 4.88233161 11.3010956 4.88233161 7.2183604 4.88233161 3.9086496 8.25257147 3.9086496 12.409973 3.9086496 16.5673746 7.2183604 19.9376144 11.3010956 19.9376144z'/%3e %3c/g%3e %3c/g%3e %3cg fill='%231F1F1F' transform='translate(253.817)'%3e %3cpath d='M4.42589631%2c9.01235648 L4.42589631%2c3.86243849 L6.85549472%2c3.86243849 C7.81764338%2c3.86243849 8.50983665%2c4.40927118 8.50983665%2c5.30912244 C8.50983665%2c5.92517446 8.23295934%2c6.36817816 7.56153186%2c6.58275807 L7.56153186%2c6.60352387 C8.10836455%2c6.76965026 8.3091006%2c7.08113723 8.36447607%2c7.71795505 C8.44753926%2c8.47244572 8.45446119%2c8.89468362 8.59289985%2c8.96390295 L8.59289985%2c9.01235648 L7.62382926%2c9.01235648 C7.49231254%2c8.92929329 7.49231254%2c8.52782118 7.43693707%2c7.83562791 C7.38156161%2c7.22649782 7.09776237%2c6.96346438 6.48171035%2c6.96346438 L5.38112304%2c6.96346438 L5.38112304%2c9.01235648 L4.42589631%2c9.01235648 Z M5.3617113%2c4.6446169 L5.3617113%2c6.2297395 L6.6076592%2c6.2297395 C7.20986736%2c6.2297395 7.52827626%2c5.92517446 7.52827626%2c5.4475611 C7.52827626%2c4.93533807 7.25832089%2c4.6446169 6.64226887%2c4.6446169 L5.3617113%2c4.6446169 Z'/%3e %3cpath fill-rule='nonzero' d='M6.43739748%2c12.1023073 C3.3087542%2c12.1023073 0.772487698%2c9.56604077 0.772487698%2c6.43739748 C0.772487698%2c3.3087542 3.3087542%2c0.772487698 6.43739748%2c0.772487698 C9.56604077%2c0.772487698 12.1023073%2c3.3087542 12.1023073%2c6.43739748 C12.1023073%2c9.56604077 9.56604077%2c12.1023073 6.43739748%2c12.1023073 Z M6.43739748%2c11.0723237 C8.99719654%2c11.0723237 11.0723237%2c8.99719654 11.0723237%2c6.43739748 C11.0723237%2c3.87759843 8.99719654%2c1.8024713 6.43739748%2c1.8024713 C3.87759843%2c1.8024713 1.8024713%2c3.87759843 1.8024713%2c6.43739748 C1.8024713%2c8.99719654 3.87759843%2c11.0723237 6.43739748%2c11.0723237 Z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    background-position: left; }
    .logo-page.logo-dashboard.logo-dashboard-bottom {
      height: 40px; }
  .logo-page.logo-discover {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 271 59'%3e %3cg fill='none' fill-rule='evenodd'%3e %3cpath fill='%231F1F1F' d='M53.9882812%2c58.0730847 L51.907597%2c57.9926915 L50.0240302%2c57.9926915 C49.7709398%2c57.9926915 49.5592232%2c57.9500592 49.3888739%2c57.8647933 C49.2185247%2c57.7795275 49.1333513%2c57.6735557 49.1333513%2c57.546875 C49.1333513%2c57.3130029 49.1698542%2c57.149782 49.242861%2c57.0572077 C49.4180774%2c57.105931 49.5957247%2c57.1302923 49.7758082%2c57.1302923 C49.9558917%2c57.1302923 50.107987%2c57.1181117 50.2320986%2c57.09375 C50.3562102%2c57.0693883 50.4669356%2c57.0182296 50.564278%2c56.9402722 C50.7881656%2c56.7648681 50.9001078%2c56.4603516 50.9001078%2c56.0267137 L50.9001078%2c48.5793851 C50.9001078%2c48.1262578 50.6178189%2c47.8436666 50.0532328%2c47.7316028 C49.7028%2c47.6585178 49.4752654%2c47.5793435 49.3706223%2c47.4940776 C49.2659792%2c47.4088117 49.2136584%2c47.3150207 49.2136584%2c47.2127016 C49.2136584%2c46.9885741 49.2525948%2c46.837534 49.3304688%2c46.7595766 C49.4180769%2c46.7839383 49.4983833%2c46.796119 49.5713901%2c46.796119 L51.783486%2c46.796119 C51.8954298%2c46.796119 52.0438748%2c46.7912467 52.2288254%2c46.781502 L52.8493804%2c46.7449597 C53.4577706%2c46.7157257 54.0819697%2c46.7011089 54.7219962%2c46.7011089 C55.3620228%2c46.7011089 55.9837883%2c46.777847 56.5873114%2c46.9313256 C57.1908346%2c47.0848042 57.7128256%2c47.2930934 58.1533001%2c47.5561996 C58.5937747%2c47.8193058 58.9612369%2c48.1250403 59.2556977%2c48.4734123 C59.5501586%2c48.8217843 59.7874273%2c49.1908583 59.9675108%2c49.5806452 C60.2887408%2c50.2968786 60.4493534%2c51.100802 60.4493534%2c51.9924395 C60.4493534%2c53.6100551 60.0307872%2c54.9547997 59.1936422%2c56.0267137 C58.5365808%2c56.8696279 57.5704715%2c57.464044 56.2952856%2c57.8099798 C55.633357%2c57.9853839 54.8643632%2c58.0730847 53.9882812%2c58.0730847 Z M52.6230603%2c56.2386593 C52.6230603%2c56.6040845 52.737436%2c56.8403892 52.9661907%2c56.9475806 C53.1608756%2c57.0352827 53.6268956%2c57.0791331 54.3642645%2c57.0791331 C55.1016335%2c57.0791331 55.7574684%2c56.9573265 56.3317888%2c56.7137097 C56.9061092%2c56.4700929 57.3636118%2c56.1412151 57.7043103%2c55.7270665 C58.3175677%2c54.9815991 58.6241918%2c53.9316264 58.6241918%2c52.5771169 C58.6241918%2c50.2530126 57.804094%2c48.7353026 56.1638739%2c48.0239415 C55.570085%2c47.7657077 54.8375942%2c47.6365927 53.9663793%2c47.6365927 C53.3871918%2c47.6365927 53.0343307%2c47.6938418 52.9077856%2c47.8083417 C52.7812404%2c47.9228416 52.7021508%2c48.0641373 52.6705145%2c48.2322329 C52.6388783%2c48.4003285 52.6230603%2c48.6256706 52.6230603%2c48.9082661 L52.6230603%2c56.2386593 Z M83.2653337%2c58.0584677 C83.1533899%2c58.0194891 82.912471%2c58 82.5425697%2c58 L79.4982001%2c58 C79.2451097%2c58 79.0431272%2c57.9598038 78.8922464%2c57.8794103 C78.7413656%2c57.7990167 78.6659264%2c57.6516308 78.6659264%2c57.437248 C78.6659264%2c57.2813332 78.7024292%2c57.1570905 78.7754361%2c57.0645161 C78.9701209%2c57.1132395 79.148985%2c57.1376008 79.3120336%2c57.1376008 C79.4750822%2c57.1376008 79.604059%2c57.1205479 79.6989679%2c57.0864415 C79.7938767%2c57.0523352 79.8753998%2c56.9914319 79.9435395%2c56.9037298 C80.0944203%2c56.7185811 80.1747266%2c56.4140646 80.1844609%2c55.9901714 L80.1844609%2c48.5209173 C80.1844609%2c48.1360028 80.0773858%2c47.8948258 79.8632324%2c47.797379 C79.7950927%2c47.7632727 79.7026188%2c47.7340391 79.5858078%2c47.7096774 C79.4689969%2c47.6853157 79.3534045%2c47.6597364 79.2390271%2c47.6329385 C79.1246498%2c47.6061407 79.0285255%2c47.5732529 78.9506516%2c47.5342742 C78.7949037%2c47.4563168 78.7170309%2c47.3247657 78.7170309%2c47.1396169 C78.7170309%2c46.9593405 78.7535338%2c46.8253533 78.8265406%2c46.7376512 C78.9384844%2c46.7766299 79.1794033%2c46.796119 79.5493046%2c46.796119 L82.5206677%2c46.796119 C82.7737581%2c46.796119 82.9769574%2c46.8363151 83.1302717%2c46.9167087 C83.2835861%2c46.9971022 83.3602421%2c47.1444882 83.3602421%2c47.358871 C83.3602421%2c47.5196581 83.3213057%2c47.6439008 83.2434318%2c47.7316028 C83.0584811%2c47.6828795 82.8564986%2c47.6585181 82.6374781%2c47.6585181 C82.1653673%2c47.6585181 81.9220148%2c48.0434269 81.9074134%2c48.813256 L81.9074134%2c56.2752016 C81.9074134%2c56.6601162 82.0144885%2c56.9037293 82.2286419%2c57.0060484 C82.2967816%2c57.0352824 82.3892555%2c57.0620799 82.5060665%2c57.0864415 C82.6228774%2c57.1108032 82.7384698%2c57.1363826 82.8528472%2c57.1631804 C82.9672245%2c57.1899783 83.0633488%2c57.2228661 83.1412227%2c57.2618448 C83.3018377%2c57.3446745 83.382144%2c57.4762256 83.382144%2c57.656502 C83.382144%2c57.8270338 83.3432076%2c57.961021 83.2653337%2c58.0584677 Z M107.994083%2c49.8802923 C107.994083%2c48.7645274 107.597419%2c48.0653576 106.804078%2c47.7827621 C106.531519%2c47.6853154 106.212727%2c47.6365927 105.847693%2c47.6365927 C105.482659%2c47.6365927 105.168734%2c47.678007 104.90591%2c47.7608367 C104.643085%2c47.8436664 104.424068%2c47.9557285 104.248852%2c48.0970262 C103.893552%2c48.384494 103.715904%2c48.7645306 103.715904%2c49.2371472 C103.715904%2c49.9533806 104.241546%2c50.5648496 105.292844%2c51.0715726 L106.205425%2c51.5027722 C106.648333%2c51.7074103 107.075417%2c51.9156995 107.486688%2c52.1276462 C107.89796%2c52.3395928 108.261772%2c52.5819879 108.578135%2c52.8548387 C109.274134%2c53.4492637 109.622128%2c54.1849755 109.622128%2c55.061996 C109.622128%2c56.0023569 109.213295%2c56.7599938 108.395619%2c57.3349294 C107.631481%2c57.8708864 106.672672%2c58.1388609 105.519164%2c58.1388609 C104.604145%2c58.1388609 103.796215%2c57.9951291 103.09535%2c57.7076613 C102.579435%2c57.5030232 102.211972%2c57.2131235 101.992952%2c56.8379536 C101.881008%2c56.6479325 101.825037%2c56.4165 101.825037%2c56.1436492 C101.825037%2c55.5979475 101.961314%2c55.088796 102.233873%2c54.6161794 C102.326349%2c54.5041157 102.452892%2c54.4480847 102.613507%2c54.4480847 C102.925003%2c54.4480847 103.105083%2c54.5406577 103.153755%2c54.7258065 C103.217027%2c55.5687206 103.476198%2c56.1826258 103.931274%2c56.5675403 C104.386349%2c56.9524549 105.022716%2c57.1449093 105.840393%2c57.1449093 C106.779747%2c57.1449093 107.41003%2c56.8379567 107.73126%2c56.2240423 C107.843204%2c56.0096595 107.899175%2c55.7575199 107.899175%2c55.4676159 C107.899175%2c55.1777119 107.821302%2c54.9182639 107.665554%2c54.6892641 C107.509806%2c54.4602643 107.302957%2c54.2483209 107.044999%2c54.0534274 C106.650762%2c53.7610872 106.128771%2c53.478496 105.479011%2c53.2056452 C104.82925%2c52.9327943 104.323077%2c52.6940534 103.960476%2c52.4894153 C103.597876%2c52.2847772 103.277867%2c52.0460363 103.000441%2c51.7731855 C102.396918%2c51.1787605 102.095161%2c50.4454849 102.095161%2c49.5733367 C102.095161%2c48.6816992 102.477224%2c47.9679126 103.241362%2c47.4319556 C103.976298%2c46.915488 104.925372%2c46.6572581 106.088615%2c46.6572581 C107.563353%2c46.6572581 108.527028%2c46.9617745 108.979671%2c47.5708165 C109.145153%2c47.7900717 109.227893%2c48.0775352 109.227893%2c48.4332157 C109.227893%2c48.7888963 109.19504%2c49.098285 109.129334%2c49.3613911 C109.063628%2c49.6244973 108.999139%2c49.7950265 108.935867%2c49.8729839 C108.82879%2c50.0045369 108.645059%2c50.0703125 108.384668%2c50.0703125 C108.124277%2c50.0703125 107.994083%2c50.0069731 107.994083%2c49.8802923 Z M135.591987%2c49.9606855 C135.611456%2c49.8242601 135.62119%2c49.6244973 135.62119%2c49.3613911 C135.62119%2c49.098285 135.570086%2c48.858326 135.467876%2c48.6415071 C135.365667%2c48.4246881 135.226956%2c48.255377 135.051739%2c48.1335685 C134.745111%2c47.9240581 134.283958%2c47.8193044 133.668267%2c47.8193044 C133.052576%2c47.8193044 132.5099%2c47.9301484 132.040223%2c48.1518397 C131.570545%2c48.373531 131.177531%2c48.6841378 130.861168%2c49.0836694 C130.223575%2c49.8876048 129.904783%2c50.9814279 129.904783%2c52.3651714 C129.904783%2c53.6758298 130.228442%2c54.7209302 130.875769%2c55.500504 C131.547432%2c56.3141842 132.455137%2c56.7210181 133.598911%2c56.7210181 C134.723216%2c56.7210181 135.599285%2c56.4749689 136.227143%2c55.9828629 C136.416961%2c55.8366928 136.589741%2c55.6783443 136.745489%2c55.5078125 C136.891503%2c55.5516635 137.010746%2c55.6807785 137.103221%2c55.8951613 C137.132424%2c55.9682463 137.147025%2c56.0644735 137.147025%2c56.1838458 C137.147025%2c56.303218 137.060635%2c56.4786195 136.887852%2c56.7100554 C136.715069%2c56.9414914 136.463199%2c57.1643974 136.132235%2c57.3787802 C135.343761%2c57.8952479 134.399554%2c58.1534778 133.299584%2c58.1534778 C131.722637%2c58.1534778 130.466938%2c57.6735599 129.53245%2c56.7137097 C128.607697%2c55.7733488 128.145328%2c54.5138688 128.145328%2c52.9352319 C128.145328%2c51.9705093 128.29864%2c51.1008103 128.605268%2c50.3261089 C128.911897%2c49.5514074 129.330463%2c48.8924338 129.86098%2c48.3491683 C130.391496%2c47.8059029 131.010828%2c47.3881063 131.718994%2c47.0957661 C132.42716%2c46.803426 133.115848%2c46.6572581 133.785077%2c46.6572581 C134.454306%2c46.6572581 134.990898%2c46.7132891 135.39487%2c46.8253528 C135.798841%2c46.9374166 136.134667%2c47.0908928 136.402359%2c47.2857863 C136.937742%2c47.6853179 137.20543%2c48.2163945 137.20543%2c48.8790323 C137.20543%2c49.3857552 137.018049%2c49.7438666 136.64328%2c49.953377 C136.516735%2c50.0264621 136.380458%2c50.063004 136.234444%2c50.063004 C135.932682%2c50.063004 135.718532%2c50.0288982 135.591987%2c49.9606855 Z M155.834489%2c55.0217994 C155.574098%2c54.3664702 155.443905%2c53.6721727 155.443905%2c52.9388861 C155.443905%2c52.2055995 155.516911%2c51.5588066 155.662924%2c50.9984879 C155.808938%2c50.4381692 156.01092%2c49.9302358 156.268878%2c49.4746724 C156.526835%2c49.0191089 156.833459%2c48.6159292 157.188759%2c48.265121 C157.544059%2c47.9143128 157.93099%2c47.6195408 158.349562%2c47.3807964 C159.196441%2c46.8984351 160.11388%2c46.6572581 161.101906%2c46.6572581 C162.600979%2c46.6572581 163.822609%2c47.1347398 164.76683%2c48.0897177 C165.754856%2c49.0836743 166.248862%2c50.391877 166.248862%2c52.0143649 C166.248862%2c53.2373213 165.973873%2c54.3360166 165.423889%2c55.3104839 C164.922575%2c56.1972491 164.231454%2c56.8939827 163.350505%2c57.4007056 C162.503626%2c57.8928116 161.650675%2c58.1388609 160.791628%2c58.1388609 C159.932581%2c58.1388609 159.187923%2c58.0134001 158.557631%2c57.7624748 C157.927338%2c57.5115495 157.381012%2c57.1558743 156.918635%2c56.6954385 C156.456259%2c56.2350027 156.09488%2c55.6771286 155.834489%2c55.0217994 Z M157.509988%2c50.5234375 C157.373708%2c51.0983732 157.30557%2c51.7159325 157.30557%2c52.3761341 C157.30557%2c53.0363356 157.368841%2c53.6404963 157.495387%2c54.1886341 C157.621932%2c54.7367719 157.823914%2c55.2179079 158.10134%2c55.6320565 C158.704863%2c56.5334386 159.6004%2c56.984123 160.787978%2c56.984123 C161.98529%2c56.984123 162.892995%2c56.5919058 163.511119%2c55.8074597 C164.104908%2c55.0425029 164.401798%2c53.9535521 164.401798%2c52.5405746 C164.401798%2c50.372385 163.759348%2c48.9180145 162.474427%2c48.1774194 C162.016918%2c47.9191855 161.474242%2c47.7900706 160.846383%2c47.7900706 C160.218525%2c47.7900706 159.683149%2c47.8996965 159.240241%2c48.1189516 C158.797333%2c48.3382067 158.432304%2c48.6500316 158.145144%2c49.0544355 C157.857984%2c49.4588394 157.646267%2c49.9485018 157.509988%2c50.5234375 Z M195.044071%2c47.7316028 C194.941862%2c47.6828795 194.800718%2c47.6585181 194.620634%2c47.6585181 C194.44055%2c47.6585181 194.30549%2c47.6962782 194.215448%2c47.7717994 C194.125406%2c47.8473206 194.04145%2c47.9532923 193.963576%2c48.0897177 C193.885702%2c48.2261432 193.810263%2c48.389364 193.737256%2c48.5793851 L190.722089%2c56.7721774 C190.395992%2c57.6833043 189.853316%2c58.1388609 189.094045%2c58.1388609 C188.855556%2c58.1388609 188.709544%2c58.0706492 188.656006%2c57.9342238 L185.056787%2c48.7620968 C185.01785%2c48.6646501 184.981347%2c48.5586783 184.947277%2c48.4441784 C184.913207%2c48.3296785 184.874271%2c48.2188345 184.830467%2c48.1116431 C184.72339%2c47.863154 184.574945%2c47.7096777 184.385128%2c47.6512097 C184.273184%2c47.612231 184.174626%2c47.5793432 184.089451%2c47.5525454 C184.004277%2c47.5257475 183.934921%2c47.4952959 183.881383%2c47.4611895 C183.769439%2c47.3881045 183.713468%2c47.2955315 183.713468%2c47.1834677 C183.713468%2c47.0080636 183.752404%2c46.8594596 183.830278%2c46.7376512 C183.942222%2c46.7766299 184.134471%2c46.796119 184.407029%2c46.796119 L187.429497%2c46.796119 C187.755594%2c46.796119 187.977045%2c46.8180441 188.093856%2c46.8618952 C188.317744%2c46.9495972 188.429686%2c47.1152542 188.429686%2c47.358871 C188.429686%2c47.5245304 188.393183%2c47.6487731 188.320176%2c47.7316028 C188.213099%2c47.6828795 188.001383%2c47.6585181 187.68502%2c47.6585181 C187.110699%2c47.6585181 186.823543%2c47.897259 186.823543%2c48.374748 C186.823543%2c48.433216 186.840578%2c48.5184806 186.874648%2c48.6305444 L186.962256%2c48.8863407 C186.986591%2c48.9496811 187.008493%2c49.0057121 187.027962%2c49.0544355 L189.648894%2c56.2752016 L192.357434%2c48.5209173 C192.386636%2c48.4137259 192.401237%2c48.3174987 192.401237%2c48.2322329 C192.401237%2c48.146967 192.381769%2c48.073883 192.342832%2c48.0129788 C192.303895%2c47.9520746 192.252791%2c47.8996978 192.189519%2c47.8558468 C192.121379%2c47.8071234 191.999703%2c47.7644911 191.824486%2c47.7279486 C191.64927%2c47.6914061 191.504475%2c47.6585183 191.390098%2c47.6292843 C191.275721%2c47.6000503 191.179596%2c47.5635083 191.101722%2c47.5196573 C190.945974%2c47.4319552 190.863235%2c47.2857873 190.8535%2c47.0811492 C190.8535%2c46.9447238 190.877836%2c46.8302256 190.926507%2c46.7376512 C191.038451%2c46.7766299 191.27937%2c46.796119 191.649271%2c46.796119 L194.182595%2c46.796119 C194.83479%2c46.796119 195.160882%2c46.9837011 195.160882%2c47.358871 C195.160882%2c47.5196581 195.121945%2c47.6439008 195.044071%2c47.7316028 Z M220.656199%2c54.7477319 C220.787612%2c54.6356681 220.926323%2c54.5796371 221.072336%2c54.5796371 C221.296224%2c54.5796371 221.425201%2c54.6113068 221.45927%2c54.6746472 C221.649088%2c55.0546894 221.743996%2c55.6832113 221.743996%2c56.5602319 C221.743996%2c57.1692739 221.675857%2c57.6102137 221.539578%2c57.8830645 C221.495774%2c57.9610219 221.449537%2c58 221.400865%2c58 L213.340952%2c58 C212.761764%2c58 212.472175%2c57.8270347 212.472175%2c57.4810988 C212.472175%2c57.29595 212.511111%2c57.1546544 212.588985%2c57.0572077 C212.754467%2c57.105931 212.91508%2c57.1302923 213.070828%2c57.1302923 C213.226576%2c57.1302923 213.360419%2c57.1181117 213.472363%2c57.09375 C213.584307%2c57.0693883 213.688949%2c57.0182296 213.786291%2c56.9402722 C214.019913%2c56.7599957 214.136722%2c56.4554793 214.136722%2c56.0267137 L214.136722%2c48.6232359 C214.136722%2c48.1993426 213.966375%2c47.928932 213.625677%2c47.811996 C213.528334%2c47.7778896 213.427343%2c47.747438 213.3227%2c47.7206401 C213.218057%2c47.6938423 213.118282%2c47.6670448 213.023373%2c47.640247 C212.928465%2c47.6134491 212.844508%2c47.5829975 212.771501%2c47.5488911 C212.606019%2c47.4611891 212.523279%2c47.3418186 212.523279%2c47.1907762 C212.523279%2c46.9910104 212.562216%2c46.8472787 212.640089%2c46.7595766 C212.727698%2c46.7839383 212.815305%2c46.796119 212.902913%2c46.796119 L220.371474%2c46.796119 C220.819249%2c46.796119 221.099105%2c46.8375332 221.211049%2c46.9203629 C221.415468%2c47.066533 221.517676%2c47.3881024 221.517676%2c47.8850806 C221.517676%2c48.3625696 221.477523%2c48.7523506 221.397215%2c49.0544355 C221.316907%2c49.3565203 221.25972%2c49.5367941 221.22565%2c49.5952621 C221.176979%2c49.6829641 221.082071%2c49.7268145 220.940925%2c49.7268145 C220.736505%2c49.7268145 220.596578%2c49.7012351 220.521137%2c49.6500756 C220.445697%2c49.5989161 220.405544%2c49.561156 220.400677%2c49.5367944 C220.337404%2c48.8400503 220.227896%2c48.3954563 220.072148%2c48.202999 C219.9164%2c48.0105417 219.732669%2c47.8789906 219.520949%2c47.8083417 C219.309229%2c47.7376929 219.033024%2c47.702369 218.692325%2c47.702369 L217.064281%2c47.702369 C216.548366%2c47.702369 216.233225%2c47.7535277 216.118848%2c47.8558468 C216.00447%2c47.9581658 215.932681%2c48.0763182 215.903478%2c48.2103075 C215.874276%2c48.3442967 215.859675%2c48.516044 215.859675%2c48.7255544 L215.859675%2c51.8389617 L216.290413%2c51.8462702 C217.366047%2c51.8462702 218.363792%2c51.751261 219.283678%2c51.5612399 C219.351818%2c51.5953463 219.412656%2c51.6915735 219.466194%2c51.8499244 C219.519732%2c52.0082753 219.546501%2c52.1654058 219.546501%2c52.3213206 C219.546501%2c52.5844267 219.502698%2c52.8134231 219.415089%2c53.0083165 C219.093859%2c53.0375505 218.723964%2c53.0521673 218.305391%2c53.0521673 C217.886819%2c53.0521673 217.071588%2c52.9839557 215.859675%2c52.8475302 L215.859675%2c56.1436492 C215.859675%2c56.5090744 215.957016%2c56.7551237 216.1517%2c56.8818044 C216.317183%2c56.9889958 216.614073%2c57.0425907 217.042379%2c57.0425907 L218.144777%2c57.0133569 C219.210677%2c56.9743782 219.904231%2c56.8257741 220.225461%2c56.5675403 C220.405545%2c56.4213702 220.524787%2c56.2289158 220.583193%2c55.9901714 C220.641598%2c55.7514269 220.670801%2c55.5114679 220.670801%2c55.2702873 C220.670801%2c55.0291067 220.665934%2c54.8549233 220.656199%2c54.7477319 Z M244.406662%2c58.0584677 C244.294719%2c58.0194891 244.056233%2c58 243.691199%2c58 L240.712535%2c58 C240.459445%2c58 240.257462%2c57.9598038 240.106582%2c57.8794103 C239.955701%2c57.7990167 239.880262%2c57.6516308 239.880262%2c57.437248 C239.880262%2c57.2813332 239.916764%2c57.1570905 239.989771%2c57.0645161 C240.174722%2c57.1132395 240.352369%2c57.1376008 240.522718%2c57.1376008 C240.693068%2c57.1376008 240.826912%2c57.1193298 240.924254%2c57.0827873 C241.021596%2c57.0462448 241.10677%2c56.9816873 241.179777%2c56.8891129 C241.32579%2c56.6942195 241.398796%2c56.370214 241.398796%2c55.9170867 L241.398796%2c48.4405242 C241.384195%2c48.0994607 241.272253%2c47.882645 241.062966%2c47.7900706 C240.999694%2c47.7608365 240.913304%2c47.7340391 240.803793%2c47.7096774 C240.694283%2c47.6853157 240.587208%2c47.6597364 240.482565%2c47.6329385 C240.377922%2c47.6061407 240.289098%2c47.5732529 240.216091%2c47.5342742 C240.070078%2c47.4563168 239.997072%2c47.3539993 239.997072%2c47.2273185 C239.997072%2c46.9983187 240.036008%2c46.8350979 240.113882%2c46.7376512 C240.225826%2c46.7766299 240.466745%2c46.796119 240.836646%2c46.796119 L241.78573%2c46.796119 L244.348257%2c46.7230343 L244.662185%2c46.7157258 C246.161259%2c46.7157258 247.283113%2c46.9824822 248.027783%2c47.516003 C248.772453%2c48.0495238 249.144782%2c48.8010704 249.144782%2c49.7706653 C249.144782%2c50.4966434 248.90873%2c51.1641435 248.436619%2c51.7731855 C247.91097%2c52.4504402 247.18578%2c52.9084329 246.261027%2c53.1471774 C246.514117%2c53.3225815 246.801273%2c53.6441509 247.122503%2c54.1118952 L247.896371%2c55.2447077 C248.621573%2c56.3020046 249.222653%2c56.8306452 249.699631%2c56.8306452 C249.879715%2c56.8306452 250.015992%2c56.8135922 250.108467%2c56.7794859 L250.290983%2c56.7064012 C250.32992%2c56.6917842 250.373724%2c56.6844758 250.422395%2c56.6844758 C250.471066%2c56.6844758 250.52217%2c56.7222358 250.575709%2c56.7977571 C250.629247%2c56.8732783 250.656016%2c56.9597609 250.656016%2c57.0572077 C250.656016%2c57.1546544 250.614646%2c57.2703706 250.531905%2c57.4043599 C250.449164%2c57.5383491 250.332355%2c57.6589376 250.181474%2c57.766129 C249.840775%2c58.0146182 249.468446%2c58.1388609 249.064475%2c58.1388609 C248.660504%2c58.1388609 248.328328%2c58.0706492 248.067937%2c57.9342238 C247.807546%2c57.7977984 247.56906%2c57.6187427 247.352473%2c57.3970514 C247.135886%2c57.1753601 246.938771%2c56.9232205 246.761121%2c56.640625 C246.583471%2c56.3580295 246.416775%2c56.0681298 246.261027%2c55.7709173 L245.830288%2c54.9012097 C245.52366%2c54.267806 245.279091%2c53.8597539 245.096573%2c53.6770413 C244.914056%2c53.4943287 244.74736%2c53.4029738 244.596479%2c53.4029738 L243.859114%2c53.4029738 C243.737436%2c53.4029738 243.676598%2c53.3152731 243.676598%2c53.139869 C243.676598%2c52.8962521 243.769072%2c52.7062339 243.954022%2c52.5698085 C244.017295%2c52.5259574 244.20711%2c52.5003781 244.523473%2c52.4930696 C244.839836%2c52.4857611 245.196347%2c52.4187674 245.593017%2c52.2920867 C245.989688%2c52.165406 246.316997%2c51.9924406 246.574954%2c51.7731855 C247.076268%2c51.3395476 247.326921%2c50.7305147 247.326921%2c49.9460685 C247.326921%2c49.2883032 247.107904%2c48.7499181 246.669863%2c48.3308972 C246.173416%2c47.8582806 245.482295%2c47.6171035 244.596479%2c47.6073589 C244.012425%2c47.6073589 243.623061%2c47.6950596 243.428376%2c47.8704637 C243.233691%2c48.0361231 243.131483%2c48.3503841 243.121749%2c48.813256 L243.121749%2c56.2752016 C243.121749%2c56.6601162 243.228824%2c56.9037293 243.442977%2c57.0060484 C243.511117%2c57.0352824 243.601157%2c57.0620799 243.713101%2c57.0864415 C243.825045%2c57.1108032 243.933337%2c57.1363826 244.03798%2c57.1631804 C244.142623%2c57.1899783 244.231446%2c57.2228661 244.304453%2c57.2618448 C244.450467%2c57.3398021 244.523473%2c57.4445558 244.523473%2c57.5761089 C244.523473%2c57.8002363 244.484536%2c57.961021 244.406662%2c58.0584677 Z'/%3e %3cg transform='translate(0 .935)'%3e %3cpath fill='%231F1F1F' d='M32.5598363%2c27.5937252 L32.6164271%2c22.1592569 C32.6240185%2c21.4455173 31.8590081%2c20.9912879 31.2399605%2c21.3422676 L16.7920645%2c29.5163178 C16.5046249%2c29.6791613 16.152658%2c29.6753501 15.868669%2c29.5066165 L1.59434102%2c21.0307861 C0.982539742%2c20.6669869 0.208557639%2c21.1049319 0.201311261%2c21.8190179 L0.144720506%2c27.2534863 C0.14126985%2c27.5847168 0.313802641%2c27.8920406 0.597791616%2c28.0611207 L15.789649%2c37.0823035 C16.073983%2c37.2503441 16.4256049%2c37.2545018 16.7130445%2c37.0916583 L32.089857%2c28.3920048 C32.3772966%2c28.2288148 32.5560406%2c27.9249558 32.5598363%2c27.5937252'/%3e %3cpath fill='%23B2B2B2' d='M0.191062813%2c9.74535125 L0.15379573%2c15.1801661 C0.148619747%2c15.8939056 0.915355473%2c16.3450167 1.53302287%2c15.9926511 L15.9519333%2c7.76662963 C16.2386828%2c7.60309319 16.5906497%2c7.60551852 16.8753288%2c7.77321266 L31.1796775%2c16.1981111 C31.792514%2c16.5591386 32.5647708%2c16.1184217 32.5699468%2c15.4046822 L32.6072138%2c9.97021386 C32.6092842%2c9.63898327 32.4353712%2c9.3316595 32.1510371%2c9.16431183 L16.9274337%2c0.197179211 C16.6427546%2c0.0298315412 16.2907877%2c0.0274062127 16.0040382%2c0.190942652 L0.658281613%2c8.94568578 C0.371187048%2c9.1095687 0.193478273%2c9.41412067 0.191062813%2c9.74535125'/%3e %3cpath fill='%231F1F1F' d='M32.5706024%2c15.8069749 L32.6665306%2c10.3731995 C32.679298%2c9.65945998 31.9177383%2c9.19968698 31.2962752%2c9.54546953 L16.789373%2c17.6134982 C16.5008982%2c17.7739164 16.1485862%2c17.7676798 15.8659775%2c17.5972139 L1.65376131%2c9.01640143 C1.04472056%2c8.64844444 0.267632866%2c9.08084588 0.25486544%2c9.79423895 L0.158592142%2c15.2283608 C0.152726027%2c15.5595914 0.323533491%2c15.8686476 0.605797138%2c16.0391135 L15.731747%2c25.1718614 C16.0147008%2c25.3423274 16.3663226%2c25.3489104 16.6551425%2c25.1881458 L32.0947569%2c16.6014432 C32.3832318%2c16.4410251 32.5643912%2c16.1382055 32.5706024%2c15.8069749'/%3e %3cg fill='%231F1F1F' transform='translate(48.391 6.237)'%3e %3cpath d='M48.5176557%2c23.9085593 L42.3739988%2c23.9085593 L32.4568266%2c6.68029714 L32.3164893%2c6.68029714 C32.5140021%2c9.72303738 32.612757%2c11.8934236 32.612757%2c13.191521 L32.612757%2c23.9085593 L28.2934855%2c23.9085593 L28.2934855%2c1.1348529 L34.3903633%2c1.1348529 L44.2919424%2c18.1917671 L44.4010937%2c18.1917671 C44.2451625%2c15.2321051 44.1671981%2c13.1396035 44.1671981%2c11.9141996 L44.1671981%2c1.1348529 L48.5176557%2c1.1348529 L48.5176557%2c23.9085593 Z M65.3567505%2c23.9085593 L60.5229087%2c23.9085593 L60.5229087%2c5.15374227 L54.3324727%2c5.15374227 L54.3324727%2c1.1348529 L71.5471865%2c1.1348529 L71.5471865%2c5.15374227 L65.3567505%2c5.15374227 L65.3567505%2c23.9085593 Z M117.902516%2c17.5842605 C117.902516%2c19.6404468 117.161854%2c21.260448 115.680508%2c22.4443128 C114.199162%2c23.6281776 112.138303%2c24.2201011 109.497869%2c24.2201011 C107.065342%2c24.2201011 104.913525%2c23.7631777 103.042351%2c22.8493171 L103.042351%2c18.3631151 C104.580872%2c19.0485105 105.882877%2c19.5313955 106.948407%2c19.8117845 C108.013936%2c20.0921735 108.988492%2c20.2323659 109.872101%2c20.2323659 C110.932433%2c20.2323659 111.745862%2c20.0298658 112.312412%2c19.6248594 C112.878962%2c19.219853 113.162232%2c18.6175449 113.162232%2c17.8179169 C113.162232%2c17.3713714 113.037489%2c16.9741596 112.788%2c16.6262695 C112.53851%2c16.2783794 112.172077%2c15.9434753 111.68869%2c15.6215471 C111.205304%2c15.299619 110.220353%2c14.7855801 108.73381%2c14.0794152 C107.340825%2c13.4251741 106.296102%2c12.7969044 105.599609%2c12.1945872 C104.903117%2c11.59227 104.34697%2c10.891308 103.931154%2c10.09168 C103.515338%2c9.29205199 103.307432%2c8.35743591 103.307432%2c7.28780367 C103.307432%2c5.27315655 103.99092%2c3.68950152 105.357917%2c2.53679105 C106.724913%2c1.38408059 108.614251%2c0.807734 111.025986%2c0.807734 C112.211063%2c0.807734 113.341547%2c0.947926413 114.417472%2c1.22831545 C115.493397%2c1.50870448 116.618683%2c1.90332016 117.793365%2c2.41217433 L116.234061%2c6.16625315 C115.017798%2c5.66778376 114.012057%2c5.31989889 113.216808%2c5.12258809 C112.421559%2c4.92527729 111.639316%2c4.82662336 110.870056%2c4.82662336 C109.95526%2c4.82662336 109.25358%2c5.03950814 108.764996%2c5.46528408 C108.276411%2c5.89106002 108.032123%2c6.44663736 108.032123%2c7.13203277 C108.032123%2c7.55780871 108.130878%2c7.92905898 108.328391%2c8.24579474 C108.525903%2c8.5625305 108.84036%2c8.86887689 109.271769%2c9.16484309 C109.703179%2c9.46080929 110.724513%2c9.99302123 112.335801%2c10.7614949 C114.466861%2c11.7792032 115.927394%2c12.7994924 116.717445%2c13.8223932 C117.507496%2c14.8452939 117.902516%2c16.0992371 117.902516%2c17.5842605 Z M124.341054%2c23.9085593 L124.341054%2c1.1348529 L129.174896%2c1.1348529 L129.174896%2c23.9085593 L124.341054%2c23.9085593 Z M145.873654%2c11.119768 L154.917616%2c11.119768 L154.917616%2c22.9272026 C153.451863%2c23.4049024 152.071893%2c23.7398065 150.777664%2c23.9319249 C149.483435%2c24.1240433 148.160639%2c24.2201011 146.809236%2c24.2201011 C143.368355%2c24.2201011 140.740954%2c23.2101965 138.926955%2c21.190357 C137.112956%2c19.1705175 136.20597%2c16.2706115 136.20597%2c12.4905519 C136.20597%2c8.81434017 137.25849%2c5.94818417 139.36356%2c3.89199793 C141.468631%2c1.8358117 144.387099%2c0.807734 148.119051%2c0.807734 C150.458019%2c0.807734 152.713789%2c1.27504204 154.88643%2c2.20967215 L153.280347%2c6.07279061 C151.617081%2c5.24200829 149.886271%2c4.82662336 148.087865%2c4.82662336 C145.998388%2c4.82662336 144.324752%2c5.52758543 143.066907%2c6.92953059 C141.809062%2c8.33147575 141.180149%2c10.2162849 141.180149%2c12.5840145 C141.180149%2c15.0555919 141.686918%2c16.9429971 142.70047%2c18.2462869 C143.714023%2c19.5495766 145.18755%2c20.2012117 147.121097%2c20.2012117 C148.129452%2c20.2012117 149.153384%2c20.0973655 150.192925%2c19.8896699 L150.192925%2c15.1386573 L145.873654%2c15.1386573 L145.873654%2c11.119768 Z M181.330836%2c23.9085593 L176.512587%2c23.9085593 L176.512587%2c14.0794152 L167.484218%2c14.0794152 L167.484218%2c23.9085593 L162.650376%2c23.9085593 L162.650376%2c1.1348529 L167.484218%2c1.1348529 L167.484218%2c10.0605258 L176.512587%2c10.0605258 L176.512587%2c1.1348529 L181.330836%2c1.1348529 L181.330836%2c23.9085593 Z M198.185524%2c23.9085593 L193.351682%2c23.9085593 L193.351682%2c5.15374227 L187.161246%2c5.15374227 L187.161246%2c1.1348529 L204.37596%2c1.1348529 L204.37596%2c5.15374227 L198.185524%2c5.15374227 L198.185524%2c23.9085593 Z'/%3e %3cpath fill-rule='nonzero' stroke='%231F1F1F' stroke-width='.935' d='M85.6622688 24.3301216C79.3200298 24.3301216 74.1786292 19.0890847 74.1786292 12.6239381 74.1786292 6.15879142 79.3200298.917754522 85.6622688.917754522 92.0045079.917754522 97.1459084 6.15879142 97.1459084 12.6239381 97.1459084 19.0890847 92.0045079 24.3301216 85.6622688 24.3301216zM85.6622688 20.2813664C89.8109515 20.2813664 93.1741233 16.853019 93.1741233 12.6239381 93.1741233 8.39485718 89.8109515 4.96650974 85.6622688 4.96650974 81.5135862 4.96650974 78.1504143 8.39485718 78.1504143 12.6239381 78.1504143 16.853019 81.5135862 20.2813664 85.6622688 20.2813664zM11.4836396 24.3301216C5.14140058 24.3301216 0 19.0890847 0 12.6239381 0 6.15879142 5.14140058.917754522 11.4836396.917754522 17.8258786.917754522 22.9672792 6.15879142 22.9672792 12.6239381 22.9672792 19.0890847 17.8258786 24.3301216 11.4836396 24.3301216zM11.4836396 20.2813664C15.6323223 20.2813664 18.9954941 16.853019 18.9954941 12.6239381 18.9954941 8.39485718 15.6323223 4.96650974 11.4836396 4.96650974 7.33495694 4.96650974 3.97178513 8.39485718 3.97178513 12.6239381 3.97178513 16.853019 7.33495694 20.2813664 11.4836396 20.2813664z'/%3e %3c/g%3e %3c/g%3e %3cg fill='%231F1F1F' transform='translate(257.917)'%3e %3cpath d='M4.49738682%2c9.16774194 L4.49738682%2c3.92903226 L6.96622998%2c3.92903226 C7.94392%2c3.92903226 8.64729412%2c4.4852931 8.64729412%2c5.40065904 C8.64729412%2c6.02733264 8.36594447%2c6.47797433 7.68367158%2c6.6962539 L7.68367158%2c6.71737773 C8.23933713%2c6.88636837 8.44331563%2c7.20322581 8.49958556%2c7.85102324 C8.58399045%2c8.61852237 8.59102419%2c9.04804024 8.73169901%2c9.118453 L8.73169901%2c9.16774194 L7.74697525%2c9.16774194 C7.61333416%2c9.08324662 7.61333416%2c8.67485258 7.55706424%2c7.97072494 C7.50079431%2c7.35109261 7.21241092%2c7.08352411 6.58640795%2c7.08352411 L5.4680431%2c7.08352411 L5.4680431%2c9.16774194 L4.49738682%2c9.16774194 Z M5.44831781%2c4.7246965 L5.44831781%2c6.3371488 L6.71439123%2c6.3371488 C7.32632671%2c6.3371488 7.64987881%2c6.02733264 7.64987881%2c5.54148456 C7.64987881%2c5.02043011 7.3755629%2c4.7246965 6.74955993%2c4.7246965 L5.44831781%2c4.7246965 Z'/%3e %3cpath fill-rule='nonzero' d='M6.54137931%2c12.3109677 C3.36219976%2c12.3109677 0.784965517%2c9.73097251 0.784965517%2c6.5483871 C0.784965517%2c3.36580169 3.36219976%2c0.785806452 6.54137931%2c0.785806452 C9.72055886%2c0.785806452 12.2977931%2c3.36580169 12.2977931%2c6.5483871 C12.2977931%2c9.73097251 9.72055886%2c12.3109677 6.54137931%2c12.3109677 Z M6.54137931%2c11.2632258 C9.14252622%2c11.2632258 11.2511724%2c9.15232061 11.2511724%2c6.5483871 C11.2511724%2c3.94445358 9.14252622%2c1.83354839 6.54137931%2c1.83354839 C3.9402324%2c1.83354839 1.83158621%2c3.94445358 1.83158621%2c6.5483871 C1.83158621%2c9.15232061 3.9402324%2c11.2632258 6.54137931%2c11.2632258 Z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
    background-position: left; }
    .logo-page.logo-discover.logo-discover-bottom {
      height: 40px; }

.request-demo-btn {
  padding: 4em 0; }
  .request-demo-btn .btn-demo-req {
    border-radius: 50px;
    box-shadow: 0 14px 28px 0 #c9c9c9;
    background-color: #ffc100;
    font-size: 18px;
    color: #1f1f1f;
    padding: 18px 45px;
    border: none;
    text-transform: inherit;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .request-demo-btn .btn-demo-req:hover {
      box-shadow: 0 4px 8px 0 #c9c9c9;
      opacity: 1; }
    .request-demo-btn .btn-demo-req:active {
      box-shadow: 0 2px 4px 0 #c9c9c9;
      opacity: 1; }
    .request-demo-btn .btn-demo-req[disabled] {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      box-shadow: none;
      background: #E5E4E4;
      border-color: #ededec; }
      .request-demo-btn .btn-demo-req[disabled]:hover {
        color: #fff; }
  .request-demo-btn.footer-req-demo {
    padding: 0; }

.img-right-top {
  min-height: 322px;
  padding: 30px;
  background-color: transparent !important; }
  .img-right-top::after {
    content: '';
    width: 80%;
    position: absolute;
    top: 410px;
    padding: 10px;
    opacity: 0.5;
    filter: blur(16.4px);
    background-color: #b2b2b2; }
  .img-right-top.dashboard-welcome-img {
    background: url("/landingImages/dashboard-new/1.svg");
    box-shadow: none;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: contain;
    background-position-x: right;
    border: none; }
    .img-right-top.dashboard-welcome-img.img-right-top {
      min-height: 480px; }
      .img-right-top.dashboard-welcome-img.img-right-top::after {
        content: '';
        background-color: transparent;
        display: none; }
  .img-right-top.discover-welcome-img {
    background: url("/landingImages/discover-new/1.svg");
    box-shadow: none;
    background-repeat: no-repeat;
    max-height: 100%;
    background-size: contain;
    background-position-x: right;
    border: none; }
    .img-right-top.discover-welcome-img.img-right-top {
      min-height: 480px; }
      .img-right-top.discover-welcome-img.img-right-top::after {
        content: '';
        background-color: transparent;
        display: none; }

.img-left {
  width: 100%;
  min-height: calc(100% - 30px);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat; }
  .img-left.dashboard-img-one {
    background: url("/landingImages/dashboard-new/2.svg"); }
  .img-left.dashboard-img-three {
    background: url("/landingImages/dashboard-new/4.svg"); }
  .img-left.dashboard-img-five {
    background: url("/landingImages/dashboard-new/6.svg"); }
  .img-left.discover-img-one {
    background: url("/landingImages/discover-new/2.svg"); }
  .img-left.discover-img-three {
    background: url("/landingImages/discover-new/4.svg"); }
  .img-left.discover-img-five {
    background: url("/landingImages/discover-new/6.svg"); }

.img-right {
  width: 100%;
  min-height: calc(100% - 30px);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .img-right.dashboard-img-two {
    background: url("/landingImages/dashboard-new/3.svg"); }
  .img-right.dashboard-img-four {
    background: url("/landingImages/dashboard-new/5.svg"); }
  .img-right.dashboard-img-six {
    background: url("/landingImages/dashboard-new/7.svg"); }
  .img-right.discover-img-two {
    background: url("/landingImages/discover-new/3.svg"); }
  .img-right.discover-img-four {
    background: url("/landingImages/discover-new/5.svg"); }

.img-content-in {
  width: 100%; }

.feature-content {
  font-size: 16px;
  color: #444444; }

.footer {
  width: 100%;
  padding: 0; }
  .footer .footer-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    z-index: 9;
    padding: 0;
    width: 80%;
    height: 45px;
    -ms-flex-align: center;
        align-items: center; }
    .footer .footer-align .logo-with-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .footer .footer-align .footer-menus {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
      padding-left: 20px;
      -ms-flex-align: center;
          align-items: center; }
    .footer .footer-align .link-footer-menu {
      padding: 0 20px;
      color: #1f1f1f;
      font-size: 12px; }
      .footer .footer-align .link-footer-menu.last-txt {
        padding: 0; }
      .footer .footer-align .link-footer-menu:hover {
        color: #0087fc; }
  .footer.footer-without-login .footer-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    z-index: 9;
    padding: 12px 0;
    width: 100%; }

.page-layout .content.text-content-in {
  width: 71%;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center; }

.page-layout .content.img-content-in .img-left {
  min-height: 80%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left; }
  .page-layout .content.img-content-in .img-left.integrate-img-one, .page-layout .content.img-content-in .img-left.integrate-img-three {
    box-shadow: none;
    background-size: auto;
    background-color: transparent;
    border-radius: 0; }

.page-layout .content.img-content-in .img-right {
  min-height: 80%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center right; }
  .page-layout .content.img-content-in .img-right.integrate-img-two, .page-layout .content.img-content-in .img-right.integrate-img-four {
    box-shadow: none;
    background-size: auto;
    background-color: transparent;
    border-radius: 0;
    background-position: right; }

.page-layout .section.section-three {
  min-height: 480px; }
  .page-layout .section.section-three:nth-child(even) .img-content-in {
    padding-right: calc(100% - 90%);
    -ms-flex-align: center;
        align-items: center;
    display: -ms-inline-grid;
    display: inline-grid;
    display: -ms-inline-flexbox; }
  .page-layout .section.section-three:nth-child(odd) .img-content-in {
    padding-left: calc(100% - 90%);
    -ms-flex-align: center;
        align-items: center;
    display: -ms-inline-grid;
    display: inline-grid;
    display: -ms-inline-flexbox; }

.page-layout .section.section-one .left-content .content-page-title {
  padding-top: 2em; }

.montserrat-bold, .content-page-title, .content-page-title.wel-page-title, .request-demo-btn .btn-demo-req, .our-solution .content-page-title.content-page-center-title, .os-list-title, .data-value-list .value, .support-list .support-title, .support-list .btn-careers, .landing-page .content-page-title.content-page-center-title {
  font-family: 'montserrat-bold', sans-serif; }

.welcome-page {
  height: auto; }
  .welcome-page .left-content {
    width: 100%; }
    .welcome-page .left-content .content-page-info {
      font-size: 20px;
      font-family: opensansregular,Helvetica, Arial, sans-serif; }

.our-solution {
  background-color: #fdfad5;
  padding-bottom: 8em; }
  .our-solution .content-page-info.content-page-center-info {
    text-align: center; }

.our-solution-info-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.os-list {
  color: #253858;
  width: 30%;
  padding: 25px 0; }
  .os-list-title {
    font-size: 24px; }
    .os-list-title::before {
      content: '';
      background: url() center no-repeat;
      padding: 5px 20px 5px 10px;
      background-size: 20px;
      background-position: center left; }
  .os-list-title-info {
    font-size: 12px;
    padding: 15px 0 10px 0;
    font-weight: bolder;
    font-family: opensansbold,Helvetica, Arial, sans-serif; }
  .os-list-data {
    font-size: 16px;
    color: #081e42;
    padding: 10px 0;
    font-family: opensansregular,Helvetica, Arial, sans-serif; }
  .os-list .learn-more {
    color: #0087fc;
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-family: opensansregular,Helvetica, Arial, sans-serif; }
    .os-list .learn-more::after {
      content: '';
      background: url() center no-repeat;
      width: 10px;
      height: 10px;
      background-position: center 2px;
      margin-left: 4px; }

.data-value-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 5rem 0 10rem 0; }
  .data-value-list .data-in {
    width: 25%;
    text-align: center;
    padding: 20px 10px; }
  .data-value-list .value {
    font-size: 24px;
    padding: 5px 0; }
  .data-value-list .data-title {
    font-size: 21px; }

.data-icon {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .data-icon .img {
    border-radius: 50%;
    height: 150px;
    width: 150px; }
    .data-icon .img.publication {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -53.000000)' fill='%23C3C3C3'%3e %3cg id='Layers---simple-line-icons' transform='translate(15.000000%2c 53.000000)'%3e %3cpath d='M0.30078125%2c5.00390625 C0.227864219%2c4.96744773 0.170898643%2c4.91276078 0.129882812%2c4.83984375 C0.0888669824%2c4.76692672 0.068359375%2c4.68945354 0.068359375%2c4.60742188 C0.068359375%2c4.52539021 0.0911456055%2c4.45019565 0.13671875%2c4.38183594 C0.182291895%2c4.31347622 0.241536094%2c4.26106789 0.314453125%2c4.22460938 L6.87695312%2c0.9296875 C6.94075553%2c0.893228984 7.0068356%2c0.875 7.07519531%2c0.875 C7.14355503%2c0.875 7.2096351%2c0.893228984 7.2734375%2c0.9296875 L13.7675781%2c4.22460938 C13.8404952%2c4.26106789 13.8974607%2c4.31347622 13.9384766%2c4.38183594 C13.9794924%2c4.45019565 14%2c4.52539021 14%2c4.60742188 C14%2c4.68945354 13.9794924%2c4.76692672 13.9384766%2c4.83984375 C13.8974607%2c4.91276078 13.8450524%2c4.96744773 13.78125%2c5.00390625 L7.20507813%2c8.54492188 C7.17773424%2c8.56315113 7.14583352%2c8.57454425 7.109375%2c8.57910156 C7.07291648%2c8.58365888 7.03645852%2c8.5859375 7%2c8.5859375 C6.96354148%2c8.5859375 6.92936214%2c8.58138025 6.89746094%2c8.57226562 C6.86555974%2c8.563151 6.83138039%2c8.5540365 6.79492188%2c8.54492188 L0.30078125%2c5.00390625 Z M7.06835938%2c1.8046875 L1.44921875%2c4.63476562 L7%2c7.65625 L12.6191406%2c4.63476562 L7.06835938%2c1.8046875 Z M13.6855469%2c7.4375 C13.7584639%2c7.47395852 13.8177081%2c7.52864547 13.8632812%2c7.6015625 C13.9088544%2c7.67447953 13.9316406%2c7.74739547 13.9316406%2c7.8203125 C13.9316406%2c7.90234416 13.911133%2c7.97981734 13.8701172%2c8.05273438 C13.8291014%2c8.12565141 13.7721358%2c8.18033836 13.6992188%2c8.21679688 L7.13671875%2c11.7578125 C7.10026023%2c11.7760418 7.06608089%2c11.7897135 7.03417969%2c11.7988281 C7.00227849%2c11.8079428 6.96809914%2c11.8125 6.93164062%2c11.8125 C6.89518211%2c11.8125 6.85872414%2c11.8079428 6.82226562%2c11.7988281 C6.78580711%2c11.7897135 6.74934914%2c11.7760418 6.71289062%2c11.7578125 L0.21875%2c8.21679688 C0.154947598%2c8.18033836 0.102539268%2c8.12565141 0.0615234375%2c8.05273438 C0.0205076074%2c7.97981734 0%2c7.90234416 0%2c7.8203125 C0%2c7.73828084 0.0205076074%2c7.66308628 0.0615234375%2c7.59472656 C0.102539268%2c7.52636685 0.159504844%2c7.47395852 0.232421875%2c7.4375 L1.61328125%2c6.75390625 L2.54296875%2c7.25976562 L1.38085938%2c7.84765625 L6.93164062%2c10.8691406 L12.5507812%2c7.84765625 L11.4570312%2c7.28710938 L12.3867188%2c6.78125 L13.6855469%2c7.4375 Z M13.6855469%2c10.5 C13.7584639%2c10.5364585 13.8177081%2c10.5911455 13.8632812%2c10.6640625 C13.9088544%2c10.7369795 13.9316406%2c10.8098955 13.9316406%2c10.8828125 C13.9316406%2c10.9648442 13.911133%2c11.0423173 13.8701172%2c11.1152344 C13.8291014%2c11.1881514 13.7721358%2c11.2428384 13.6992188%2c11.2792969 L7.13671875%2c14.8203125 C7.10026023%2c14.8385418 7.06608089%2c14.8522135 7.03417969%2c14.8613281 C7.00227849%2c14.8704428 6.96809914%2c14.875 6.93164062%2c14.875 C6.89518211%2c14.875 6.85872414%2c14.8704428 6.82226562%2c14.8613281 C6.78580711%2c14.8522135 6.74934914%2c14.8385418 6.71289062%2c14.8203125 L0.21875%2c11.2792969 C0.154947598%2c11.2428384 0.102539268%2c11.1881514 0.0615234375%2c11.1152344 C0.0205076074%2c11.0423173 0%2c10.9648442 0%2c10.8828125 C0%2c10.8007808 0.0205076074%2c10.7255863 0.0615234375%2c10.6572266 C0.102539268%2c10.5888668 0.159504844%2c10.5364585 0.232421875%2c10.5 L1.53125%2c9.91210938 L2.4609375%2c10.4179688 L1.38085938%2c10.9101562 L6.93164062%2c13.9316406 L12.5507812%2c10.9101562 L11.5253906%2c10.4042969 L12.4550781%2c9.8984375 L13.6855469%2c10.5 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      background-color: #fdfad5;
      background-size: 50px; }
    .data-icon .img.clinical-trials {
      background: url() center no-repeat;
      background-color: #fdfad5;
      background-size: 50px; }
    .data-icon .img.congresses {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-75.000000%2c -53.000000)' fill='%239B9B9B'%3e %3cg id='Congresses_Inactive' transform='translate(75.000000%2c 53.000000)'%3e %3cpath d='M10.1992188%2c12.2910156 L10.5683594%2c12.4960938 C10.8144544%2c12.6328132 10.9375%2c12.8105458 10.9375%2c13.0292969 L10.9375%2c14.1367188 C10.9375%2c14.3463552 10.8645841%2c14.5218092 10.71875%2c14.6630859 C10.5729159%2c14.8043627 10.3997406%2c14.875 10.1992188%2c14.875 L0.73828125%2c14.875 C0.537759414%2c14.875 0.364584063%2c14.8043627 0.21875%2c14.6630859 C0.0729159375%2c14.5218092 0%2c14.3463552 0%2c14.1367188 L0%2c13.0292969 C0%2c12.828775 0.123045645%2c12.6555997 0.369140625%2c12.5097656 L0.73828125%2c12.2910156 L3.56835938%2c10.7597656 C3.04882553%2c10.3496073 2.68880309%2c9.80273779 2.48828125%2c9.11914062 C2.28775941%2c8.43554346 2.1875%2c7.89323117 2.1875%2c7.4921875 L2.1875%2c5.64648438 C2.1875%2c5.33658699 2.28320217%2c5.02897288 2.47460938%2c4.72363281 C2.66601658%2c4.41829274 2.91666512%2c4.14257936 3.2265625%2c3.89648438 C3.53645988%2c3.65038939 3.88964646%2c3.44987057 4.28613281%2c3.29492188 C4.68261917%2c3.13997318 5.0813782%2c3.0625 5.48242188%2c3.0625 C5.89258018%2c3.0625 6.29361783%2c3.13997318 6.68554688%2c3.29492188 C7.07747592%2c3.44987057 7.42610524%2c3.65038939 7.73144531%2c3.89648438 C8.03678538%2c4.14257936 8.28287667%2c4.41829274 8.46972656%2c4.72363281 C8.65657646%2c5.02897288 8.75%2c5.33658699 8.75%2c5.64648438 L8.75%2c7.4921875 C8.75%2c7.93880432 8.6611337%2c8.49478834 8.48339844%2c9.16015625 C8.30566317%2c9.82552416 7.96159109%2c10.3632792 7.45117188%2c10.7734375 L10.1992188%2c12.2910156 Z M10.0625%2c14 L10.0625%2c13.2207031 C10.0351561%2c13.1933592 10.0032554%2c13.170573 9.96679688%2c13.1523438 L9.85742188%2c13.0976562 C9.84830725%2c13.0976562 9.83691413%2c13.093099 9.82324219%2c13.0839844 C9.80957024%2c13.0748697 9.79361988%2c13.0657553 9.77539062%2c13.0566406 L7.02734375%2c11.5390625 C6.89973895%2c11.4661455 6.79492229%2c11.3681647 6.71289062%2c11.2451172 C6.63085896%2c11.1220697 6.5852865%2c10.9876309 6.57617188%2c10.8417969 C6.55794262%2c10.6959628 6.57845022%2c10.5546882 6.63769531%2c10.4179688 C6.6969404%2c10.2812493 6.7858067%2c10.1673182 6.90429688%2c10.0761719 C7.27799666%2c9.78450375 7.53320244%2c9.36751573 7.66992188%2c8.82519531 C7.80664131%2c8.28287489 7.875%2c7.8385434 7.875%2c7.4921875 L7.875%2c5.64648438 C7.875%2c5.32747236 7.63574458%2c4.96289268 7.15722656%2c4.55273438 C6.67870854%2c4.14257607 6.1204459%2c3.9375 5.48242188%2c3.9375 C4.86262711%2c3.9375 4.30436446%2c4.14257607 3.80761719%2c4.55273438 C3.31086991%2c4.96289268 3.0625%2c5.32747236 3.0625%2c5.64648438 L3.0625%2c7.4921875 C3.0625%2c7.8385434 3.14453043%2c8.28287489 3.30859375%2c8.82519531 C3.47265707%2c9.36751573 3.74153459%2c9.78450375 4.11523438%2c10.0761719 C4.22460992%2c10.1673182 4.30891897%2c10.2812493 4.36816406%2c10.4179688 C4.42740915%2c10.5546882 4.44791676%2c10.6959628 4.4296875%2c10.8417969 C4.42057287%2c10.9876309 4.37500041%2c11.1220697 4.29296875%2c11.2451172 C4.21093709%2c11.3681647 4.10612043%2c11.4615882 3.97851562%2c11.5253906 L1.1484375%2c13.0703125 C1.13932287%2c13.0703125 1.13020838%2c13.0725911 1.12109375%2c13.0771484 C1.11197912%2c13.0817058 1.10286463%2c13.0885416 1.09375%2c13.0976562 C1.05729148%2c13.1067709 1.01855489%2c13.1249999 0.977539062%2c13.1523438 L0.875%2c13.2207031 L0.875%2c14 L10.0625%2c14 Z M13.2617188%2c10.1171875 C13.2617188%2c10.1171875 13.3847644%2c10.1855462 13.6308594%2c10.3222656 C13.8769544%2c10.4589851 14%2c10.6367177 14%2c10.8554688 L14%2c11.9492188 C14%2c12.1588552 13.9270841%2c12.3343092 13.78125%2c12.4755859 C13.6354159%2c12.6168627 13.4622406%2c12.6875 13.2617188%2c12.6875 L11.8125%2c12.6875 C11.7578122%2c12.4960928 11.7008467%2c12.3274747 11.6416016%2c12.1816406 C11.5823565%2c12.0358066 11.4889329%2c11.9127609 11.3613281%2c11.8125 L13.125%2c11.8125 L13.125%2c11.0332031 C13.0976561%2c11.0149739 13.0657554%2c10.9944663 13.0292969%2c10.9716797 C12.9928384%2c10.9488931 12.9563804%2c10.9329428 12.9199219%2c10.9238281 C12.9108072%2c10.9147135 12.8994141%2c10.9078776 12.8857422%2c10.9033203 C12.8720702%2c10.898763 12.8561199%2c10.8919271 12.8378906%2c10.8828125 L10.0488281%2c9.36523438 C9.92122332%2c9.29231734 9.81640666%2c9.19433655 9.734375%2c9.07128906 C9.65234334%2c8.94824157 9.60677088%2c8.81380281 9.59765625%2c8.66796875 C9.57942699%2c8.52213469 9.5999346%2c8.38086006 9.65917969%2c8.24414062 C9.71842478%2c8.10742119 9.80729107%2c7.99349004 9.92578125%2c7.90234375 C10.299481%2c7.601561 10.5615227%2c7.18001573 10.7119141%2c6.63769531 C10.8623054%2c6.09537489 10.9375%2c5.65560064 10.9375%2c5.31835938 L10.9375%2c3.47265625 C10.9375%2c3.14452961 10.6914087%2c2.77539268 10.1992188%2c2.36523438 C9.70702879%2c1.95507607 9.14193027%2c1.75 8.50390625%2c1.75 C8.19400887%2c1.75 7.89550925%2c1.80012971 7.60839844%2c1.90039062 C7.32128763%2c2.00065154 7.06380322%2c2.13736893 6.8359375%2c2.31054688 C6.66275955%2c2.2558591 6.48046971%2c2.22395838 6.2890625%2c2.21484375 C6.09765529%2c2.20572912 5.9108082%2c2.19661463 5.72851562%2c2.1875 C6.04752764%2c1.81380021 6.45767979%2c1.49935023 6.95898438%2c1.24414062 C7.46028896%2c0.988931016 7.97525777%2c0.861328125 8.50390625%2c0.861328125 C8.91406455%2c0.861328125 9.31738083%2c0.941079932 9.71386719%2c1.10058594 C10.1103535%2c1.26009194 10.4635401%2c1.46288939 10.7734375%2c1.70898438 C11.0833349%2c1.95507936 11.3339834%2c2.23307137 11.5253906%2c2.54296875 C11.7167978%2c2.85286613 11.8125%2c3.16275887 11.8125%2c3.47265625 L11.8125%2c5.31835938 C11.8125%2c5.75586156 11.7167978%2c6.30956696 11.5253906%2c6.97949219 C11.3339834%2c7.64941741 10.9830755%2c8.18489383 10.4726562%2c8.5859375 L13.2617188%2c10.1171875 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      background-color: #fdfad5;
      background-size: 50px; }
    .data-icon .img.guidelines {
      background: url() center no-repeat;
      background-color: #fdfad5;
      background-size: 50px; }
    .data-icon .img.theses {
      background: url() center no-repeat;
      background-color: #fdfad5;
      background-size: 50px; }
    .data-icon .img.patents {
      background: url() center no-repeat;
      background-color: #fdfad5;
      background-size: 50px; }
    .data-icon .img.grants {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3e %3c!-- Generator: Sketch 51.2 (57519) - http://www.bohemiancoding.com/sketch --%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs/%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.600000024'%3e %3cg id='iPlexus_icons_curved_final_6sep_2018' transform='translate(-15.000000%2c -110.000000)' fill='%239B9B9B'%3e %3cg id='Grants_Inactive' transform='translate(15.000000%2c 110.000000)'%3e %3cpath d='M9.296875%2c2.17382812 C9.84375273%2c2.17382812 10.3518857%2c2.10546943 10.8212891%2c1.96875 C11.2906925%2c1.83203057 11.6962874%2c1.68164145 12.0380859%2c1.51757812 C12.3798845%2c1.3535148 12.6464834%2c1.20312568 12.8378906%2c1.06640625 L13.125%2c0.861328125 L13.125%2c8.29882812 L12.8515625%2c8.50390625 C12.6692699%2c8.64062568 12.4140641%2c8.7910148 12.0859375%2c8.95507812 C11.7578109%2c9.11914145 11.3658877%2c9.26953057 10.9101562%2c9.40625 C10.4544248%2c9.54296943 9.95312773%2c9.61132812 9.40625%2c9.61132812 C8.85937227%2c9.61132812 8.38086143%2c9.54296943 7.97070312%2c9.40625 C7.56054482%2c9.26953057 7.15039268%2c9.11914145 6.74023438%2c8.95507812 C6.33007607%2c8.7910148 5.88574458%2c8.64062568 5.40722656%2c8.50390625 C4.92870854%2c8.36718682 4.34310242%2c8.29882812 3.65039062%2c8.29882812 C3.24934695%2c8.29882812 2.88932451%2c8.3557937 2.5703125%2c8.46972656 C2.25130049%2c8.58365942 1.97786572%2c8.71809818 1.75%2c8.87304688 L1.75%2c14.4511719 C1.75%2c14.5696621 1.70670616%2c14.6722001 1.62011719%2c14.7587891 C1.53352821%2c14.845378 1.43099018%2c14.8886719 1.3125%2c14.8886719 C1.19400982%2c14.8886719 1.09147179%2c14.845378 1.00488281%2c14.7587891 C0.918293838%2c14.6722001 0.875%2c14.5696621 0.875%2c14.4511719 L0.875%2c2.21484375 L1.64746094%2c1.53808594 C2.16243747%2c1.08691181 2.86653199%2c0.861328125 3.75976562%2c0.861328125 C4.45247742%2c0.861328125 5.02669043%2c0.929686816 5.48242188%2c1.06640625 C5.93815332%2c1.20312568 6.35741996%2c1.3535148 6.74023438%2c1.51757812 C7.12304879%2c1.68164145 7.50813608%2c1.83203057 7.89550781%2c1.96875 C8.28287954%2c2.10546943 8.74999727%2c2.17382812 9.296875%2c2.17382812 Z M12.25%2c7.86132812 L12.25%2c2.37890625 C11.8671856%2c2.5520842 11.4251327%2c2.70703057 10.9238281%2c2.84375 C10.4225235%2c2.98046943 9.88021125%2c3.04882812 9.296875%2c3.04882812 C8.69530949%2c3.04882812 8.18034068%2c2.97819081 7.75195312%2c2.83691406 C7.32356557%2c2.69563731 6.91797066%2c2.54296957 6.53515625%2c2.37890625 C6.15234184%2c2.21484293 5.7535828%2c2.06673243 5.33886719%2c1.93457031 C4.92415157%2c1.80240819 4.39778965%2c1.73632812 3.75976562%2c1.73632812 C3.27669029%2c1.73632812 2.8619809%2c1.83886616 2.515625%2c2.04394531 C2.1692691%2c2.24902446 1.91406332%2c2.42447844 1.75%2c2.5703125 L1.75%2c7.86132812 C2.00520961%2c7.74283795 2.29231611%2c7.64029991 2.61132812%2c7.55371094 C2.93034014%2c7.46712196 3.27669084%2c7.42382812 3.65039062%2c7.42382812 C4.4615926%2c7.42382812 5.14517951%2c7.50813718 5.70117188%2c7.67675781 C6.25716424%2c7.84537845 6.76301855%2c8.02083242 7.21875%2c8.203125 C7.59244979%2c8.35807369 7.94335773%2c8.48567658 8.27148438%2c8.5859375 C8.59961102%2c8.68619842 8.97786244%2c8.73632812 9.40625%2c8.73632812 C10.0533887%2c8.73632812 10.6276017%2c8.62923284 11.1289062%2c8.41503906 C11.6302108%2c8.20084528 12.003905%2c8.01627682 12.25%2c7.86132812 Z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e") center no-repeat;
      background-color: #fdfad5;
      background-size: 50px; }
    .data-icon .img.authors {
      background: url() center no-repeat;
      background-color: #fdfad5;
      background-size: 50px; }

.support-list {
  background-color: #1f1f1f;
  padding: 3.5em 8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 200px; }
  .support-list .support-title {
    font-size: 16px;
    color: white;
    padding-bottom: 15px; }
  .support-list .office-country {
    color: #ffc100;
    font-family: opensansmedium,Helvetica, Arial, sans-serif;
    padding-bottom: 8px;
    font-size: 16px; }
  .support-list .btn-careers {
    display: block;
    padding: 12px 28px;
    border-radius: 40px;
    font-size: 16px;
    text-transform: none;
    border: 1px solid #ffc100;
    color: #ffc100;
    margin-top: 6px; }
    .support-list .btn-careers:hover {
      background-color: #ffc100;
      color: #1f1f1f; }
  .support-list .media-links {
    margin-top: 6px;
    min-width: 200px; }
    .support-list .media-links .follow-us {
      padding-bottom: 30px; }
    .support-list .media-links .email-link {
      font-size: 16px;
      color: #ffc100; }
      .support-list .media-links .email-link:hover {
        opacity: 0.9; }
    .support-list .media-links .write-us .support-title {
      padding-bottom: 5px; }
  .support-list .social-link .icon {
    padding: 15px;
    border-radius: 50%;
    margin: 0 12px;
    border: 1px solid #ffc100; }
    .support-list .social-link .icon:first-child {
      margin-left: 0; }
    .support-list .social-link .icon:last-child {
      margin-right: 0; }
    .support-list .social-link .icon.linkdin {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.85 14.025'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %23ffc100%3b %7d %3c/style%3e %3c/defs%3e %3cpath id='Path_6' data-name='Path 6' class='cls-1' d='M14.85%2c8.6v5.427H11.667V8.962c0-1.272-.459-2.14-1.613-2.14A1.74%2c1.74%2c0%2c0%2c0%2c8.421%2c7.973a2.107%2c2.107%2c0%2c0%2c0-.105.766v5.285H5.131s.043-8.576%2c0-9.464H8.316V5.9c-.006.01-.015.021-.021.031h.021V5.9a3.167%2c3.167%2c0%2c0%2c1%2c2.869-1.564c2.095%2c0%2c3.664%2c1.353%2c3.664%2c4.259ZM1.8%2c0A1.641%2c1.641%2c0%2c1%2c0%2c1.76%2c3.27h.02A1.642%2c1.642%2c0%2c1%2c0%2c1.8%2c0ZM.189%2c14.025H3.372V4.561H.189Zm0%2c0'/%3e %3c/svg%3e") center no-repeat;
      background-size: 15px; }
      .support-list .social-link .icon.linkdin:hover {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.85 14.025'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %231f1f1f%3b %7d %3c/style%3e %3c/defs%3e %3cpath id='Path_6' data-name='Path 6' class='cls-1' d='M14.85%2c8.6v5.427H11.667V8.962c0-1.272-.459-2.14-1.613-2.14A1.74%2c1.74%2c0%2c0%2c0%2c8.421%2c7.973a2.107%2c2.107%2c0%2c0%2c0-.105.766v5.285H5.131s.043-8.576%2c0-9.464H8.316V5.9c-.006.01-.015.021-.021.031h.021V5.9a3.167%2c3.167%2c0%2c0%2c1%2c2.869-1.564c2.095%2c0%2c3.664%2c1.353%2c3.664%2c4.259ZM1.8%2c0A1.641%2c1.641%2c0%2c1%2c0%2c1.76%2c3.27h.02A1.642%2c1.642%2c0%2c1%2c0%2c1.8%2c0ZM.189%2c14.025H3.372V4.561H.189Zm0%2c0'/%3e %3c/svg%3e") center no-repeat;
        background-color: #ffc100;
        background-size: 15px; }
    .support-list .social-link .icon.pint {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.853 18.15'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %23ffc100%3b %7d %3c/style%3e %3c/defs%3e %3cpath id='Path_3' data-name='Path 3' class='cls-1' d='M8.667%2c13.165A5.32%2c5.32%2c0%2c0%2c1%2c6.106%2c12C5.6%2c14.5%2c4.992%2c16.9%2c3.178%2c18.15%2c2.619%2c14.373%2c4%2c11.536%2c4.642%2c8.527%2c3.549%2c6.775%2c4.773%2c3.251%2c7.081%2c4.12c2.839%2c1.068-2.46%2c6.51%2c1.1%2c7.189%2c3.713.71%2c5.229-6.125%2c2.926-8.349C7.778-.25%2c1.42%2c2.887%2c2.2%2c7.482c.19%2c1.123%2c1.412%2c1.464.487%2c3.015C.561%2c10.048-.075%2c8.451.007%2c6.323.139%2c2.839%2c3.3.4%2c6.471.061c4.012-.426%2c7.776%2c1.4%2c8.295%2c4.986.585%2c4.048-1.81%2c8.432-6.1%2c8.117Zm0%2c0'/%3e %3c/svg%3e") center no-repeat;
      background-size: 15px; }
      .support-list .social-link .icon.pint:hover {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.853 18.15'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %231f1f1f%3b %7d %3c/style%3e %3c/defs%3e %3cpath id='Path_3' data-name='Path 3' class='cls-1' d='M8.667%2c13.165A5.32%2c5.32%2c0%2c0%2c1%2c6.106%2c12C5.6%2c14.5%2c4.992%2c16.9%2c3.178%2c18.15%2c2.619%2c14.373%2c4%2c11.536%2c4.642%2c8.527%2c3.549%2c6.775%2c4.773%2c3.251%2c7.081%2c4.12c2.839%2c1.068-2.46%2c6.51%2c1.1%2c7.189%2c3.713.71%2c5.229-6.125%2c2.926-8.349C7.778-.25%2c1.42%2c2.887%2c2.2%2c7.482c.19%2c1.123%2c1.412%2c1.464.487%2c3.015C.561%2c10.048-.075%2c8.451.007%2c6.323.139%2c2.839%2c3.3.4%2c6.471.061c4.012-.426%2c7.776%2c1.4%2c8.295%2c4.986.585%2c4.048-1.81%2c8.432-6.1%2c8.117Zm0%2c0'/%3e %3c/svg%3e") center no-repeat;
        background-color: #ffc100;
        background-size: 15px; }
    .support-list .social-link .icon.twitter {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.5 13.2'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %23ffc100%3b %7d %3c/style%3e %3c/defs%3e %3cpath id='Path_5' data-name='Path 5' class='cls-1' d='M16.5%2c1.563a6.848%2c6.848%2c0%2c0%2c1-1.944.524A3.361%2c3.361%2c0%2c0%2c0%2c16.045.244a6.87%2c6.87%2c0%2c0%2c1-2.15.808A3.406%2c3.406%2c0%2c0%2c0%2c11.424%2c0%2c3.359%2c3.359%2c0%2c0%2c0%2c8.039%2c3.332a3.281%2c3.281%2c0%2c0%2c0%2c.087.76A9.661%2c9.661%2c0%2c0%2c1%2c1.149.609%2c3.273%2c3.273%2c0%2c0%2c0%2c.69%2c2.285%2c3.319%2c3.319%2c0%2c0%2c0%2c2.2%2c5.059%2c3.408%2c3.408%2c0%2c0%2c1%2c.662%2c4.641v.043A3.348%2c3.348%2c0%2c0%2c0%2c3.378%2c7.951a3.434%2c3.434%2c0%2c0%2c1-1.529.058%2c3.384%2c3.384%2c0%2c0%2c0%2c3.163%2c2.314%2c6.858%2c6.858%2c0%2c0%2c1-4.2%2c1.426A6.843%2c6.843%2c0%2c0%2c1%2c0%2c11.7a9.69%2c9.69%2c0%2c0%2c0%2c5.188%2c1.5%2c9.647%2c9.647%2c0%2c0%2c0%2c6.079-2.068%2c9.6%2c9.6%2c0%2c0%2c0%2c3.553-7.414c0-.144%2c0-.288-.01-.431A6.813%2c6.813%2c0%2c0%2c0%2c16.5%2c1.563Zm0%2c0'/%3e %3c/svg%3e") center no-repeat;
      background-size: 15px; }
      .support-list .social-link .icon.twitter:hover {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.5 13.2'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %231f1f1f%3b %7d %3c/style%3e %3c/defs%3e %3cpath id='Path_5' data-name='Path 5' class='cls-1' d='M16.5%2c1.563a6.848%2c6.848%2c0%2c0%2c1-1.944.524A3.361%2c3.361%2c0%2c0%2c0%2c16.045.244a6.87%2c6.87%2c0%2c0%2c1-2.15.808A3.406%2c3.406%2c0%2c0%2c0%2c11.424%2c0%2c3.359%2c3.359%2c0%2c0%2c0%2c8.039%2c3.332a3.281%2c3.281%2c0%2c0%2c0%2c.087.76A9.661%2c9.661%2c0%2c0%2c1%2c1.149.609%2c3.273%2c3.273%2c0%2c0%2c0%2c.69%2c2.285%2c3.319%2c3.319%2c0%2c0%2c0%2c2.2%2c5.059%2c3.408%2c3.408%2c0%2c0%2c1%2c.662%2c4.641v.043A3.348%2c3.348%2c0%2c0%2c0%2c3.378%2c7.951a3.434%2c3.434%2c0%2c0%2c1-1.529.058%2c3.384%2c3.384%2c0%2c0%2c0%2c3.163%2c2.314%2c6.858%2c6.858%2c0%2c0%2c1-4.2%2c1.426A6.843%2c6.843%2c0%2c0%2c1%2c0%2c11.7a9.69%2c9.69%2c0%2c0%2c0%2c5.188%2c1.5%2c9.647%2c9.647%2c0%2c0%2c0%2c6.079-2.068%2c9.6%2c9.6%2c0%2c0%2c0%2c3.553-7.414c0-.144%2c0-.288-.01-.431A6.813%2c6.813%2c0%2c0%2c0%2c16.5%2c1.563Zm0%2c0'/%3e %3c/svg%3e") center no-repeat;
        background-color: #ffc100;
        background-size: 15px; }
    .support-list .social-link .icon.fb {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.25 18.15'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %23ffc100%3b %7d %3c/style%3e %3c/defs%3e %3cpath id='Path_4' data-name='Path 4' class='cls-1' d='M7.918%2c9.058H5.471V18.15H1.763V9.058H0v-3.2H1.763V3.794A3.506%2c3.506%2c0%2c0%2c1%2c5.5%2c0L8.25.012v3.1H6.258a.76.76%2c0%2c0%2c0-.787.871V5.866H8.243Zm0%2c0'/%3e %3c/svg%3e") center no-repeat;
      background-size: 7px; }
      .support-list .social-link .icon.fb:hover {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.25 18.15'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %231f1f1f%3b %7d %3c/style%3e %3c/defs%3e %3cpath id='Path_4' data-name='Path 4' class='cls-1' d='M7.918%2c9.058H5.471V18.15H1.763V9.058H0v-3.2H1.763V3.794A3.506%2c3.506%2c0%2c0%2c1%2c5.5%2c0L8.25.012v3.1H6.258a.76.76%2c0%2c0%2c0-.787.871V5.866H8.243Zm0%2c0'/%3e %3c/svg%3e") center no-repeat;
        background-color: #ffc100;
        background-size: 7px; }
  .support-list .offices a {
    color: #ffc100; }
    .support-list .offices a:hover {
      opacity: 0.8; }

.big-border {
  display: -ms-flexbox;
  display: flex;
  background-color: #ffc100;
  padding: 3px;
  width: 150px;
  margin: 30px auto; }

.our-data-ocean .content-page-info.content-page-center-info {
  width: 66%;
  font-family: opensansregular,Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 20px; }

.landing-page .page-container {
  padding: 1.4em 8em; }
  .landing-page .page-container .section .content.right-content {
    width: 95%;
    padding-top: 0;
    padding-left: 0; }
  .landing-page .page-container .section.section-one {
    padding: 3em 0em;
    background-color: transparent;
    height: auto; }

.landing-page .our-solution {
  background-color: #fdfad5;
  padding-bottom: 4em; }

.landing-page .our-solution-info-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.landing-page .content-page-info.content-page-center-info {
  text-align: center;
  width: 65%;
  font-family: opensansregular,Helvetica, Arial, sans-serif; }

.landing-page .content-page-title.content-page-center-title {
  font-size: 40px;
  text-align: center;
  color: #1f1f1f;
  padding-top: 1.4em; }

.left-content {
  width: 100%; }

.bld-text {
  font-family: opensansbold, sans-serif; }

.itl-text {
  font-family: opensansitalic, sans-serif;
  font-size: 16px;
  color: #a6a6a6;
  line-height: 4; }

.btn:hover {
  opacity: 1; }

.margin-top-20 {
  margin-top: 20px; }

.wel-footer-links {
  background-color: #f7f7f7;
  min-height: calc(100vh - 410px); }
  .wel-footer-links p {
    padding-bottom: 10px; }
  .wel-footer-links ul {
    padding-bottom: 10px; }
  .wel-footer-links ol {
    padding-top: 10px; }
    .wel-footer-links ol ul {
      padding: 10px 0; }
  .wel-footer-links .margin-top-10 {
    margin-top: 10px; }
  .wel-footer-links .profile-header-in {
    padding: 10px 0;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 15px;
    margin-top: 25px; }
  .wel-footer-links .block-formatting {
    padding: 10px 0; }
  .wel-footer-links .user-profile-container,
  .wel-footer-links .privacy-container {
    padding: 15px;
    background-color: #fff;
    margin-top: 0;
    border-radius: 10px;
    min-height: calc(100vh - 24vh); }
  .wel-footer-links .right-block {
    font-size: 16px; }
    .wel-footer-links .right-block .contact-subtitle {
      padding: 2px;
      display: inline-block;
      width: auto; }
    .wel-footer-links .right-block .strong {
      font-family: opensansbold,Helvetica, Arial, sans-serif; }
  .wel-footer-links .profile-header {
    padding: 10px 0;
    border-bottom: 2px solid #f1f1f1; }
  .wel-footer-links .contact-title {
    text-transform: uppercase;
    font-family: opensansbold,Helvetica, Arial, sans-serif; }
  .wel-footer-links .customer-support-container.customer-support-landing {
    margin: 10px 0; }
    .wel-footer-links .customer-support-container.customer-support-landing .customer-support-item {
      width: 22%;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin-bottom: 5px; }
      .wel-footer-links .customer-support-container.customer-support-landing .customer-support-item:last-child {
        border-bottom: none; }
      .wel-footer-links .customer-support-container.customer-support-landing .customer-support-item .flag-title {
        color: #1f1f1f; }
  .wel-footer-links .customer-support-container .contact-number {
    color: #1f1f1f; }
  .wel-footer-links h4 {
    margin-bottom: 8px; }

.reusable-modal.request-demo-modal {
  min-height: 570px; }

#faqframe {
  background-color: #f7f7f7;
  max-height: calc(100vh - 50px);
  margin-top: 0px;
  margin-bottom: -45px; }

.top-landing-head {
  position: relative;
  margin-bottom: calc(250px - 20px);
  padding-bottom: 190px;
  background-color: #f7f7f7; }
  .top-landing-head .section .content.right-content {
    width: 100%;
    padding-top: 8em;
    padding-left: 3em;
    position: relative; }
  .top-landing-head .section .content.left-content {
    min-height: 650px; }

.marketplace-page {
  min-height: calc(100vh - 94px); }

@media screen and (min-width: 1280px) and (min-height: 960px) {
  .page-container {
    zoom: 1.4; } }

.submitted-message p {
  font-size: 26px;
  font-weight: bold; }

.browser-support {
  min-height: calc(100vh - 141px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 50px 0;
  margin: 0 auto;
  width: calc(100% - 30%); }
  .browser-support .browser-support-container {
    text-align: center; }
    .browser-support .browser-support-container h1 {
      font-size: 36px;
      font-family: opensansbold, sans-serif; }
    .browser-support .browser-support-container-help-text {
      font-size: 18px;
      margin: 0 auto;
      padding-top: 40px;
      max-width: calc(100% - 30%);
      font-family: opensansregular,Helvetica, Arial, sans-serif; }
    .browser-support .browser-support-container-help-sub-text {
      font-size: 14px;
      padding: 10px 0 40px 0;
      opacity: 0.67; }
    .browser-support .browser-support-container-footer-text {
      padding: 40px 0;
      font-size: 14px;
      margin: 0 auto;
      font-family: opensanslight,Helvetica, Arial, sans-serif;
      max-width: 830px; }
    .browser-support .browser-support-container .chrome-logo {
      background: url(/landingImages/cromeicon.svg) no-repeat center;
      height: 200px;
      background-size: 140px; }

.link-for-chrome {
  color: #1f1f1f; }
  .link-for-chrome:hover {
    opacity: 0.9;
    color: #1f1f1f; }

.mapouter {
  position: relative;
  text-align: right;
  height: 300px; }

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px; }

.hospital-people-search-container, .company-drug-search {
  height: 44px;
  width: 450px;
  border: 1px solid #eaeaea;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .hospital-people-search-container .input-search, .company-drug-search .input-search {
    border: 0;
    padding: 10px;
    margin: 1px 0px 1px 1px;
    width: 410px;
    height: 40px; }
  .hospital-people-search-container .input-search-button, .company-drug-search .input-search-button {
    background: #0087fc;
    border: 0px;
    margin: 1px 1px 1px 0px;
    width: 40px;
    height: 40px;
    cursor: pointer; }

.company-drug-search {
  margin-bottom: 0px;
  width: 250px; }
  .company-drug-search .input-search {
    width: 210px; }

.error-no-data {
  padding: 20px; }
  .error-no-data .error-no-data .error-title {
    font-size: 2.2em;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrp {
  white-space: nowrap; }

.text-lower {
  text-transform: lowercase; }

.text-upper {
  text-transform: uppercase; }

.text-capz {
  text-transform: capitalize; }

.text-capz-first:first-letter {
  text-transform: capitalize; }

p.text-capz-first:first-letter {
  text-transform: capitalize; }

p.text-capz-first {
  display: inline-block; }

.text-tt-no {
  text-transform: none; }

.text-elips, .content-gray-background .table th, .tab-page-section .tab-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.text-wrap {
  word-wrap: break-word; }

.clearfix::after {
  display: table;
  content: '';
  clear: both; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.disp-flex, .nav, .no-data, .vcenter, .nav-link, .switch-wrap, .hcenter, .center, .has-space-btwn, .valign {
  display: -ms-flexbox;
  display: flex; }

.align-center, .no-data, .vcenter, .nav-link, .switch-wrap, .center, .valign {
  -ms-flex-align: center;
      align-items: center; }

.vcenter, .nav-link, .switch-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.hcenter {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.center {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.has-space-btwn {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.valign {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.height-full {
  height: 100%; }

.width-full {
  width: 100%; }

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.brand-br, .hook-cont, .search-result .result-container .results .loader, .search-result .filter-container-main, .list-item-type, .card.has-bg, .view-search .input-container input, .filter-section .reusable-dropdown-box-default, .category-filters, .user-item .simple-dropdown-options,
.language-item .simple-dropdown-options, .profile-view .profile-details, .delete-btn, .left-container, .right-container, .content-gray-background, .content-gray-background .text-top-box, .content-gray-background .reusable-dropdown, .content-gray-background .reusable-dropdown .reusable-dropdown-box-default, .content-gray-background .reusable-dropdown .reusable-dropdown-box, .key-research-areas-list .key-research-area-item, .tag, .pagination .active, .cookie-notification-button {
  border-radius: 5px; }

.hand {
  cursor: pointer; }

.relative {
  position: relative; }

.overflow {
  overflow: auto; }

.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.padding-small-bottom {
  padding-bottom: 10px; }

.padding-medium-bottom {
  padding-bottom: 10px; }

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

.padding-small-left {
  padding-left: 5px; }

.padding-medium-left {
  padding-left: 10px; }

.padding-lg-left {
  padding-left: 15px; }

.padding-small-right {
  padding-right: 5px; }

.padding-medium-right {
  padding-right: 10px; }

.padding-lg-right {
  padding-right: 15px; }

.padding-small-top {
  padding-top: 5px; }

.padding-medium-top {
  padding-top: 10px; }

.padding-lg-top {
  padding-top: 15px; }

.margin-small-left {
  margin-left: 5px; }

.margin-small-top {
  margin-top: 5px; }

.margin-small-bottom {
  margin-bottom: 5px; }

.margin-medium-left {
  margin-left: 10px; }

.margin-medium-top {
  margin-top: 10px; }

.margin-medium-bottom {
  margin-bottom: 10px; }

.margin-lg-left {
  margin-left: 15px; }

.margin-lg-top {
  margin-top: 15px; }

.margin-lg-bottom {
  margin-bottom: 15px; }

.padding-medium {
  padding: 10px; }

.padding-small {
  padding: 5px; }

.padding-lg {
  padding: 15px; }

.bold {
  font-weight: bold; }

.bg-white {
  background: #ffffff; }

.required-red {
  position: relative;
  color: #f71313;
  font-size: 18px; }

.not-allow {
  cursor: not-allowed;
  opacity: 0.5; }

.text-link {
  color: #0087fc !important; }

.text-italic {
  font-style: italic; }

.text-word-break {
  word-break: break-word; }

.border-bottom {
  border-bottom: 1px solid #EAEAEA; }

.border-top {
  border-top: 1px solid #EAEAEA; }

.border-left {
  border-left: 1px solid #EAEAEA; }

.border-right {
  border-right: 1px solid #EAEAEA; }

.border {
  border: 1px solid #EAEAEA; }

.f-16 {
  font-size: 16px; }

.f-15 {
  font-size: 15px; }

.f-14 {
  font-size: 14px; }

.f-13 {
  font-size: 13px; }

.no-zindex {
  z-index: 0; }

.break-word {
  word-break: break-all; }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

.world-map-container {
  overflow-y: auto; }

.abstract-accordion-header {
  padding: 10px 10px;
  background: #f5f6fa;
  border: 1px solid #EAEAEA;
  font-weight: bold;
  cursor: pointer;
  color: #4a4a4a;
  position: relative; }
  .abstract-accordion-header:before {
    color: #0087fc;
    top: 34% !important; }
  .abstract-accordion-header.active {
    color: #4a4a4a; }
    .abstract-accordion-header.active:before {
      color: #0087fc;
      top: 45% !important; }

.abstract-accordion-body {
  padding: 10px;
  background: #f5f6fa;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA; }
  .abstract-accordion-body .card-details {
    padding: 0px 10px 0 0;
    width: calc(100% - 120px); }
    .abstract-accordion-body .card-details .card-text {
      padding: 5px 0 0; }
  .abstract-accordion-body .card.has-bg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .abstract-accordion-body .card-title {
    font-family: inherit; }

.footer {
  background: #ffffff;
  width: 100%;
  padding: 0;
  position: relative;
  top: -1px; }
  .footer.footer-without-login {
    padding: 0 8em; }
  .footer.landing-footer {
    position: relative;
    padding: 8px 0; }
  .footer .divider {
    margin: 0px 10px 0px 2px;
    height: 12px; }

/*# sourceMappingURL=app.fd1d.css.map*/