.canvas-3dglobe-container {
  width: 100%; /* let our container decide our size */
  height: 100%;
  display: block;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}
.fs-3dglobe-container {
  position: relative; /* makes this the origin of its children */
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: ;
}
.fs-3dglobe-labels {
  position: absolute; /* let us position ourself inside the container */
  z-index: 0; /* make a new stacking context so children don't sort with rest of page */
  left: 0; /* make our position the top left of the container */
  top: 0;
  color: white;
}
.fs-3dglobe-labels > div {
  position: absolute; /* let us position them inside the container */
  left: 0; /* make their default position the top left of the container */
  top: 0;
  cursor: pointer; /* change the cursor to a hand when over us */
  font-size: small;
  user-select: none; /* don't let the text get selected */
  /* pointer-events: none;   make us invisible to the pointer */
  /* text-shadow:         create a black outline */
  /* -1px -1px 0 #000,
         0   -1px 0 #000,
         1px -1px 0 #000,
         1px  0   0 #000,
         1px  1px 0 #000,
         0    1px 0 #000,
         -1px  1px 0 #000,
         -1px  0   0 #000; */
}
/* #labels>div:hover {
         color: red;
         }
         */
.fs-3dglobe-arrow-box {
  margin-top: -118%;
}
div.fs-3dglobe-arrow_box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 5px #fff;
  cursor: pointer;
  overflow: hidden;
}
.fs-3dglobe-arrow_box:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 15px;
  z-index: 10;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.fs-3dglobe-info-box {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  overflow: hidden;
  z-index: 10;
}
.fs-3dglobe-labels > div:hover .fs-3dglobe-info-box {
/*  display: block;*/
  cursor: pointer;
}
.finsweet-globe {
  height: 100%;
  width: 100%;
}
.fs-styleguide-class-label {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 5px;
  background-color: rgba(23, 138, 244, 0.2);
  font-weight: 700;
  cursor: context-menu;
}

.fs-styleguide-class-label.purple {
  background-color: rgba(137, 23, 244, 0.2);
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fs-styleguide-page-wrapper {
  margin-left: 250px;
  padding-right: 40px;
  padding-left: 40px;
}

.fs-styleguide-content {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-1x1-xsmall {
  width: 16px;
  height: 16px;
}

.icon-1x1-small {
  width: 30px;
  height: 30px;
}

.icon-1x1-medium {
  width: 90px;
  height: auto;
  color: #fff;
}

.icon-1x1-large {
  width: 60px;
  height: 60px;
}

.icon-1x1-xlarge {
  width: 80px;
  height: 80px;
}

.text-color-white {
  color: #fff;
}

.fs-styleguide-border-left {
  border-left: 1px solid #bbb;
}

.fs-styleguide-sidebar-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.fs-globe-container {
  position: static;
  /*left: 0%;
  top: 0vh;
  right: 0%;
  bottom: 0%;
  width: 90vh;
  height: 90vh;
  max-height: 1024px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;*/
  background-color: transparent;
}

.fs-globe-container:hover {
  border: 0px solid #000;
}

.fs-globe-container:active {
  border: 0px solid #000;
}

.fs-globe-container:focus {
  border: 0px solid #000;
}

.fs-globe-container.space-top-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-globe-container.grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.fs-globe-container._2 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.fs-globe-container.full-page-globe-container {
  /*width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;*/
}

.collection-list-wrapper {
  display: none;
}

.fs-globe-pin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  width: 60px;
  height: 60px;*/
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
/*  -webkit-filter: brightness(160%) saturate(78%) hue-rotate(-48deg);
filter: brightness(160%) saturate(78%) hue-rotate(-48deg);*/
	    width: 10px;
    height: 9.5px;
    border-radius: 50%;
}

.fs-globe-tooltip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: auto;
  margin-top: 10px;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #00000075;
  font-size: 16px;
  text-align: left;
}

.tooltip-title {
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.tooltip-description {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.lottie-pin-1 {
  position: absolute;
  /*opacity: 0.82;*/
  visibility: hidden;
}

.fs-globe-pin:hover .lottie-pin-1{
	visibility: visible;
}

.tooltip-arrow-top {
  position: absolute;
  left: 0%;
  top: -6px;
  right: 0%;
  bottom: auto;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #00000075;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media(min-width: 992px){
	.fs-globe-container {
		background-color: transparent;
		position: absolute;
		top: -10%;
		left: 0;
		right: 0;
		width: 100%;
		height: 90%;
	}
	.vd-3dglobe-wrp{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-top: -5%;
	}
	.team-home .vd-3dglobe-wrp{
		margin-top: -20%;
	}
}
@media(min-width:1400px){
	.fs-globe-container {
		width: 110%;
		height: 110%;
	}
}
@media screen and (max-width: 991px) {
  .fs-globe-container {
    width: 100%;
    height: 600px;
    max-height: none;
    max-width: none;
  }
}
@media screen and (max-width: 479px) {
  .fs-globe-container {
    width: 100%;
    height: 350px;
    max-height: none;
    max-width: none;
  }
}
