.rankGroupDiv
{
	margin: 0 0 10vw 0;	
}
.rankGrpHdr
{
	background-color: #fff;	
    height: 10vw;
    line-height: 10vw;
    width: 50vw;
    margin: auto;
    border-radius: 25px;
    margin-top: 5vw;
    font-size: 40px;
}
body {
  background-image: url('home-background.png');
  background-repeat: repeat-y;
}
html, body {
	overflow: visible;
}
div.gallery {
	
	display:inline-block;
	cursor:pointer;
	padding:15px 0px;
	margin: 2% 25%;
	width: 20vw;
    vertical-align: middle;	
}

.AppButton {
	display:inline-block;
	cursor:pointer;
	padding:15px 0px;
	margin: 2% 25%;
	width: 20vw;
    vertical-align: middle;
}
.ACButton {
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:linear-gradient(to bottom, #636363 5%, #636363 100%);
	background-color:#636363;
	border-radius:4vw;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:40px;
	font-weight:bold;
	padding:15px 0px;
	margin: 2% 25%;
	text-decoration:none;
	width: 20vw;
    vertical-align: middle;
}
.ACButton:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
}
.ACButton:active {
	position:relative;
	top:1px;
}

img {
	width: 17vw;
	min-width: 150px;
}

.rightSmall {
	text-align: right;
	font-size: 40px;
}
.GrayForm {
	background-color: #636363;	
	font-size: 22px;
	margin: 20px 10px;
	padding: 20px 10px;
	width: 80%;
	text-align: left;
}
Label {
    display: block;
	padding-top: 15px;
	padding-bottom: 5px;
}
.togglePassword {
	min-width:0px; 
	width:3vw; 
	min-height:0px; 
	height:30px; 
	margin-left: -3.5vw; 
	cursor: pointer;
}
button {
	margin: 25px 0 15px 0;	
	font-size: 28px;
	width: 75vw;
}

input, textarea, select {
	width: 75vw;
	font-size: 24px;
	color: black;
}
@supports not (-webkit-touch-callout: none) {
	input[type=checkbox]
	{
		width: auto;
		height: auto;
		transform: scale(4);
		margin: 2rem;	
	}	
}
@supports (-webkit-touch-callout: none) {
	input[type=checkbox]
	{
		width: auto;
		height: auto;
		transform: scale(2);
		margin: 2rem;	
	}
}

@media screen and (max-width: 1000px) {
	
	.togglePassword {
		margin-left: -6vw; 
	}
	.ACButton {
		font-size:75px;
		padding:55px 0px;
		margin: 7vw 0px;
		width: 65vw;
	}
	div.gallery {
		padding:20px 0px;
		margin: 3vw 0px;
		width: 65vw;
	}
	.AppButton {
		padding:20px 0px;
		margin: 3vw 0px;
		width: 65vw;
  	}
	img {
		width: 75vw;
	}
	.mobileFontSize {
		font-size: 52px;
	}
	.GrayForm {
		font-size: 52px;
		padding: 40px 20px;
		margin: 40px 20px;
	}
	label {
		font-size: 52px;
	}
	input, textarea, select {
		background-color: #fff;
		font-size: 46px;
	}

	button {
		margin: 50px 0 30px 0;	
		font-size: 52px;
		width: 75vw;	
	}

  html., body {
    height: 100%;
    overflow: visible;
    min-height: 100vh;
  }
 
}
 
  td.container > div {
    width: 100%;
    height: 100%;
    overflow:hidden;
    border: none;
  }

  td.container {
    height: 13vw;
    width:33%;
    border: none;
  }
  
  table {
    text-align: center; 
    vertical-align: middle;
    width:100%;
    border: none;
  }

  span.new {
    position: absolute;
    border-radius: 25px;
    margin-top: -0.6vw;
    margin-left: -15vw;
    padding: 2px;
    background-color: #ff0000;
  }

  div.encounter {
    border-radius: 25px;
    max-height: 8vw;
    max-width: 29vw;
    background-color: #636363;
    border:3px solid #b5b5b5;
    margin: auto;
  }

  div.board {
    position: absolute; 
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    height: 7vw;
    width: 5vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
    margin-top: 0.5vw;
    margin-left: 0.5vw;
  }

  div.discipline {
    border-radius: 25px;
    max-height: 2vw;
    max-width: 18vw;
    min-width: 18vw;
    margin-top: 0.5vw;
    margin-left: 7vw;
    margin-right: 0.6vw;
    padding-left: 1vw;
    padding-right: 2vw;
    white-space: nowrap;
    overflow: hidden;

    background-color: #000000;
    color: #FFFFFF;
  }
  
  div.registration1 {
    position: absolute; 
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 2vw;
    width: 21vw;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    margin-top: 0.5vw;
    margin-left: 7vw;
  }
  
  div.registration2 {
    position: absolute; 
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 2vw;
    width: 21vw;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    margin-top: 2.5vw;
    margin-left: 7vw;
  }
  
  div.registration1BD {
    position: absolute; 
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 2vw;
    width: 10vw;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    margin-top: 0vw;
    margin-left: 7vw;
  }
  
  div.registration2BD {
    position: absolute; 
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 2vw;
    width: 10vw;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    margin-top: 0vw;
    margin-left: 18vw;
  }
  
  div.registration3BD {
    position: absolute; 
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 2vw;
    width: 10vw;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    margin-top: 3vw;
    margin-left: 7vw;
  }
  
  div.registration4BD {
    position: absolute; 
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 2vw;
    width: 10vw;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    margin-top: 3vw;
    margin-left: 18vw;
  }

  div.connectorTeam1BD {
    position: absolute; 
    white-space: nowrap;
    overflow: hidden;
    text-align: left;   
    height: 2vw;
    width: 10vw;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    margin-top: 2vw;
    margin-left: 8vw;
  }

  div.connectorTeam2BD {
    position: absolute; 
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 2vw;
    width: 10vw;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    margin-top: 2vw;
    margin-left: 19vw;
  }

  p {
    padding: 0;
    margin: 0;
    font-size:30px;
  }

  span.newMobile {
    position: absolute;
    border-radius: 25px;
    margin-top: -0.6vw;
    margin-left: 2vw;
    padding: 2px;
    background-color: #ff0000;
    height: 4vw;
    width: 7vw;
    padding: 2px;
    font-size: 30px;
    background-color: #ff0000;
  }

  div.encounterMobile {
    border-radius: 25px;
    min-height: 30vw;
    max-width: 90vw;
    background-color: #636363;
    border:3px solid #b5b5b5;
    margin: auto;
    margin-bottom: 10vw;
  }
  
  div.boardMobile {
    position: absolute; 
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    height: 18vw;
    width: 10vw;
    padding-top: 7vw;
    padding-bottom: 0vw;
    margin-top: 2.5vw;
    margin-left: 2.5vw;
  }

  div.disciplineMobile {
    position: absolute; 
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;    
    height: 7vw;
    width: 72.5vw;
    padding-top: 1vw;
    padding-bottom: 0vw;
    margin-top: 2.5vw;
    margin-left: 15vw;
  }
  
  div.registration1Mobile {
    position: absolute; 
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 7vw;
    width: 70.5vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 0vw;
    margin-top: 11.5vw;
    margin-left: 15vw;
  }
  
  div.registration2Mobile {
    position: absolute; 
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 7vw;
    width: 70.5vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 0vw;
    margin-top: 20.5vw;
    margin-left: 15vw;
  }
  
  div.registration1BDMobile {
    position: absolute; 
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 7vw;
    width: 35vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 0vw;
    margin-top: 11.5vw;
    margin-left: 15vw;
  }
  
  div.registration2BDMobile {
    position: absolute; 
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 7vw;
    width: 35vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 0vw;
    margin-top: 11.5vw;
    margin-left: 50.5vw;
  }
  
  div.registration3BDMobile {
    position: absolute; 
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 7vw;
    width: 35vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 0vw;
    margin-top: 20.5vw;
    margin-left: 15vw;
  }
  
  div.registration4BDMobile {
    position: absolute; 
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 7vw;
    width: 35vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 0vw;
    margin-top: 20.5vw;
    margin-left: 50.5vw;
  }

  div.connectorTeam1BDMobile {
    position: absolute; 
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 7vw;
    width: 35vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 0vw;
    margin-top: 16vw;
    margin-left: 15vw;
  }

  div.connectorTeam2BDMobile {
    position: absolute; 
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;    
    height: 7vw;
    width: 35vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 0vw;
    margin-top: 16vw;
    margin-left: 50.5vw;
  }

  p.mobile {
    padding: 0;
    margin: 0;
    font-size:45px;
  }




.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


.arrow {
	position: fixed;
	right: 0px; 
	width: 20px;
	height: 60px;
	animation: shake 5s;
	animation-iteration-count: infinite;
}
.adown {
	bottom: 15px;
}
.aup {
	top: 15px;
}

@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*
div.gallery img {
  width: auto;
  height: auto;
  max-height : 85%;
}

div.gallery video {
  width: auto;
  height: auto;
  max-height : 85%;
}
*/