@charset "utf-8";
/* CSS Document */


 body {
background-color: #333333;  background-image: url('images/black_paper.jpg');  background-repeat:repeat;  
    color: #999999;
    
}

#wrap {	width: 100%; max-width: 950px; }

#header { 	background-image: url('../images/jointop_back2.webp'); background-repeat: repeat-x; 
    text-align: left;
    color: #FFF;
	width: 100%;
	
}


#form_wrap { border: 1px solid #5F5F5F;   background-color: #e5e5e5;   color: #000;}



.form_panel {     background: #F8F8F8;
    border: 0px solid #000;
    /* height: 630px; */
    }


.form_panel  .grey {
  background: url('../images/circle-gray.gif') no-repeat;
  width: 33px;
  height: 32px;
 line-height: 1.6rem;
  float: left;
  color: #000;
  text-align: center;
}



.error_text { color:#ff0000; line-height: 1rem; margin: 5px 0px; }

.infoz { font-size:13px; color:#999; }


/*------------------------- status image stuff ---------------------------*/

.status-image {
height:28px;
/* left:313px; position:absolute; top:18px; */
width:28px;
	background-size: contain;
	background-repeat: no-repeat;
	
}

.status-image-correct {

	
	background-image: url("../images/correct.png"); 
}

.status-image-wrong {
background-image:url("../images/wrong.png");

}


.status-image-wait {

background-image: url("../images/wait.gif");
}


.tick_image { width: 28px; height: 28px; }



.shadowed {   box-shadow:  rgba(0,0,0,0.6)  1px 1px 1px; 
   -webkit-box-shadow:  rgba(0,0,0,0.6)  1px 1px 1px; 
	-moz-box-shadow:  rgba(0,0,0,0.6)  1px 1px 1px;  
	/* position: relative; */
  

}   


.my45 { margin-top: 2rem;
					margin-bottom: 2rem;}

.form_panel .fs-5 {  font-size: 1.2rem !important;}

/*------------------ test radio buttons ---------------------------*/

.join_methods input[type="radio"], .join_options input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
  height: 0;
}


.join_methods input[type="radio"]:checked + div.status-image, .join_options input[type="radio"]:checked + div.status-image, .join_methods input[type="radio"]:checked + label > div.status-image{
	
	background-image: url("../images/correct.png");
	
}


.join_methods .join_method_wrapper { 
/* border:1px inset #ECECEC;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.6); */
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(225, 225, 225) 100%);
border:1px outset #C6C6C6;
  box-shadow: 2px 4px 4px hsl(220deg 60% 50% / 0.4), 3px 6px 4px rgba(255, 255, 255, 0.7) inset;
	

    cursor: pointer;
	font-size: 0.95rem;
  }


.join_methods .join_method_wrapper:has(input:checked) {
	
		background: #fff !Important;
  border: 1px solid #919191;
 box-shadow: 0px 0px 4px hsl(220deg 60% 50% / 0.6), 3px 6px 4px rgba(255, 255, 255, 0.7);
	
	
}






.form-check-label {  cursor: pointer;}
 
.form-check-input  { --bs-border-color: #9E9E9E; }

.join-option {

/*	
border:1px inset #868686;

    box-shadow: 2px 2px 2px rgba(0,0,0,0.6); */
background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(225, 225, 225) 100%);	
border:1px outset #C6C6C6;
  box-shadow: 2px 4px 4px hsl(220deg 60% 50% / 0.4), 3px 6px 4px rgba(255, 255, 255, 0.7) inset;
    cursor: pointer;
	font-size: 0.95rem;
 min-height: 90px;

}


/* .join-option:hover { background-color: #fff !important; } */

 .join-option:hover, .join-option:has(input:checked)  {
	
	background: #fff !Important;
  border: 1px solid #919191;
 box-shadow: 0px 0px 4px hsl(220deg 60% 50% / 0.6), 3px 6px 4px rgba(255, 255, 255, 0.7);
	
	
}


.special-header { 	
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff88+0,ffff88+100;Yellow+Flat+%231 */
background: #ffff88; /* Old browsers */
background: -moz-linear-gradient(top,  #fbfbec 0%, #ffff88 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbec), color-stop(100%,#ffff88)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbfbec 0%,#ffff88 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbfbec 0%,#ffff88 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbfbec 0%,#ffff88 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fbfbec 0%,#ffff88 100%); /* W3C */

	
	border: 1px solid #c0c0c0;
	  box-sizing: border-box;
  position: relative;
 
}



.special-header:after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -14px;
  
  width: 28px;
  height: 18px;
  background: url("/hub11/images/downarrow.png") 0 0 no-repeat;
  content: "";
  
}




.special {  
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdffad+0,ffff9e+100 */
background: rgb(253,255,173); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,251,206,1) 0%, rgba(255,255,158,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(253,251,206,1) 0%,rgba(255,255,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(253,251,206,1) 0%,rgba(255,255,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



}



.green_button { background: #48B037;
  border: solid 2px #40A130;
letter-spacing: 0.09rem;}





    .biglogo {
    width: 100%;
    max-width: 600px;
    background-image: url('https://www.tacamateurs.com/hub6/images/big-logo-narrow.jpg');
    background-size: 100% auto;
    padding-bottom: 53.5%;
    background-repeat: no-repeat;
    margin: 0px auto;
	overflow: hidden;
    display: block;
}


.features .col-12 span { color: #F13A86; font-weight: 600; }
.features .col-12 .tick_image { width: 25px; height: 25px }

.features { font-size: 1rem; }



/*----------------- quotes ------------------------------ */

.quote { border: 1px solid #a8a8a8; background-color:#fff;}
.quote i { font-size: 0.95rem;
  margin-bottom: 5px;
  display: block;
  line-height: 1.3rem;
  color: #666699; }

.quote span { display: block;
  text-align: right;
  font-weight: bold;
  font-size: 12px; }




@media only screen and (min-width: 576px) {
	.join-option {
  /*  height: 80px; */
	font-size: 1rem;
  }

	.biglogo {  max-width: 970px;
		   background-image:url('https://www.tacamateurs.com/hub6/images/big-logo2.jpg');
		   background-size: 100% auto;
		   padding-bottom: 35.6%; 
		  
		   }

	.features { font-size: 1.1rem; }
	
	
	
}



@media only screen and (min-width: 768px) {
	.join-option {
  /* height: 80px;  */
	font-size: 1rem;
  }

 	.features { font-size: 1.2rem; }
	
	.features .col-12 .tick_image { width: 28px; height: 28px }
	
	
}

