/* CSS Document */
html {
  height: 100%;
}
body {
  overflow: auto;
  overflow-x: hidden!important;
}
.green {
  color: #00aa52;
}
.orange {
  color: #f5841f;
}
a:link {
  color: #00aa52;
}
a:visited {
  color: #00aa52;
}
a:active {
  color: #00aa52;
}
a:hover {
  color: #f5841f;
}
.call-us-orange a:link {
  color: #f5841f;
}
.call-us-orange a:active {
  color: #f5841f;
}
.call-us-orange a:visited {
  color: #f5841f;
}
.call-us-orange a:hover {
  color: #f5841f;
}
.top-bar {
  position: relative;
}
.form-intro {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-top: 25px;
}
.form-percentage {
  width: 100%;
  height: 30px;
  border-radius: 30px;
  background-color: #cccccc;
  margin-top: 5px;
}
.twenty-five-percent {
  width: 25%;
  height: 30px;
  border-radius: 30px;
  float: left;
  background-color: #00aa52;
  text-align: right;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  padding-right: 10px;
  line-height: 30px;
}
.fifty-percent {
  width: 50%;
  height: 30px;
  border-radius: 30px;
  float: left;
  background-color: #00aa52;
  text-align: right;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  padding-right: 10px;
  line-height: 30px;
}
.seventyfive-percent {
  width: 75%;
  height: 30px;
  border-radius: 30px;
  float: left;
  background-color: #00aa52;
  text-align: right;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  padding-right: 10px;
  line-height: 30px;
}
.hundred-percent {
  width: 100%;
  height: 30px;
  border-radius: 30px;
  float: left;
  background-color: #00aa52;
  text-align: right;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  padding-right: 10px;
  line-height: 30px;
}
.list-steps {
  color: #cccccc;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-top: 20px;
  margin-left: 10px;
}
.section-box {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 15px;
  background-color: #00aa52;
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  border-radius: 4px;
}
.form-content {
  margin-top: 10px;
}
.form-padding {
  padding-left: 10px;
}
.left {
  float: left;
}
.middle {
  margin: auto;
}
.right {
  float: right;
}
.required {
  color: crimson;
}
.form-select select {
  width: 90%;
}
.ninety-four {
  width: 94%!important;
}
.ninety-six {
  width: 96%!important;
}
.ninety-seven {
  width: 97%!important;
}
.ninety-eight {
  width: 98%!important;
}
.ninety-nine {
  width: 99%!important;
}
label {
  margin-top: 15px;
}
.next-button {
  width: 150px;
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #00aa52;
  margin-top: 20px;
  margin-bottom: 50px;
  cursor: pointer;
  border-radius: 4px;
  float: right;
  margin-right: 22px;
}
.back-button {
  width: 150px;
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #00aa52;
  margin-top: 20px;
  margin-bottom: 50px;
  cursor: pointer;
  border-radius: 4px;
  float: left;
  margin-left: 10px;
}
.collapsible {
  overflow: hidden;
  height: 0px;
}
.smaller-title {
  font-size: 14px;
}
.sub-title {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin-top: 10px;
}
.sub-title-secondary {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.dark-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  display: none;
}
.modal-overlay {
  width: auto;
  height: auto;
  padding: 30px;
  padding-top: 45px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #005d67;
  font-size: 20px;
  z-index: 1000001;
  white-space: nowrap;
  text-align: center;
  display: none;
}
.close-x {
  position: absolute;
  top: 0px;
  right: 7px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.business-partner {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 40px;
}
.sub-title-explanation {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
.section-title {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
}
.checkboxes {
  text-align: center;
  margin-bottom: 25px;
}
.page-4-questions {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.twenty {
  width: 20%!important;
}
.sub-title-secondary-smaller {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
