.demo-page {
  padding-bottom: 150px;
}
@media screen and (max-width: 641px) {
  .demo-page {
    padding-bottom: 100px;
  }
}
.demo-page h4 {
  color: #445c6d;
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 1.3em !important;
}
.demo-page p {
  font-weight: 300;
}
.demo-page button.primary-button,
.demo-page button.primary-button:hover {
  border-color: #F7901E;
  border-radius: 3px;
  background: #F7901E;
  height: 45px;
  width: 215px;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  font-family: proxima-nova !important;
}
.demo-page .link-underline {
  color: inherit !important;
  border-bottom: 1px solid #4A90AD;
  font-weight: 300;
}
.demo-page .link-underline:hover {
  border-bottom: 2px solid #4A90AD;
}
.demo-page .header {
  padding: 75px 0 80px 0;
}
.demo-page .header h1 {
  font-size: 27px;
  color: #445c6d;
  margin: 0 0 0.4em 0;
  line-height: 1.4;
  font-weight: 400;
}
.demo-page .header h1 + p {
  font-size: 27px;
  font-weight: 100;
  line-height: 35px;
  margin: 0;
}
@media screen and (max-width: 641px) {
  .demo-page .header {
    padding: 35px 0 50px 0;
  }
  .demo-page .header h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .demo-page .header h1 + p {
    font-size: 21px;
    line-height: 27px;
  }
}
.demo-page .logo img {
  display: inline-block;
  margin-bottom: 35px;
  max-width: 50%;
  min-width: 175px;
}
@media screen and (max-width: 641px) {
  .demo-page .logo {
    text-align: center;
  }
}
.demo-page img#whitepapers {
  margin-top: 3em;
}
.demo-page .formWrap {
  padding-top: 12px;
}
@media screen and (min-width: 990px) {
  .demo-page .formWrap {
    padding-top: 56px;
  }
}
.demo-page .formWrap input[type=text],
.demo-page .formWrap input[type=number],
.demo-page .formWrap input[type=email],
.demo-page .formWrap select {
  border-radius: 3px;
  box-shadow: none;
  border-color: #CCCCCB;
}
.demo-page .formWrap input[type=text]:focus,
.demo-page .formWrap input[type=number]:focus,
.demo-page .formWrap input[type=email]:focus,
.demo-page .formWrap select:focus {
  border-color: #4A90AD;
  background-color: #fff;
  outline: none;
}
.demo-page .formWrap select {
  font-weight: 400;
  font-size: 16px;
  color: #9B9B9B;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.demo-page .formWrap .fieldError input, .demo-page .formWrap .fieldError select, .demo-page .formWrap .fieldError .selectize-input {
  border: 1px solid red;
}
.demo-page .formWrap .form-inputs label {
  width: 100%;
}
.demo-page .formWrap ul.errorlist {
  padding: 0;
}
.demo-page .formWrap ul.errorlist li {
  font-size: 12px;
  margin: 0;
  opacity: 0.6;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 641px) {
  .demo-page .formWrap {
    padding-top: 0;
  }
  .demo-page .formWrap label {
    font-size: 12px;
  }
  .demo-page .formWrap #submit {
    margin-bottom: 50px;
  }
}
.demo-page hr.demo {
  margin: 10px 0 20px 0;
}
.demo-page .product-interest {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0 0 0;
}
.demo-page .product-interest li {
  margin-right: 8px;
}
.demo-page .product-interest li input[type=checkbox] {
  display: none;
}
.demo-page .product-interest li input[type=checkbox] + label {
  width: auto !important;
}
.email-consent input[type=checkbox] + span.input-label, .demo-page .product-interest li input[type=checkbox] + label {
  background: rgba(0, 0, 0, 0) url("https://assets.inductiveautomation.com/static/images/icons/demo-checkbox.png") no-repeat scroll 0 0/20px 20px;
  color: #4E4E4E;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  margin: 0.5rem 0;
  padding: 0 10px 0 31px;
  vertical-align: top;
}

.email-consent input[type=checkbox]:checked + span.input-label, .demo-page .product-interest li input[type=checkbox]:checked + label {
  background: rgba(0, 0, 0, 0) url("https://assets.inductiveautomation.com/static/images/icons/demo-checkbox-filled.png") no-repeat scroll 0 0/20px 20px;
}

.demo-page .product-interest li label {
  font-size: 1rem;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 0.2em;
  text-transform: capitalize;
}
@media screen and (max-width: 375px) {
  .demo-page .product-interest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.demo-page p.which-products {
  margin: 14px 0 0 0;
  font-weight: 600;
}
.demo-page .email-consent {
  position: relative;
}
.demo-page .email-consent input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  cursor: pointer !important;
  z-index: 1;
  top: 10px;
  left: 17px;
  margin: 0;
}
.demo-page .email-consent input[type=checkbox] + span.input-label {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 30px;
  position: relative;
  top: 8px;
}
.demo-page .email-consent span:not(.optional) {
  color: #4E4E4E;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  width: calc(100% - 40px);
}
.demo-page .email-consent span:not(.optional) .optional {
  color: #9B9B9B;
  font-style: italic;
}
.demo-page .form-privacy-statement {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin: 30px 0 25px 0;
}
.demo-page .form-privacy-statement .gate {
  color: inherit;
  text-decoration: underline;
}
.demo-page .contact-info {
  text-align: center;
}
.demo-page .contact-info ul {
  margin: 0;
  line-height: 18px !important;
}
.demo-page .contact-info li {
  list-style: none;
  display: inline;
  color: #9b9b9b !important;
  font-family: proxima-nova !important;
  font-size: 12px;
}
.demo-page .contact-info li:after {
  content: " | ";
  padding: 0 5px;
}
.demo-page .contact-info li:last-of-type:after {
  content: none;
}
.demo-page .contact-info li a {
  color: inherit;
}
@media screen and (max-width: 735px) {
  .demo-page .small-12 {
    width: 100%;
  }
}
.demo-page .row > .medium-6:first-child {
  padding-right: 0.46875em;
}
.demo-page .row > .medium-6:first-child + .medium-6 {
  padding-left: 0.46875em;
}
@media screen and (max-width: 735px) {
  .demo-page .row > .medium-6:first-child {
    padding-right: 0.9375em;
  }
  .demo-page .row > .medium-6:first-child + .medium-6 {
    padding-left: 0.9375em;
  }
}
.demo-page .grecaptcha-badge {
  z-index: 100;
}
@media screen and (max-width: 990px) {
  .demo-page .demo-content > .row > .small-12 {
    width: 100%;
  }
}
.demo-page .demo-content #demo-form-col {
  margin-top: 14px;
}
@media screen and (min-width: 990px) {
  .demo-page .demo-content .demo-form-left {
    padding-right: 1.6em;
  }
  .demo-page .demo-content .demo-form-right {
    padding-left: 3.5em;
  }
  .demo-page .demo-content p.request-text {
    font-size: 14px;
    line-height: 26px;
  }
}

/*# sourceMappingURL=ignition_overview.css.map */
