@charset "UTF-8";
/* breakpoints */
.form {
  margin: 10px 0;
  font-size: 14px;
  overflow: hidden;
}

.form table {
  width: 100%;
}

.form .scfSectionContent > div {
  margin: 5px 0 0 0;
  padding: 0;
}

.form .scfSectionContent > div ~ div {
  margin: 0;
}

.form .scfSectionContent > div > label, .form .scfSectionContent > div > div {
  width: 100%;
  display: block;
  padding: 0;
}

.form .scfRequired {
  display: none !important;
}

.form fieldset {
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  padding: 15px;
  margin: 10px 0;
  position: relative;
}

.form fieldset legend {
  font-weight: 700;
  padding: 0 5px;
  font-size: 16px;
  position: absolute;
  top: -33px;
  background: #fff;
  left: 0;
}

.form .scfSectionContent > div {
  box-sizing: border-box;
  margin: 15px 0;
  border: 1px dashed gray;
  padding: 10px;
  position: relative;
}

.form .scfSectionContent > div:after {
  clear: both;
  content: "";
  display: block;
}

.form .scfSectionContent > div:hover [class$="GeneralPanel"] > [class$="UsefulInfo"] {
  opacity: 1;
}

.form .scfSectionContent > div select, .form .scfSectionContent > div input {
  margin-left: 5px;
}

.form .scfSectionContent [class$="UsefulInfo"] {
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  box-sizing: border-box;
  opacity: 0;
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  left: 0px;
  top: -15px;
  padding: 4px 8px;
  max-width: 98%;
  width: auto;
  background-color: #F5F5F5;
  color: #808080;
}

.form input, .form select, .form textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  padding: 2px 4px;
  max-width: 98%;
}

.form .scfCaptcha input[type="text"] {
  margin: 0;
}

.form .scfCaptchaLimitGeneralPanel, .form .scfCaptchStrongTextPanel {
  max-width: 100%;
  width: auto;
}

.form .scfCaptchaLabel {
  display: none;
}

.form .scfSectionContent .scfCaptchaGeneralPanel embed {
  max-width: 180px;
}

.form input[type="image"] {
  border: none;
}

.form input[type="submit"], .form button {
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  background: #FFFFFF;
  cursor: pointer;
  margin-left: 0;
}

.form input[type="text"], .form input[type="password"], .form textarea, .form input[type="file"] {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  width: 95%;
  padding: 2px;
}

.form input[type="text"] + span, .form input[type="password"] + span, .form textarea + span, .form input[type="file"] + span {
  display: inline-block;
  vertical-align: middle;
}

.form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form input[type="radio"] {
  position: absolute;
}

.form input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
}

.form input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 16px;
  height: 15px;
  background: image-url("radiobox.png");
}

.form input[type="radio"]:checked + label:after {
  background-position: -16px 0;
}

.form input[type="radio"] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 20px;
  margin-left: 5px;
  position: relative;
}

.form select {
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  max-height: 30px;
  position: relative;
  text-indent: 2px;
}

.form .scfListBox {
  background: none;
  max-height: none;
}

.form .scfDateSelectorDay, .form .scfDateSelectorMonth, .form .scfDateSelectorYear {
  width: 30%;
}

.form.hints-below .scfSectionContent [class$="UsefulInfo"] {
  position: static;
  opacity: 1;
  max-width: 100%;
  width: 100%;
  margin: 5px 0 0 5px;
}

.form.labels-above label {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
}

.form.labels-above .scfEmailGeneralPanel, .form.labels-above .scfMultipleLineGeneralPanel, .form.labels-above .scfSingleLineGeneralPanel, .form.labels-above .scfPasswordGeneralPanel, .form.labels-above .scfNumberGeneralPanel, .form.labels-above .scfDatePickerGeneralPanel, .form.labels-above .scfListBoxGeneralPanel, .form.labels-above .scfDropListGeneralPanel, .form.labels-above .scfDateGeneralPanel, .form.labels-above .scfRadioButtonListGeneralPanel, .form.labels-above .scfCheckBoxListGeneralPanel, .form.labels-above .scfFileUploadGeneralPanel, .form.labels-above .scfDateSelectorGeneralPanel, .form.labels-above .scfCreditCardGeneralPanel, .form.labels-above .scfConfirmPasswordGeneralPanel, .form.labels-above .scfCaptchaGeneralPanel, .form.labels-above .scfTelephoneGeneralPanel, .form.labels-above .scfSmsTelephoneGeneralPanel {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 93%;
}

.form.labels-above .scfSectionContent .scfRequired {
  margin: 0 5px;
}

.form.labels-above .scfMultipleLineGeneralPanel {
  width: 95%;
}

.form.labels-above .scfMultipleLineTextBox {
  margin: 0 0 0 5px;
}

.download-block {
  background-color: #f1f1f1;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 30px 15px;
}

.download-block:empty {
  display: none;
}

@media only screen and (min-width: 768px) {
  .download-block {
    padding: 54px;
  }
}

@media only screen and (min-width: 1024px) {
  .download-block {
    width: -webkit-calc((100% / 12) * 8);
    width: calc((100% / 12) * 8);
    margin: 45px auto;
    padding: 54px 107px;
  }
}

.download-block > div:after {
  content: "";
  display: table;
  clear: both;
}

.download-block .field-validation-error {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  display: block;
  font-size: 13px;
}

.download-block h3 {
  line-height: 1;
  margin-bottom: 30px;
}

.download-block .validation-summary-errors li,
.download-block .field-validation-error {
  color: red;
}

.download-block .validation-summary-errors {
  margin-bottom: 2rem;
}

.download-block .validation-summary-errors ul li {
  margin-left: 0;
}

.download-block .validation-summary-errors ul li:before {
  display: none;
}

.download-block p.privacy,
.download-block p.privacy a {
  color: #0084cb;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .download-block p.privacy {
    float: left;
    margin-left: 29px;
  }
}

.download-block h3:not(:first-of-type),
.download-block label.industry-news {
  color: #333333;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 16px;
  margin-bottom: 11px;
}

.download-block input:not([type="checkbox"]) {
  background-color: white;
  border: 0px;
  height: 50px;
  width: 100%;
  padding-left: 16px;
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .download-block input:not([type="checkbox"]) {
    margin-bottom: 16px;
  }
}

.download-block p {
  margin-bottom: 23px;
  margin-top: 23px;
}

@media only screen and (max-width: 767px) {
  .download-block p {
    font-size: 1.3rem;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

.download-block .checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
  margin-top: 2.5rem;
}

.download-block .checkbox-wrap li {
  position: relative;
  min-height: 5rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1.1rem;
}

.download-block .checkbox-wrap li:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .download-block .checkbox-wrap li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .download-block .checkbox-wrap li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.download-block .checkbox-wrap li + li {
  margin-top: 1.1rem;
}

.download-block .checkbox-wrap .field-validation-error {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 10px;
}

.download-block label {
  display: block;
}

@media only screen and (max-width: 767px) {
  .download-block label {
    font-size: 1.3rem;
  }
}

.download-block a {
  text-decoration: underline;
}

.download-block input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
}

.download-block input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  height: 100%;
  width: 100%;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding-left: 66px;
}

.download-block input[type="checkbox"] + label:before {
  border: none;
  background-color: white;
  content: "";
  width: 5rem;
  height: 5rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ddd;
}

.download-block input[type="checkbox"] + label:after {
  display: none;
}

.download-block input[type="checkbox"]:checked + label:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  font-size: 1.9rem;
  display: inline-block;
  color: #87bb40;
  left: 2.5rem;
  top: 2.5rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

.download-block textarea {
  border: none;
  width: 100%;
  padding-left: 16px;
  margin-top: 1.6rem;
  padding-top: 16px;
}

.download-block select {
  width: 100%;
  height: 50px;
  background-color: white;
  border: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: url("../images/arrow-down-icon.svg");
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 18px) 50%;
  background-position: calc(100% - 18px) 50%;
  background-size: 14px 8px;
  border-radius: 0;
  padding-left: 1.6rem;
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .download-block select {
    margin-bottom: 16px;
  }
}

.download-block button {
  z-index: 2;
  margin-left: 5px;
}

.download-block button ~ p {
  margin-top: 13px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .download-block button {
    margin: 0 auto;
  }
  .download-block button ~ p {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .download-block button[type="submit"] {
    float: left;
  }
}
