body {
  font-family: Roboto, sans-serif;
  color: #332e27;
  font-size: 1.9rem;
  line-height: 2.25rem;
  height: 100vh;
}

h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  line-height: 2.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  line-height: 2.75rem;
}

.branding-panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100vh;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
table {
  width: 100%;
}
th, td {
  padding: 15px;
  text-align: left;
  font-size: 1.25rem;
  border-bottom: 1px solid #ddd;
}

.cx2 {
  width: 100%;
  height: 20vh;
  background-image: url('../images/cx_Digital_Primary.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}
.cx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15vh;
  background-image: url('../images/cx-logo.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

/*
.cx::after {
  content: "This questionnaire was brought to you by:";
  margin-top: -50px;
}
*/

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 90%;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 5%;
  margin; 0 auto;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.counter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-wrapper {
  width: 80%;
  height: 100%;
  padding-right: 12%;
  padding-left: 12%;
  padding-bottom: 20px;
  padding-top: 5%;
  float: left;
  overflow: scroll;
}

.main-wrapper.dark {
  background-color: #d9d9d9;
}

.main-wrapper.grey {
  background-color: hsla(35, 9%, 52%, .4);
  padding-top: 15%;
}
.main-wrapper.dark.pad {
  background-color: #d9d9d9);
  padding-top: 15%;
}
.ref {
	width: 100%;
	font-size: .95rem;
	text-align: center;
	text-decoration: none;
	padding-left: 15%;
	padding-right: 15%;
}
.inline-link{
	text-decoration: none;
	font-weight: 700;
	color: #000000;
}
.inline-link:hover{
	text-decoration:underline;
	color: red;
}
.inline-link2{
	text-decoration: none;
	font-weight: 700;
	color: #000000;
	background-color: red
}
.inline-link2:hover{
	text-decoration:underline;
	color: red;
}
.inline-link-light{
	text-decoration: none;
	font-weight: 900;
	color: #b1ebff;
	background-color: black
}
.inline-link-light:hover{
	text-decoration:underline;
}
.cx-logo {
  display: block;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body {
  font-weight: 300;
}

.paragraph {
  margin-bottom: 20px;
}

.page-action {
  width: 100%;
  margin-top: 39px;
  border-top: 1px solid #332e27;
}

.page-action.light {
  border-top-color: #fff;
}
.button {
  margin-top: 20px;
  padding: 20px 70px;
  float: right;
  background-color: #332e27;
  color: #d9d9d9;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  color: #fff;
}

.button:active {
  background-color: #970707;
  color: #fff;
}

.button.disabled {
   background: gray;
   color: darkgrey;
   cursor: default;
   outline: none;
}

.paragraph-2 {
  line-height: 2.75rem;
}
.instructions {
	margin-bottom: 10px;
	font-size: 0.95rem;
	line-height: 1.90rem;
}
.email-instructions {
	margin-bottom: 40px;
	font-size: 0.95rem;
	line-height: 1.30rem;
}
ol {
    counter-reset: item;
    padding-left: 10px;
    font-size: 0.85rem;
    line-height: 1.2rem;
    border-top: white;
    border-width: 1px
}
li {
    display: block;
    margin-bottom: 15px;
}

ol ol > li {
    display: block;
    margin-bottom: 5px;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: 20px;
}
li:before {
    content: counters(item, ":") " ";
    counter-increment: item;
    padding-right: 15px;
    padding-left: 10px;
    font-weight: 600;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.border-tb{
	margin: 20px 0 80px 0;
	border-bottom: white;
	border-top: white;
	border-bottom-width: 1px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	height: 150px;
}
.mb-20{
	margin-bottom: 20px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: white;
	font-size: 1.5rem;
	font-weight:bold;
}
.main-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 10vh;
  padding-right: 15px;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #7e7e7e;
  font-size: 4rem;
  font-weight: 900;
  text-align: right;
}

.secondary-count {
  width: 30%;
  margin-left: 10px;
  color: #90877a;
  font-size: 3rem;
}

.heading {
  font-weight: 400;
}

.paragraph-3 {
  font-size: 2.2rem;
}

.instruction {
  font-family: Roboto, sans-serif;
  color: #5d5d5d;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 100;
}

.paragraph-4 {
  font-weight: 400;
}

.form-block {
  width: 100%;
}

.text-field {
  height: 150px;
  padding-left: 30px;
  box-shadow: inset 3px 3px 24px -1px rgba(0, 0, 0, .5);
  font-size: 4rem;
}
.text-field-multi {
  height: 250px;
  padding-left: 30px;
  box-shadow: inset 3px 3px 24px -1px rgba(0, 0, 0, .5);
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.email-field-multi {
  height: auto;
  padding-left: 30px;
  box-shadow: inset 3px 3px 24px -1px rgba(0, 0, 0, .5);
  font-size: 1.05rem;
  line-height: 1.25rem;
}

.text-field.sml {
  font-size: 1.25rem;
  line-height: 1.5rem;
  height: auto;
  margin-top: -10px;
  padding: 20px 0 20px 10px  
}

.back-btn {
  margin-top: 20px;
  padding: 12px 30px;
  background-color: hsla(0, 0%, 100%, .3);
  color: #332e27;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.back-btn:hover {
  color: #fff;
}

.back-btn:active {
  background-color: #332e27;
}

.std-sq-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 135px;
  margin-right: 9px;
  margin-bottom: 20px;
  margin-left: 9px;
-ms-word-wrap:break-word;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: hsla(0, 0%, 100%, .3);
  font-size: 4rem;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.std-sq-btn.shallow {
  height: 75px;
}
.std-sq-btn:hover {
  background-color: hsla(0, 0%, 100%, .6);
}

.std-sq-btn:active, .std-sq-btn.selected {
  background-color: #fff;
}

.std-sq-btn:active, .std-sq-btn.selected .white {
  color: #000;
}

.std-sq-btn:focus {
  background-color: #fff;
  box-shadow: 0 0 33px -2px rgba(0, 0, 0, .6);
}

.std-sq-btn.btn-list{ 
  width: 100%;
}

.std-sq-btn.btn-list:after{ 
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
  font-weight: normal;
  font-style: normal;
  margin:0px 30px 0px 0px;
  text-decoration:none;
  font-size: 27px;
}


.std-sq-btn.btn-list.btn-checkbox:after{ 
  content: "\f0c8"
}


.std-sq-btn.btn-list.btn-checkbox.selected:after{ 
  content: "\f14a"
}

.std-sq-btn.btn-list.btn-radio:after{ 
  content: "\f111"
}


.std-sq-btn.btn-list.btn-radio.selected:after{
  content: "\f192"
}

.std-sq-btn .text-field {
   box-shadow: none;
   font-size: 2em;
   height: 74px;
   border: none;
   background: none;
}

.std-sq-btn.sml-txt {
  margin-right: 0px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.std-sq-btn.sml-txt:focus {
  background-color: #fff;
}

.std-sq-btn.sml-txt.last {
  margin-right: 0px;
}

.std-sq-btn.sml-txt._33 {
  width: 32%;
  height: 90px;
  padding-right: 21px;
  padding-left: 21px;
  -ms-word-wrap:break-word;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.55rem;
}

.std-sq-btn.sml-txt.nocaps {
  text-transform: none;
}

.std-sq-btn.sml-txt._48 {
  display: block;
  width: 48%;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.25rem;
  line-height: 1.6rem;
}

.std-sq-btn.sml-txt._48._2lines {
  padding-top: 14px;
}

.std-sq-btn.sml-txt._48._2lines._2rem {
  font-size: 2rem;
}

.std-sq-btn.sml-txt._48._2lines._175rem {
  font-size: 1.75rem;
}

.std-sq-btn.sml-txt._75 {
  display: block;
  width: 73%;
  padding-top: 11px;
  padding-left: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.25rem;
  text-align: left;
}

.std-sq-btn.sml-txt._25 {
  width: 23%;
  padding-right: 5px;
  padding-left: 5px;
}

.std-sq-btn.sml-txt._25._175rem {
  font-size: 1.75rem;
}

.std-sq-btn.sml-txt._25._1-2rem {
  font-size: 1.25rem;
}

.std-sq-btn.very-sml {
  font-size: 1.15rem;
}

.std-sq-btn.very-sml.caps {
  line-height: 2rem;
  text-transform: uppercase;
}
.left{
	text-align: left;
	padding-left: 20px;
}

.qs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.qs-wrap.thirds {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-span {
  font-size: 1.05rem;
}
.questions {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.9rem;
	line-height: 2.75rem;
	color: #332e27;
}
.text-span-2 {
  color: #fff;
  font-weight: 900;
}

.text-span-3 {
  color: #fff;
  font-weight: 900;
}

.text-span-4 {
  color: #fff;
  font-style: italic;
  text-transform: none;
}

.q-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home {
  background-color: rgba(0, 154, 206, .4);
}

@media (max-width: 991px) {
  p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .branding-panel {
    width: 30%;
  }
  .main-wrapper {
    width: 70%;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 2.5rem;
  }
  .button {
    padding: 16px 60px;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .main-count {
    font-size: 4rem;
  }
  .secondary-count {
    font-size: 2.5rem;
  }
  .heading {
    font-size: 2rem;
  }
  .paragraph-3 {
    line-height: 2.5rem;
  }
  .text-field {
    height: 110px;
    margin-top: 14px;
    font-size: 3rem;
  }
  .std-sq-btn {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .std-sq-btn.sml-txt._33 {
    font-size: 1.2rem;
    line-height: 1.45rem;
  }
  .std-sq-btn.sml-txt._48 {
    width: 100%;
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2rem;
  }
  .std-sq-btn.sml-txt._75 {
    width: 100%;
  }
  .std-sq-btn.sml-txt._25 {
    width: 135px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .std-sq-btn.sml-txt._25._1-2rem {
    font-size: 1.2rem;
    line-height: 1.25rem;
  }
  .std-sq-btn.very-sml {
    padding-right: 20px;
    padding-left: 20px;
        -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .qs-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .qs-wrap.thirds {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
    .std-sq-btn.very-sml {
    padding-right: 0px;
    padding-left: 0px;
font-size: 1rem;
line-height: 1.25rem;
  }

}

@media (max-width: 767px) {
  .branding-panel {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }
  .cx2 {
    width: 30%;
    height: 100px;
    float: left;
  }
  .cx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 29%;
    height: 100px;
    float: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .counter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 100px;
    margin-left: 45px;
  }
  .main-wrapper {
    width: 100%;
  }
  .main-wrapper.dark {
    padding-top: 125px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-action.light {
    float: left;
  }

  .main-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin-left: 0px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5rem;
  }
  .secondary-count {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.5rem;
  }
  .std-sq-btn {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .std-sq-btn.sml-txt._33 {
    font-size: 1.0rem;
    line-height: 1.25rem;
  }
  .std-sq-btn.sml-txt._48 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .qs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  body {
    background-color: #d9d9d9;
  }
  p {
    font-size: 1.25rem;
  }
  .branding-panel {
    position: fixed;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-wrapper.dark {
    padding-top: 100px;
  }
  .main-wrapper.logo-top {
    margin-top: 70px;
  }
  .button {
    width: 100%;
    text-align: center;
  }
  .main-count {
    height: 70px;
    padding-right: 26px;
    font-size: 3rem;
  }
  .secondary-count {
    padding-left: 0px;
    font-size: 1.25rem;
  }
  .paragraph-3 {
    font-size: 1.75rem;
  }
  .instruction {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.4rem;
  }
  .text-field {
    height: 100px;
    margin-top: 21px;
    font-size: 2rem;
  }
  .back-btn {
    width: 100%;
    text-align: center;
  }
  .std-sq-btn {
    width: 40%;
    margin-right: 0px;
    padding-right: 51px;
    padding-left: 51px;
    font-size: 3rem;
  }
  .std-sq-btn.sml-txt {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .std-sq-btn.sml-txt._33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    height: 80px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .std-sq-btn.sml-txt._48 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .std-sq-btn.sml-txt._75 {
    font-size: 1.05rem;
  }
  .qs-wrap.thirds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .qs-outer-wrap {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
-ms-overflow-x: hidden;
  }
  .text-span {
    font-size: 0.75rem;
  }
  .text-span-4 {
    font-size: 0.95rem;
  }
  .italic-text {
    font-size: 1rem;
  }
  .paragraph-5 {
    font-size: 1.35rem;
  }
  .noblueback {
    background-color: transparent;
  }
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-minmax{
  width: 608px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #FFFFFF;
  span:first-child{
    margin-left: 10px;
  }
}

.rs-range {
    margin-top: 9px;
    width: 600px;
    -webkit-appearance: none;
}
.rs-range:focus {
        outline: none;
    }
.rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 15px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }
.rs-range::-moz-range-track {
        width: 100%;
        height: 15px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }
  
.rs-range::-webkit-slider-thumb {
        box-shadow: none;
        height: 15px;
        width: 22px;
        background: #57badd;
        cursor: pointer;
        -webkit-appearance: none;
    }
.rs-range::-moz-range-thumb{
        box-shadow: none;
        height: 15px;
        width: 22px;
        background: #57badd;
        cursor: pointer;
        -webkit-appearance: none;
  }
.rs-range::-moz-focus-outer {
    border: 0;
    }

.rs-label {
    left: 289px;
    cursor: pointer;
    position: relative;
    transform-origin: center center;
    display: block;
    width: 44px;
    height: 44px;
    background: transparent;
/*     border-radius: 50%; */
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin-top: 20px;
    margin-left: -12px;
    left: attr(value);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 24px;
    padding-top: 7px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border:gray;
  text-align: left;
  outline:gray;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.dropbtn {
  background-color: #000000;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
    position: fixed;
  top: 0px;
  right: 5%;
;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #d60000;}