@charset "utf-8";

html{background:#2a2d43;
	font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
}

.qnumber img{width:50px;
	height:auto;
margin:0;
    margin-left:5px;
    
padding:0;
	z-index:500;
	position:relative;
}
.new,.new1{display:flex;
justify-content: center;
align-items:center;
border-radius:15px;
background:#6AA5e6;
margin-left:auto;margin-right:auto;
text-decoration: none;
color:#ffffff;
font-size:1.3em;
text-align: center;
font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
margin-top:30px;
box-sizing:content-box;
padding:20px;}

#subs{
margin-top:20px;
display:flex;
justify-content: center;
align-items:center;
width:100%;}
#subs a{
background:#6AA5e6;
text-decoration: none;
color:#ffffff;
font-size:1.2em;
text-align: center;
font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
padding:5px;
border-radius:8px;
padding-left:10px;padding-right:10px;}
h2{
margin-top:20px;
color:#ffffff;
font-size:1.4em;
text-align: center;
font-family: acumin-variable, sans-serif;
font-style:italic;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;}

.new:hover,#subs a:hover{background:#404D8E;
transition: ease 0.3s;
color:#ffffff;}

a.new{text-decoration: none;}
a.new:hover{color:#ffffff;
}
  .tip {
    position: relative;
    cursor: pointer;
	width:55px;
	height:55px;
	background:#404D8E;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius:10px;
	margin-right:5px;
  }
  header .tip{margin-right:3px;}
.tip:hover{	background:#6AA5e6;}
  .tip span {
    visibility: hidden;
    background-color: #DCDCDC;
    color: #000000;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
font-size:12px;;
box-sizing:content-box;
    position: absolute;
   top: 50%; /* Position above the link */
    transform: translateY(-50%);
    right: 120%;
    z-index: 1;

    /* Optionally, add animation */
    opacity: 0;
    transition: opacity 0.3s;
  }

  .tip:hover span {
    visibility: visible;
    opacity: 1;
  }
.tip img{spacity:0.8;width:35px;height:35px;opacity:0.8;}
#tex{display:none;
 	margin-top:0;
	padding-top:0;
}
hr{ border-top: 1px solid #dee2e6;}
#controls{display:inline-flex;width:100%;
justify-content: center;
align-items: center;
margin:0;
padding:0;
height:2.5em;}
#tex #controls .timer {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style: normal;
 color: #000000;
font-size:2.6em;
display:inline-block;
border-radius:5px;
margin:0;
padding:0;
width:70%;
}
#pp{display:block;
margin-top:5px;
width:45px;height:45px;
cursor: pointer;}

#timer1 {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style: normal;
 color: #ffffff;
font-size:2.6em;
font-weight: 200;
margin:0;
letter-spacing:2px;
width:200px;
display:none;
margin-top:10px;
padding:3px;
}
#controls a{ color: gray;
	font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
font-size:2.4em;
display:inline-block;margin:10px;
   cursor: pointer;}

/* toggle */
.tcontainer{width:100%;
display:inline-flex;
justify-content: space-around;
align-items: center;}
#timodal{width:250px;
position:absolute;
right:80px;
left:auto;
padding-bottom:10px;}
.timt{ font-size: 24px;
    color: #000000;
	font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;}
#textl {
    font-size: 16px;
    color: #ffffff;
	font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
margin-left:5px;
}
#conf{padding:2px;
padding-left:3px;padding-right:3px;
	font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
font-size:1.2em;
background:#cccccc;
border-radius:5px;
display:block;
width:40%;
margin-left:60%;
text-align: center;
margin-top:15px;
}
#conf:hover{background:#aaaaaa;
box-shadow:3px 3px 5px #dddddd;
transition:0.3s ease;
color:#ffffff;
}
#textr {
    font-size: 16px;
    color: #ffffff;
	font-family: acumin-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
font-style: normal;
margin-right:5px;
}
.toggle {
    position: relative;
    width: 80px;
    height: 40px;
    
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .3s;
	background:#cccccc;
	padding:5px;
}
.circle {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #ffffff;
    transition: .3s;
}

.active .circle {
    	
    transform: translateX(40px);
    transition: .3s;
    background-color: #ffffff;
}
header{
background:#2a2d43;
display:inline-flex;
max-height:64px;
align-items: center;
justify-content: flex-end;
padding-top:5px;
padding-left:10px;
padding-right: 5px;    
margin-bottom:10px;
width:100%;
margin:0;}

#back{min-height:calc(100vh - 160px);
margin:0;
padding:0;}
header h1{
 font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
font-size: 2.4em;

	padding-left:20px;
	color:#ffffff;
	display:flex;
	flex:1;
	padding-top:18px;


}
  #title{width:100%;
			  padding-top:9px;
			  text-align:right;
		  font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
	font-size:2.4em;
			  color:#ffffff;
			  padding-right:50px;}







.openbutton{
color:#ffffff;
background:#2a2d43;	
font-size: 1.6em;
	
}



#popupForm1 button{
	margin-top:30px;
background: #754096;
color: #fff;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
text-shadow: none;
	padding:10px;
}
 #popupForm1 button:hover {
background: #cccccc;
color: #fff;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
text-shadow: none;
}

#popupForm1 button:active {
background: #ffffff;
color: #000000;
border: 1px solid #eee;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
text-shadow: none;
}



body {
    background: #2a2d43;
   font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 110, "wght" 200;
    /* Height and width fallback for older browsers. */
      display: flex;
    flex-direction: column;
   
    margin: 0;
    align-content: center;
	margin-right:auto;
	margin-left:auto;
}
    * {
        box-sizing: border-box;
      }
/* Style the Image Used to Trigger the Modal */
target{margin-right:20px;}
.loginPopup h1{
    margin-left:130px;
    text-align: center;
    color:#000000;
    font-size:1.5em;
    padding-bottom:5px;
    font-weight:normal;
}
      .loginPopup {
        position: relative;
        text-align: center;
        width: 800px;
		
		
      }
  h5{font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
font-size: 1.4em;
	 color:#ffffff;
	  display:block;
   	text-align:left;
	padding-right:60px;
	padding-left:40px;
	padding-top:15px;
	line-height:1.4em;
   }    
.open-button {display:none;}

    .formPopup {
		 display:none;
	        z-index: 900;
	        border-radius: 10px;
        transition: 0.2s;
		  position:fixed;
		right:50px;
	      }



#popupForm1{
		    top:50px;
    position: absolute;
    float:right;
right:10vw;
    height:300px;
    width:350px;
    background:#ffffff;
    border:0.5px solid #D8D8D8;
    border-radius:20px;
    box-shadow:1px 1px 1px 1px #D8D8D8;
      display: none;
     padding:20px;
    font-family:"myriad-pro", sans-serif;
font-size: 1.1em;
color:#000000;
text-align: center;}

  .ansPopup{
		     display:block;
		   width:250px;
		height:250px;  
        position: absolute;
        right: 40%;
        top: 25%;
      
 
        z-index: 90;  

      
     
      }
img{
	width:300px;
}

    


select {
	width : 150px;
    display: block;
        background-color: #eeeeee;
        border-radius: 10px;
        border: 2px double #cccccc;
        color: #000000;
    
        text-align: center;
        font-size: 1.3em;
        padding: 5px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 10px;
	 margin-left:auto;
	 margin-right:auto;
	margin-top:0px;
	
	
}


 .page-main {
	 max-height:82vh;
     height:auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
align-content: space-between;
	 margin-left:0px;
	     min-width:95%;
           border-radius:10px;
    margin-right:0;
	 margin-top:20px;
     padding-top:0px;
}


section{
width:5%;
border-radius:10px;
padding-right:0px;margin:0;}

.container-fluid {
background:#2a2d43;
	padding:0px;
	padding-top:0;
	margin-top:20px;
	  display: inline-flex;
 height:auto;
     min-height:calc(100vh - 100px);
width:100%;	
   
}

.page-main .row{
	width:100%;
	margin:0;
      margin-top:10px;
	  
    
	}


#popupForm1 .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
	color:#000000;
}

#popupForm1 .closebtn:hover {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
	color:#EFEFF0;
	font-weight:600;
	text-shadow: 2px 2px 1px #ffffff;
	
}


.formPopup .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
	color:#EFEFF0;
}

.formPopup .closebtn:hover {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
	color:#000000;
	font-weight:600;
	text-shadow: 2px 2px 1px #ffffff;
	
}
#bgSelect{
    border-radius: 5%;
    height: 100px;
    width: 100px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    transition:0.8s;
}

.footer{display:block;
bottom:10px;
text-align: center;
width:99vw;
margin:0;
padding:0;}

h3 {font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
font-size: 1.2em;
letter-spacing: 1px;
color:#ffffff;
	font-weight:50;
	padding-top:5px;
	
}

 input {
        display: block;
        background-color:#D3D3D3;
        border-radius: 10px;
        border: 1px double #000000;
        color: #000000;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
	 padding: 3px;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        margin: 3px;
	 margin-left:auto;
	 margin-right:0px;
     
      }

 input:hover {
       
        background-color:#ffffff;
      
        border: 1px double #0000000;
        color: #000000;
      
        transition: all 0.5s;
    
      }



#popupForm1 button {
}

      .formPopup {
		 display:none;
		      text-align: center;    
		   width: 200px;
		height:200px;  
        position:fixed;
          right:5%;
          top:40%;
               
        z-index: 900;
		transition:0.5s;
		  content-align: center;
		border:none;
        
      
     
      }
#title{font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 110, "wght" 200;
color:#ffffff;
font-size:1em;}

.col-md-1 p{font-size:1.5em;
	text-align: right;
right: 10px;}

 footer input {
     display:flex;  
	 flex:1;
       border-radius: 10px;
        border: 1px solid #000000;
        color: #000000;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        transition: all 0.5s;
        cursor: pointer;
	 padding-right:20px;
	 padding-left:20px;
	 margin-left:20px;
	 margin-right:20px;

      }

.col-md-2{margin-left:0;
padding-left:0;}


.spaced {
  height: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items:flex-end;
  margin: 0;
    width:100%;
    index:999;
}
.spaced1 {
  height: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items:flex-start;
  margin: 0;
 
    index:999;
}

#sticky1,#sticky2 {
  /* General */
  position:relative;
	 margin-top:-40px;
  margin-left:auto;
  margin-right:auto;
  padding: 5px 5px;
    padding-left:30px;
  max-width:98%;
    min-width:98%;
  min-height:42vh;
    max-height:42vh;
  border-radius: 25px;
  /* Font */
  font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
  font-size: 1.2em;

  /* Border */
  border:1px #E8Ds47 solid;

  /* Shadow */
   /* Background */
  background: #ffffff;
margin-bottom:10px;
}


#sticky3,#sticky4 {
  /* General */
  position:relative;
  margin-top:5px;
  margin-left:1%;
  padding: 5px 5px;
  max-width: 98%;
    min-width: 98%;

  /* Font */
  font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
  font-size: 1.2em;
color:#ffffff;
  /* Border */
  /* Background */
  background: #2a2d43;
}
#sticky4 {
border-radius:25px;
  border:3px #ffffff solid;
    padding:20px;
	padding-top:20px;
	width:95%;
	margin-right:0;
    
  /* General */
}
#sticky1 img,#sticky2 img{max-height:30vh;
width:auto;
}

.hqn{width:100%;display: inline-flex;
    justify-content: space-between;
margin:0;
padding:0;

height:1.5em;}
#l1, #l2, #l3, #l4{
margin:0;
	padding:0;
	font-size: 1.4em;
	margin-right:10px;
}
   
#q1, #q2, #q3, #q4 { 
	font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
 font-size:1.2em;
  color:black;
	text-align: left;
    padding-right:10px;
    padding-top:0px;
   display:block;
	flex-grow:1;
padding:20px;
	margin:0;
	margin-left:10px;
width:100%;
}


 #qa1, #qa2, #qa3, #qa4{
  font-size:1.5em;
  		font-weight:600;
    float: right;
    position:absolute;
        bottom: 10px;
   
    right:10px;
    }

#la1, #la2, #la3, #la4{
	font-size:1.1em;
	font-weight:600;
	text-align: left;
	margin:0;
	padding:0;

	
}
#qa1 img{margin-top:20px}

#qa2 img{margin-top:20px}


h4{
font-size:1em;
text-decoration: underline;
padding-bottom:5px;
}




section img{width:40px;height:40px;
margin-left:auto;
margin-right:auto;
padding:0px;
/*border:3px solid #ffffff;
border-radius:15px;*/
display:block;

    /*background:#ffffff;*/
/*box-shadow:2px 2px 2px 1px #A0A0A0;*/
transition:0.3s;}

section img:hover{
background:#6AA5e6;}






.infi img{  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 15px;
margin-left:20px;    
  fill: #fff;}

.altspaced {
    display:none;
  height: 50px;
  padding: 0;
   justify-content: space-between;
  margin: 0;
    background:#2a2d43;}



.altspaced img{width:40px;height:40px;
padding:6px;
    display:none;
/*border:3px solid #ffffff;
border-radius:15px;*/

}

altspaced img:hover{
border-radius:8px;
background:#D8D8D8;}
.altsection1{display:none;}
.altsection{display:none;}

div[id^='1_']:hover {
  color: blue;
}
.spaced li{margin-right:0;margin-left:auto;}

.small{margin-top:30px;
width:100%;}
.resources {
margin-top:0px;
	color: #FFFFFF;
	  display:block;
   	text-align:left;list-style:none;
width:100%;

}
.resources li{font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
font-size: 0.8em;
padding-bottom:5px;
padding-left:20px;}

.resources li::before {
  content: "\2713"; /* Unicode for a tick mark */
  color: #ffffff; /* Sets the color of the tick */
  font-weight: bold;
  margin-right: 20px; /* Adds some spacing between the tick and text */
}
#lg{padding:0;
    padding-top:5px;
margin:0;
width:40px;
height:auto;
margin-left:10px;}
#ls{display:none;}
	
@media (max-width:1590px){
.resources li{
font-size: 0.75em;
padding-left:5px;}
#sticky4 {
	padding-top:30px;
font-size:1.2em;
  /* General */
}	
	
	}
@media (max-width:1480px){


h5{font-size:1.3em;
line-height:1.3em;}

.resources li{
font-size: 0.7em;
padding-left:2px;}
#sticky4 {
	padding-top:20px;

  /* General */
}	
}
@media (max-width:1380px){

.resources li{
font-size: 0.65em;
padding-left:2px;}
.new{
font-size:1.1em;
margin-top:50px;
}
h2{font-size:1.3em;}
#sticky4 {font-size:1.1em;
}
}
@media only screen and (max-width:1200px) {

.qnumber{display:none;}
.resources{width:48%;display:inline-block;padding-left:5%}
.resources li{
font-size: 0.8em;
padding-left:0px;}
.new{
display:none;
}

#sticky1,#sticky2{min-height:42vh;margin-top:10px;}

#sticky4{font-size:1.1em;
min-height:100px;
max-height:none;height:auto;}
#sticky3{min-height:100px;
}
.page-main .row,page-main{
      margin-top:0px;}
.new1{
border-radius:8px;
font-size:1em;
margin-top:5px;
padding:8px;}

  .tip span {
    visibility: hidden;
    background-color: #DCDCDC;
    color: #000000;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
font-size:12px;;
box-sizing:content-box;
    position: absolute;
   top: 100%;
    transform: translateX(-50%);
	   left: 50%;
	   right:auto;

  }


.small{width:90%;margin-left:auto;
margin-right:auto;}
section{display:none;}


.col-md-8 p{padding-left:20px;}
.col-md-3 p{padding-left:20px;}
#sticky1,#sticky2{font-size:1em;
min-height:350px;
	 margin-top:10px;
	 margin-bottom:10px;
}
.qnumber img{margin-top:-20px;
margin-left:10px;
}
 .page-main {
	 max-height:none;}
.altspaced {
    display:flex;
	width:98%;margin-left:auto;margin-right:auto;}
header .tip{display:none;}
#ls{display:block}
.altspaced img{
    display:block;}
.altsection{display:block;
padding-top:10px;
padding-bottom:0px;} 

header h1{
font-size: 1.4em;

}
h5{font-size:1.3em;
}
.altspaced{width:92%;margin-left:auto;margin-right:auto;}
.container-fluid{min-height:initial;
margin-top:0px;
}
}
@media only screen and (max-width: 600px){
.altsection{display:none;}    
.altsection1{display:block;}    

  .ansPopup #gra{
      width:300px;
      height:300px;
margin-left:auto;
    margin-right:auto;  
bottom: 20%;
       
      }
#sticky1 img,#sticky2 img{max-height:none;
max-width:250px;
}
.altspaced{margin-top:10px;padding-left:10px;padding-right:10px;}
.new1{font-size:0.9em;
padding:2px;
padding-left:4px;padding-right:4px;}
#sticky1,#sticky2{margin-top:10px;padding-left:10px;}
header h1{font-size:1.1em}
.qnumber{display:none;}
.container-fluid{padding-top:0px;}
.page-main{margin-top:0;min-width:100%;}
.resources{width:100%;margin:0;}
.resources li{width:95%;
margin-left:2%;
font-size: 0.78em;
}
h2{font-size:1.1em;}

   }
