.tippy-popper p {
	color: #fff !important;
}

.na-wrapper {
 display: inline-block !important;
margin-left: 20px;
border-lefT: 1px dotted #ccc;
padding-left: 20px; 
}

legend, label span, label, h3 {
 color: #303030 !important; 
  font-weight: 500 !important;
}

.help-btn-wrapper {
 text-align:right;
  margin: 0 !important;
}

.help-btn-wrapper .ajax-progress {
 position: absolute;
  right:0px;
}

.help-btn::before {
 font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f128";
position: absolute;
left: 10px;
}

.glossary-btn::before {
 font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f1ab";
position: absolute;
left: 10px;
}

.help-btn:hover, .glossary-btn:hover {
 background: #D0D0D7;
 transition: 300ms;
  cursor: pointer;
}

.help-btn, .glossary-btn {
border: 1px solid #d1d3d4;
background: #d1d3d4;
padding: 10px 10px 10px 30px;
border-radius: 20px;
color: #303030;
position: relative;
}
.webform-confirmation__back {
    text-align: right;
  color: #303030;
  margin: 0;
position: absolute;
right: 100px;
top: 65px;
}

.webform-button--next::after {
 font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f061";
position: absolute;
right: 10px; 
}

.webform-button--next, .webform-button--submit {
 color: #ffffff;
 background-color: #f68121;
 border-color: #f68121; 
 width: 130px;
 border-radius: 20px !important;
 position: relative;
}

.webform-button--previous {
border-radius: 20px !important;
min-width: 130px;
color: #303030;
  padding-left: 20px !important;
}

.webform-button--previous::before {
 font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f060";
position: absolute;
left: 10px; 
}

#iwrm-score {
 float: right; 
}

.webform-confirmation h2 {
 color: #303030;
}

.webform-confirmation h3 {
  padding-left: 0px !important;
 letter-spacing: 1.4px;
text-transform: uppercase;
margin-top: 60px;
color: #303030 !important;
font-size: 15px !important;
font-weight: 800 !important; 
}

.form-type-processed-text h3 {
    padding-left: 0px !important;
 letter-spacing: 1.4px;
text-transform: uppercase;
color: #303030 !important;
font-size: 15px !important;
font-weight: 800 !important; 
}

#self-assessment {
 margin-bottom: 50px; 
}

.score-holder h4{
  font-size: 35px !important;
color: #303030; 
padding-left: 0px !important;
text-align: center;
}

.score-holder img {
 margin-top: -8px;
margin-right: 5px; 
}

.score-holder p {
 text-align: center;
color: #303030; 
}

.webform-confirmation > .card.card__content {
 padding: 40px; 
}

.card.teaser-tool {
 -webkit-filter: drop-shadow( 0px 5px 10px rgba(251, 154, 74, 0.2));
filter: drop-shadow( 0px 5px 5px rgba(251, 154, 74, 0.2)); 
  max-height: 220px !important;
}

.card.promo.teaser-tool .teaser__title{
  font-size: 1em !important;
}

.form-type-range-slider {
}

.justification-wrapper label::before, .justification-wrapper label::after {
  display:none !important;
}

.justification-wrapper {
 font-family: 'Jakob';
 font-size: 18px !important;
 padding-left: 0px;
 text-decoration: underline !important;
  margin-top: 60px;
  display: inline-block !important;
}

.justification-wrapper label:hover{
  text-decoration: none !important;
}

.justification-box:checked + label {
    color: #d1d3d4 !important;
}

h3 {
 padding-left: 40px; 
}

em span{
 text-decoration: underline; 
}

em {
 font-style: normal;
 font-weight: 600;
  color: #303030;
}
.js-output {
 color: #303030; 
}

.js-output p {
 color: #686868 !important;
}

.control-label em, .js-output p em {
 font-weight: 600;
  color: #303030;
}

.tippy-popper p em {
  color: #fff !important;
}

.progress-tracker {
 margin: 0 !important; 
  background-color: #fff;
  padding: 40px;
}

.card.teaser__content, .card.form-wrapper {
 padding: 40px; 
}

#edit-country-of-selection {
 padding: 0px; 
}

#edit-country-of-selection {
 padding: 0px;
border: 1px solid #ddd;
}
#edit-country-of-selection legend {
border-top: 1px solid #ddd;
}

.webform-progress-tracker .progress-step .progress-marker::after {
 z-index: 2; 
  height: 2px;
  background-color: #21b5b9 !important;
}

.webform-progress-tracker .progress-step .progress-marker::before {
 z-index: 3; 
}

.progress-step .progress-marker::before {
    background-image: url("/themes/contrib/toolbox/assets/img/survey-page.svg");
width: 70px;
height: 70px;
background-repeat: no-repeat;
border-radius: 0px;
background-color: transparent !important;
top: -20px;
  font-size: 20px;
font-weight: 500;
}

.progress-step.is-active .progress-marker::before {
    background-image: url("/themes/contrib/toolbox/assets/img/survey-page-active.svg") !important;
}

.progress-title {
    font-weight: 500;
    font-size: 14px;
}

.rangeslider,
input[type='range'] {
  max-width: 320px;
}

.rangeslider__ruler {
  cursor: pointer;
  font-size: .7em;
  margin: 20px 3px 0 3px;
  position: relative;
  top: 100%;
  text-align: justify;
}

.rangeslider__ruler:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.rangeslider__fill.step0 {
  background: #8E391E;
}
.rangeslider__fill.step1 {
  background: #8E391E;
}
.rangeslider__fill.step2 {
  background: #F68121;
}
.rangeslider__fill.step3 {
  background: #F68121;
}
.rangeslider__fill.step4 {
  background: #F6A121;
}
.rangeslider__fill.step5 {
  background: #F6A121;
}
.rangeslider__fill.step6 {
  background: #00A651;
}
.rangeslider__fill.step7 {
  background: #00A651;
}
.rangeslider__fill.step8 {
  background: #6DCFF6;
}
.rangeslider__fill.step9 {
  background: #6DCFF6;
}
.rangeslider__fill.step10 {
  background: #037FAE;
}

.rangeslider, .rangeslider__fill {
 box-shadow: none !important;
  border-radius: 5px !important;

}

.rangeslider__ruler {
 font-weight: 500;
font-size: 12px;
padding-top: 10px; 
  color: #303030;
font-weight: 600;
}

.rangeslider {
   height: 10px; 
}

.rangeslider__handle::after, .rangeslider__handle {
  background-image: none !important;
  border-radius: 50%;
height: 20px;
width: 20px;
margin-top: 5px;
}

.js-output {
font-weight: 600;
width:220px;
  margin:auto;
text-align: left;
display: inline-block;
padding: 20px;
background: #f3f6f7;
border-radius: 5px;
float: right;
font-size: 13px;
}

table tr td .js-output {
  float: none !important;
}

table tr td {
 border-bottom: 1px dotted #d1d3d4; 
}

table tr td p {
 color: #303030; 
}

.js-form-type-processed-text {
 font-size: 14px;
  color: #303030;
}

.js-form-type-processed-text ul li{
 font-weight: 500;
}

strong {
 font-weight: 600 !important; 
}

@media only screen and (max-width: 770px ) {
	body:not(.path-frontpage) .main-container, .path-webform .hero {
		padding-left: 30px;
		padding-left: 30px;
	}
	
	.js-output {
      display: block;
      width: 100%;
    }
  
  .rangeslider--horizontal {
   display: block;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto; 
  }
}
