body button[type=submit],
body input[type=submit],
body .sitecore-form input[type=submit],
body .primary-button-filled a,
body .btn-default,
body .btn--primary,
body a.btn--primary, body .primary-button-line a,
body .secondary-button-line a,
body .email-entry-buttons a,
body .register-buttons a,
body .btn-secondary,
body .btn--secondary, body .btn-price-file-download {
  padding: 22px 14px;
  display: inline-block;
  min-width: 162px;
  width: auto;
  height: 60px;
  max-height: 60px;
  background-color: #0D4486;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600 !important;
  line-height: 1;
  text-decoration: unset;
  text-align: center !important;
}

@media (max-width: 767px) {
  body button[type=submit],
  body input[type=submit],
  body .sitecore-form input[type=submit],
  body .primary-button-filled a,
  body .btn-default,
  body .btn--primary,
  body a.btn--primary, body .primary-button-line a,
  body .secondary-button-line a,
  body .email-entry-buttons a,
  body .register-buttons a,
  body .btn-secondary,
  body .btn--secondary, body .btn-price-file-download {
    width: 100% !important;
    height: auto;
    max-height: none;
  }
}

@media (min-width: 992px) {
  body button[type=submit],
  body input[type=submit],
  body .sitecore-form input[type=submit],
  body .primary-button-filled a,
  body .btn-default,
  body .btn--primary,
  body a.btn--primary, body .primary-button-line a,
  body .secondary-button-line a,
  body .email-entry-buttons a,
  body .register-buttons a,
  body .btn-secondary,
  body .btn--secondary, body .btn-price-file-download {
    min-width: 195px;
  }
}

body button:hover[type=submit],
body input:hover[type=submit],
body .primary-button-filled a:hover,
body .btn-default:hover,
body .btn--primary:hover, body .primary-button-line a:hover,
body .secondary-button-line a:hover,
body .email-entry-buttons a:hover,
body .register-buttons a:hover,
body .btn-secondary:hover,
body .btn--secondary:hover, body .btn-price-file-download:hover {
  color: white !important;
  background-color: #3D699E;
}

body button:focus[type=submit],
body input:focus[type=submit],
body .primary-button-filled a:focus,
body .btn-default:focus,
body .btn--primary:focus, body .primary-button-line a:focus,
body .secondary-button-line a:focus,
body .email-entry-buttons a:focus,
body .register-buttons a:focus,
body .btn-secondary:focus,
body .btn--secondary:focus, body .btn-price-file-download:focus {
  outline: none !important;
}

body button:disabled[type=submit],
body input:disabled[type=submit],
body .primary-button-filled a:disabled,
body .btn-default:disabled,
body .btn--primary:disabled, body .primary-button-line a:disabled,
body .secondary-button-line a:disabled,
body .email-entry-buttons a:disabled,
body .register-buttons a:disabled,
body .btn-secondary:disabled,
body .btn--secondary:disabled, body .btn-price-file-download:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

body .primary-button-line a,
body .secondary-button-line a,
body .email-entry-buttons a,
body .register-buttons a,
body .btn-secondary,
body .btn--secondary {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

body .primary-button-line a:hover,
body .secondary-button-line a:hover,
body .email-entry-buttons a:hover,
body .register-buttons a:hover,
body .btn-secondary:hover,
body .btn--secondary:hover {
  color: white !important;
  background-color: #3D699E !important;
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

body .sitecore-form input[type=submit]:hover {
  background-color: #3D699E !important;
}

body .btn--transparent {
  background-color: transparent;
  border: 1px solid transparent !important;
}

body .btn-price-file-download {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

body .btn-price-file-download span {
  color: #03AFEF;
  font-size: 12px;
  margin: 0.08em 0 0 .33em;
}

body .btn-price-file-download.-pptx::before, body .btn-price-file-download.-ppt::before, body .btn-price-file-download.-csv::before, body .btn-price-file-download.-pdf::before, body .btn-price-file-download.-zip::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 28px;
  background-size: 22px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 16px;
}

body .btn-price-file-download.-pptx::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-pptx-white.svg");
}

body .btn-price-file-download.-ppt::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-ppt-white.svg");
}

body .btn-price-file-download.-csv::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-csv-white.svg");
}

body .btn-price-file-download.-pdf::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-pdf-white.svg");
}

body .btn-price-file-download.-zip::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-zip-white.svg");
}

body .btn-price-file-download:focus, body .btn-price-file-download.focus {
  color: white;
}

body .btn-align-left {
  text-align: left !important;
  padding-left: 22px;
  padding-right: 18px;
}

@media (min-width: 768px) {
  body .btn-align-left {
    padding-right: 28px;
  }
}

body a.is-loading,
body input[type=submit].is-loading,
body button.is-loading {
  background: linear-gradient(270deg, #08A864 0%, #00ADEF 100%);
  background-repeat: no-repeat;
  -webkit-animation: linearGradient 200ms ease infinite;
  animation: linearGradient 200ms ease infinite;
  cursor: progress;
  position: relative;
}

@-webkit-keyframes linearGradient {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes linearGradient {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

body input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

body .btn-price-and-availability {
  color: #fff;
  background-color: #04B0ED;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 216px;
  min-width: 162px;
  height: 60px;
  max-height: 60px;
  border: 0;
  border-radius: 0;
  font-weight: 700;
}

body .btn-price-and-availability:hover {
  color: #fff !important;
  background-color: #3D699E !important;
}

body .btn-price-and-availability span {
  font-family: Material Icons Sharp !important;
  font-size: 24px;
  font-weight: 100;
  margin-right: 16px;
  color: #fff;
}
