.question-container {
  background-color: #69C1CB;
  padding-top: 25px;
  padding-bottom: 25px;
}
.info {  
  padding-bottom: 20px;
  text-align: left;
  font-weight: 500;
  font-size: 1.4em;
  color: #515151;
}
.info p {   
  color: #515151; 
  text-align: left;
  font-size: 0.95em; 
  margin: 0;    
}
.info ul {
  padding-left: 50px;
  font-weight: 400;
  font-size: 0.85em;
}
@media only screen and (max-width: 991px) {
  .instruction_first_q {     
    display: none !important;
   }  
}
.button-column {
  text-align: right;
}
.button-column button {
  margin-right: 20px;
  background-color: transparent;
  border: none;
  color: white;  
  text-align: center;
  text-decoration: none; 
  cursor: pointer;
  font-size: 0.9em;
}
.button-column i {
  font-size: 20px !important;
}
.button-column button:hover {  
  color: #DBDBDB;    
}

#reset_all {
  text-align: center;
}
#reset_all button {  
  background-color: transparent;
  border: none;
  color: white;  
  text-align: center;
  text-decoration: none; 
  cursor: pointer;
  font-size: 0.9em;
}
#reset_all i {
  font-size: 1.5em !important;
}
#reset_all button:hover {  
  color: #DBDBDB;    
}
#questionString {
  color: #515151;
  font-size: 1.4em;
  font-weight: 500;  
}
.answers { 
 color: white;
 font-size: 1.06em;
 padding-left: 80px;
 padding-top: 30px;
}
#specialist_care p{
  font-weight: 500;
  color: #D8E399;
  font-size: 1em;
  text-align: right;
  padding-right: 10px;
}
.past {
  text-align: center;
  padding-top: 20px;
}
.past i {
  font-size: 3em;
  color: #505050;
  padding-bottom: 10px;
}
.summary_heading p {
  color: #515151 !important;
  font-size: 1.5em !important;
  font-weight: 500;
  margin: 0;
}
.summary_heading small {
  color: #505050 !important;
}
.summary_heading {
  margin-bottom: 10px;
}
#summary .question-string  {
  color: #656565 !important;
  font-size: 0.93em !important;
  margin: 0;
}
#summary .answer-string  {
  color: #46BCC9 !important;
  font-size: 1.2em !important;
  font-weight: 500;
}
.info555 {
  text-align: left; 
  color: white !important; 
}
.info555 p {
  margin: 0;
  color: white !important; 
}
.info666 {
  color: White !important;
  text-align: center;
  margin-top: 16px;
}
.info777 {
  color: White !important;
  text-align: center;
  margin-top: 16px;
}
.info89 {
  color: white !important;
  text-align: center;
  font-size: 1.4em !important;
  font-weight: 500 !important;
  margin-top: 16px;
}
.goToPast:hover {
  background-color: #F4F4F4;
  cursor: pointer;
}

.radio-container {
    display: block;
    position: relative;
    padding: 0!important;
    padding-left: 45px !important;
    margin-bottom: 20px !important;
    font-size: 1.1em !important;
    line-height: 1.7em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.radio-container label {
  cursor: pointer;
}
.radio-container label:hover {
  color: #DBDBDB;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 2px;
}
/* On mouse-over, add a grey background color */
.radio-container label:hover input ~ .checkmark {
    background-color: #ccc;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}  
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
/* Show the indicator (dot/circle) when hover */
.radio-container label:hover input ~ .checkmark:after {
  display: block;
}  
/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #46BCC9;
}

.radio-container label {
  padding: 0; 
  margin: 0;
}
.radio-container a {
  font-size: 0.85em;
}

/** Small screen column design */
@media only screen and (max-width: 767px) {
  .button-column {
    text-align: center;
  }
  .button-column button {
    margin-right: 0;
  }   
}
@media only screen and (max-width: 400px) {
  .answers {     
    padding-left: 15px;
   }  
}

/** Global float info css */
.floating-info p {
  color: #0F3B61 !important;
  font-size: 0.6em !important;
  font-weight: 400;
}
.info-link i {
  font-size: 0.85em;
}

/** Keyboard key tag design */
kbd {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.05em 0.5em;
  margin: 0 0.2em;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  background-color: #f7f7f7;
  color: black;
}

/** Float info width and forbid selecting text. */
.info-questions {
  max-width: 400px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/*Info icon color*/
.info .icon-question i {
  color: #515151 !important;
}

/** Questions answers float info font */ 
.info-questions p {
  text-align: left;
  font-size: 1.185em !important;
  line-height: 1.5em;
}
.answers .icon-question i {
  color: white !important;
  font-size: 16px;
}
/*Info float font size*/
.info .info-questions p {
  font-size: 0.785em !important;
}
/*Info float font size in ul*/
.info ul .info-questions p {
  font-size: 0.925em !important;
}

/*Answers float font size*/
.answers .info-questions p {
  font-size: 15px !important;
}

/** Question string float info font */
.question .info-questions p {
  font-size: 0.785em !important;
}
.icon-question-string i {
  color: #515151 !important;
}

/** Past questions float info font */
#summary .answer-string .info-questions p {
  font-size: 0.92em !important;
}
#summary .answer-string i {
  color: #46BCC9 !important;
  font-size: 0.9em;
}
.goToPast {
  margin-bottom: 16px;
}
.goToPast .checkmark {
  display: none;
}
.goToPast a {
  display: none;
}

/** Question 6 ul li info sorted */
.info-question-6 {
  text-align: left !important;  
  max-width: 350px;
}
.info-question-6 p {
  text-align: left !important;
}

/** Animation */
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.4s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.zoom-in {
  animation:animatezoom 0.5s
}
@keyframes animatezoom{
  from{transform:scale(0)} 
  to{transform:scale(1)}
}

/* Style next button on the special screen between section */
.answerNextBTN {
  padding-left: 0;
}
.answerNextBTN .checkmark {
  display: none;
}
.answerNextBTN .radio-container {
  font-size: 1.3em !important;
  font-weight: 500;
}
.answerNextBTN .radio-container {
  padding-left: 0 !important;
  width: 80px;
  margin: auto;
}

.cd-tool h2 {
  margin-bottom: 30px;
}
#pdf_footnote {
  font-size: 15px;
}