/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.step-2 {
  display: none; }

progress[value] {
  width: 100%; }

/******************************          Progress Bar          ******************************/
.graph {
  width: 100%;
  /* width and height are arbitrary, just make sure the #bar styles are changed accordingly */
  height: 30px;
  border: 1px solid #888;
  background: #a8a8a8;
  background: -moz-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a8), color-stop(23%, #cccccc));
  background: -webkit-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -o-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -ms-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=0 );
  background: linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  position: relative; }

#bar {
  height: 28px;
  background: #FFCC00;
  border-top: 1px solid #fceabb;
  border-right: 1px solid #999; }

#bar p {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 30px; }

.error {
  background-color: #fceabb;
  padding: 1em;
  font-weight: bold;
  color: red;
  border: 1px solid red; }

.Step1Question {
  width: 50%;
  margin-left: 35%;
  margin-right: 15%;
  margin-top: 20px;
  margin-bottom: 20px; }

.Step1Question {
  width: 100% !important;
  margin: 30px auto !important;
  text-align: left !important; }

.Step1Question input {
  margin-right: 10px; }

.Step1Question label {
  display: block; }

.cta-container p {
  color: #000 !important;
  font-size: 13px; }

.cta-container {
  text-align: center; }

.CTA {
  background-color: #158292;
  color: white;
  font-weight: 600;
  padding: 15px;
  font-size: 20px !important;
  display: inline-block;
  margin-bottom: 20px;
  width: 80%;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

.CTA:hover {
  background-color: #0e5a66; }

.CTA-BTN {
  background-color: #06b5ef;
  color: white;
  font-weight: 600;
  padding: 15px !important;
  font-size: 20px !important;
  display: inline-block;
  border: none !important;
  cursor: pointer;
  width: 80% !important;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

.CTA-BTN:hover {
  filter: brightness(115%); }

#Step2 {
  display: none; }

#Step2 input {
  padding: 10px;
  width: 100%;
  margin: 5px;
  font-size: 15px;
  margin-bottom: 20px;
  width: 80%; }
