/* INDEX PAGE---------------- */

@font-face {
    font-family: 'kc';
    src: url('kc.eot');
    src: url('kc.eot?#iefix') format('embedded-opentype'),
         url('kc.woff2') format('woff2'),
         url('kc.woff') format('woff'),
         url('kc.ttf') format('truetype'),
         url('kc.svg#kc') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'karlaregular';
    src: url('karla-regular-webfont.eot');
    src: url('karla-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('karla-regular-webfont.woff2') format('woff2'),
         url('karla-regular-webfont.woff') format('woff'),
         url('karla-regular-webfont.svg#karlaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'karlaregular';
    src: url('karla-bold-webfont.eot');
    src: url('karla-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('karla-bold-webfont.woff2') format('woff2'),
         url('karla-bold-webfont.woff') format('woff'),
         url('karla-bold-webfont.svg#karlabold') format('svg');
    font-weight: bold;
    font-style: normal;

}
::selection {
  background: #ceefff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ceefff; /* Gecko Browsers */
}
.section1{
  padding-left:20px;
  padding-right:20px;
  background-image:url("pic4.png");
  background-repeat: no-repeat;

  background-position: center; 
  background-color: white;
  height:250px;
  margin-bottom:50px;
  display: flex;
  align-items: center;


}

.section2{
  padding-left:20px;
  padding-right:20px;
  background-color: white;
  height:550px;
  margin-bottom:50px;
  background-image:url("pic5.png");
  background-repeat: no-repeat;

  background-position: center; 



 
  
}

.section3{
  padding-left:20px;
  padding-right:20px;
 
  height:500px;
  margin-bottom:75px;
  background-image:url("pic7.png");
  background-repeat: no-repeat;

  background-position: center; 
}

.section4{
  padding-left:20px;
  padding-right:20px;
 
  height:100px;
  margin-bottom:75px;
 
}


.section-heading{
  color:gray;
  margin-bottom:50px;
  letter-spacing: .05em;
  font-size:1.1em;
  padding-left:30px;
  padding-right:30px;
  font-family: 'kc',"Verdana", Arial, sans-serif;

  -webkit-animation-name: standard-ani;
  -webkit-animation-duration: 1.5s;
  animation-name: standard-ani;
  animation-duration: 1.5s;
}

.section1-text{
  letter-spacing: .05em;
  background-color:rgba(255,255,255,1);
  font-family: 'kc',"Verdana", Arial, sans-serif;
  padding-left:30px;
  padding-right:30px;
  width:auto;
  overflow:auto;
  margin: 0 auto;
  text-align: center;
  display:block;
  padding-top:20px;
  padding-bottom:20px;
  font-size:1.1em;
  
  border-radius: 70px;
  color:gray;
  -webkit-animation-name: standard-ani;
  -webkit-animation-duration: .5s;
  animation-name: standard-ani;
  animation-duration: .5s;

}
@media only screen and (max-width: 675px){
  .section1-text{
    letter-spacing: .05em;
    background-color:rgba(255,255,255,1);
    font-family: 'kc',"Verdana", Arial, sans-serif;
    padding-left:25px;
    padding-right:25px;
    width:auto;
    overflow:auto;
    margin: 0 auto;
    text-align: center;
    display:block;
    padding-top:15px;
    padding-bottom:15px;
    font-size:1.1em;
    
    border-radius: 70px;
    color:gray;
    -webkit-animation-name: standard-ani;
    -webkit-animation-duration: .5s;
    animation-name: standard-ani;
    animation-duration: .5s;

  }


}

.screen-pic-wrapper{
  height:100%;
  width:100%;
  position:relative;
  margin:auto;
  top:0;
  bottom:0;
}
.screen-pic{
  min-height:50px;
  max-width:100%;
  max-height:400px;
  height:auto;
  vertical-align: middle;
  position: absolute;
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;  
  margin: auto;


}
.upload-pic{
  min-height:50px;
  max-width:100%;
  max-height:100px;
  height:auto;
  vertical-align: middle;
  position: absolute;
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;  
  margin: auto;
}

.updated-footer{
margin-top:150px;
min-height:200px;
background-color:#F05A28;
text-align:center;
width:100%;
padding-bottom:20px;


border-color:#ddd;
border-top-style:solid;
border-top-width: 2px;
}

.updated-upload-footer{
  
  min-height:125px;
  background-color:#F05A28;
  text-align:center;
  width:100%;
  padding-bottom:20px;
  margin-top:25px;

  }

.footer-logo-wrapper{
  
  display: inline-block;
  text-align: center;
  width: 100%;

}
.footer-logo-wrapper{
  
  display: inline-block;
  text-align: center;
  width: 100%;

}
.footer-logo{
  margin-top:100px;
  max-width:100%;
  height:50px;
  margin-bottom:15px;
 

 

  
}
.contact{
  margin-top:10px;
  font-size:1.2em;
  color:white;
  font-weight:bold;
  letter-spacing: .05em;
  text-decoration: none;

}
.copyright{
  letter-spacing: .05em;
color:white;
margin-top:20px;
display: block;

}

.upload-btn {

  letter-spacing: .05em;
  border-radius: 40px;
  padding: 15px 50px;
  text-decoration: none;
  color:white;
  font-weight: bold;
  font-size:2em;
  background-color: #F05A28;
  

}


.header-upload-btn {
  letter-spacing: .05em;

  border-radius: 40px;
  padding: 10px 30px;
  text-decoration: none;
  color:white;
  font-weight: bold;
  font-size:1.3em;
  background-color: #F05A28;
  float:right;

  border: 3.5px solid #F05A28;


  vertical-align: center;
  margin:auto;

  font-weight: bold;



}


@media only screen and (max-width: 500px){
  .header-upload-btn {
    letter-spacing: .05em;
    margin-top:5px;
    border-radius: 40px;
    padding: 8px 20px;
    text-decoration: none;
    color:white;
    font-weight: bold;
    font-size:1em;
    background-color: #F05A28;
    float:right;
  
    border: 3.5px solid #F05A28;
  
  
    vertical-align: middle;
    
  
    font-weight: bold;
  
   
  }

}
@media only screen and (max-width: 355px){
  .header-upload-btn {
    letter-spacing: .05em;
    margin-top:8px;
    border-radius: 40px;
    padding: 7px 17px;
    text-decoration: none;
    color:white;
    font-weight: bold;
    font-size:.8em;
    background-color: #F05A28;
    float:right;
  
    border: 3.5px solid #F05A28;
  
  
    vertical-align: middle;
    
  
    font-weight: bold;
  
   
  
  }

}

.header-upload-btn:hover {

  background-color: white;
  color:#F05A28;
}


.upload-btn:hover {
  border: 3.5px solid #F05A28;
  background-color: white;
  color:#F05A28;
}

/* ---------------------------*/




html{
  height:100%;
}

body{
  margin: 0;
  padding: 0;
  background-color:white;
 
  overflow: auto; 
  
  min-height: 600px;
  
  width:auto;
  
  font-family: 'karlaregular',"Verdana", Arial, sans-serif;
}

header{
  background-color:white;
  margin: 0 auto;
  padding-top:15px;
  padding-bottom:15px;
  padding-right:20px;
  padding-left: 20px;
  width:auto;
  height:50px;
  border-color:#ddd;
  border-bottom-style:solid;
  border-bottom-width: 2px;

}
@media only screen and (max-width: 500px){
  header{
    background-color:white;
    margin: 0 auto;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:15px;
    padding-left: 15px;
    width:auto;
   
    border-color:#ddd;
    border-bottom-style:solid;
    border-bottom-width: 2px;
  
  }
}

.upload-header{

  box-sizing:border-box;
  text-align:center;
  height:80px;
}

.logo {

  height:100%;
  width:auto;
  vertical-align: center;


}

@media only screen and (max-width: 500px){
  .logo {
    padding-top:5px;
    height:80%;
    width:auto;
    vertical-align: center;
  
  
  }
}

@media only screen and (max-width: 355px){
  .logo {
    padding-top:7px;
    height:69%;
    width:auto;
    vertical-align: center;
  
  
  }
}
.upload-logo {

  height:100%;
  width:auto;
  vertical-align: center;
  text-align:center;
  padding-right:15px;


}

@media only screen and (max-width: 500px){
  .upload-logo {
    padding-top:5px;
    height:80%;
    width:auto;
    vertical-align: center;
    padding-right:15px;
    
  
  }
}

.main-content {
  margin: 0 auto;
  text-align: center;
}

.login-btn {
  float:right;
  margin:auto;
  border: 2.5px solid #F05A28;
  border-radius: 7px;
  padding: 10px 20px 10px 20px;
  margin-top: 5px;
  text-decoration: none;
  color:#1B75BB;
  background-color:white;
  font-weight: bold;


  display:none;
}

.login-btn:hover {
  background-color: #F05A28;
  color:white;
}


#main-img1 {
  padding-top:50px;
  width:500px;
  height:auto;
 
}

#main-text {
  color:white;
  
  font-size:1.5em;
  padding: 18px 0px 0px 0px;
  letter-spacing: 0.05em;
  line-height: 175%;

}
#main-text2 {
  letter-spacing:0.1em;
}




.upload-accents{
  vertical-align:middle;
  width: 40px;
  height:auto;


}


#main-img2 {
  padding-top:20px;

  padding-bottom:80px;
  width:325px;
  height:auto;
}

footer {
  color:white;
  width: 100%;
  bottom: 0px;
  position: fixed;
  text-align: center;
  padding-bottom: 15px;
  background-color:#1B75BB;
  padding-top:15px;
  
}

#contact-footer {
  text-decoration: none;
  color:white;
}

#contact-footer:hover {
  color:#F05A28;
}



/* The Modal (background) */

.types-accepted-wrapper{
  margin-left:10px;
}
.types-accepted{
  font-size:.9em;
}
@media only screen and (max-width: 450px){
  .types-accepted{
    font-size:.75em;
  }
}
/* -------- header ------- */
.start-header {
  margin-right:25px;
  color: #F05A28;
  
 
 
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  
}
.start-header-title{
  font-size:1.7em;
  padding-top:25px;
  padding-left:35px;
  font-weight:bold;
  float:left;
  position: relative;

  
}
/* The Close Button */
.close-start {

  float: right;
  font-size: 35px;
  font-weight: bold;
  padding-top:15px;
 
  
  
}
.close-start:hover,
.close-start:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* The Close Button */
.close-start {

  float: right;
  font-size: 35px;
  font-weight: bold;
  padding-top:15px;

  
  
}
.close-start:hover,
.close-start:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* The Close Button */
.close-start {

  float: right;
  font-size: 35px;
  font-weight: bold;
  padding-top:15px;

  
  
}
/* ----------------------------------------------*/
@media only screen and (max-width: 450px){
  .start-header-title{
    font-size:1.3em;
    padding-top:25px;
    padding-left:15px;
    font-weight:bold;
    float:left;
    position: relative;
  }
  /* The Close Button */
  .close-start {

    float: right;
    font-size: 30px;
    font-weight: bold;
    padding-top:15px;

  }

}
/*---------------------------------------------------*/

.start {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 95px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

.start-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 2px solid white;
  width: 600px;
  max-width:93%;
  height:490px;
 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  
}

@media only screen and (max-width: 450px){
  .start-content {
  
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 2px solid white;
    width: 600px;
    max-width:93%;
    height:425px;


    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    
  }
}  

.start-body {
  margin-top:20px;
  margin-left:35px;
  margin-right:35px;
  padding-top:55px;
}

@media only screen and (max-width: 450px){
  .start-body {
    margin-left:15px;
    margin-right:15px;
    padding-top:35px;
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.file-upload{
max-width:100%;
 padding-top:20px;

}


.file-upload-wrap{
  max-width:100%;
  padding-top:20px;
  text-align:center;
  /*width:100%;*/
}

.hidden-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-label{
  margin-top:30px;
  margin-bottom:20px;
  text-align:center;
  display: block;
  padding: 1em 2em;
  color: #F05A28;
  background-color: white;
  max-width:100%;
  font-weight:bold;
  box-sizing: border-box;
  
  border: 2.5px solid #F05A28;
  border-radius:30px;

  text-overflow: ellipsis;

  overflow: hidden;
  white-space: nowrap;
 /* transition: background .3s; */
}
.file-label:hover {
  cursor: pointer;
  background: #F05A28;
  color:white;
}
@media only screen and (max-width: 450px){
  .file-label{
    margin-top:10px;
    margin-bottom:15px;
    text-align:center;
    display: block;
    padding: .5em 1em;
    font-weight:bold;
    color: #F05A28;
    background-color: white;
    max-width:100%;
    
    box-sizing: border-box;
    
    border: 2.5px solid #F05A28;
    border-radius:30px;
   /* transition: background .3s; */
  }
}


.submit-label{
  text-align:center;
  display: block;
  padding: 1em 2em;
  color: white;
  background-color:#F05A28;
  font-weight:bold;
  border: 2.5px solid #F05A28;
  max-width:100%;
  box-sizing: border-box;
  border-radius:30px;


 /* transition: background .3s; */
}
.submit-label:hover {
    background: #c63809;
    border-color: #c63809;
    color:white;
}

@media only screen and (max-width: 450px){
  .submit-label{
    text-align:center;
    display: block;
    padding: .5em 1em;
    color: white;
    background-color:#F05A28;
    font-weight:bold;
    border: 2.5px solid #F05A28;
    max-width:100%;
    box-sizing: border-box;
    border-radius:30px;
  }
}

.start-tips-cont{
  margin-top:50px;

  background-color:#d6d6d6;
  padding:15px;
  border-radius:20px;
  font-size:.8em;
  color:white;
}
.start-tips-text{
  
  margin: 0 25px;
  padding:0;
}
.start-tips-header{
  padding-left:24px;
  margin-bottom:10px;
  font-size:1.2em;
  font-weight:bold;



}
@media only screen and (max-width: 450px){
  .start-tips-cont{
    margin-top:40px;
  
    background-color:#c9c9c9;
    padding:15px;
    border-radius:20px;
    font-size:.75em;
    color:white;
  }
  .start-tips-text{
    
    margin: 0 25px;
    padding:0;
  }
  .start-tips-header{
    padding-left:24px;
    margin-bottom:10px;
    font-size:1.2em;
    font-weight:bold;
  
  
  
  }
}




.vertical-line1 {
  margin-top: 110px;
  border-left: 2.5px solid #B3B3B3;
  height: 50%;
  position: absolute;
  left: 50%;
  margin-left: -1.25px;
  top: 0;
}

.start-upload-text {
  width: 275px;
  height: 35px;
  margin-bottom:20px;
  margin-top:3px;
  border:none;
  background-color:#E6E6E6;
  color: #1B75BB;
  padding-left:10px;
  font-size:1.2em;
  font-weight:bold;
}

.start-pass-text {
  width: 275px;
  height: 35px;
  margin-bottom:10px;
  margin-top:3px;
  border:none;
  background-color:#E6E6E6;
  padding-left:10px;
  color: #1B75BB;
  font-size:1.2em;
  font-weight:bold;
}

.start-login-btn {
  float:left;
  background-color:white;
  border: 2.5px solid #F05A28;
  border-radius: 7px;
  padding: 10px 29px;
  margin-top: 13px;
  text-decoration: none;
  color:#1B75BB;
  font-weight: bold;
  font-size:1.05em;
  display:none;

}

.start-register-btn {
  float:left;
  border: 2.5px solid #F05A28;
  background-color:#F05A28;
  border-radius: 7px;
  padding: 10px 29px;
  margin-top: 13px;
  margin-left: 30px;
  text-decoration: none;
  color:white;
  font-weight: bold;
  font-size:1.05em;
  display:none;
}

.start-login-btn:hover{
  color:white;
  background-color:#F05A28;
}

.start-login-btn:visited{
  color:#1B75BB;
  background-color:white;
}

.start-register-btn:hover{
  background-color:#1B75BB;
  border-color:#1B75BB;
}
.start-register-btn:visited{
  color:white;
  background-color:#F05A28;
  border-color:#F05A28;
}


.start-guest-btn {
  position: absolute;
  text-decoration: none;
  margin-left:85px;
  margin-top:100px;
  vertical-align:middle;
  font-size:1.25em;
  letter-spacing: 1px;
  font-weight:bold;
  color:#F05A28;

}

.start-guest-btn:hover{
  color:#1B75BB;
}

.login-error-text {
  color:red;
  font-size:1.05em;
  
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.upload-spinner-container {
  width:100%;


  margin-top: 130px;
  text-align:center;
  display:none;
}


.upload-spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #1B75BB; /* Blue */
  border-radius: 50%;
  
  height: 90px;
  width:90px;
  animation: spin 2s linear infinite;
  margin:0px auto;
}



.upload-spinner-text{
  margin-top: 20px;
  color:#1B75BB;
}

.upload-invalidfile{
  color:red;
  margin-top:140px;
  margin-left:35px;
  font-size:1.5em;
  font-weight:bold;
  letter-spacing: 1px;
  display:none;
}





.lambdawait-spinner-text{
  margin-top: 20px;
  color: white;
  font-size:1.3em;
  padding-top: 10px;
}

.lambdawait-spinner {
  border: 20px solid white; /* Light grey */
  border-top: 20px solid #F05A28; /* Blue */
  border-radius: 50%;
  width: 110px;
  height: 110px;
  animation: spin 2s linear infinite;
  margin:0px auto;
}


.lambdawait-spinner-container {
  width:100%;
  height:100%;

  padding-top: 80px;
  text-align:center;

}

.lambdawait-master-cont {
  margin:0 auto;
  text-align:center;
  height:100vh;
  width:100%;
  /*background-color: grey;*/

   
}






.updated-contact-footer{
  

 
  min-height:20px;
  background-color:#F05A28;
  text-align:center;
  width:100%;
  padding-bottom:20px;
  
  
  border-color:#ddd;
  border-top-style:solid;
  border-top-width: 2px;

  bottom: 0px;
  position: fixed;
  text-align: center;
}
  






.contact-cont {
  border-radius: 30px;
  vertical-align: center;

  margin-top:20px;
  margin-left:20px;;
  margin-right:20px;
 
  max-width:100%;

  max-height:500px;
  text-align:left;
  font-size:1em;
  color:#777;
  background-color:#efefef;

  line-height:50px;
  letter-spacing: 1px;
  padding-left:40px;
  padding-top:20px;
  padding-bottom:20px;
  
  -webkit-animation-name: standard-ani;
  -webkit-animation-duration: 0.2s;
  animation-name: standard-ani;
  animation-duration: 0.2s;

  
  vertical-align: middle;
 




}



@media only screen and (max-width: 362px){

  .contact-cont {
  
    border-radius: 30px;
    vertical-align: center;
  
    margin-top:20px;
    margin-left:20px;;
    margin-right:20px;
   
    max-width:100%;
  
    max-height:500px;
    text-align:left;
    font-size:.9em;
    color:#777;
    background-color:#efefef;
  
    line-height:40px;
    letter-spacing: 1px;
    padding-left:20px;
    padding-top:7px;
    padding-bottom:7px;
    
    -webkit-animation-name: standard-ani;
    -webkit-animation-duration: 0.5s;
    animation-name: standard-ani;
    animation-duration: 0.5s;
  
    
    vertical-align: middle;
   
  
  
  
  }


}



@-webkit-keyframes standard-ani {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes standard-ani {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.lambdawait-main-cont {
  margin:0 auto;
  text-align:center;
  width:100%;
  height:100%;
  background-color: #999;

  

}
/* --------------------------------------- */
/* --- uplaodwait -------------------------*/

/* --------------------------------------- */
/* --- uploadwait -------------------------*/




.ui-main{
  visibility:hidden;
  width:900px;
  max-width:100%;
  height: auto;
  
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  display:none;
  text-align:center;
  min-height:120px;
  z-index: 0;
}
.ui-control-full-wrap{
  visibility:hidden;
  width:100%;
  text-align:center;
  
  z-index: 1;
  background-color: #f2f2f2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.ui-control-cont{

  padding-left:63px;
  height: 50px;   
  
  width:auto;
  padding-top:10px;
  padding-bottom:10px;
 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin:0 auto;
  display:inline-block;
 
  
}

.ui-control-cont-scroll{

  height:40px;
 
  
}

@media only screen and (max-width: 880px){
  .ui-control-cont{

    padding-left:63px;
    height: 40px;   
    
    width:auto;
    padding-top:10px;
    padding-bottom:10px;
   
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin:0 auto;
    display:inline-block;
   
    
  }
}


.sticky {
  
  position: fixed;
  top: 0;
  width: 100%;
  border-color:#ddd;
  border-bottom-style:solid;
  border-bottom-width: 2px;
  border-radius:0;
 
}

.minimize-control-item{
  height:100%;
  width:auto;

}
.minimize-control{
 
  background-color:#F05A28;
  
  height:25px;
  width:auto;
  


  
  
  cursor:pointer;
  border-radius:300px;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.07);
}
.minimize-control-wrapper{
  float:right;
  height:70px;
  width:auto;
  margin-right:7px;
  margin-left:7px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right:20px;
 

}
@media only screen and (max-width: 880px){

  .minimize-control-wrapper{
    float:right;
    height:60px;
    width:auto;
    margin-right:7px;
    margin-left:7px;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right:20px;
    
  }
}
.minimize-control-wrapper-on-minimized{
  padding-top:4px;
  padding-bottom:1px;
  height:27px;
}

.minimize-control-wrapper-scroll{
  height:60px;
}

.minimize-blank{
  height:30px;
  display:inline-block;
  width:0px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .ui-main {
  padding-top: 40px;
}

.ui-control-item{
  background-color:#F05A28;

  
  
  margin-right:7px;
  margin-left:7px;
  height:100%;
  width:auto;

  cursor:pointer;
  border-radius:300px;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.07);
}



.ui-control-extra{
  height:auto;
  max-height:100%;
  width:100%;
  background-color:white;

  text-align:center;

}



/* Brighness control -------------------------*/

.slidecontainer {
  width:400px;
  max-width:90%;
  margin: auto 0;
  display:none;
  vertical-align: center;
  padding-top:20px;
  padding-bottom:20px;
  display: none;
  
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius:10px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #1B75BB; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius:50px;
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 60px; /* Slider handle height */
  background: #1B75BB; /* Green background */
  cursor: pointer; /* Cursor on hover */
}


/* ------------------------------------------------------------------*/







.ui-qa-cont{
  margin-left:5px;
  margin-right:5px;
  border-radius:40px;
  padding-top:30px;
  height: 100%;
  max-width: 100%;
  background-color:white;
  margin-top: 20px;
  padding-bottom:100px;
  border-color:white;
  border-width:4px;
  border-style: solid;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.qa-pair-wrapper{
  max-width:100%;
  background-color: #f2f2f2;
  margin-bottom:3px;
  min-height:40px;
  clear: both;
}

@media only screen and (max-width:700px){
  .qa-pair-wrapper{
    max-width:100%;
    background-color: #f2f2f2;
    margin-bottom:3px;
    min-height:30px;
    clear: both;
  }
}
.qa-pair{
 display:flex;
 grid-template-columns: 50% 50%;
 
    
  clear: both;
  font-size: .9em;
      
  box-sizing: border-box;

  border-left-color:#d6d6d6;
  border-left-style: solid;
  border-left-width: 0px;
  
  
}

.qa-extrainfo{

  margin-top:3px;
  clear: both;
  font-size: .78em;
  background-color: white;
  color:#727272;
  padding: 20px 30px;
  
  overflow:auto;

  overflow-wrap: break-word;

  text-align:left;
  border-left-color:#e2e2e2;
  border-left-style: solid;
  border-left-width: 0px;


  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.25s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from { opacity:0} 
  to {opacity:1}
}

@keyframes animatetop {
  from { opacity:0}
  to { opacity:1}
}




.qa-link-text{
  text-decoration:none;
  color:#1866a3;



}

.search-hourglass-img{
  width:10px;
  height:10px;
  margin-left:8px;
  

}





.ques{

 box-sizing: border-box;
  border-right-color:#e5e5e5;
  border-right-style: solid;
  border-right-width: 1px;

  border-left-color:#d6d6d6;
  border-left-style: solid;
  border-left-width: 0px;
  
 
 

  overflow-wrap: break-word;
  padding: 20px 30px;
  text-align:left;
  overflow:auto;
  flex: 1 1 0;

 
}


@media only screen and (max-width:700px){
  .ques{
box-sizing: border-box;
   
    border-right-color:#e5e5e5;
    border-right-style: solid;
    border-right-width: 1px;
  
    border-left-color:#d6d6d6;
    border-left-style: solid;
    border-left-width: 0px;
   
    
    font-size:.8em;
    overflow-wrap: break-word;
    padding: 15px 15px;
    text-align:left;
    overflow:auto;
    
      flex: 1 1 0;
    
  }
}  
@media only screen and (max-width:600px){
  .ques{
box-sizing: border-box;
  
    border-right-color:#e5e5e5;
    border-right-style: solid;
    border-right-width: 1px;
  
    border-left-color:#d6d6d6;
    border-left-style: solid;
    border-left-width: 0px;
  
   
   
    font-size:.6em;
    overflow-wrap: break-word;
    padding: 15px 15px;
    text-align:left;
    overflow:auto;
    
   
      flex: 1 1 0;
  }
}  


.ans{
  
  
box-sizing: border-box;

  overflow-wrap: break-word;
  padding: 20px 30px;
  text-align:left;
  flex: 1 1 0;
  

}


@media only screen and (max-width: 700px){
  .ans{

      
box-sizing: border-box;
    font-size:.8em;
    overflow-wrap: break-word;
    padding: 15px 15px;
    text-align:left;
      flex: 1 1 0;
  }
  
}  

@media only screen and (max-width: 600px){
  .ans{
  
   
box-sizing: border-box;
    font-size:.6em;
    overflow-wrap: break-word;
    padding: 15px 15px;
    text-align:left;
     flex: 1 1 0;
  }
  
}  



.blank-margin1 {
  margin-top: 100px;


}

.title{
  width:100%;
  overflow-wrap: break-word;
  padding-top:45px;
  padding-bottom:15px;

  text-align:left;
  border-top-color:rgb(230, 230, 230);
  border-top-width:2px;
  border-top-style:solid;
  font-size: 1em;
  color:#626272;
  font-weight:bold;
  background-color: #fafafa;
  
  margin-bottom:3px;

  clear: both;
  

  /* position: absolute*/
  /* position: absolute*/
  overflow: auto;

}
@media only screen and (max-width: 700px){
  .title{
    width:100%;
    overflow-wrap: break-word;
    padding-top:45px;
    padding-bottom:15px;
  
    text-align:left;
    border-top-color:rgb(230, 230, 230);
    border-top-width:2px;
    border-top-style:solid;
    font-size: .9em;
    color:#626272;
    font-weight:bold;
    background-color: #fafafa;
    
    margin-bottom:3px;
  
    clear: both;
    
  
    /* position: absolute*/
    /* position: absolute*/
    overflow: auto;
  
  }
}

@media only screen and (max-width: 600px){
  .title{
    width:100%;
    overflow-wrap: break-word;
    padding-top:45px;
    padding-bottom:15px;
  
    text-align:left;
    border-top-color:rgb(230, 230, 230);
    border-top-width:2px;
    border-top-style:solid;
    font-size: .75em;
    color:#626272;
    font-weight:bold;
    background-color: #fafafa;
    
    margin-bottom:3px;
  
    clear: both;
    
  
    /* position: absolute*/
    /* position: absolute*/
    overflow: auto;
  
  }
}


.title-text{

  

  padding-left:30px;
  padding-right:30px;

  float:left;

}
@media only screen and (max-width: 700px){
  .title-text{
  
    
  
    padding-left:15px;
    padding-right:15px;
  
    float:left;
  
  }
}
@media only screen and (max-width: 600px){
  .title-text{
  
    
  
    padding-left:15px;
    padding-right:15px;
  
    float:left;
  
  }
}






