/* Foundation max sizes */
/*  640px  */
/*  1024px */
/*  1440px */
/*  1920px */
/* base size + min size is beginning of each range */
html, body, h1, h2, h3, h4, h5, h6, p, span, ul, ul li, ol, ol li, a, a:link, a:active, a:visited, a:hover, form, form input, button {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}

h1, h2 {
  color: #445C6D;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
}
@media (max-width: 64em) {
  h1, h2 {
    font-size: 21px !important;
  }
}

h3 {
  color: #445C6D !important;
  font-size: 21px;
  line-height: 26px;
  padding-bottom: 20px;
  margin: 0;
}

h5 {
  color: #445C6D !important;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 26px;
  margin: 0;
}

h6 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #4e4e4e;
}
@media (max-width: 64em) {
  h6 {
    font-size: 14px;
    line-height: 21px;
  }
}

p, ul li {
  color: #4E4E4E;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 64em) {
  p, ul li {
    font-size: 16px;
    line-height: 26px;
  }
}

ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}

table, th, td {
  border: 1px solid #000;
}

p.italic {
  font-style: italic;
}

p.footnote {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #666;
}

ol li {
  margin-bottom: 8px;
}
ol li:last-child {
  margin-bottom: 0;
}

a:visited, a:hover, a:active, a:link {
  color: #4a90ad;
  font-weight: inherit;
}

sup a:visited, sup a:hover, sup a:active, sup a:link {
  color: inherit !important;
}

div.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
div.flex-center button {
  margin-bottom: 0;
}
@media (max-width: 40em) {
  div.flex-center.button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.flex-center.button-row a.return {
    order: 1;
    margin-top: 15px;
  }
}

main > *:last-child {
  margin-bottom: 150px;
}

hr.hr-100 {
  margin-top: 100px;
  margin-bottom: 50px;
}

div.intro {
  margin: 3px 0 30px 0;
}
div.intro h1 {
  padding-bottom: 75px;
}

section {
  margin-top: 50px;
}

.application-breadcrumb {
  padding: 30px 0 30px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.application-breadcrumb a, .application-breadcrumb span {
  font-weight: 300 !important;
  font-size: 14px;
}
@media (max-width: 40em) {
  .application-breadcrumb {
    padding: 15px 0 20px 0;
    font-size: 0.875em;
  }
}

.iap-information h3 {
  display: inline-block;
}
.iap-information h3 + span {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  line-height: 21px;
  color: #4E4E4E;
}
.iap-information h3 + span span {
  color: #EC6742;
}

.iap-title {
  margin: 5px auto 40px auto;
}
.iap-title > div {
  padding: 0 2.5em;
}

.tooltipster-base .tooltipster-content {
  max-width: 22.75em;
}

.highlight-notice {
  background: #4A90AD;
  padding: 30px;
}

.highlight-notice, .highlight-notice p {
  color: #fff;
  font-weight: 600;
}

.email-consent input[type=checkbox] {
  left: 14px;
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  cursor: pointer !important;
  z-index: 1;
  top: 4px;
}
.email-consent input[type=checkbox] + span.input-label {
  margin: 0px 13px 0 0;
  clear: none;
  float: left;
  padding: 12px;
  background: url("/static/images/form/form_checkbox_off@2x.png") center center no-repeat;
  background-size: 100% !important;
}
.email-consent input[type=checkbox]:checked + span.input-label {
  background-image: url("/static/images/form/form_checkbox_on@2x.png");
}
.email-consent .input-label + span {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-top: 2px;
  max-width: calc(100% - 37px);
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}

.form-privacy-statement {
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
}
.form-privacy-statement .gate {
  color: #222;
  text-decoration: underline;
}

.iap-form select {
  color: #8e8e8e;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}
.iap-form .errorlist + input, .iap-form .errorlist + select {
  border-color: red;
}
.iap-form .errorlist ~ .upload-text {
  color: red;
}

@media (max-width: 641px) {
  .terms-and-conditions .table-wrapper {
    overflow-x: auto;
  }
}
.terms-and-conditions th, .terms-and-conditions td {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 64em) {
  .terms-and-conditions th, .terms-and-conditions td {
    font-size: 16px;
    line-height: 26px;
  }
}

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