@charset "UTF-8";
/* CSS Document */

body {
  background-color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
}

.mainHolder {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  max-height: 645px;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#specialHeaderSection {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #000;
  line-height: 3.3em;
  margin-top: 75px;
  text-align: center;
  border-bottom: solid;
  border-bottom-color: #d7d7d7;
  border-bottom-width: 1px;
  display: none;
}

#downArrow {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

#upArrow {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.contentHolder {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  height: 100vh;
  flex: 1 1 auto;
  overflow: hidden;
}

@media only screen and (max-height: 620px) {
  .contentHolder {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

.greyNav {
  flex: 0 0 75px;
  width: 100%;
  height: 75px;
  background-color: #eeeeee;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 1);
  box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 1);
  text-align: center;
  z-index: 1;
  max-height: 75px;
}

#startNav {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  z-index: 2000;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.logo-tagline {
  position: relative;
  left: 0px;
  top: 0px;
  width: 128px;
  height: 40px;
  float: left;
  margin-left: 30px;
  margin-top: 16px;
  display: none;
}

#startNav .closeButton {
  display: none;
}

#topNav .closeButton {
  display: none;
}

.bottomNavClass {
  position: fixed;
  left: 0px;
  bottom: 0px;
  flex: 0 0 75px;
  width: 100%;
  height: 75px;
  background-color: #eeeeee;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(215, 215, 215, 1);
  -moz-box-shadow: 0px -1px 0px 0px rgba(215, 215, 215, 1);
  box-shadow: 0px -1px 0px 0px rgba(215, 215, 215, 1);
  text-align: center;
  overflow: hidden;
  float: none;
  z-index: 2000;
}

.navSelectedClass {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 3px;
  background-color: rgba(104, 98, 177, 1);
}

@media only screen and (min-width: 800px) and (max-width: 1135px) {
  .navSelectedClass {
    width: 63px;
  }
}

#flexMonitor2 {
  max-height: 300px;
  position: absolute !important;
  top: 24px;
  left: 89px;
}

/*
@media screen and (max-aspect-ratio: 12/10) {
	.centerExplore {
    	margin-top:75px !important;
  	}
	.logo-tagline {
		display:block;
	}

#startNav {
	flex: 0 0 75px;
  width:100%;
  height:75px;
  background-color:#eeeeee;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(215,215,215,1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(215,215,215,1);
  box-shadow: 0px 1px 0px 0px rgba(215,215,215,1);
  text-align:center;
  z-index: 1000;
}
#startNav .closeButton {
	display:inline-block;
}
#topNav .closeButton {
	display:inline-block;
}
}
*/

.superStartNav {
  flex: 0 0 75px !important;
  width: 100% !important;
  height: 75px !important;
  background-color: #eee !important;
  -webkit-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1) !important;
  -moz-box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1) !important;
  box-shadow: 0 1px 0 0 rgba(215, 215, 215, 1) !important;
  text-align: center !important;
  z-index: 1000 !important;
}

.superStartNav .closeButton {
  display: inline-block !important;
}

.superStartNav .logo-tagline {
  display: block !important;
}

.superCenterExplore {
  margin-top: 75px;
}

@media only screen and (max-width: 799px) {
  .centerExplore {
    display: none !important;
  }
  .logo-tagline {
    display: block;
  }

  #startNav {
    flex: 0 0 75px;
    width: 100%;
    height: 75px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 1);
    box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 1);
    text-align: center;
    z-index: 1000;
  }
  #startNav .closeButton {
    display: inline-block;
  }
  #topNav .closeButton {
    display: inline-block;
  }

  .contentHolder {
    height: 100vh;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

@media only screen and (max-width: 525px) {
  .bottomNavClass {
    height: 60px;
    flex: 0 0 60px;
  }
  .navSelectedClass {
    width: 60px;
  }
}

@media only screen and (max-width: 420px) {
  .centerNav {
    float: left;
    width: 60px;
  }
  .centerNavHolder {
    width: 420px;
  }
}

/*
		if ($(window).width()<=420) {
			$("#bottomNav").css({'height':60});
			$("#bottomNav .centerNav").css({'float':'left','width':60});
			$(".centerNavHolder").css({'width':420});
		} else if ($(window).width()<=525) {
			$("#bottomNav").css({'height':60});
			$(".centerNavHolder").css({'width':'100%'});
			$("#bottomNav .centerNav").css({'float':'none','width':60});
		} else {
			$("#bottomNav").css({'height':75});
			$("#bottomNav .centerNav").css({'float':'none','width':75});
			$(".centerNavHolder").css({'width':'100%'});
		}

*/

.centerNavHolder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.topRightNav {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height: 100%;
  float: right;
  cursor: pointer;
  object-fit: contain;
}

@media only screen and (min-width: 800px) and (max-width: 1135px) {
  .topRightNav {
    width: 63px;
  }
}

.topLeftNav {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height: 100%;
  float: left;
  cursor: pointer;
  object-fit: contain;
}

.centerNav {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  object-fit: contain;
}

.navSelected {
  /*-webkit-box-shadow: inset 0px 3px 0px 0px rgba(104,98,177,1); -moz-box-shadow: inset 0px 3px 0px 0px rgba(104,98,177,1); box-shadow: inset 0px 3px 0px 0px rgba(104,98,177,1);*/
}

.contentHolder .centerExplore,
.centerExplore {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300 !important;
  font-size: 32px;
  line-height: 32px;
  color: #000;
  text-align: center;
}

.centerReference {
  position: relative;
  margin-top: auto;
  margin-bottom: 20px;
  color: #797979;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

#startSection .centerReference {
  font-size: 14px;
  margin-top: 16px;
  margin-left: 50px;
  width: 680px;
}

@media only screen and (min-width: 1136px) {
  #startSection .centerReference {
    width: 800px;
  }
}

.leftExplore {
  position: relative;
  left: 0px;
  top: 0px;
  height: 75px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #292b63;
  text-align: left;
  display: inline-block;
  line-height: 75px;
  margin: 0;
  padding: 0;
  float: left;
  cursor: pointer;
  margin-left: 20px;
}

@media only screen and (min-width: 800px) and (max-width: 1135px) {
  .leftExplore {
    font-size: 15px;
    line-height: 24px;
    max-width: 105px;
    margin-left: 10px;
  }
}

.mainContent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  min-height: 570px;
}

#threeSixtySection video {
  height: 75%;
}

.threeSixtyButton {
  position: absolute;
  left: 280px;
  bottom: 0;
  width: 180px;
  height: 180px;
  background-image: url(images/device360.png);
  background-position: left top;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 100;
}

.threeSixtyButton p {
  position: absolute;
  left: 12px;
  top: 99px;
  width: 70%;
  height: 36px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  color: #292b63;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 20px;
}

.rotatingDevice {
  position: absolute;
  left: 55px;
  top: 43px;
  width: 68px;
  height: 51px;
  background-image: url(images/device_spritesheet.png);
  background-position: 0px 0px;
  background-size: 2040px 51px;
}

.machineHolder {
  position: relative;
  left: 0px;
  top: 50%;
  width: auto;
  height: 85%;
  display: inline-block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-height: 510px;
  margin-top: 5%;
}

.screen1Machine {
  position: absolute;
  left: 50%;
  top: 0px;
  max-width: none;
  width: auto;
  height: 100%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  object-fit: contain;
}

.machineDot {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  margin-left: -1px;
  cursor: pointer;
}

/*
.machineDot .theDot {
	position:absolute; left:-12px; top:-12px; width:24px; height:24px;
}
*/

.machineDot .machineLine {
  position: absolute;
  left: 22px;
  top: 0px;
  width: 1px;
  height: 1px;
  background-color: #d7d7d7;
}

.machineText {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  white-space: nowrap !important;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  margin-top: -10px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  color: #292b63;
  text-align: center;
  background-color: #fff;
  line-height: 1;
  font-size: 16px;
}

.theTextHolder {
  position: relative;
  left: 0px;
  top: 0px;
  width: 38%;
  height: 100%;
  float: left;
  background-color: #ffffff;
  text-align: center;
  z-index: 1;
}

.theTextHolder .textBlock {
  position: relative;
  left: 0px;
  top: 0px;
  height: auto;
  margin-top: 60px;
  display: inline-block;
  text-align: left;
  margin-left: 47px;
  padding-right: 20px;
  width: calc(100% - 67px);
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}

.theTextHolder .textBlock h1 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1em;
  color: #000;
  text-align: left;
}

.theTextHolder .textBlock h2 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1em;
  color: #292b63;
  margin-top: 30px;
  cursor: pointer;
  padding-bottom: 15px;
  text-align: left;
  min-width: 300px;
}

@media only screen and (max-width: 700px) {
  #exploreDeviceSection .theTextHolder .textBlock h2,
  #coreSection .theTextHolder .textBlock h2,
  #realSection .theTextHolder .textBlock h2 {
    display: none;
  }

  #intuitiveSection video,
  #exploreDeviceSection video,
  #coreSection video,
  #realSection video {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 700px) {
  #intuitiveSection video,
  #exploreDeviceSection video,
  #coreSection video,
  #realSection video {
    display: none;
  }
}

.theTextHolder .textBlock h2 img,
.theTextHolder .textBlock h3 img,
.theTextHolder .textBlock h4 img {
  display: inline;
  vertical-align: baseline;
}

.theTextHolder .textBlock h2 img {
  position: relative;
  left: 0px;
  top: 5px;
  object-fit: contain;
}

.theTextHolder .textBlock h3 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1em;
  color: #292b63;
  margin-top: 30px;
  cursor: pointer;
  padding-bottom: 15px;
  text-align: left;
  min-width: 300px;
}

.theTextHolder .textBlock h3 img {
  position: relative;
  left: 0px;
  top: 5px;
  object-fit: contain;
}

.theTextHolder .textBlock h4 {
  position: absolute;
  left: 0px;
  top: -45px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1em;
  color: #292b63;
  cursor: pointer;
  text-align: left;
}

.theTextHolder .textBlock h4 img {
  position: relative;
  left: 0px;
  top: 3px;
  object-fit: contain;
}

.theTextHolder .textBlock p {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #797979;
  margin-top: 0.8em;
  text-align: left;
}

.theImageHolder {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 62%;
  height: 100%;
  float: right;
  background-color: #ffffff;
  overflow: hidden;
}

.theImage {
  position: absolute;
  left: 0px;
  width: auto;
  max-width: 100%;
  height: 100%;
  float: left;
  max-height: 650px;
  object-fit: contain;
}

#remoteOperationSection .theImage {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
}

.theImageVertCenter {
  width: 100%;
  height: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theImageHorzCenter {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.theImageHorzCenter2 {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.theImageHolder .dedicatedButton {
  cursor: pointer;
}

.theArrow {
  position: absolute;
  left: 100%;
  top: 0px;
  cursor: pointer;
  margin-left: 0;
  object-fit: contain;
}

#downArrow {
  top: 50px;
}

#videoOverlay {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(100% - 75px);
  padding: max(10vh, 52px) 80px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

#videoOverlay video {
  margin-left: 48px;
  max-width: 100%;
  object-fit: cover;
}

#videoOverlay .coh-modal-close-button {
  background-color: #317793;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -48px;
  transition: background-color 200ms ease;
}

#videoOverlay .coh-modal-close-button:hover {
  background-color: #af3db2;
}

#videoOverlay .coh-modal-close-button:before {
  content: "✕";
}

.modal-content #videoOverlay {
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 570px;
}

#theLine {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  background-color: #e1e1e1;
  margin-top: 40px;
  display: inline-block;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.theLineDragger {
  position: absolute;
  left: -5%;
  top: 0px;
  width: 110%;
  height: 50px;
  margin-top: -25px;
}

#dragDot {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

#dragDot .theCircle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #292b63;
  border-radius: 50%;
  margin-left: -8px;
  margin-top: -7px;
}

/*
#dragDot {
	position:absolute; left:0px; top:0px; width:44px; height:44px; background-color:#292b63; border-radius: 50%; margin-left:-22px; margin-top:-22px; -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/

#flexMonitor3 {
  display: none;
}

@media only screen and (max-width: 799px) {
  .mainContent {
    position: relative;
    height: 520px;
    max-height: 395px;
    padding-top: 0px;
    border-bottom: solid;
    border-bottom-color: #d7d7d7;
    border-bottom-width: 1px;
  }

  .theTextHolder .textBlock {
    margin-left: 39px;
    width: 70%;
  }

  .theTextHolder .textBlock h3 {
    display: none;
  }

  .theTextHolder .textBlock h4 {
    display: none;
  }
  #threeStixtySection {
    padding-bottom: 75px;
  }
  .theTextHolder .textBlock h1 {
    font-size: 20px;
  }
  .theTextHolder .textBlock h2 {
    font-size: 15px;
  }
  .theTextHolder .textBlock h3 {
    font-size: 15px;
  }
  #specialHeaderSection {
    display: inline-block;
  }

  .theArrow {
    margin-left: 15%;
  }

  @media only screen and (max-width: 699px) {
    .mainContent {
      max-height: none;
      height: auto;
      min-height: 50px;
      overflow: hidden;
      height: auto;
    }
    .theTextHolder {
      width: 100%;
      height: auto;
      text-align: center;
    }
    .theImageHolder {
      width: 100%;
      height: auto;
      width: 100%;
      height: auto;
      float: right;
    }
    .theTextHolder .textBlock {
      margin-top: 50px;
      padding-bottom: 25px;
      width: 90%;
      margin-left: 0px;
      float: none;
      display: inline-block;
      text-align: center;
    }
    .theImageNormal {
      position: relative;
      width: 100%;
      height: auto;
      max-width: 600px;
      float: right;
    }
    #flexMonitor2 {
      display: none;
    }
    #flexMonitor {
      display: none;
    }
    #flexMonitor3 {
      display: inline-block;
    }
    #dedicated {
      height: 360px;
    }
    .greyNav .centerExplore {
      font-size: 16px;
    }

    .theImageVertCenter {
      left: 0px;
      bottom: 0px;
      top: auto;
      width: 100%;
      height: auto;
      float: right;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: inherit;
    }

    .theImageHorzCenter {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: 0px;
      max-width: none;
    }

    #specialHeaderSection {
      font-size: 26px;
      line-height: 1.5;
      padding-top: 12px;
      padding-bottom: 12px;
    }
  }

  @media only screen and (max-width: 479px) {
    .theImageNormal {
      float: left;
    }
    #theLine {
      width: 80%;
    }
  }

  @media only screen and (max-width: 1200px) {
    #flexible .theImage {
      max-height: 1000px;
    }
  }

  * {
    box-sizing: border-box;
  }
  /* Animation */
  @keyframes pulsate {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    45% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes pulsate2 {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    45% {
      transform: scale(2);
      opacity: 0;
    }
  }
  @keyframes stop-pulsate {
    from {
      opacity: 0.4;
    }
    to {
      transform: scale(2);
      opacity: 0;
    }
  }

  /* Button */
  .machineDot .theDot {
    position: absolute;
    left: -24px;
    top: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    /*margin: -0.666em auto auto -0.666em;*/
    background: rgb(41, 43, 99);
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-size: 1em;
    padding: 0;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
  }

  .ring2 {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 14px;
    height: 14px;
    /*margin:-1em auto auto -1em;*/
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid rgb(41, 43, 99);
    opacity: 0.35;
    /*animation: pulsate 2s ease-out infinite;*/
    background-color: #fff;
  }

  .ring3 {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 14px;
    height: 14px;
    /*margin:-1em auto auto -1em;*/
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid rgb(41, 43, 99);
    opacity: 0;
    animation: pulsate2 2s ease-out infinite;
    background-color: #fff;
  }

  /*
  .ring3 {
    display:block;
    position:absolute;
    top:13px;
    left:13px;
    width:24px;
    height:24px;

    transform-origin: 50% 50%;
    border-radius:50%;
    border:1px solid rgb(41, 43, 99);
    opacity:.25;

	background-color:#FFF;
  }
  */

  .ring {
    display: block;
    position: absolute;
    top: 17px;
    left: 17px;
    width: 16px;
    height: 16px;
    /*margin:-1em auto auto -1em;*/
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid rgb(41, 43, 99);
    opacity: 0;
    animation: pulsate 2s ease-out infinite;
    background-color: #fff;
  }
}
