 @charset "utf-8";
/* CSS Document */

/* FONTS: */
@import url('https://fonts.googleapis.com/css2?family=Monda:wght@700&display=swap');

/*
COLORS:
///LIGHTS///

///DARKS///

///PRIMARY COLOR///

///SECONDARY COLOR///


*/

/***************************************************
	GENERAL
***************************************************/
/* style */

.Normal {
	position: relative;
}

.mobile-text {
	display: none;
}
.spacing {
	padding: 3rem 0rem 8rem 0rem;
	position: relative;
}

h2, h3 {
	font-family: 'Monda', sans-serif;

}

h2 {
    font-size: 2.5rem;
	margin-bottom: 0px;
    color: #86CB92;
    text-align: center;
}

h4 {
	font-family: 'Lato';
    font-size: 20px;
}
/* buttons */

.btn-ghosted {
	background-color: transparent;
	border-color: transparent;
}

.btn-ghosted:hover {
	background-color: transparent;
	border-color: transparent;
}

.btn-yellow, .btn-yellow:visited {
	background-color: rgb(255, 255, 52);
	border-color: rgb(255, 255, 52);
	color: #000;
}

.btn-yellow:hover {
	background-color: rgb(192 192 64);
	border-color: rgb(192 192 64);
	color: #000;
}

.description .dgov-container {
	margin-top: 80px;
}
/* cards */

/* animation */

/***************************************************
	BANNER
***************************************************/
#banner {

	padding-top: calc(4rem + 75px);
	/* background: linear-gradient(to top, rgba(86, 80, 56,1) 0%, rgba(86, 80, 56,0) 78%), url(/Portals/1/Spotlight/2020/subterranean-challenge/3dTerrain_gfx.png), #000; */
	    background: linear-gradient(to top, rgba(0, 0, 0,1) 0%, rgba(0, 0, 6,0.3) 78%), url(/Portals/1/Spotlight/2020/subterranean-challenge/3dTerrain_gfx-yellow.png), #000;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
	padding-bottom: 0px;
}

#banner h2 {
	margin-bottom: 0px;
	color: rgb(255, 255, 52);
	text-align: center;
	font-size: 3.5rem;
}

#banner .subhead {
	font-size: 1.5rem;
	color: #f7f7bc;
	text-align: center;
}




/***************************************************
	INTRO
***************************************************/
#intro {
	    background: linear-gradient(to top, rgba(0, 0, 0,1) 0%, rgba(0, 0, 6,0.3) 78%), url(/Portals/1/Spotlight/2020/subterranean-challenge/3dTerrain_gfx-yellow.png), #000;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
	padding-top: 0rem;
}

#intro .box {
	text-align: center;
    padding: 50px 100px;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
border-radius: 3px;
position: relative;
z-index: 1;
background: inherit;
overflow: hidden;
}

#intro .dgov-container, #intro .dgov-grid, #intro .dgov-col-md-6, #intro .dgov-col-auto {
	background: inherit;

}

#intro .box:before {
content: "";
position: absolute;
background: inherit;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 2000px rgba(255, 255, 255, .1);
filter: blur(10px);
margin: -20px;
}
#intro .box * {
	color:  #f7f7bc ;
}
#intro .box p {
	margin: 0px;
	color: #fff;
}

#intro .rules-box p {
	font-size: .8rem;
    color: #dede2d;
}

#intro .rules-box p span {
	font-weight: 700;
    color: #fff;
}

#intro .dgov-col-auto .content {
	text-align: center;
	
    padding: 20px;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
border-radius: 3px;
position: relative;
z-index: 1;
background: inherit;
overflow: hidden;
}

#intro .dgov-col-auto .content:before {
content: "";
position: absolute;
background: inherit;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 2000px rgba(255, 255, 52, .4);
filter: blur(10px);
margin: -20px;
}

#intro .dgov-col-auto .content.future:before {
content: "";
position: absolute;
background: inherit;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 2000px rgba(255, 255, 52, .8);
filter: blur(10px);
margin: -20px;
}

#intro .dgov-col-auto .angle {
position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #cece35;
    top: calc(50% - 8px);
    right: -5px;
    z-index: 9;
}


#intro .dgov-col-auto .content p {
	margin: 0px;
    font-size: 0.8rem;
	color: #fff;
}
#intro .box p {
	margin: 0px;
	
}

#intro .dgov-col-auto .content h4 {
	margin-bottom: 5px;
	color: #f7f7bc;
}



/***************************************************
	ALL 3 UNITS
***************************************************/

.soil {
	    position: absolute;
    top: -65px;
    width: 100%;
	left: 0px;
}

.unit .grow {
position: relative;
    width: 100%;
    min-height: 550px;
	border-top: none !important;
	margin-top: 30px;
	padding: 40px;
}

.unit .grow.second {
	min-height: 0px;
}

.unit .grow:after {
		content: "";
	position: absolute;
	width: 85%;
	height: 2px;
	top: 0px;
	right: 0px;
}

.unit .grow.grow-info:after {
	width: 88%;
}

.unit .grow.grow-track:after {
	width: 81%;
}

.unit .grow.second {
	margin-top: 1rem;
	    border-bottom: 0px !important;
	margin-bottom: -30px;
}

.unit .grow.second .dgov-container {
	    max-width: none;
    padding: 0px;
}

.unit .bg {
    overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
z-index: 1;
background: inherit;
	max-width: 1200px;
    margin: auto;
    padding: 15px;
    border-radius: 3px;
}

.unit .grow-title {
    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 52);
    position: absolute;
  
    top: -15px;
   
}

.unit .bg:before {
content: "";
position: absolute;
background: inherit;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
filter: blur(10px);
margin: -20px;
}

.unit h2 {
color: #ffffff;
}

.unit h3 {
    margin-bottom: 0px;
	text-align: center;
}

.unit .third .circle {
    margin: 20px;
    border-radius: 50%;
    overflow: hidden;
	margin-bottom: 10px;
		text-align: center;
    padding: 0px;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .8);
position: relative;
z-index: 1;
background: inherit;
	transition: all 0.25s;
	background: rgba(33,33,33,0.4);
	border: 1px solid rgba(33,33,33,1);
}

.unit .third.active .circle {
	padding: 15px;
}

.unit .third .circle:hover {
	background: rgba(33,33,33,1);
	border: 3px solid rgb(255, 255, 52);
}

.unit .third.active .circle:hover {
		border: 1px solid rgba(33,33,33,1);

}

.unit .third {
  width: 33.3333%;
  float: left;
  transition: all 300ms;
		transition: all 0.25s;
}

.unit .third .circle:before {
content: "";
position: absolute;
background: inherit;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: inset 0 0 2000px rgba(65, 121, 163, .2);
filter: blur(10px);
margin: -20px;
}

.unit .third .circle:before {
content: "";
position: absolute;
background: inherit;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
filter: blur(10px);
margin: -20px;
}

.unit .third.active .circle{
	border-radius: 3px;
	background: rgba(33,33,33,1);
	min-height: 300px;
}

.unit .third .circle img {
width: 100%;
border-radius: 50%;	
transition: all 0.25s;
}

.unit .third.active .circle img{
width: 30%;
	float: left;
}
.unit .third .circle .info {
opacity: 0;
	width: 0%;
	transition-delay: .5s;
	transition: width 0s, opacity .25s;
	    position: absolute;
    right: 0px;
    top: 0px;
	padding: 20px;
}
.unit .third.active .circle .info {
opacity: 1;
	width: 70%;color: #e8e8e8;
}

.unit .info h3 {
	color: #fff;
margin-bottom: 0px;
text-align: left;
 padding-bottom: 5px;
 margin-bottom: 5px;
}

.unit .third .place {
    margin-bottom: 5px;
    font-family: 'Lato';
    font-size: 25px;
    text-align: center;
    line-height: 1.3rem;
	opacity: 1;
	transition: opacity .1s;
	margin-top: 20px;
}

.unit .third.active .place {
	opacity: 0;
}

.unit h4 {
    font-family: 'Lato';
    font-size: 20px;
}

.unit .grow-container {
	    max-width: 1200px;
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
}

.info-text {
	background: linear-gradient(130deg, rgba(255, 255, 52, 0.5), rgba(255, 255, 52, 0.3));
    padding: 20px;
    color: #fff;
	height: 100%;
}

.recap p {
	    color: #fff;
    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.info-text p {
	margin: 0px;
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-pills>li {
    float: left;
    width: 49%;
    text-align: center;
    margin-bottom: 20px;
    background: rgb(255, 255, 52);
	opacity: 0.5;
	transition: all 0.25s;
}

.nav-pills>li.active {
opacity: 1;
}

.nav-pills>li.active:after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  border-top: 20px solid rgb(255,255,52);
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000;
    background-color: transparent;
}

.tab-pane p.un {
	    color: #fff;
    padding: 10%;
    text-align: center;
    background: linear-gradient(
130deg
, rgba(255, 255, 52, 0.5), rgba(255, 255, 52, 0.3));
    margin-top: 40px;
    font-size: 1.2rem;
}

/***************************************************
	STATS GRID
***************************************************/
.stat-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
		margin-top: 10px;
}
.stat-container div {
    box-sizing: border-box;
    margin-bottom: 5px
}
.stat-container .name {
    text-transform: uppercase;
    width: 25%;
    font-size: 17px;
	font-weight: 600;
}

@media screen and (max-width:500px) {
.stat-container .name {
    width: 30%
}
}
.stat-container .bar-1 {
    background-color: #8f4902
}
.stat-container .bar-2 {
    background-color: #a65303
}
.stat-container .bar-3 {
    background-color: #be5f04
}
.stat-container .bar-4 {
    background-color: #d96e07
}
.stat-container .bar-5 {
    background-color: #fc7f08
}
.stat-container .empty {
    background-color: #595959
}
.stat-container .empty, .stat-container [class^=bar] {
    width: 14%
}

@media screen and (max-width:500px) {
.stat-container .empty, .stat-container [class^=bar] {
    width: 12%
}
}
.stat-container .scope {
    margin-bottom: 0
}

.info h3 span {
	font-size: 15px;
    color: #777777;
}

.info p {
	    margin-top: 20px;
    text-align: left;
}

/***************************************************
	TUNNEL
***************************************************/
#tunnel {
background: linear-gradient(to top, rgba(0, 0, 0,1) 0%, rgba(0, 0, 6,0.3) 78%), url(/Portals/1/Spotlight/2020/subterranean-challenge/3dTerrain_gfx-blue.png) #000;
		background-attachment: fixed;
background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
}

#tunnel .grow {
border: 1px solid #355e93;
}

#tunnel .grow:before {
background: linear-gradient(to left, rgb(255, 255, 52), rgb(53, 94, 147));
}

#tunnel .grow:after {
background: linear-gradient(to right, rgb(255, 255, 52), rgb(53, 94, 147));
}

#tunnel .bg:before {
box-shadow: inset 0 0 2000px rgba(65, 121, 163, .4);
}



#tunnel .third .circle:before {
box-shadow: inset 0 0 2000px rgba(65, 121, 163, .2);
}
 
#tunnel .info h3 {
border-bottom: 1px solid #30536d;
}

#tunnel .third .place {
color: #9dc3e0;
}

/***************************************************
	URBAN
***************************************************/
#urban {
background: url(/Portals/1/Spotlight/2020/subterranean-challenge/3dTerrain_gfx.png) #000;
		background-attachment: fixed;
background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
}

#urban .grow {
border: 1px solid rgb(134, 203, 146);
}

#urban .grow:before {
background: linear-gradient(to left, rgb(255, 255, 52), rgb(134, 203, 146));
}

#urban .grow:after {
background: linear-gradient(to right, rgb(255, 255, 52), rgb(134, 203, 146));
}

#urban .bg:before {
box-shadow: inset 0 0 2000px rgba(134, 203, 146, .4);
}



#urban .third .circle:before {
box-shadow: inset 0 0 2000px rgba(134, 203, 146, .2);
}
 
#urban .info h3 {
border-bottom: 1px solid #86cb92;
}

#urban .third .place {
color: #F5D0C5;
}

/***************************************************
	CAVE
***************************************************/
#cave {
  background: linear-gradient(to top, rgba(0, 0, 0,1) 0%, rgba(0, 0, 6,0.3) 78%), url(/Portals/1/Spotlight/2020/subterranean-challenge/3dTerrain_gfx-red.png), #000;
		background-attachment: fixed;
background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
}

#cave .grow {
    border: 1px solid rgb(121,55,57);
}

#cave .grow:before {
	background: linear-gradient(to left, rgb(255, 255, 52), rgb(121,55,57));
}

#cave .grow:after {
	background: linear-gradient(to right, rgb(255, 255, 52), rgb(121,55,57));
}

#cave .bg:before {
box-shadow: inset 0 0 2000px rgba(121,55,57, .4);
}



#cave .third .circle:before {
box-shadow: inset 0 0 2000px rgba(121,55,57, .2);}
 
#cave .info h3 {
	border-bottom: 1px solid rgb(121,55,57);

}

#cave .third .place {
color: #F5D0C5;
}

/***************************************************
	FINAL EVENT
***************************************************/
#final {
	background: #100D0B;
	padding: 4rem 0rem;
}

#final h2 {
	color: #fff;
	    z-index: 9;
	position: relative;
}

#final p.sub {
	    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 52);
    position: absolute;
    left: 50%;
    margin-top: 10px;
    transform: translate(-50%, 0%);
	    z-index: 9;
}

#final .feature-image {
margin-top: -100px;
    z-index: 1;
    position: relative;
    margin-bottom: -100px;
	
}

#final .description {
	    position: relative;
    z-index: 9;
	    
    color: rgb(255, 255, 52);
    text-align: center;
    max-width: 75%;
    margin: auto;
}

#final .foot-img {
	    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    bottom: -145px;
    
	animation: taadaa 10s infinite;
}

@keyframes taadaa { 
  0% {
    opacity: .05;
  }
50% {
    opacity: .2;
  }
  100% {
    opacity: .05;
  }
}
/***************************************************
	RESPONSIVE
***************************************************/
/* Laptops - MD */
@media only screen and (max-width: 1200px) {
	#intro .box {
	padding: 25px 40px;	
	}
	.unit .grow:after {
		width: 75%;
	}
	.unit .grow.grow-info:after {
		width: 82%;
	}
	
	.stat-container .name {
		font-size: 14px;
	}
	
	.unit .third .place {
		font-size: 17px;
	}
	
	.info p {
	font-size: 19px;
	}
	
	#banner {
		background-attachment: inherit;
	}
	
	#intro {
		background: #000;
	}
	
}
/* Tablets - SM */
@media only screen and (max-width: 991px) {
	.nav-pills>li+li {
		margin-left: 0px;
	}
	
	#intro .rules-box p {
		font-size: 19px;
	}
	.unit .grow:after { display: none; }
	.stat-container .name {
		font-size: 14px;
	}
	
	.unit .third {
		width: 100% !important;
	}
	
	.unit .third .circle {
	padding: 15px;
}
	
	.unit .third {
		float: none;
	}

.unit .third .circle:hover {
		border: 1px solid rgba(33,33,33,1);

}

.unit .third .circle{
	border-radius: 3px;
	background: rgba(33,33,33,1);
	min-height: none;
}

.unit .third .circle img{
width: 30%;
	float: left;
}

.unit .third .circle .info {
opacity: 1;
	width: 100%;
	color: #e8e8e8;
	position: relative;
}

.unit .third .place {
	opacity: 0;
}
	
	.unit .third .circle img {
		padding: 20px;
	}
	
	#tunnel .info h3, #urban .info h3, #cave .info h3  {
		border-bottom: none;
	}
	#intro .box:before {
	box-shadow: inset 0 0 2000px rgb(255 255 52 / 40%);
}
	#tunnel .bg:before {
		    box-shadow: inset 0 0 2000px rgb(65 121 163);

	}	
	#urban .bg:before {
    box-shadow: inset 0 0 2000px rgb(134 203 146);
}
	
	#cave .bg:before {
    box-shadow: inset 0 0 2000px rgb(121 55 57);
}
	
	.unit .bg {
		    padding: 15px 0px 0px;
    margin: 15px;
	}
	
	#final .feature-image {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

/* Phones - XS */
@media only screen and (max-width: 768px) {
	
	#intro .dgov-col-auto .angle {
		display: none;
	}
	.unit .third .circle img {
	    float: none;
    width: 60%;
    padding: 10px;	
	}
	
	.unit .grow {
		padding: 40px 10px;
	}
	
	.unit .grow-result {
		margin-bottom: 0px;
	}
	
	.unit .third .circle {
		margin: 0px;
	}
	
	.nav-pills>li {
		width: 100%;
	}
	
	.nav-pills>li.active:after {
		display: none;
	}
	
	.mobile-text {
		display: block;
	}
	
	.unit .grow-title {
		text-align: center;
    width: 100%;
    left: 0;
	}
	
	.nav-pills li:first-child {
		margin: 0px;
	}
	
	.unit .third .circle .info {
		padding: 10px;
	}
	
	.unit .third .place.mobile-text {
		opacity: 1;
		text-align: center;
		    margin-bottom: 0px;
    margin-top: 0px;
	}
	
}

/* Phones - XXS */
@media only screen and (max-width: 600px) {
	
	#intro .dgov-col-auto .angle {
		display: none;
	}
	.unit .third .circle img {
	    float: none;
    width: 100%;
    padding: 10px;	
	}
	
}
	