body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
html, body {
  height: 100%;
}
nav{
  flex-shrink:0;
  /*min-height: 64px;*/
  z-index: 100;
}
main {
  flex: 1 0 auto;
  /*padding: 2em 0;*/
}
.brand-logo img{
  /*width: 120px;*/
  /*width: 175px;*/
  height: 30px;
  margin: 0.5em;
}
.mobile-brand-logo{
  height: 30px;
  margin: 2em auto;
}
.check {
  margin: 2em 0;
}
.check > label > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.check > label > span:nth-child(3){
  font-size: 1.25em;
}
.range-label{
  font-size: 1.125em;
  padding: 0!important;
}
.range-prompt{
  font-size: 1.3em;
}
.range-row{
  margin-top: 2em;
  margin-bottom: 2em;
}
.thumb.active{
  display: none;
}
.rather-image{
  width: 80px;
  /*-webkit-filter: grayscale(50%);*/
  /*filter: grayscale(50%);*/
  /*opacity: 0.6;*/
}

.industry{
  border-radius: 0;
}

.alert{
  margin: 2em 0;
}
.alert .card-content span {
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 4px;
}
.alert .card-content > p > .material-icons {
	font-size: 1.5em;
	position: relative;
	top: 5px;
	margin-right: 0.5em;
}
.alert .card-content a{
  margin-top: -0.3em;
}
.section-header{
  font-variant: small-caps;
  color: gray;
  font-size: 1.25em;
  margin-top: 2em;
  font-weight: 300;
}
.expert-name{
  font-size: 1.3em;
}
.interest-image{
  width: 60%;
  margin: 0 auto;
}
.interest-deselect{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.micro{
  font-size: 0.3em;
}
.small-text{
  color: rgba(0,0,0,0.54);
  font-size: 12px;
}
.mini-text{
  font-size: 11px;
  font-weight: 300;
}
.very-mini-text{
  font-size: 9px;
  line-height: 11px;
}
.light-text{
  font-weight: 300!important;
}
.light-text p{
  font-weight: 300!important; 
}
p.light-text{
  font-size: 1.15em;
}
.blur{
  filter: blur(0.1rem);
}

/* RANGE INPUT */
/* from: https://www.cssportal.com/style-input-range/ */
input[type=range] {
  height: 26px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #E2E2E2;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #2196f3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #E2E2E2;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #E2E2E2;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #2196f3;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #E2E2E2;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #E2E2E2;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #2196f3;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #E2E2E2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #E2E2E2;
}

.dropdown-content{
  width: max-content !important;
  height:auto !important;
  top: -4em;
}
#social-dropdown{
  top: -0.75em;
}
.social-button{
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  opacity: 0.65;
}
.social-button:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.simpleMap{
  background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="70 30 500 410" style="background-color: %23F9F9F9;"><style type="text/css">%23red, %23blue, %23yellow, %23green, %23navy {stroke-dasharray: 20 500; stroke-linecap: round; stroke-dashoffset: 520; animation: thisAnimation 6s linear forwards infinite;} @keyframes thisAnimation {to {stroke-dashoffset: 0;}}</style><g id="grayscale_paths"><path fill="none" stroke="%23C9C9C9" stroke-width="4.252" stroke-miterlimit="10" d="M189.242,397.159v-90.992 c0-5.871,4.759-10.629,10.63-10.629H444.36c5.871,0,10.63-4.76,10.63-10.631V133.962c0-5.871,4.759-10.63,10.629-10.63h63.78 c5.871,0,10.631,4.759,10.631,10.63l-0.001,127.56"/><path fill="none" stroke="%23E5E5E5" stroke-width="4.252" stroke-miterlimit="10" d="M242.393,74.435H444.36 c5.871,0,10.631,4.759,10.631,10.63l-0.001,19.134c0,5.871,4.759,10.63,10.629,10.63h68.031c5.871,0,10.631,4.759,10.631,10.63 v136.063"/><path fill="none" stroke="%23E8E8E8" stroke-width="4.252" stroke-miterlimit="10" d="M382.707,437.979V276.403 c0-5.871-4.759-10.63-10.63-10.63h-59.528c-5.871,0-10.63-4.759-10.63-10.63v-38.269c0-5.871-4.759-10.63-10.63-10.63H165.856"/><path fill="none" stroke="%23BABABA" stroke-width="4.252" stroke-miterlimit="10" d="M197.746,380.575h148.819 c5.871,0,10.63-4.76,10.63-10.63V242.388c0-5.871-4.759-10.631-10.63-10.631h-25.512c-5.871,0-10.63-4.759-10.63-10.63v-10.479 c0-2.936,1.19-5.593,3.114-7.517L492.013,24.656"/><path fill="none" stroke="%23A0A0A0" stroke-width="4.252" stroke-miterlimit="10" d="M197.746,372.073l85.039-0.002 c5.871,0,10.63-4.759,10.63-10.63V93.568c0-5.871-4.759-10.63-10.63-10.63H174.511c-2.935,0-5.593,1.19-7.516,3.113l-101.94,101.94 "/></g><g id="colored_paths"><g> <path fill="none" stroke="%230093D0" stroke-width="4.252" stroke-miterlimit="10" d="M189.242,397.159v-90.992 c0-5.871,4.759-10.629,10.63-10.629h244.487c5.871,0,10.631-4.76,10.631-10.631V133.962c0-5.871,4.758-10.63,10.629-10.63h63.779 c5.871,0,10.631,4.759,10.631,10.63v127.558" id="blue" /> <path fill="none" stroke="%23FDB913" stroke-width="4.252" stroke-miterlimit="10" d="M242.393,74.436h201.967 c5.871,0,10.631,4.759,10.631,10.63v19.134c0,5.871,4.758,10.63,10.629,10.63h68.031c5.871,0,10.631,4.759,10.631,10.63v136.063" id="yellow" /> <path fill="none" stroke="%23EE3124" stroke-width="4.252" stroke-miterlimit="10" d="M382.707,437.978V276.403 c0-5.871-4.76-10.631-10.631-10.631h-59.527c-5.871,0-10.63-4.758-10.63-10.629v-38.268c0-5.871-4.759-10.63-10.63-10.63H165.856" id="red" /> <path fill="none" stroke="%2300853F" stroke-width="4.252" stroke-miterlimit="10" d="M197.746,380.575h148.818 c5.871,0,10.631-4.76,10.631-10.631V242.388c0-5.871-4.76-10.631-10.631-10.631h-25.51c-5.872,0-10.631-4.758-10.631-10.629 v-10.479c0-2.936,1.19-5.593,3.114-7.517L492.012,24.656" id="green" /> <path fill="none" stroke="%230069AA" stroke-width="4.252" stroke-miterlimit="10" d="M197.746,372.073l85.039-0.002 c5.871,0,10.63-4.76,10.63-10.631V93.568c0-5.871-4.759-10.63-10.63-10.63H174.511c-2.935,0-5.593,1.19-7.516,3.113 l-101.94,101.94" id="navy" /></g></g></svg>');
  background-position: center;
  background-size: cover;
}

.pathDescription1 {
  margin: -1.18em 0 -1.17em 0.5em;
  border-left: 0.5em solid #3949ab;
  padding: 0.02em 1em 0.5em 1.75em;
}
.pathDescription2 {
  margin: -1.18em 0 -1.17em 0.5em;
  border-left: 0.5em solid #e53935;
  padding: 0.02em 1em 0.5em 1.75em;
}
.pathDescription3 {
  margin: -1.18em 0 -1.17em 0.5em;
  border-left: 0.5em solid #fb8c00;
  padding: 0.02em 1em 0.5em 1.75em;
}
.pathDescription4 {
  margin: -1.18em 0 -1.17em 0.5em;
  border-left: 0.5em solid #2e7d32;
  padding: 0.02em 1em 0.5em 1.75em;
}

.view-more-row, .view-more-card,
.view-more-row-l1, .view-more-card-l1,
.view-more-row-l2, .view-more-card-l2,
.view-more-row-l3, .view-more-card-l3,
.view-more-row-other, .view-more-card-other{
  display: none;
}

/* Class for when element is above threshold*/
.pin-top {
  position: relative;
}

/* Class for when element is below threshold*/
.pin-bottom {
  position: relative;
}

/* Class for when element is pinned*/
.pinned {
  position: fixed !important;
  background-color: #FAFAFA;
  z-index: 100;
}
.pinned h4{
  font-size: 1.8em;
}

.mapSVG{
  background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 30 600 410" style="background-color: %23F9F9F9;"><style type="text/css">%23red, %23blue, %23yellow, %23green, %23navy {stroke-dasharray: 20 500; stroke-linecap: round; stroke-dashoffset: 520; animation: thisAnimation 6s linear forwards infinite;} @keyframes thisAnimation {to {stroke-dashoffset: 0;}}</style><g id="grayscale_paths"><path fill="none" stroke="%23C9C9C9" stroke-width="4.252" stroke-miterlimit="10" d="M189.242,397.159v-90.992 c0-5.871,4.759-10.629,10.63-10.629H444.36c5.871,0,10.63-4.76,10.63-10.631V133.962c0-5.871,4.759-10.63,10.629-10.63h63.78 c5.871,0,10.631,4.759,10.631,10.63l-0.001,127.56"/><path fill="none" stroke="%23E5E5E5" stroke-width="4.252" stroke-miterlimit="10" d="M242.393,74.435H444.36 c5.871,0,10.631,4.759,10.631,10.63l-0.001,19.134c0,5.871,4.759,10.63,10.629,10.63h68.031c5.871,0,10.631,4.759,10.631,10.63 v136.063"/><path fill="none" stroke="%23E8E8E8" stroke-width="4.252" stroke-miterlimit="10" d="M382.707,437.979V276.403 c0-5.871-4.759-10.63-10.63-10.63h-59.528c-5.871,0-10.63-4.759-10.63-10.63v-38.269c0-5.871-4.759-10.63-10.63-10.63H165.856"/><path fill="none" stroke="%23BABABA" stroke-width="4.252" stroke-miterlimit="10" d="M197.746,380.575h148.819 c5.871,0,10.63-4.76,10.63-10.63V242.388c0-5.871-4.759-10.631-10.63-10.631h-25.512c-5.871,0-10.63-4.759-10.63-10.63v-10.479 c0-2.936,1.19-5.593,3.114-7.517L492.013,24.656"/><path fill="none" stroke="%23A0A0A0" stroke-width="4.252" stroke-miterlimit="10" d="M197.746,372.073l85.039-0.002 c5.871,0,10.63-4.759,10.63-10.63V93.568c0-5.871-4.759-10.63-10.63-10.63H174.511c-2.935,0-5.593,1.19-7.516,3.113l-101.94,101.94 "/></g><g id="colored_paths"><g> <path fill="none" stroke="%230093D0" stroke-width="4.252" stroke-miterlimit="10" d="M189.242,397.159v-90.992 c0-5.871,4.759-10.629,10.63-10.629h244.487c5.871,0,10.631-4.76,10.631-10.631V133.962c0-5.871,4.758-10.63,10.629-10.63h63.779 c5.871,0,10.631,4.759,10.631,10.63v127.558" id="blue" /> <path fill="none" stroke="%23FDB913" stroke-width="4.252" stroke-miterlimit="10" d="M242.393,74.436h201.967 c5.871,0,10.631,4.759,10.631,10.63v19.134c0,5.871,4.758,10.63,10.629,10.63h68.031c5.871,0,10.631,4.759,10.631,10.63v136.063" id="yellow" /> <path fill="none" stroke="%23EE3124" stroke-width="4.252" stroke-miterlimit="10" d="M382.707,437.978V276.403 c0-5.871-4.76-10.631-10.631-10.631h-59.527c-5.871,0-10.63-4.758-10.63-10.629v-38.268c0-5.871-4.759-10.63-10.63-10.63H165.856" id="red" /> <path fill="none" stroke="%2300853F" stroke-width="4.252" stroke-miterlimit="10" d="M197.746,380.575h148.818 c5.871,0,10.631-4.76,10.631-10.631V242.388c0-5.871-4.76-10.631-10.631-10.631h-25.51c-5.872,0-10.631-4.758-10.631-10.629 v-10.479c0-2.936,1.19-5.593,3.114-7.517L492.012,24.656" id="green" /> <path fill="none" stroke="%230069AA" stroke-width="4.252" stroke-miterlimit="10" d="M197.746,372.073l85.039-0.002 c5.871,0,10.63-4.76,10.63-10.631V93.568c0-5.871-4.759-10.63-10.63-10.63H174.511c-2.935,0-5.593,1.19-7.516,3.113 l-101.94,101.94" id="navy" /></g></g><g id="markers_and_text"><g> <path fill="%23FFFFFF" d="M433.702,77.599c-1.759,0-3.19-1.431-3.19-3.189c0-1.758,1.433-3.189,3.19-3.189s3.188,1.431,3.188,3.189 C436.891,76.168,435.46,77.599,433.702,77.599z"/> <g> <path fill="%23E5E5E5" d="M433.702,72.283c1.174,0,2.125,0.952,2.125,2.126c0,1.174-0.951,2.126-2.125,2.126  c-1.176,0-2.127-0.952-2.127-2.126C431.575,73.235,432.526,72.283,433.702,72.283 M433.702,70.157  c-2.345,0-4.253,1.907-4.253,4.252c0,2.345,1.908,4.252,4.253,4.252c2.344,0,4.251-1.908,4.251-4.252  C437.953,72.065,436.046,70.157,433.702,70.157L433.702,70.157z"/> </g></g><circle fill="%23FFFFFF" cx="382.677" cy="282.756" r="1.701"/><circle fill="%23FFFFFF" cx="382.677" cy="318.897" r="1.701"/><circle fill="%23FFFFFF" cx="382.678" cy="331.653" r="1.701"/><circle fill="%23FFFFFF" cx="382.677" cy="344.409" r="1.701"/><circle fill="%23FFFFFF" cx="382.677" cy="357.165" r="1.701"/><circle fill="%23FFFFFF" cx="357.165" cy="318.897" r="1.701"/><circle fill="%23FFFFFF" cx="357.166" cy="338.031" r="1.701"/><circle fill="%23FFFFFF" cx="357.165" cy="357.165" r="1.701"/><circle fill="%23FFFFFF" cx="189.213" cy="308.267" r="1.701"/><circle fill="%23FFFFFF" cx="382.677" cy="369.92" r="1.701"/><path fill="%23FFFFFF" d="M384.379,382.675c0,0.941-0.762,1.703-1.701,1.703s-1.701-0.762-1.701-1.703 c0-0.938,0.762-1.699,1.701-1.699S384.379,381.738,384.379,382.675z"/><path fill="%23FFFFFF" d="M384.379,395.431c0,0.941-0.762,1.703-1.701,1.703s-1.701-0.762-1.701-1.703 c0-0.938,0.762-1.698,1.701-1.698S384.379,394.494,384.379,395.431z"/><path fill="%23FFFFFF" d="M384.379,408.188c0,0.94-0.762,1.702-1.701,1.702s-1.701-0.762-1.701-1.702 c0-0.938,0.762-1.699,1.701-1.699S384.379,407.25,384.379,408.188z"/><path fill="%23FFFFFF" d="M384.379,420.943c0,0.94-0.762,1.703-1.701,1.703s-1.701-0.763-1.701-1.703 c0-0.938,0.762-1.699,1.701-1.699S384.379,420.005,384.379,420.943z"/><circle fill="%23FFFFFF" cx="382.677" cy="433.699" r="1.701"/><circle fill="%23FFFFFF" cx="325.275" cy="265.748" r="1.701"/><g> <path fill="%23FFFFFF" d="M301.89,251.929c-1.758,0-3.189-1.431-3.189-3.188c0-1.759,1.431-3.189,3.189-3.189 c1.759,0,3.189,1.431,3.189,3.189S303.648,251.929,301.89,251.929z"/> <path fill="%23E8E8E8" d="M301.89,246.614c1.174,0,2.126,0.951,2.126,2.126c0,1.174-0.952,2.126-2.126,2.126 c-1.175,0-2.126-0.952-2.126-2.126C299.764,247.565,300.715,246.614,301.89,246.614 M301.89,244.487 c-2.345,0-4.252,1.908-4.252,4.253s1.907,4.252,4.252,4.252c2.345,0,4.252-1.908,4.252-4.252 C306.142,246.396,304.234,244.487,301.89,244.487L301.89,244.487z"/></g><g> <path fill="%23FFFFFF" d="M293.386,251.929c-1.758,0-3.189-1.431-3.189-3.188c0-1.759,1.431-3.189,3.189-3.189 c1.759,0,3.189,1.431,3.189,3.189S295.145,251.929,293.386,251.929z"/> <path fill="%23A0A0A0" d="M293.386,246.614c1.174,0,2.126,0.951,2.126,2.126c0,1.174-0.952,2.126-2.126,2.126 c-1.175,0-2.126-0.952-2.126-2.126C291.26,247.565,292.211,246.614,293.386,246.614 M293.386,244.487 c-2.345,0-4.252,1.908-4.252,4.253s1.907,4.252,4.252,4.252c2.345,0,4.252-1.908,4.252-4.252 C297.638,246.396,295.73,244.487,293.386,244.487L293.386,244.487z"/></g> <line fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" x1="301.89" y1="248.74" x2="293.386" y2="248.74"/><path display="none" fill="none" stroke="%23ED2224" stroke-width="4.252" stroke-miterlimit="10" d="M201.969,138.189 c0,5.871-4.759,10.63-10.63,10.63s-10.63-4.759-10.63-10.63c0-2.936,1.19-5.593,3.114-7.517c1.923-1.923,4.581-3.113,7.516-3.113 C197.209,127.559,201.969,132.318,201.969,138.189z"/> <circle display="none" fill="none" stroke="%23ED2224" stroke-width="4.252" stroke-miterlimit="10" cx="221.102" cy="138.189" r="10.63"/><g> <path fill="%23FFFFFF" d="M363.543,268.937c-1.758,0-3.189-1.431-3.189-3.188s1.432-3.188,3.189-3.188 c1.759,0,3.189,1.431,3.189,3.188S365.302,268.937,363.543,268.937z"/> <g> <path fill="%23E8E8E8" d="M363.543,263.622c1.174,0,2.126,0.952,2.126,2.126s-0.952,2.126-2.126,2.126  c-1.175,0-2.126-0.952-2.126-2.126S362.368,263.622,363.543,263.622 M363.543,261.496c-2.345,0-4.252,1.907-4.252,4.252  s1.907,4.252,4.252,4.252c2.346,0,4.252-1.908,4.252-4.252C367.795,263.403,365.889,261.496,363.543,261.496L363.543,261.496z"/> </g></g><g> <path fill="%23FFFFFF" d="M357.166,262.56c-1.758,0-3.189-1.431-3.189-3.188c0-1.759,1.432-3.188,3.189-3.188 c1.759,0,3.189,1.43,3.189,3.188C360.355,261.129,358.924,262.56,357.166,262.56z"/> <g> <path fill="%23BABABA" d="M357.166,257.244c1.174,0,2.126,0.952,2.126,2.126s-0.952,2.126-2.126,2.126  c-1.175,0-2.126-0.952-2.126-2.126S355.991,257.244,357.166,257.244 M357.166,255.118c-2.346,0-4.252,1.906-4.252,4.252  c0,2.345,1.906,4.252,4.252,4.252c2.345,0,4.252-1.908,4.252-4.252S359.51,255.118,357.166,255.118L357.166,255.118z"/> </g></g> <line fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" x1="357.165" y1="259.37" x2="363.543" y2="265.748"/><g> <path fill="%23FFFFFF" d="M433.7,86.103c-1.759,0-3.189-1.431-3.189-3.189s1.432-3.189,3.189-3.189s3.188,1.431,3.188,3.189 C436.89,84.672,435.459,86.103,433.7,86.103z"/> <g> <path fill="%23BABABA" d="M433.7,80.788c1.174,0,2.127,0.952,2.127,2.126s-0.953,2.126-2.127,2.126  c-1.176,0-2.127-0.952-2.127-2.126S432.524,80.788,433.7,80.788 M433.7,78.662c-2.345,0-4.253,1.907-4.253,4.252  c0,2.345,1.908,4.252,4.253,4.252s4.253-1.908,4.253-4.252C437.953,80.57,436.045,78.662,433.7,78.662L433.7,78.662z"/> </g></g><line fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" x1="433.702" y1="74.41" x2="433.7" y2="82.914"/><circle fill="%23FFFFFF" cx="357.166" cy="244.488" r="1.701"/><g> <path fill="%23FFFFFF" d="M310.394,222.166c-1.758,0-3.189-1.431-3.189-3.189c0-1.758,1.431-3.189,3.189-3.189 c1.759,0,3.189,1.431,3.189,3.189C313.583,220.735,312.153,222.166,310.394,222.166z"/> <g> <path fill="%23BABABA" d="M310.394,216.85c1.174,0,2.126,0.952,2.126,2.126c0,1.174-0.952,2.126-2.126,2.126  c-1.175,0-2.126-0.952-2.126-2.126C308.268,217.802,309.219,216.85,310.394,216.85 M310.394,214.724  c-2.345,0-4.252,1.907-4.252,4.252c0,2.345,1.907,4.252,4.252,4.252s4.252-1.908,4.252-4.252  C314.646,216.632,312.739,214.724,310.394,214.724L310.394,214.724z"/> </g></g><g> <path fill="%23FFFFFF" d="M301.89,222.166c-1.758,0-3.189-1.431-3.189-3.189c0-1.758,1.431-3.189,3.189-3.189 c1.759,0,3.189,1.431,3.189,3.189C305.08,220.735,303.649,222.166,301.89,222.166z"/> <g> <path fill="%23E8E8E8" d="M301.89,216.85c1.174,0,2.126,0.952,2.126,2.126c0,1.174-0.952,2.126-2.126,2.126  c-1.175,0-2.126-0.952-2.126-2.126C299.764,217.802,300.715,216.85,301.89,216.85 M301.89,214.724  c-2.345,0-4.252,1.907-4.252,4.252c0,2.345,1.907,4.252,4.252,4.252c2.345,0,4.252-1.908,4.252-4.252  C306.142,216.632,304.235,214.724,301.89,214.724L301.89,214.724z"/> </g></g> <line fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" x1="310.394" y1="218.977" x2="301.89" y2="218.976"/><circle fill="%23FFFFFF" cx="265.748" cy="206.22" r="1.701"/><circle fill="%23FFFFFF" cx="233.858" cy="206.22" r="1.701"/><circle fill="%23FFFFFF" cx="201.969" cy="206.22" r="1.701"/><circle fill="%23FFFFFF" cx="170.079" cy="206.22" r="1.701"/><g> <path fill="%23FFFFFF" d="M382.677,305.08c-1.758,0-3.188-1.431-3.188-3.19c0-1.758,1.431-3.188,3.188-3.188 c1.759,0,3.19,1.431,3.19,3.188C385.867,303.649,384.436,305.08,382.677,305.08z"/> <g> <path fill="%23E8E8E8" d="M382.677,299.765c1.175,0,2.126,0.951,2.126,2.125s-0.951,2.127-2.126,2.127s-2.126-0.953-2.126-2.127  S381.502,299.765,382.677,299.765 M382.677,297.638c-2.345,0-4.252,1.907-4.252,4.252c0,2.346,1.907,4.254,4.252,4.254  s4.253-1.908,4.253-4.254C386.93,299.545,385.021,297.638,382.677,297.638L382.677,297.638z"/> </g></g><g> <path fill="%23FFFFFF" d="M376.298,298.7c-1.758,0-3.188-1.432-3.188-3.189s1.431-3.188,3.188-3.188c1.759,0,3.19,1.431,3.19,3.188 S378.057,298.7,376.298,298.7z"/> <g> <path fill="%23C9C9C9" d="M376.298,293.385c1.175,0,2.127,0.952,2.127,2.126c0,1.176-0.952,2.127-2.127,2.127  c-1.174,0-2.125-0.951-2.125-2.127C374.173,294.337,375.125,293.385,376.298,293.385 M376.298,291.259  c-2.344,0-4.251,1.907-4.251,4.252c0,2.346,1.907,4.252,4.251,4.252c2.345,0,4.253-1.906,4.253-4.252  C380.551,293.166,378.645,291.259,376.298,291.259L376.298,291.259z"/> </g></g> <line fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" x1="376.299" y1="295.513" x2="382.678" y2="301.892"/><g> <path fill="%23FFFFFF" d="M350.787,298.702c-1.758,0-3.189-1.432-3.189-3.189c0-1.759,1.432-3.189,3.189-3.189 c1.759,0,3.189,1.431,3.189,3.189C353.977,297.271,352.546,298.702,350.787,298.702z"/> <g> <path fill="%23C9C9C9" d="M350.787,293.386c1.174,0,2.126,0.952,2.126,2.127c0,1.174-0.952,2.127-2.126,2.127  c-1.176,0-2.126-0.953-2.126-2.127C348.661,294.338,349.611,293.386,350.787,293.386 M350.787,291.26  c-2.346,0-4.252,1.907-4.252,4.253c0,2.344,1.906,4.252,4.252,4.252c2.345,0,4.252-1.908,4.252-4.252  C355.04,293.167,353.132,291.26,350.787,291.26L350.787,291.26z"/> </g></g><g> <path fill="%23FFFFFF" d="M357.165,292.323c-1.758,0-3.188-1.432-3.188-3.189s1.431-3.189,3.188-3.189 c1.759,0,3.19,1.432,3.19,3.189C360.354,290.894,358.923,292.323,357.165,292.323z"/> <g> <path fill="%23BABABA" d="M357.165,287.008c1.175,0,2.127,0.952,2.127,2.126s-0.952,2.126-2.127,2.126  c-1.174,0-2.125-0.952-2.125-2.126S355.991,287.008,357.165,287.008 M357.165,284.882c-2.345,0-4.251,1.907-4.251,4.252  c0,2.346,1.906,4.252,4.251,4.252s4.253-1.908,4.253-4.252S359.51,284.882,357.165,284.882L357.165,284.882z"/> </g></g> <line fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" x1="357.166" y1="289.134" x2="350.788" y2="295.513"/><g> <path fill="%23FFFFFF" d="M197.716,375.238c-1.758,0-3.188-1.433-3.188-3.191c0-1.758,1.43-3.188,3.188-3.188 c1.759,0,3.19,1.43,3.19,3.188C200.906,373.806,199.475,375.238,197.716,375.238z"/> <g> <path fill="%23A0A0A0" d="M197.716,369.922c1.175,0,2.127,0.95,2.127,2.124c0,1.177-0.952,2.128-2.127,2.128  c-1.174,0-2.125-0.951-2.125-2.128C195.591,370.873,196.542,369.922,197.716,369.922 M197.716,367.796  c-2.344,0-4.251,1.906-4.251,4.25c0,2.346,1.907,4.254,4.251,4.254c2.345,0,4.253-1.908,4.253-4.254  C201.969,369.703,200.061,367.796,197.716,367.796L197.716,367.796z"/> </g></g><g> <path fill="%23FFFFFF" d="M197.716,383.741c-1.758,0-3.188-1.433-3.188-3.19s1.43-3.188,3.188-3.188c1.759,0,3.19,1.431,3.19,3.188 C200.906,382.309,199.475,383.741,197.716,383.741z"/> <g> <path fill="%23BABABA" d="M197.716,378.425c1.175,0,2.127,0.951,2.127,2.125s-0.952,2.127-2.127,2.127  c-1.174,0-2.125-0.953-2.125-2.127S196.542,378.425,197.716,378.425 M197.716,376.299c-2.344,0-4.251,1.907-4.251,4.251  c0,2.345,1.907,4.253,4.251,4.253c2.345,0,4.253-1.908,4.253-4.253C201.969,378.207,200.061,376.299,197.716,376.299  L197.716,376.299z"/> </g></g> <line fill="none" stroke="%230093D0" stroke-width="1.6299" stroke-miterlimit="10" x1="193.323" y1="372.046" x2="189.213" y2="372.046"/><circle fill="%23FFFFFF" cx="265.748" cy="295.511" r="1.701"/><circle fill="%23FFFFFF" cx="233.858" cy="295.511" r="1.701"/><circle fill="%23FFFFFF" cx="201.969" cy="295.511" r="1.701"/><circle fill="%23FFFFFF" cx="293.386" cy="344.41" r="1.701"/><circle fill="%23FFFFFF" cx="340.158" cy="380.55" r="1.701"/><circle fill="%23FFFFFF" cx="297.638" cy="380.55" r="1.701"/><circle fill="%23FFFFFF" cx="293.386" cy="138.188" r="1.701"/><circle fill="%23FFFFFF" cx="340.158" cy="74.409" r="1.701"/><circle fill="%23FFFFFF" cx="372.048" cy="74.409" r="1.7"/> <line display="none" fill="none" stroke="%2311A64A" stroke-width="4.252" stroke-miterlimit="10" x1="206.221" y1="153.071" x2="170.079" y2="116.929"/><circle fill="%23FFFFFF" cx="395.434" cy="121.18" r="1.701"/><circle fill="%23FFFFFF" cx="408.189" cy="108.424" r="1.701"/><circle fill="%23FFFFFF" cx="382.677" cy="133.936" r="1.701"/><circle fill="%23FFFFFF" cx="369.921" cy="146.692" r="1.701"/><circle fill="%23FFFFFF" cx="357.166" cy="159.448" r="1.701"/><circle fill="%23FFFFFF" cx="344.41" cy="172.204" r="1.701"/><circle fill="%23FFFFFF" cx="331.654" cy="184.959" r="1.701"/><circle fill="%23FFFFFF" cx="318.898" cy="197.715" r="1.701"/><circle fill="%23FFFFFF" cx="420.945" cy="95.668" r="1.701"/><circle fill="%23FFFFFF" cx="463.464" cy="53.148" r="1.701"/><circle fill="%23FFFFFF" cx="476.22" cy="40.393" r="1.701"/><circle fill="%23FFFFFF" cx="488.976" cy="27.637" r="1.701"/><g> <path fill="%23FFFFFF" d="M242.363,86.103c-1.759,0-3.19-1.431-3.19-3.189s1.431-3.189,3.19-3.189c1.759,0,3.19,1.431,3.19,3.189 S244.122,86.103,242.363,86.103z"/> <g> <path fill="%23A0A0A0" d="M242.363,80.788c1.174,0,2.127,0.952,2.127,2.126s-0.953,2.126-2.127,2.126  c-1.176,0-2.127-0.952-2.127-2.126S241.188,80.788,242.363,80.788 M242.363,78.662c-2.345,0-4.253,1.907-4.253,4.252  c0,2.345,1.908,4.252,4.253,4.252c2.345,0,4.253-1.908,4.253-4.252C246.616,80.57,244.708,78.662,242.363,78.662L242.363,78.662z  "/> </g></g><g> <path fill="%23FFFFFF" d="M242.365,77.599c-1.759,0-3.19-1.431-3.19-3.189c0-1.758,1.431-3.189,3.19-3.189 c1.758,0,3.188,1.431,3.188,3.189C245.553,76.168,244.123,77.599,242.365,77.599z"/> <g> <path fill="%23E5E5E5" d="M242.365,72.283c1.174,0,2.125,0.952,2.125,2.126c0,1.174-0.951,2.126-2.125,2.126  c-1.176,0-2.127-0.952-2.127-2.126C240.238,73.235,241.189,72.283,242.365,72.283 M242.365,70.157  c-2.345,0-4.253,1.907-4.253,4.252c0,2.345,1.908,4.252,4.253,4.252c2.344,0,4.251-1.908,4.251-4.252  C246.616,72.065,244.709,70.157,242.365,70.157L242.365,70.157z"/> </g></g> <line fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" x1="242.365" y1="74.41" x2="242.363" y2="82.914"/><circle fill="%23FFFFFF" cx="191.339" cy="82.913" r="1.701"/><circle fill="%23FFFFFF" cx="131.812" cy="121.18" r="1.701"/><circle fill="%23FFFFFF" cx="144.568" cy="108.424" r="1.701"/><circle fill="%23FFFFFF" cx="119.056" cy="133.936" r="1.701"/><circle fill="%23FFFFFF" cx="106.3" cy="146.692" r="1.701"/><circle fill="%23FFFFFF" cx="93.544" cy="159.448" r="1.701"/><circle fill="%23FFFFFF" cx="80.789" cy="172.204" r="1.701"/><circle fill="%23FFFFFF" cx="68.033" cy="184.959" r="1.701"/><circle fill="%23FFFFFF" cx="157.324" cy="95.668" r="1.701"/><circle fill="%23FFFFFF" cx="454.961" cy="282.755" r="1.701"/><circle fill="%23FFFFFF" cx="454.961" cy="267.342" r="1.701"/><circle fill="%23FFFFFF" cx="454.96" cy="251.928" r="1.701"/><circle fill="%23FFFFFF" cx="454.96" cy="236.515" r="1.701"/><circle fill="%23FFFFFF" cx="454.961" cy="221.102" r="1.701"/><circle fill="%23FFFFFF" cx="454.96" cy="205.688" r="1.701"/><circle fill="%23FFFFFF" cx="454.96" cy="190.275" r="1.701"/><circle fill="%23FFFFFF" cx="454.96" cy="174.862" r="1.701"/><circle fill="%23FFFFFF" cx="454.96" cy="159.448" r="1.701"/><path fill="%23FFFFFF" d="M540,258.944c-0.94,0-1.701-0.762-1.701-1.701s0.761-1.7,1.701-1.7h4.252c0.939,0,1.7,0.761,1.7,1.7 s-0.761,1.701-1.7,1.701H540z"/><path fill="%23FFFFFF" d="M540,157.748c-0.94,0-1.701,0.761-1.701,1.7c0,0.94,0.761,1.702,1.701,1.702h4.252 c0.939,0,1.7-0.762,1.7-1.702c0-0.939-0.761-1.7-1.7-1.7H540z"/><path fill="%23FFFFFF" d="M544.252,183.259c0.939,0,1.7,0.761,1.7,1.7c0,0.94-0.761,1.702-1.7,1.702H540 c-0.94,0-1.701-0.762-1.701-1.702c0-0.939,0.761-1.7,1.701-1.7H544.252z"/><path fill="%23FFFFFF" d="M544.252,170.503c0.939,0,1.7,0.761,1.7,1.7c0,0.94-0.761,1.702-1.7,1.702H540 c-0.94,0-1.701-0.762-1.701-1.702c0-0.939,0.761-1.7,1.701-1.7H544.252z"/><circle fill="%23FFFFFF" cx="454.96" cy="99.92" r="1.701"/><circle fill="%23FFFFFF" cx="454.96" cy="87.165" r="1.701"/><g> <path fill="%23FFFFFF" d="M497.479,126.497c-1.759,0-3.188-1.431-3.188-3.189c0-1.758,1.431-3.189,3.188-3.189 c1.759,0,3.189,1.431,3.189,3.189C500.669,125.066,499.238,126.497,497.479,126.497z"/> <g> <path fill="%23C9C9C9" d="M497.479,121.182c1.175,0,2.128,0.952,2.128,2.126c0,1.174-0.953,2.126-2.128,2.126  c-1.176,0-2.127-0.952-2.127-2.126C495.352,122.134,496.304,121.182,497.479,121.182 M497.479,119.056  c-2.345,0-4.253,1.907-4.253,4.252c0,2.345,1.908,4.252,4.253,4.252c2.346,0,4.254-1.908,4.254-4.252  C501.732,120.964,499.824,119.056,497.479,119.056L497.479,119.056z"/> </g></g><g> <path fill="%23FFFFFF" d="M497.481,117.993c-1.76,0-3.19-1.431-3.19-3.189c0-1.758,1.432-3.189,3.19-3.189 c1.758,0,3.188,1.431,3.188,3.189C500.67,116.562,499.239,117.993,497.481,117.993z"/> <g> <path fill="%23E5E5E5" d="M497.481,112.677c1.174,0,2.125,0.952,2.125,2.126c0,1.174-0.951,2.126-2.125,2.126  c-1.177,0-2.128-0.952-2.128-2.126C495.354,113.629,496.306,112.677,497.481,112.677 M497.481,110.551  c-2.346,0-4.254,1.907-4.254,4.252c0,2.345,1.908,4.252,4.254,4.252c2.344,0,4.251-1.908,4.251-4.252  C501.732,112.459,499.825,110.551,497.481,110.551L497.481,110.551z"/> </g></g> <line fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" x1="497.481" y1="114.804" x2="497.479" y2="123.308"/><circle fill="%23FFFFFF" cx="297.639" cy="74.409" r="1.701"/><g> <path fill="%23FFFFFF" d="M189.213,373.961c-1.055,0-1.914-0.859-1.914-1.915c0-1.054,0.858-1.911,1.914-1.911 c1.055,0,1.913,0.857,1.913,1.911C191.126,373.102,190.268,373.961,189.213,373.961z"/> <path fill="%230093D0" d="M189.213,370.347c0.938,0,1.7,0.764,1.7,1.699c0,0.938-0.763,1.703-1.7,1.703 c-0.938,0-1.701-0.765-1.701-1.703C187.513,371.11,188.275,370.347,189.213,370.347"/> <path fill="%230093D0" d="M189.213,369.922c-1.175,0-2.126,0.95-2.126,2.124c0,1.175,0.951,2.128,2.126,2.128 c1.174,0,2.125-0.953,2.125-2.128C191.339,370.873,190.388,369.922,189.213,369.922L189.213,369.922z"/></g><g> <path fill="%23FFFFFF" d="M189.211,375.236c-1.758,0-3.188-1.433-3.188-3.191c0-1.758,1.43-3.188,3.188-3.188 c1.759,0,3.19,1.43,3.19,3.188C192.402,373.804,190.971,375.236,189.211,375.236z"/> <g> <path fill="%23C9C9C9" d="M189.211,369.92c1.175,0,2.127,0.95,2.127,2.124c0,1.177-0.952,2.128-2.127,2.128  c-1.174,0-2.125-0.951-2.125-2.128C187.086,370.871,188.038,369.92,189.211,369.92 M189.211,367.794  c-2.344,0-4.251,1.906-4.251,4.25c0,2.346,1.907,4.254,4.251,4.254c2.345,0,4.253-1.908,4.253-4.254  C193.464,369.701,191.557,367.794,189.211,367.794L189.211,367.794z"/> </g></g><polyline fill="none" stroke="%23FFFFFF" stroke-width="1.063" stroke-miterlimit="10" points="197.717,380.55 197.717,372.048 189.213,372.046 "/><text transform="matrix(1 0 0 1 95.0068 395.4326)" font-family="Helvetica-Bold" font-size="7.5">Smart Building Architect</text><text transform="matrix(1 0 0 1 101.6719 373.5635)" font-family="Helvetica-Bold" font-size="7.5">Digital Identity Planner</text><text transform="matrix(1 0 0 1 92.894 359.292)" font-family="Helvetica" font-size="7.5">Organ &amp; Body Part Creator</text><text transform="matrix(1 0 0 1 120.4106 348.6621)" font-family="Helvetica" font-size="7.5">Customs Inspector</text><text transform="matrix(1 0 0 1 131.2358 335.9062)" font-family="Helvetica" font-size="7.5">Brand Manager</text><text transform="matrix(1 0 0 1 123.3257 323.1504)" font-family="Helvetica" font-size="7.5">Political Strategist</text><text transform="matrix(1 0 0 1 139.1572 309.9678)" font-family="Helvetica" font-size="7.5">Entrepreneur</text><text transform="matrix(1 0 0 1 273.4575 392.9766)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Compensation</tspan><tspan x="6.253" y="9" font-family="Helvetica" font-size="7.5">Consultant</tspan></text><text transform="matrix(1 0 0 1 325.5688 392.9775)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Logistics</tspan><tspan x="-1.459" y="9" font-family="Helvetica" font-size="7.5">Specialist</tspan></text><text transform="matrix(1 0 0 1 219.9907 342.5361)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Alternative Currency</tspan><tspan x="44.18" y="9" font-family="Helvetica" font-size="7.5">Banker</tspan></text><text transform="matrix(1 0 0 1 167.79 289.1338)" font-family="Helvetica" font-size="7.5">Criminal Investigator</text><text transform="matrix(1 0 0 1 249.2778 289.1338)" font-family="Helvetica" font-size="7.5">Lifelogger</text><text transform="matrix(1 0 0 1 210.5161 307.5664)" font-family="Helvetica" font-size="7.5">Credit Analyst</text><text transform="matrix(1 0 0 1 301.189 288.623)" font-family="Helvetica-Bold" font-size="7.5">Data Scientist</text><text transform="matrix(1 0 0 1 299.8477 276.7998)" font-family="Helvetica" font-size="7.5">Newsbot Editor</text><text transform="matrix(1 0 0 1 305.0938 359.1006)" font-family="Helvetica" font-size="7.5">Line Producer</text><text transform="matrix(1 0 0 1 311.7842 336.2529)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Commercial</tspan><tspan x="22.504" y="9" font-family="Helvetica" font-size="7.5">Diver</tspan></text><text transform="matrix(1 0 0 1 297.6045 321.4062)" font-family="Helvetica" font-size="7.5">Marine Architect</text><text transform="matrix(1 0 0 1 388.2676 373.4961)" font-family="Helvetica" font-size="7.5">Cybernetic Director</text><text transform="matrix(1 0 0 1 388.2676 359.8662)" font-family="Helvetica" font-size="7.5">Fuel Cell Technician</text><text transform="matrix(1 0 0 1 388.2676 347.1104)" font-family="Helvetica" font-size="7.5">Autonomous Vehicle Operator</text><text transform="matrix(1 0 0 1 388.2676 334.3545)" font-family="Helvetica" font-size="7.5">Robot Maintenance</text><text transform="matrix(1 0 0 1 388.2676 322.1719)" font-family="Helvetica" font-size="7.5">Smart Sensors Designer</text><text transform="matrix(1 0 0 1 388.2676 437.5049)" font-family="Helvetica-Bold" font-size="7.5">Information Architect</text><text transform="matrix(1 0 0 1 388.2676 423.875)" font-family="Helvetica" font-size="7.5">eSports Team Manager</text><text transform="matrix(1 0 0 1 388.2676 411.1191)" font-family="Helvetica" font-size="7.5">Drone Dispatcher</text><text transform="matrix(1 0 0 1 388.2676 398.3633)" font-family="Helvetica" font-size="7.5">Computer Scavenger</text><text transform="matrix(1 0 0 1 388.2676 386.1807)" font-family="Helvetica" font-size="7.5">IoT Security Repair</text><text transform="matrix(1 0 0 1 460.2676 208.1885)" font-family="Helvetica" font-size="7.5">Urban Agriculturalist</text><text transform="matrix(1 0 0 1 460.2676 192.8496)" font-family="Helvetica" font-size="7.5">Extinction Revivalist</text><text transform="matrix(1 0 0 1 460.2676 177.5107)" font-family="Helvetica" font-size="7.5">Exobotanist</text><text transform="matrix(1 0 0 1 460.2676 162.1719)" font-family="Helvetica" font-size="7.5">Clone Rancher</text><text transform="matrix(1 0 0 1 460.2676 269.543)" font-family="Helvetica" font-size="7.5">Agri-Restaurateur</text><text transform="matrix(1 0 0 1 460.2676 254.2041)" font-family="Helvetica" font-size="7.5">Plant Breeder</text><text transform="matrix(1 0 0 1 460.2676 238.8652)" font-family="Helvetica" font-size="7.5">Festival Producer</text><text transform="matrix(1 0 0 1 460.2676 223.5264)" font-family="Helvetica" font-size="7.5">Occupational Analyst</text><text transform="matrix(1 0 0 1 466.2256 136.4868)" font-family="Helvetica-Bold" font-size="7.5">CRISPR Engineer</text><text transform="matrix(1 0 0 1 550.2676 187.874)" font-family="Helvetica" font-size="7.5">Privacy Manager</text><text transform="matrix(1 0 0 1 550.2676 174.1182)" font-family="Helvetica" font-size="7.5">Nano-Medic</text><text transform="matrix(1 0 0 1 550.2676 161.9355)" font-family="Helvetica" font-size="7.5">Brain Quant</text><text transform="matrix(1 0 0 1 550.2676 260.2207)" font-family="Helvetica-Bold" font-size="7.5">Telecop</text><text transform="matrix(1 0 0 1 207.7339 250.7178)" font-family="Helvetica-Bold" font-size="7.5">Cybersecurity Analyst</text><text transform="matrix(1 0 0 1 308.7676 245.7178)"><tspan x="0" y="0" font-family="Helvetica-Bold" font-size="7.5">Data</tspan><tspan x="0" y="9" font-family="Helvetica-Bold" font-size="7.5">Broker</tspan></text><text transform="matrix(1 0 0 1 363.543 258.5508)" font-family="Helvetica-Bold" font-size="7.5">Data Farmer</text><text transform="matrix(1 0 0 1 388.2676 279.8818)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Digital Sports</tspan><tspan x="0" y="9" font-family="Helvetica" font-size="7.5">Statistician</tspan></text><text transform="matrix(1 0 0 1 388.2676 307.6719)" font-family="Helvetica-Bold" font-size="7.5">3D Food-Printer Engineer</text><text transform="matrix(1 0 0 1 363.543 247.0381)" font-family="Helvetica" font-size="7.5">Waste Data Manager</text><text transform="matrix(1 0 0 1 317.1973 221.5259)" font-family="Helvetica-Bold" font-size="7.5">Data Hostage Specialist</text><text transform="matrix(1 0 0 1 460.2676 284.8818)" font-family="Helvetica" font-size="7.5">Cultured Meat Designer</text><text transform="matrix(1 0 0 1 323.6792 206.2202)" font-family="Helvetica" font-size="7.5">Digital Archaeologist</text><text transform="matrix(1 0 0 1 336.3359 193.3447)" font-family="Helvetica" font-size="7.5">Industrial Ecologist</text><text transform="matrix(1 0 0 1 348.9902 180.4697)" font-family="Helvetica" font-size="7.5">Food Technologist</text><text transform="matrix(1 0 0 1 361.6465 167.5938)" font-family="Helvetica" font-size="7.5">Childbirth Educator</text><text transform="matrix(1 0 0 1 374.3027 154.7188)" font-family="Helvetica" font-size="7.5">Octogenarian Service</text><text transform="matrix(1 0 0 1 386.957 141.8433)" font-family="Helvetica" font-size="7.5">Home Health Aide</text><text transform="matrix(1 0 0 1 399.6133 128.9673)" font-family="Helvetica" font-size="7.5">Dialogue Coach</text><text transform="matrix(1 0 0 1 351.2383 106.3667)" font-family="Helvetica" font-size="7.5">Shipping Broker</text><text transform="matrix(1 0 0 1 381.5186 94.2188)" font-family="Helvetica" font-size="7.5">Fisherman</text><text transform="matrix(1 0 0 1 461.2676 102.7593)" font-family="Helvetica" font-size="7.5">3D Printing Engineer</text><text transform="matrix(1 0 0 1 461.2676 90.5767)" font-family="Helvetica" font-size="7.5">Mixed Reality Movie Producer</text><text transform="matrix(1 0 0 1 466.6729 61.7173)" font-family="Helvetica" font-size="7.5">Robotic Ethicist</text><text transform="matrix(1 0 0 1 479.3281 48.8418)" font-family="Helvetica" font-size="7.5">Genetics Yield Consultant</text><text transform="matrix(1 0 0 1 491.9844 35.9668)" font-family="Helvetica-Bold" font-size="7.5">Transhumanist</text><text transform="matrix(1 0 0 1 391.2842 67.6138)" font-family="Helvetica-Bold" font-size="7.5">Organ Agent</text><text transform="matrix(1 0 0 1 361.21 58.4639)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Avatar</tspan><tspan x="-4.169" y="9" font-family="Helvetica" font-size="7.5">Designer</tspan></text><text transform="matrix(1 0 0 1 335.0859 85.6094)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">AR</tspan><tspan x="-9.379" y="9" font-family="Helvetica" font-size="7.5">Architect</tspan></text><text transform="matrix(1 0 0 1 279.7109 67.6094)" font-family="Helvetica" font-size="7.5">Locationist</text><text transform="matrix(1 0 0 1 209.1577 95.668)" font-family="Helvetica-Bold" font-size="7.5">Lunar Tour Guide</text><text transform="matrix(1 0 0 1 196.645 139.8892)" font-family="Helvetica" font-size="7.5">Space Resource Reclaimer</text><text transform="matrix(1 0 0 1 250.3271 216.5732)" font-family="Helvetica" font-size="7.5">Arbitrator</text><text transform="matrix(1 0 0 1 217.6006 192.1016)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Executive</tspan><tspan x="5.418" y="9" font-family="Helvetica" font-size="7.5">Coach</tspan></text><text transform="matrix(1 0 0 1 190.5098 216.5732)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Claims</tspan><tspan x="-2.298" y="9" font-family="Helvetica" font-size="7.5">Adjuster</tspan></text><text transform="matrix(1 0 0 1 150.0713 192.1064)"><tspan x="0" y="0" font-family="Helvetica-Bold" font-size="7.5">Grassroots</tspan><tspan x="-0.423" y="9" font-family="Helvetica-Bold" font-size="7.5">Researcher</tspan></text><text transform="matrix(1 0 0 1 164.4497 68.5991)"><tspan x="0" y="0" font-family="Helvetica" font-size="7.5">Climate Change</tspan><tspan x="14.592" y="9" font-family="Helvetica" font-size="7.5">Analyst</tspan></text><text transform="matrix(1 0 0 1 4.918 184.3174)"><tspan x="0" y="0" font-family="Helvetica-Bold" font-size="7.5">Import &amp; Export</tspan><tspan x="25.825" y="9" font-family="Helvetica-Bold" font-size="7.5">Manager</tspan></text><text transform="matrix(1 0 0 1 40.5283 169.585)" font-family="Helvetica" font-size="7.5">Auctioneer</text><text transform="matrix(1 0 0 1 14.5591 156.8525)" font-family="Helvetica" font-size="7.5">Financial Technologist</text><text transform="matrix(1 0 0 1 16.9424 144.1201)" font-family="Helvetica" font-size="7.5">Environmental Economist</text><text transform="matrix(1 0 0 1 15.5581 131.3872)" font-family="Helvetica" font-size="7.5">Alternative Energy Consultant</text><text transform="matrix(1 0 0 1 31.2715 118.6548)" font-family="Helvetica" font-size="7.5">Biofuels Production Manager</text><text transform="matrix(1 0 0 1 52.8408 105.9219)" font-family="Helvetica" font-size="7.5">Wind Turbine Repair Tech</text><text transform="matrix(1 0 0 1 111.0708 93.1895)" font-family="Helvetica" font-size="7.5">Park Ranger</text><circle fill="%23FFFFFF" cx="189.212" cy="321.024" r="1.701"/><circle fill="%23FFFFFF" cx="189.213" cy="333.781" r="1.701"/><circle fill="%23FFFFFF" cx="189.213" cy="346.537" r="1.701"/><circle fill="%23FFFFFF" cx="189.212" cy="359.292" r="1.701"/><circle fill="%23FFFFFF" cx="189.212" cy="393.306" r="1.701"/></g></svg>');
  background-size: cover;
  background-position: center;
}

.careerGPS{
  background-image: url("../img/career-gps.svg");
  background-size: cover;
  background-position: center;
}
.landscape{
  background-color: #8DD9FF;
  background-image: url("../img/landscape.svg");
  background-size: cover;
  background-position: center;
}
.discover{
  background-color: #FFDF4C;
  background-image: url("../img/discover.svg");
  background-size: cover;
  background-position: center;
}
.insight{
  background-color: LightGoldenRodYellow;
  background-image: url("../img/insight.svg");
  background-size: cover;
  background-position: center;
}
.get-started{
  background-color: navy;
  background-image: url("../img/get-started.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bullet-icon{
  font-size: 1.5em;
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}
.grayscaled{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) opacity(60%);
}

.love-it{
}
.not-sure{
}
.no-thanks{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) opacity(30%);
}

@-webkit-keyframes spinning /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinning {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinning {
  -webkit-animation: spinning 2s linear infinite;
  -moz-animation: spinning 2s linear infinite;
  -ms-animation: spinning 2s linear infinite;
  -o-animation: spinning 2s linear infinite;
  animation: spinning 2s linear infinite;
}

/* ONBOARDING */
.onboarding {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-position: center;
  margin: 1.5em auto 3em;
}
.geography {
  background-image: url('../img/onboarding/geography.svg');
}
.journey {
  background-image: url('../img/onboarding/journey.svg');
}
.time {
  background-image: url('../img/onboarding/time.svg');
}
.sectors {
  background-image: url('../img/onboarding/sectors.svg');
}
.achieve {
  background-image: url('../img/onboarding/achieve.svg');
}
.vision {
  background-image: url('../img/onboarding/vision.svg');
}
.birthday{
  background-image: url('../img/onboarding/birthday.svg');
}
.personality{
  background-image: url('../img/onboarding/personality-1.svg');
}
.enneagram{
  background-image: url('../img/onboarding/bee-1.svg');
  width: 60px;
  height: 60px;
}
.hidden-feed-card{
  display: none;
}

/* for homepage quotes */
blockquote {
    /*font-family: Georgia, serif;*/
    position: relative;
    /*margin: 0.5em;*/
    padding: 0.5em 2em 0.5em 3em;
    border-left: none;
}
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
    color: #CCC;
}
/*blockquote:after {*/
/*    font-family: Georgia, serif;*/
/*    position: absolute;*/
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
/*    float:right;*/
/*    font-size:6em;*/
/*    line-height: 1;*/
/*    right:0;*/
/*    bottom:-0.5em;*/
/*    content: "\201D";*/
/*    color: #CCC;*/
/*}*/
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}
.carousel .indicators .indicator-item{
  background-color: rgba(90, 90, 90, 0.35);
}
.carousel .indicators .indicator-item.active{
  background-color: rgba(90, 90, 90, 0.8);
}