.titleHeader {
  padding: 80px 0px 47px 0 !important;
}
.exploreHeader {
  margin: 0 0 10px 0;
  text-align: left;
}
.max-w-1000 {
  width: 1000px;
}
.w380 {
  width: 380px;
}
.borderStrip {
  background-color: #ffb701;
  height: 7.5px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 60;
  width: 100%;
  margin: 0 auto;
}
.innerBg {
  width: 100%;
  background-color: white;
  margin: 0 auto;
  position: relative;
  /* height: 1000px; */
  padding: 125px 30px 0 30px;
  /* display: flex; */
  /* justify-content: center; */
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
}
.outerBg {
  width: 100%;
  background-color: white;
  height: 1000px;
  top: 400px;
  position: relative;
  z-index: -1;
}

.hide {
  display: none !important;
}
.show {
  display: block;
}

/* radio button */

.radBtns {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  /* align-items: center; */
  flex-wrap: wrap;
  z-index: 10;
}

.radBtns li {
  /* float: left; */
  margin: 3px 5px;
  position: relative;
  display: inline-block;
}

.radBtns label,
.radBtns input {
  display: block;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.radBtns input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
  height: 0;
}

.radBtns input[type="radio"]:checked + label,
.Checked + label {
  background: #ffb701;
  border: 1px solid #ffb701;
  color: white;
}

.radBtns label {
  border: 1px solid #183159;
  cursor: pointer;
  z-index: 90;
  text-align: center;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 110px;
  padding: 15px 5px;
  border-radius: 5px;
  font-weight: 700;
  background-color: white;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  text-transform: uppercase;
}

.radBtns label:hover {
  /* background: #ddd; */
  /* color: #ffb701; */
  border: 1px solid #ffb701;
}

.radBtns li:nth-child(odd) {
  margin-left: 0;
}

.resultsSection {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 940px;
  margin: 0 auto;
}

.removeTopBorder {
  border-top: 0px;
  padding: 30px 0 0 0;
}
.resultsBox {
  text-align: left;
  width: 100%;
  padding: 10px 50px 50px;
  border-radius: 6px;
  border: 2px solid #183159;
}
.resultsBox::before {
  /* background-image: url(../../images/spacebg2.jpg); */
  background-size: cover;
  background-position: center;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.colThird {
  width: 300px;
  float: left;
  padding: 30px;
  border: 2px solid #183159;
  border-radius: 5px;
  margin: 10px 10px 0 10px;
}
.colThird:nth-child(1) {
  margin-left: 0;
}
.colThird:nth-child(3) {
  margin-right: 0;
}
.colThird p {
  font-size: 15px;
  text-align: left;
  font-style: italic;
}
.lastBoxInner li {
  font-size: 15px;
  margin: 0 0 8px -24px;
}

.yammerBtn {
  padding: 15px 40px;
  border: 1px solid #ffb701;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  background-color: #ffb701;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  margin-bottom: 150px;
}
.yammerBtn:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.mainLogo {
  text-decoration: none;
}
.questionTitle {
  margin: 50px auto 35px auto;
  width: 100%;
  text-align: center;
}

.exploreFooter {
  background-color: white;
  margin-top: 0;
}
