@import url("https://fonts.googleapis.com/css?family=Roboto");
@import '../css/bootstrap.min.css';
.border {
  border: 1px dashed red;
  border-radius: 0px;
}
.hero {
    position: relative;
    overflow: hidden;
}

video {
    width: 100%;
    height: auto;
}

.herocontent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px; 
    box-sizing: border-box;
    color: white; 
}


.herocontent .title,
.herocontent .subtitle {
    z-index: 1;
}

html {
  scroll-behavior: smooth;
}

::selection {
  color: white;
  background: #04B384;
}

.text-green {
  color: #04B384;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch .check {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #04B384;
  -webkit-transition: .4s;
  transition: .4s;
}

.check:checked + .slider {
  background-color: white;
}

.check:focus + .slider {
  box-shadow: 0 0 1px white;
}

.check:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.navbar {
  padding: 0 20px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}



.navbar-collapse {
  align-items: stretch;
}
.navbar-collapse ul {
  padding: 30px 0 20px;
  align-items: flex-start;
}
.navbar-collapse ul .nav-item {
  font-size: 1.2em;
  padding: 0 5px;
}
.navbar-collapse .navbar-brand {
  align-self: center;
  padding: 0;
  margin: 0;
}
.navbar-collapse .navbar-brand .logo {
  height: 50px;
}

.navbar-brand-mobile {
  padding: 20px 0;
}
.navbar-brand-mobile .logo {
  height: 40px;
}

.spacing {
  padding-bottom: 65px;
}

.activenavlink {
  border-width: 0 0 3px 0;
  border-color: #04B384;
  border-style: solid;
}

.hero {
  background-color: black;
  color: #fff;
  display: flex;
  justify-content: center;
}
.hero .bgimg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: absolute;
}
.hero .bgimg.noblur {
  filter: none;
}
.hero .bgimg.heavyblur {
  filter: blur(8px);
}
.hero .herocontent {
  text-align: center;
  align-self: flex-end;
  margin-bottom: 60px;
  bottom: 0;
  transform: scaleY(1.05);
}
.hero .herocontent .title, .home-spons .title {
  font-size: 3em;
  font-weight: 900;
  margin-bottom: 20px;
}
.hero .herocontent .subtitle {
  font-size: 1.9em;
}

.section {
  padding: 5%;
  margin: auto;
}
.section1 {
  padding: 0;
  margin: auto;
}

.fullsection {
  height: 100vh;
  width: 100%;
  position: relative;
}

.content {
  margin: auto;
  max-width: 1200px;
  padding: 20px 5px;
}
.content .sectiontitle {
  text-align: center;
  margin: 0px auto 50px;
  font-size: 2.8em;
}
.btn {
    background-color: #04B384;
    color: #fff; 
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px; 
    transition: background-color 0.3s ease, box-shadow 0.3s ease; 
}

.btn:hover {
    background-color: #18bc9c;
}
.content .sectionsubtitle {
  text-align: left;
  margin: 0px auto 5px;
  font-size: 2.0em;
}

.quote{
  font-style: italic;
  margin-left: 10%;
}

input[type=text]:hover,
input[type=email]:hover,
textarea:hover {
  border-color: #04B384;
}

h3 {
  padding-bottom: 15px;
}

p {
  font-size: 1.05em;
}

.box {
  background-color: #ced4da;
  height: 100%;
}

.quotes {
  height: 70vh;
}

.team .teamimg {
  border: 10px solid #b4bcc2;
  filter: brightness(0.85) grayscale(0.35);
  transition: 0.2s ease-in-out all;
  object-fit: cover;
}
.team .teamimg:hover {
  transform: scale(1.02) rotateZ(-0.1deg);
  filter: none;
}

.member {
  position: relative;
}

.member, .member * {
  transition: 0.25s ease-in-out all;
  z-index: 4;
}
.member .text .name {
  position: relative;
  font-size: 1.6em;
  width: 100%;
}

.member .text .linkedin img {
  width: 20px;
  filter: brightness(0);
}

.member:hover .text .linkedin img{
  filter: brightness(1);
}

.member .imgcrop {
  width: 70%;
  height: 0;
  margin: auto;
  padding-bottom: 70%;
  border-radius: 100%;
  /*filter: brightness(0.75);*/
  overflow: hidden;
}

.member .imgcrop .memberimg {
  width: 100%;
}

/*Sponsor page defenitions start here*/

.title-glass{
  background: linear-gradient(
    to top,
    rgba(23,161,5, 0.55),
    rgba(4,179,132, 0.8)
    );
  z-index: 1;
}

.track-glass{
background: linear-gradient(315deg, #f39f86 0%, #f9d976 74%);
  z-index: 1;
}

.daimler-glass{
background: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
  z-index: 1;
}

.hexaware-glass{
background-image: linear-gradient(315deg, #feae96 0%, #fe0944 74%);
z-index: 1;
}

.gold-glass{
  background: linear-gradient(
    to top,
    rgba(255, 219, 88, 0.8),
    rgba(225,173,1, 1)
    );
  z-index: 1;
}

.support-glass{
  background: linear-gradient(
    to top,
    rgba(133, 153, 168, 0.6),
    rgba(91, 112, 133, 0.8)
    );
  z-index: 1;
}

.glass{
  background: linear-gradient(
    to top,
    rgba(133, 153, 168, 0.6),
    rgba(91, 112, 133, 0.8)
    );
  z-index: 1
}

.box{
  background-color: rgba(255,255,255,1);
  z-index: 2;
  transition: 0.25s ease-in-out all;
}

.box:hover {
  background-color: rgba(255,255,255,0.0);
  cursor: auto;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.spons{
  display: flex; 
  justify-content: center;
}

.crop{
  width: 85%;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.25s ease-in-out all;
}

.out:hover .crop{
  filter: blur(1px) opacity(0.2);
}

.sname{
  font-size: 1.2em;
  font-weight: 500;

  z-index: 4;
}

.opq{
  position: absolute;
  top: 50%;
  transition: 0.25s ease-in-out all;

  font-weight: 700;
  color: white;

  opacity: 0;
  visibility: visible;
}

.out:hover .opq{
  transform: translateY(-60%);
  opacity: 1;
}

.out:hover .sname ~ .opq{
  transform: translateY(-70%);
  opacity: 1;
}

.abt{
  width: 90%;
  margin: 0 5%;

  font-size: 0.9em;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: center;
}

.rounded{
  border: hidden;
}

.visit{
  display: inline-block;
  margin: auto;
  transition: 0.25s ease-in-out all;

  opacity: 0;
  visibility: visible;
}

.visit a p{
  color: #fff;
  font-weight: 900;
  font-size: 1.1em;

  padding:0;
  margin: 0;
}

.out:hover .visit{
  transition-delay: 0.6s;
  transform: translateY(-18%);

  opacity: 1;
}

.view-desk{display: block;}
.view-mobile {display: none !important;}

@media screen and (max-width: 768px) {
.view-desk {display: none !important;}
.view-mobile {display: block !important;}

#deloitte-mobile{
  padding-top: 38%;
}

#deloitte-mobile div img{
  margin-bottom: 20%;
}

}

/*Sponsor Page defenitions end here, mostly*/

.podlayercontainer {
  width: 100%;
  margin: auto;
}

.contactpage {
  position: absolute;
  padding-top: 10%;
}

.tiltcontainer .tiltmap #tilt {
  border: 1px solid #dee2e6;
}
.tiltcontainer .tiltmap #tilt .box-shadow-3d {
  box-shadow: 1px 1px 0px #999, 2px 2px 0px #999, 3px 3px 0px #999, 4px 4px 0px #999, 5px 5px 0px #999, 6px 6px 0px #999;
}
.tiltcontainer .tiltmap #tilt img {
  max-width: 70%;
  position: relative;
  transition: 0.5s ease-in-out all;
}

.altgrey .section:nth-child(even) {
  background-color: #f8f9fa;
}

p.text-justify {
  position: relative;
  font-size: 1.2em;
}

.bg-grey {
  background: #f8f9fa;
}
.bg-grey .card {
  max-width: 400px;
  margin: auto;
  height: 100%;
  transition: 0.2s ease-in-out all;
}
.bg-grey .card:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.bg-grey .card:hover .cardimg {
  filter: grayscale(0);
}
.bg-grey .card .cardimg {
  transition: 0.2s ease-in-out all;
  height: 250px;
  margin: 20px 20px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0.6);
}

.galimg {
  width: 30%;
  height: 30%;
  min-width: 300px;
  padding: 20px;
  flex-grow: 1;
  cursor: pointer;
  border-radius: 27px;
  transition: 0.2s ease-in-out all;
}
.galimg:hover {
  transform: scale(1.03);
}

.d-flex, .gallery {
  display: flex;
}

.jc-sb, .gallery {
  justify-content: space-between;
}

.jc-se {
  justify-content: space-evenly;
}

.gallery {
  flex-flow: row wrap;
  max-height: 100%;
}

.btn-anchor{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  background-color: white;
  transition: 0.2s ease-in-out all;
}

.btn-anchor:hover{
  transform: scale(1.03);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.btn-gotop{
  background-color: #18bc9c;
  color: white;

  position: sticky !important;
  top: 94%;
  z-index: 20;

  border-radius: 5px;

  transition: 0.25s ease-in-out all;
}

.btn-gotop:hover{
  color: white;
  text-decoration: underline;
}

.prevteam{
  color: #18bc9c;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}


.sponsorimg {
  max-height: 250;
  max-width: 100%;
  margin: 40px;
}

.sponsorimg: hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.sponsorimg_platinum{
  max-height: 250;
  max-width: 100%;
  margin: 40px;
}

.sponsorimg_gold {
  max-height: 200;
  max-width: 80%;
  margin: 40px;
}

.sponsorimg_silver {
  max-height: 150;
  max-width: 60%;
  margin: 40px;
}

.sponsorimg_supporting {
  max-height: 100;
  max-width: 40%;
}

.sponsor_supporting {
  height: 200px;
}

.sph {
  display: inline;
  font-size: 1.8em;
  color: #04B384;
}

.card-title {
  color: #04B384;
}

.text-xlg {
  font-size: 1.5em;
}

.text-lg {
  font-size: 1.2em;
}

.text-sm{
  font-size: 0.9em;
}

.sociallinks a img {
  height: 35px;
  margin: 0px 18px;
  filter: invert(0.9);
  transition: 0.2s ease-in-out all;
}

.sociallinks a img:hover {
  transform: scale(1.05);
}

.sociallinks_index{
  padding-top: 70px;
}

.sociallinks_index a img {
  height: 35px;
  margin: 0px 18px;
  filter: grayscale(0.1);
  filter: invert(0);
  transition: 0.2s ease-in-out all;
}

.sociallinks_index a img:hover {
  transform: scale(1.02);
  filter: grayscale(0);
}

.medialogo{
  height: 100px;
  filter: grayscale(0.1);
  transition: 0.25s ease-in-out all;
}

.medialogo:hover{
  transform: scale(1.05);
  filter: brightness(1.05) grayscale(0);
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 20px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #95a5a6;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 23px;
    height: 23px;
    margin: 20px;
    background-color: #7b8a8b;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 65px;
  width: 65px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 40px;
  color: #18bc9c;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 40px;
  color: #18bc9c;
}

.bg-glass{
  background: linear-gradient(
    to bottom right,
    rgba(24,188,156, 0.8),
    rgba(24,188,156, 0.2)
    );
}

.bg-footer{
  background: linear-gradient(
    to bottom right,
    rgba(35,62,62, 0.3),
    rgba(35,62,62, 0.7)
    );
}

.text-green{
  color: #18bc9c;
}

.track-spons-home{
    color: #00FFAB;
}

.daimler-spons-home{
    color:  #FFF2F2;
    font-size: 2vw;
    font-weight: 900;
    margin-bottom: 20px;
}

h3 {
  color: #04B384;
}

.loc {
  display: none;
}

.text-whiteimp {
  color: white !important;
}

/*Pod page accordion related defnitions start*/


.acc_label a, .acc_content{
  position: relative;
}


.acc_label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;

  width: 12px;
  height: 6px;

  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:%2317a10599;" /></svg>');
  background-size: contain;

  transition: 0.25s ease-in-out all;
}

.acc_content{
  /*display: none;*/
  height: 0;
  overflow: hidden;

  transition: 0.5s ease-in-out all;
}

.acc_content p{
  text-align: justify;
}

.acc_input{
  display: none;
}

.acc_input:checked ~ .acc_content{
  /*display: block;*/
  height: auto;
}

.acc_input:checked ~ .acc_label::after{
  transform: translateY(-50%) rotate(0.5turn);
}

.systemtitle{
  display: block;
}
/*Pod page accordion related defnitions end*/

.blog9_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.blog9_tooltip .blog9_tooltiptext {
  visibility: hidden;
  background-color: #a9a9a9;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  width: 250px;
  top: 100%;
  left: 50%;
  margin-left: -125px; /* Use half of the width (120/2 = 60), to center the tooltip */
  position: absolute;
  z-index: 1;
}

.blog9_tooltip .blog9_tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #bbb transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.blog9_tooltip:hover .blog9_tooltiptext {
  visibility: visible;
}


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



/* SpeedOMeter */

@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@800&display=swap');

.speedometer {
  overflow: hidden;
  width: 16em;
  height: 16em;
}
.speedometer-inner {
  background-image: radial-gradient(100% 100% at 50% 50%, #C0C0C0 7%, black 7.25%, #C0C0C0 8%, #C0C0C0 46.5%, #7f7f7f 45.5%, 	#484848 47.5%, 	#484848 48.75%, transparent 50%);
  color: black;
  position: relative;
  height: 16em;
}
.speedometer-inner > div {
  position: absolute;
}
.tick, .unit, .wpm {
  z-index: 0;
}
.tick {
  background-image: linear-gradient(transparent 4%, black 4%, black 8%, transparent 8%);
  top: 0;
  left: calc(50% - 0.09em);
  width: 0.1em;
  height: 100%;
  font-family: Roboto;
}
.tick span {
  display: block;
  text-align: center;
  width: 1.8em;
}
.tick:nth-of-type(1) {
  transform: rotate(-117.8831168831deg);
}
.tick:nth-of-type(2) {
  transform: rotate(-114.7662337662deg);
}
.tick:nth-of-type(3) {
  transform: rotate(-111.6493506494deg);
}
.tick:nth-of-type(4) {
  transform: rotate(-108.5324675325deg);
}
.tick:nth-of-type(5) {
  transform: rotate(-105.4155844156deg);
}
.tick:nth-of-type(6) {
  transform: rotate(-102.2987012987deg);
}
.tick:nth-of-type(7) {
  transform: rotate(-99.1818181818deg);
}
.tick:nth-of-type(8) {
  transform: rotate(-96.0649350649deg);
}
.tick:nth-of-type(9) {
  transform: rotate(-92.9480519481deg);
}
.tick:nth-of-type(10) {
  transform: rotate(-89.8311688312deg);
}
.tick:nth-of-type(11) {
  transform: rotate(-86.7142857143deg);
}
.tick:nth-of-type(12) {
  transform: rotate(-83.5974025974deg);
}
.tick:nth-of-type(13) {
  transform: rotate(-80.4805194805deg);
}
.tick:nth-of-type(14) {
  transform: rotate(-77.3636363636deg);
}
.tick:nth-of-type(15) {
  transform: rotate(-74.2467532468deg);
}
.tick:nth-of-type(16) {
  transform: rotate(-71.1298701299deg);
}
.tick:nth-of-type(17) {
  transform: rotate(-68.012987013deg);
}
.tick:nth-of-type(18) {
  transform: rotate(-64.8961038961deg);
}
.tick:nth-of-type(19) {
  transform: rotate(-61.7792207792deg);
}
.tick:nth-of-type(20) {
  transform: rotate(-58.6623376623deg);
}
.tick:nth-of-type(21) {
  transform: rotate(-55.5454545455deg);
}
.tick:nth-of-type(22) {
  transform: rotate(-52.4285714286deg);
}
.tick:nth-of-type(23) {
  transform: rotate(-49.3116883117deg);
}
.tick:nth-of-type(24) {
  transform: rotate(-46.1948051948deg);
}
.tick:nth-of-type(25) {
  transform: rotate(-43.0779220779deg);
}
.tick:nth-of-type(26) {
  transform: rotate(-39.961038961deg);
}
.tick:nth-of-type(27) {
  transform: rotate(-36.8441558442deg);
}
.tick:nth-of-type(28) {
  transform: rotate(-33.7272727273deg);
}
.tick:nth-of-type(29) {
  transform: rotate(-30.6103896104deg);
}
.tick:nth-of-type(30) {
  transform: rotate(-27.4935064935deg);
}
.tick:nth-of-type(31) {
  transform: rotate(-24.3766233766deg);
}
.tick:nth-of-type(32) {
  transform: rotate(-21.2597402597deg);
}
.tick:nth-of-type(33) {
  transform: rotate(-18.1428571429deg);
}
.tick:nth-of-type(34) {
  transform: rotate(-15.025974026deg);
}
.tick:nth-of-type(35) {
  transform: rotate(-11.9090909091deg);
}
.tick:nth-of-type(36) {
  transform: rotate(-8.7922077922deg);
}
.tick:nth-of-type(37) {
  transform: rotate(-5.6753246753deg);
}
.tick:nth-of-type(38) {
  transform: rotate(-2.5584415584deg);
}
.tick:nth-of-type(39) {
  transform: rotate(0.5584415584deg);
  height:2px;
}
.tick:nth-of-type(40) {
  transform: rotate(3.6753246753deg);
}
.tick:nth-of-type(41) {
  transform: rotate(6.7922077922deg);
}
.tick:nth-of-type(42) {
  transform: rotate(9.9090909091deg);
}
.tick:nth-of-type(43) {
  transform: rotate(13.025974026deg);
}
.tick:nth-of-type(44) {
  transform: rotate(16.1428571429deg);
}
.tick:nth-of-type(45) {
  transform: rotate(19.2597402597deg);
}
.tick:nth-of-type(46) {
  transform: rotate(22.3766233766deg);
}
.tick:nth-of-type(47) {
  transform: rotate(25.4935064935deg);
}
.tick:nth-of-type(48) {
  transform: rotate(28.6103896104deg);
}
.tick:nth-of-type(49) {
  transform: rotate(31.7272727273deg);
}
.tick:nth-of-type(50) {
  transform: rotate(34.8441558442deg);
}
.tick:nth-of-type(51) {
  transform: rotate(37.961038961deg);
}
.tick:nth-of-type(52) {
  transform: rotate(41.0779220779deg);
}
.tick:nth-of-type(53) {
  transform: rotate(44.1948051948deg);
}
.tick:nth-of-type(54) {
  transform: rotate(47.3116883117deg);
}
.tick:nth-of-type(55) {
  transform: rotate(50.4285714286deg);
}
.tick:nth-of-type(56) {
  transform: rotate(53.5454545455deg);
}
.tick:nth-of-type(57) {
  transform: rotate(56.6623376623deg);
}
.tick:nth-of-type(58) {
  transform: rotate(59.7792207792deg);
}
.tick:nth-of-type(59) {
  transform: rotate(62.8961038961deg);
}
.tick:nth-of-type(60) {
  transform: rotate(66.012987013deg);
}
.tick:nth-of-type(61) {
  transform: rotate(69.1298701299deg);
}
.tick:nth-of-type(62) {
  transform: rotate(72.2467532468deg);
}
.tick:nth-of-type(63) {
  transform: rotate(75.3636363636deg);
}
.tick:nth-of-type(64) {
  transform: rotate(78.4805194805deg);
}
.tick:nth-of-type(65) {
  transform: rotate(81.5974025974deg);
}
.tick:nth-of-type(66) {
  transform: rotate(84.7142857143deg);
}
.tick:nth-of-type(67) {
  transform: rotate(87.8311688312deg);
}
.tick:nth-of-type(68) {
  transform: rotate(90.9480519481deg);
}
.tick:nth-of-type(69) {
  transform: rotate(94.0649350649deg);
}
.tick:nth-of-type(70) {
  transform: rotate(97.1818181818deg);
}
.tick:nth-of-type(71) {
  transform: rotate(100.2987012987deg);
}
.tick:nth-of-type(72) {
  transform: rotate(103.4155844156deg);
}
.tick:nth-of-type(73) {
  transform: rotate(106.5324675325deg);
}
.tick:nth-of-type(74) {
  transform: rotate(109.6493506494deg);
}
.tick:nth-of-type(75) {
  transform: rotate(112.7662337662deg);
}
.tick:nth-of-type(76) {
  transform: rotate(115.8831168831deg);
}
.tick:nth-of-type(77) {
  transform: rotate(119deg);
}
.tick:nth-of-type(77) span {
  transform: translate(-10%, 3.5em) rotate(-119deg);
  font-size:8px;
}
.tick:nth-of-type(77) span:before {
  content: "760";
}
.tick:nth-of-type(1) span {
  transform: translate(-50%, 3.5em) rotate(120deg);
  font-size:10px;
}
.tick:nth-of-type(1) span:before {
  content: "0";
}
.tick:nth-of-type(11) span {
  transform: translate(-50%, 3.5em) rotate(86.7142857143deg);
  font-size:10px;
}
.tick:nth-of-type(11) span:before {
  content: "100";
}
.tick:nth-of-type(21) span {
  transform: translate(-50%, 3.5em) rotate(55.5454545455deg);
  font-size:10px;
}
.tick:nth-of-type(21) span:before {
  content: "200";
}
.tick:nth-of-type(31) span {
  transform: translate(-50%, 3.5em) rotate(24.3766233766deg);
  font-size:10px;
}
.tick:nth-of-type(31) span:before {
  content: "300";
}
.tick:nth-of-type(41) span {
  transform: translate(-50%, 3.5em) rotate(-6.7922077922deg);
  font-size:10px;
}
.tick:nth-of-type(41) span:before {
  content: "400";
}
.tick:nth-of-type(51) span {
  transform: translate(-60%, 3.5em) rotate(-37.961038961deg);
  font-size:10px;
}
.tick:nth-of-type(51) span:before {
  content: "500";
}
.tick:nth-of-type(61) span {
  transform: translate(-50%, 3.5em) rotate(-69.1298701299deg);
  font-size:10px;
}
.tick:nth-of-type(61) span:before {
  content: "600";
}
.tick:nth-of-type(71) span {
  transform: translate(-50%, 3.5em) rotate(-100.2987012987deg);
  font-size:10px;
}
.tick:nth-of-type(71) span:before {
  content: "700";
}
.tick:nth-of-type(5n + 1) {
  background-image: linear-gradient(transparent 4%, black 4%, black 10%, transparent 10%);
  width: 0.1em;
}
.tick:nth-of-type(10n + 1) {
  background-image: linear-gradient(transparent 4%, black 4%, black 12%, transparent 12%);
  width: 0.15em;
}

.arrow {
  background-color: black;
  border-radius: 50% 50% 0 0;
  box-shadow: 0 0 1px 1px gray inset, 0 0 1px 1px rgba(0, 0, 0, 0.4);
  top: 33%;
  left: calc(50% - 0.225em);
  width: 0.45em;
  height: 5.4em;
  transform: rotate(120deg) translateY(-73%);
  transition: transform 4.5s linear;
  z-index: 1;
}
.unit {
  bottom: 20%;
  left: 38%;
  width: 3em;
}
.unit:before {
  white-space: nowrap;
  font-family: sans-serif ;
  content: "mm of Hg";
  z-index:-999;
}
.wpm {
  background-color: #fff;
  border-radius: 0.2em;
  box-shadow: 0 0.05em 0.05em rgba(0, 0, 0, 0.5) inset;
  color: #000;
  overflow: hidden;
  top: 62%;
  left: calc(50% - 1.5em);
  padding: 0 0.4em;
  height: 1.2em;
  width: 3em;
}
.wpm > span {
 /* Number sprites by lavarmsg from Vecteezy.com (https://www.vecteezy.com/vector-art/95999-digital-number-counter) */
  background-image: url(https://static.vecteezy.com/system/resources/previews/000/095/999/original/vector-digital-number-counter.jpg);
  background-size: 6em auto;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 0.7em;
  transform: translateY(0.12em);
}
/* Number sprites */
._ {
  background-position: -3.65em -2.87em;
  opacity: 0.2;
}
._0 {
  background-position: -0.725em -1.725em;
}
._1 {
  background-position: -1.7em -1.725em;
}
._2 {
  background-position: -2.675em -1.725em;
}
._3 {
  background-position: -3.675em -1.725em;
}
._4 {
  background-position: -4.65em -1.725em;
}
._5 {
  background-position: -0.725em -2.87em;
}
._6 {
  background-position: -1.7em -2.87em;
}
._7 {
  background-position: -2.675em -2.87em;
}
._8 {
  background-position: -3.65em -2.87em;
}
._9 {
  background-position: -4.625em -2.87em;
}

.sponsanchor {
        font-size: calc(35% + 1vw + 1vh);
}

.sponsanchor:hover {
    text-decoration: none;
    
}
/*map css*/
.btn-info {
  color: #fff;
  background-color: #fff;
  border-color: #0cbe46;
}
.fa-map-marker-alt,
.fa-dot-circle,
.fa-directions {
  color: #0cbe46;
}

/*Jumbotron*/
.jumbotron {
  background-color: transparent;
  margin: 0;
  padding: 10px;
}

.jumbotron h1 {
  letter-spacing: 2.5px;
  font-size: 3.5em;
}

.jumbotron h1,
.jumbotron p {
  text-align: center;
}

/*map*/
#googleMap {
  width: 80%;
  height: 400px;
  margin: 10px auto;
}

/*output box*/
#output {
  text-align: center;
  font-size: 2em;
  margin: 20px auto;
}

#mode {
  color: black;
}
.output-message {
        background-color: #0cbe46;
        color: #fff; /* Text color */
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
    }
