.main-content {
  text-align: center;
}

.eligibility-calc-link {
  font-size: 15px;
}

.pagetitle {
  text-align: left;
}

/* Apply Button */

.vet-aid-app-button:hover {
  background: -moz-linear-gradient(90deg, #0084AD 38%, #0099C5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 90deg, color-stop(38%, 0084AD), color-stop(100%, 0099C5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(90deg, #0084AD 38%, #0099C5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(90deg, #0084AD 38%, #0099C5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #0084AD 38%, #0099C5 100%);
  /* IE10+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(90deg, #0084AD 38%, #0099C5 100%);
  /* W3C */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=23, Direction=108, Color=#000000)";
  -moz-box-shadow: 2px 6px 23px -11px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 6px 23px -11px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 6px 23px -11px rgba(0, 0, 0, 0.6);
  filter: progid: DXImageTransform.Microsoft.Shadow(Strength=23, Direction=135, Color=#000000);
}

.vet-aid-app-button {
  transition: all 0.3s ease;
  background: -moz-linear-gradient(90deg, #0084AD 38%, #0084AD 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 90deg, color-stop(38%, 0084AD), color-stop(100%, 0084AD));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(90deg, #0084AD 38%, #0084AD 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(90deg, #0084AD 38%, #0084AD 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #0084AD 38%, #0084AD 100%);
  /* IE10+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(90deg, #0084AD 38%, #0084AD 100%);
  /* W3C */
  font-size: 15px;
  color: #ffffff;
  border: none;
  font-weight: normal;
  -webkit-border-radius: 50px;
  /*Safari, Chrome*/
  -moz-border-radius: 50px;
  /*Firefox*/
  font-size: 20px;
  color: #ffffff;
  border: none;
  font-weight: lighter;
  font-family: helvetica, sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=27, Direction=139, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 7px 6px 27px -50px rgba(0, 0, 0, 0);
  /*FF 3.5+*/
  -webkit-box-shadow: 7px 6px 27px -50px rgba(0, 0, 0, 0);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 7px 6px 27px -50px rgba(0, 0, 0, 0);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid: DXImageTransform.Microsoft.Shadow(Strength=27, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  outline: none;
}


/* Modal */

.modal {
  position: fixed;
  /* or absolute */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 55%;
}

.modal-close {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  float: right;
  font-size: 23px;
  top: 5px;
  position: absolute;
  right: 10px;
}

.modal-container {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\6;
  /* ie fallback png background image */
  z-index: 9999;
  color: white;
}

.modal-header {
  background-color: #044C62;
  font-size: 19px;
  padding: 15px;
}
.modal-header .fa { float: right;}
.modal-body {}


/* Progress Bar */

.progress-title {
  color: #000;
  float: left;
}

.progress-bar {
  padding: 10px;
  font-size: 13px;
}

progress {
  background-color: #f3f3f3;
  border: 0;
  height: 15px;
  border-radius: 9px;
  width: 75%;
  margin-left: 10px;
}

progress::-webkit-progress-bar {
  background-color: #f3f3f3;
  border: 0;
  height: 15px;
  border-radius: 9px;
  width: 100%;
}

progress::-webkit-progress-value {
  background-color: #0084ab;
  border: 0;
  height: 15px;
  border-radius: 9px;
  width: 100%;
}

progress::-moz-progress-bar {
  background-color: #0084ab;
  border: 0;
  height: 15px;
  border-radius: 9px;
  width: 75%;
  margin-left: 10px;
}


/* Question/Response */

.question-area {
  margin-top: 30px;
}

#q1,
#q2,
#q3,
#q4,
#q5,
#not_eligible {
  display: none;
}

.question {
  color: #000;
  margin: 10px 30px;
  font-size: 24px;
  font-weight: 300;
}

.response label { display: inline-block; }

.question-error {
  color: red;
  display: none;
}

.zip-error{
  color: red;
  padding-left: 10px;
  margin-top: 20px;
}

.response {
  color: #000;
  margin: 0 30px 60px 30px;
  font-size: 18px;
}

.final-response {
  color: #000;
  margin: 0 30px 60px 30px;
  font-size: 18px;
}

.war-list {
  color: #000;
  width: 50%;
  margin-top: 30px;
  margin-left: 20px;
  font-size: 10px;
}

.war-list li {
  margin-bottom: 2px;
  line-height: 14px;
}

input[type="checkbox"] {
  /* display: none; */
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/eligibility-unchecked.jpg);
  cursor: pointer;
  margin-right: 5px;
  vertical-align: bottom;
  margin-top: 10px;

}

input[type="checkbox"]:checked + label span {
  background: url(../img/eligibility-checked.jpg);
}

.response input[type='radio'] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 5px 0px gray inset;
  vertical-align: bottom;
  margin-right: 10px;
}

.response input[type='radio']:hover {
  box-shadow: 0 0 5px 0px orange inset;
}

.response input[type='radio']:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.response input[type='radio']:checked:before {
  background: #7dbe6e;
}

.calc-input-group {
  margin-bottom: -15px;
}

.question-submit {
  text-align: center;
}

.vet-aid-app-button {
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .question-submit .vet-aid-app-button {
    width: 50%;
  }
  .get-started-form {
    margin: 30px 10px 0 40px;
  }
  .get-started-form input {
    width: 40%;
    margin-left: 10px;

    border: 1px solid #afafaf;
  }
  .find-options-top {
    font-size: 26px;
  }
  .find-options-bottom {
    font-size: 19px;
  }

  .response {
    height: 270px;
  }
}

@media (max-width: 1024px) {
  .modal {
    width: 90%;
  }
  progress {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .find-options-bottom {
    font-size: 19px;
  }
  .war-list {
    width: 100%;
    font-size: 9px;
  }
  .modal {
    transform: none;
    margin-top: 30px;
    background: #fff;
    margin: 20px auto 0 auto;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .get-started-form input {
    width: 100%;
    margin: 30px 0;

    border: 1px solid #afafaf;
  }
  .get-started-form .vet-aid-app-button {
    font-size: 18px;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 425px) {
  .find-options-bottom {
    font-size: 15px;
  }
  .get-started-form {
    margin: none !important;
    text-align: center;
  }
  .get-started-form input {
    width: 80%;
    margin-left: 0;

    border: 1px solid #afafaf;
  }

  .modal-header{

    padding-right: 20px;
  }
}

.vet-aid-app-button i {
  font-size: 16px;
}

.eligibility-title {
  text-align: center;
  margin-top: 15px;
}

.eligibility {
  font-size: 15px;
  font-weight: 600;
}

.calculator-visual {
  width: 90%;
  float: none !important;
  margin: 20px 0 !important;
}

.eligibility-info {
  text-align: left;
}

.quick-facts {
  text-align: left;
}

.quick-facts span {
  font-size: 16px;
}

.fact {
  margin-bottom: 15px !important;
  background: none !important;
}

.fact:first-of-type {
  margin-top: 20px !important;
}

.fact img {
  width: 50px !important;
}

.fact-text {
  color: #7d7d7d;
}

.info-first {
  font-weight: 600;
}

.congrats {
  font-weight: 600;
  margin-bottom: 5px;
}

.congrats-contact {
  text-align: center;
  margin: 40px 0;
}

.congrats-number {
  font-weight: 600;
  font-size: 26px;
}

.find-options-callout {
  text-align: center;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
}

.find-options-top {
  background-color: #0084ab;
  padding: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.find-options-bottom {
  background-color: #1c546c;
  padding: 10px;
}

.find-options-callout:after {
  content: '';
  position: absolute;
  /*top: 100%;
    left: 50%;*/
  margin-left: -25%;
  width: 0;
  height: 0;
  border-top: solid 20px #1c546c;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}

.get-started-form input {
  height: 40px;
  padding: 5px;
  font-size: 17px;

  border: 1px solid #afafaf;
}

.get-started-form .vet-aid-app-button {
  width: 45%;
  margin-left: 30px;
}

#q5 .response {
  margin-bottom: 10px;
}

.question-area .response .calc-input-group input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.question-area .response .calc-input-group:last-of-type {
    margin-bottom:10px;
}


.question-area .response ul.war-list {
    width: 100%;
    margin: 0;
    font-size: 14px;
}

.question-area .response ul.war-list li {
    line-height: inherit;
    margin-bottom: 0;
}
