@charset "utf-8";

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

header{
background:#2a2d43;
display:inline-flex;
max-height:64px;
align-items: center;
justify-content: flex-end;
padding-top:5px;
padding-right:2.5%;
padding-left:1%;}

#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.8em;

	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;}
header img{padding:0;
    padding-top:5px;
margin:0;
width:48px;
height:auto;
margin-left:10px;}




header #ii img{
 height:30px;	
width:auto;
margin-right:0px;
padding-top:0px;
}	



.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;
		
		
      }
      
.open-button {display:none;}

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


h2{font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 110, "wght" 200;
font-size: 1em;
padding-left:20px;
	 color:#EFEFF0;
	  display:inline-block;
       padding-top:10px;
	text-align:left;
   }

#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:350px;
}

    


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:2px;}

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

.page-main .row{
	width:100%;
       flex:1
    
	}


#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: center;
  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;
}

 .grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
	  grid-template-rows: auto;
  padding-right:0px;
	 
	 margin-left:30px;
  padding: 5px;
	 margin-top:60px;
	 margin-bottom:20px;
	min-height:calc(100vh - 120px);
}
#sticky1,#sticky2,#sticky3,#sticky4,#sticky5,#sticky6,#sticky7, #sticky8{
  /* General */
  position:relative;
	
	
  margin-top:0px;
  margin-left:5%;
  padding: 5px 10px;
  width: 95%;
  height:99%;
  border-radius: 10px;
  /* Font */
  font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;


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

  /* Shadow */
  -moz-box-shadow:0px 0px 6px 1px #333333;
  -webkit-box-shadow:0px 0px 6px 1px #333333;
  box-shadow:0px 0px 6px 1px #333333;

  /* Background */
  background: #FCFCEE;

}

#sticky1 img,#sticky2 img,#sticky3 img,#sticky4 img,#sticky5 img,#sticky6 img,#sticky7 img,#sticky8 img{max-height:250px;
max-width:300px;
display:block;
height:auto;width:auto;
margin-left:auto;margin-right:auto;
}


#l1, #l2, #l3, #l4{
margin:0;
	padding:0;
	font-size: 1.4em;
	margin-right:10px;
}
   
#q1, #q2, #q3, #q4,#q5, #q6, #q7, #q8 { 
	font-family: acumin-variable, sans-serif;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 200;
 font-size: 1.3em;
  color:black;
	text-align: left;
    padding-right:10px;
    padding-top:0px;
   display:block;
	flex-grow:1;
  
	margin:0;
	margin-left:0px;
width:100%;
}
.grid-item{padding:5px;
margin:0;
height:100%;
padding-bottom:15px;}


 #qa1, #qa2, #qa3, #qa4, #qa5, #qa6, #qa7, #qa8{
  font-size:1.3em;
  		font-weight:600;
    float: right;
    position:absolute;
        bottom: 4px;
   
    right:10px;
    }

#la1, #la2, #la3, #la4, #la5, #la6, #la7, #la8{
	font-size:0.99em;
	font-weight:600;
	text-align: left;
	margin:0;
	padding:0;

	
}
#qa1 img,#qa5 img,#qa6 img,#qa7 img,#qa8 img{border:4px #FC0120 solid;}

#qa2 img{border:4px #FC0120 solid;}

#qa3 img{border:4px #FC0120 solid;}

#qa4 img{border:4px #FC0120 solid;}
h4{
font-size:1em;
text-decoration: underline;
padding-bottom:5px;
}




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

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

section img:hover{
border-radius:8px;
background:#D8D8D8;}

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

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

section img:hover{
border-radius:8px;
background:#D8D8D8;}

#info{
    
    top:50px;
    position: absolute;
    float:right;
right:10vw;
    height:400px;
    width:350px;
    background:#ffffff;
    border:0.5px solid #D8D8D8;
    border-radius:20px;
    box-shadow:1px 1px 1px 1px #D8D8D8;
     list-style: none;
  display: none;
  flex-direction: column;
  justify-content: space-around;
    padding:20px;
    font-family:"myriad-pro", sans-serif;
font-size: 1.1em;
color:#000000;
z-index:990;
}


#info .closeinbtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
	color:#000000;
    	font-weight:800;
}

#info .closeinbtn:hover {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
	color:#D8D8D8;
	font-weight:600;
	text-shadow: 1px 1px 1px #D8D8D8;
    transition:0.3s;
	
}

.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-around;
  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 .nqn{padding-left:60px;font-size:0.9em;
    font-weight:600;}
	
@media (max-width:1225px){
section img{width:40px;height:40px;
}
}

@media only screen and (max-width:992px) {
#sticky1,#sticky2,#sticky3,#sticky4 {font-size:1.1em;
}
.qnumber img{width:150px;
}
}

@media only screen and (max-width:768px) {
section{display:none;}
    .col-md-1 p{display:none;}

.col-md-8 p{padding-left:20px;}
.col-md-3 p{padding-left:20px;}
#sticky1,#sticky2,#sticky3,#sticky4 {font-size:1em;
min-height:300px;
}
.qnumber img{width:120px;
}
 .page-main {
	 max-height:none;}
.altspaced {
    display:flex;}

.altspaced img{
    display:block;}
.altsection{display:block;
padding-top:10px;
padding-bottom:0px;} 
#sticky1,#sticky2,#sticky3,#sticky4 {
  margin-top:-20px;}
header h1{
font-size: 2.2em;
}
 .grid-container {
  display: grid;
  grid-template-columns: 100% ;
	  grid-template-rows: auto;
  padding-right:0px;
	 
	 margin-left:5px;
  padding: 5px;
	 margin-top:5px;
	 margin-bottom:5px;
	min-height:400px;
}

.container-fluid{min-height:initial}

header img{display:none;}
}
@media only screen and (max-width: 578px){
.altsection{display:none;}    
.altsection1{display:block;}    
  header h1{
font-size: 1.8em;
}
p{font-size:1.2em;}
#sticky1,#sticky2,#sticky3,#sticky4 {font-size:0.9em;
min-height:200px;
}

.qnumber img{width:100px;

}
header h1{
font-size: 2em;
	padding-left:10px;
	color:#ffffff;
	padding-top:5px;
	
}

header img{padding:0;
    padding-top:2px;
margin:0;
width:40px;
height:auto;
margin-right:20px;
margin-left:8px;}

header #ii img{
 height:30px;	
margin-left:10px;
}

  .ansPopup #gra{
      width:300px;
      height:300px;
margin-left:auto;
    margin-right:auto;  
bottom: 20%;
       
      }
   }	
