.section{
	padding: 0.5em;
	background-color: #7fa838;

	max-width: 800px;
	margin-bottom: 0.5em;
    margin-top: 1em;
  font-size: 20pt;
}


.menu-select{
  font-size: 12pt;
    font-family: "Atkinson Hyperlegible", serif;
}


.question-text{
  font-size: 15pt;
  margin-bottom: 1em;
  padding-left: 0.3em;
}

.question, .fake-question{
  background-color: #dde6c7;
   border: 8px solid #dde6c7;
padding: 0.5em;
max-width: 800px;
margin-bottom: 1em;
border-radius: 3px;
}

.secinfo{
  background-color: #dde6c7;
padding: 0.5em;
max-width: 800px;
margin-bottom: 1em;
}



.responses{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 80vw;
 
}

.response{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.2em;
  padding-right: 0.4em;
  max-width: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
/*  border: 1px solid red;*/
background-color: #edeef0;
/*background-color: #7fa838;*/
word-break: break-word;
}

.secnum{
  font-size:20pt;
}

.secinfo{
  font-size: 12pt;
  margin-top: 1em;
  margin-bottom: 1em;
}



.radio{
  margin-right: 0.5em;
}

input[type='radio'] {
    accent-color: #4a8b4f;
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
  transform: scale(1.2);
}

.submit-button{
	font-size: 20pt;
}

.survey-footer{
	height: 400px;
}

.likert{
  width: 6em;
  text-align: center;
}

.difficulty-scale{
  background-color: #edeef0;
  margin-bottom: 1em;
  padding: 0.5em;

  display: flex;
  flex-direction:row;
  justify-content: center;
}

.holder{
}

.lk-value{
  color: #2d452d;
}

.lk-question{
  padding-bottom: 0.5em;
}

.other-text{
  margin-left: 1em;
  max-width: 90px;
}

.top-image{
  margin-top: 2em;
  width: 300px;
  padding: 20px;
  padding-left: 0px;
  margin-left: 0px;
}

.top-image2{
 
  width: 300px;
  padding: 20px;
  padding-left: 0px;
  margin-left: 0px;
}


.top-image2-dacs{

  width: 150px;
  padding: 20px;
  padding-left: 0px;
  margin-left: 0px;
}

.top-image2-outside-in{

  width: 150px;
  padding: 20px;
  padding-left: 0px;
  margin-left: 0px;
}


.qnotes{
  margin-top: 1em;
  font-size: 12pt;
/*  max-width: 70%;*/
}

.start-hidden{
/*  background-color: orange;*/
  display: none;
}


.progholder{
  border: 1px solid #7fa838;
  border-radius: 3px;
  width: 90%;
  margin: auto;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.prog-text{
  color: #b9f4d3;
  position: absolute;
  top: 0;
  left: 0;
    padding-top: 20px;
    display: none;
}

.progbar{
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;

}

.completed-percent{
  width: 1em;

}

.end{
  font-size: 15pt;
  padding-top:1em;
  padding-bottom: 1em;
}

.progress{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #eee;  z-index: 100;
}

.progbar{
  width: 50%;
  background-color: green;

}

.question:not(.completed){
/*  border: 10px solid red;*/
}

.completed{
/*  border: 10px solid green;*/
}


input[type="radio"] {

  flex-shrink: 0;
}

.columns{
  
  flex-direction: column;
height: fit-content;
}
.columns .response{
/*  width: 100px;*/
max-width: 200px;
}


@media only screen and (max-width: 800px) {
.columns .response{
/*  width: 100px;*/
max-width: 150px;
}
}


.partners-image{
  max-width: 100%;
}

.survey-title{
  color: #7fa838;
  font-size: 28pt;
  margin-top: 0;
}

.other-holder{
  margin-top: 0.5em;
  display: none;
}

.nopad{
  padding-left: 0;
  margin-left:0;
}


input[type="checkbox"]:checked {
  accent-color: #4a8b4f;
            background-color: #4a8b4f;
            border: 1px solid #4a8b4f;
        }


a.intextlink{
  text-decoration: underline;
  color: black;
}


.red-border{
  border: 8px solid #c75d30;
}
