body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}
h1 {
  font-family: Poppins;
}
h2 {
  font-family: Poppins;
}
h3 {
  font-family: Poppins;
  font-size: 22px;
}
.button {
  font-family: Open Sans, sans-serif;
}
.submit-button {
  font-family: Poppins;
}
.total-heading {
  text-align: center;
}
.compact-group-addon {
  padding: 0;
  width: 80px;
  border: 0;
}
.compact-group-addon .btn-toolbar .btn {
  white-space: nowrap;
  width: 40px;
}
.compact-group-addon .btn-toolbar .btn:first-child {
  border-left: 0;
  display: inline-block;
  border-radius: 0;
}
.space-out {
  padding-bottom: 5px;
}
.main-label {
  color: #777;
  line-height: 3em;
}
.info-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  color: #777;
  font-size: 1.5em;
  transition: all 1s;
  border-radius: 9999em;
  height: 35px;
  width: 35px;
  outline: 0;
}
.info-toggle:focus,
.info-toggle:active {
  outline: 0;
  background-color: rgba(255,255,255,0);
  border-color: #ccc;
}
.info-toggle:after {
  content: "?";
  font-weight: 100;
  font-size: 0.8em;
  vertical-align: top;
  color: #777;
}
.panel-body>div {
  transition: all 0.3s;
  position: relative;
  /* padding-right: 45px; */
  /* padding-bottom: 20px; */
}
.highlight-section .info-toggle {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  background-color: #e6e6e6;
}
.title-head {
  border-radius: 10px 10px 0px 0px;
}
label.voiceover {
  font-weight: 700;
}
.loadingOverlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  display: none;
}
.loadingOverlay-active {
display: flex;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 8px;
  border: 12px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F8BD41 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.thanksPage {
  text-align: center;
  padding: 30px 60px 30px 60px;
}
.thanksPage > h1 {
  color:#F8BD41;
}