.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.text-sz-24 {
  font-size: 24px;
}

.text-sz-20 {
  font-size: 20px;
}

.text-sz-18 {
  font-size: 18px;
}

.text-sz-16 {
  font-size: 16px;
}

.text-sz-14 {
  font-size: 14px;
}

.text-sz-12 {
  font-size: 12px;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-reg {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.is-hidden {
  display: none !important;
}

.is-relative {
  position: relative !important;
}

@media (max-width: 991px) {
  .maintain-mobile-row .row.component.column-splitter {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
  }
}

@media (max-width: 991px) {
  .maintain-mobile-row .row.component.column-splitter::before {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}


.title h1.field-title {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .title h1.field-title {
    font-size: 38px;
  }
}

body {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  overflow-x: initial !important;
  overflow: initial !important;
}

* {
  box-sizing: border-box;
}

main .component.column-splitter {
  margin-bottom: 0 !important;
}

main .component.column-splitter > div:first-child {
  margin-right: 0 !important;
}

main .component.column-splitter > div:last-child {
  margin-left: 0 !important;
}

.blank-page main, .blank-page footer {
  display: none;
}

.title h1.field-title {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .title h1.field-title {
    margin-bottom: 24px;
  }
}

div[class^="col-"] .container-fluid,
div[class^="row"] .container-fluid {
  padding: 0;
  margin: 0;
}

div[class^="col-"] .container-fluid > div[class^="row"],
div[class^="row"] .container-fluid > div[class^="row"] {
  margin: 0;
}

div[class^="col-"] .container-fluid > div[class^="row"] > div[class^="col-"],
div[class^="row"] .container-fluid > div[class^="row"] > div[class^="col-"] {
  padding: 0;
}

div[class^="col-"] .container-fluid > div[class^="col-"],
div[class^="row"] .container-fluid > div[class^="col-"] {
  padding: 0;
}

div[class^="col-"] > div[class^="col-"] {
  padding: 0;
}

div[class^="row"] > div[class^="row"] {
  margin: 0;
}

/* overriden media player css */
.mejs-overlay-play {
  cursor: pointer;
  height: 70% !important;
}

.mejs-container-fullscreen .mejs-overlay-play {
  height: 84% !important;
}

.mejs-container-fullscreen .mejs-iframe-overlay {
  height: 84% !important;
}

.mejs-iframe-overlay {
  height: 70% !important;
  position: absolute;
  width: 100%;
}


.bodyclass .component.accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bodyclass .component.accordion .field-heading {
  font-size: 20px;
  color: #0D4486;
  padding-left: 0;
}

.bodyclass .component.accordion .field-heading:before {
  display: none;
}

@media (max-width: 991px) {
  .bodyclass .component.accordion .field-heading {
    font-size: 18px;
  }
}

.bodyclass .component.accordion .field-heading__icon {
  float: right;
  margin-top: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bodyclass .component.accordion .field-content,
.bodyclass .component.accordion .field-content > p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
}

.bodyclass .component.accordion .toggle-header {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bodyclass .component.accordion .toggle-header:focus-visible .label {
  background: #F7F8F9;
}

.bodyclass .component.accordion .toggle-header .label {
  padding: 14px;
  padding-left: 0;
}

.bodyclass .component.accordion .toggle-header .col-xs-12 {
  padding-left: 0;
}

.bodyclass .component.accordion .toggle-content {
  height: 0px;
  padding: 0;
  overflow: hidden;
}

.bodyclass .component.accordion .toggle-content > .component {
  padding: 0;
}

.bodyclass .component.accordion .active .field-heading__icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bodyclass .component.accordion .active .toggle-content {
  height: auto;
  overflow: visible;
  padding: 12px;
}

@media (min-width: 992px) {
  .bodyclass .component.accordion .active .toggle-content {
    padding: 24px 85px 24px 36px;
  }
}

@media (max-width: 991px) {
  .bodyclass .cxa-addtocart-component {
    margin-bottom: 20px;
  }
}

.facet-single-selection-list {
  padding: 0;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.facet-single-selection-list:last-of-type {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .facet-single-selection-list:last-of-type {
    margin-bottom: 36px;
  }
}

.facet-single-selection-list .facet-heading {
  display: block;
  padding: 15px;
  margin: 0;
  border: 0;
}

.facet-single-selection-list .facet-heading .clear-filter {
  position: absolute;
  top: 30px;
  right: 20px;
  display: none;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
}

.facet-single-selection-list .facet-heading .clear-filter:hover {
  background: unset;
}

.facet-single-selection-list .facet-heading .clear-filter.has-active-facet, .facet-single-selection-list .facet-heading .clear-filter.has-active-facet:hover {
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  background-color: white;
}

.facet-single-selection-list .facet-title {
  position: relative;
  display: block !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  color: #000;
}

.facet-single-selection-list .facet-title:after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "";
}

.facet-single-selection-list .facet-search-filter {
  display: none;
  padding: 15px;
}

.facet-single-selection-list .facet-search-filter .facet-value {
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
}

.facet-single-selection-list .facet-search-filter .facet-value span {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.facet-single-selection-list .facet-search-filter .facet-value span:hover {
  border-bottom: 1px solid #00ADEF;
}

.facet-single-selection-list .facet-search-filter .facet-value + p {
  margin-top: 24px;
}

.facet-single-selection-list .facet-search-filter .facet-value.active-facet span {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}

.facet-single-selection-list .facet-search-filter .facet-value .facet-count {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.facet-single-selection-list.--is-open .facet-title:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.facet-single-selection-list.--is-open .facet-title ~ .clear-filter.has-active-facet {
  display: block;
}

.facet-single-selection-list.--is-open .facet-search-filter {
  display: block;
}


.address-book-page .cxa-addresseditor-component .address-buttons-section a,
.address-book-page .cxa-addresseditor-component .address-buttons-section button {
  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 (min-width: 992px) {
  .address-book-page .cxa-addresseditor-component .address-buttons-section a,
  .address-book-page .cxa-addresseditor-component .address-buttons-section button {
    min-width: 195px;
  }
}

.address-book-page .cxa-addresseditor-component .address-buttons-section a:hover,
.address-book-page .cxa-addresseditor-component .address-buttons-section button:hover {
  color: white !important;
  background-color: #3D699E;
}

.address-book-page .cxa-addresseditor-component .address-buttons-section a:focus,
.address-book-page .cxa-addresseditor-component .address-buttons-section button:focus {
  outline: none !important;
}

.address-book-page .cxa-addresseditor-component .address-buttons-section a:disabled,
.address-book-page .cxa-addresseditor-component .address-buttons-section button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.address-book-page .cxa-addresseditor-component .address-buttons-section a {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.address-book-page .cxa-addresseditor-component .address-buttons-section a:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.address-book-page #content select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.address-book-page #content select:hover {
  border-color: #00ADEF !important;
}

.address-book-page #content select.input-validation-error {
  border-color: #c4505d !important;
}

.address-book-page #content input[type=text], .address-book-page #content input[type=number], .address-book-page #content input[type=email], .address-book-page #content input[type=date], .address-book-page #content input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.address-book-page #content input[type=text]:hover, .address-book-page #content input[type=text]:focus, .address-book-page #content input[type=number]:hover, .address-book-page #content input[type=number]:focus, .address-book-page #content input[type=email]:hover, .address-book-page #content input[type=email]:focus, .address-book-page #content input[type=date]:hover, .address-book-page #content input[type=date]:focus, .address-book-page #content input[type=password]:hover, .address-book-page #content input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.address-book-page #content input[type=text]:disabled, .address-book-page #content input[type=text][disabled], .address-book-page #content input[type=number]:disabled, .address-book-page #content input[type=number][disabled], .address-book-page #content input[type=email]:disabled, .address-book-page #content input[type=email][disabled], .address-book-page #content input[type=date]:disabled, .address-book-page #content input[type=date][disabled], .address-book-page #content input[type=password]:disabled, .address-book-page #content input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.address-book-page #content input[type=text].input-validation-error, .address-book-page #content input[type=number].input-validation-error, .address-book-page #content input[type=email].input-validation-error, .address-book-page #content input[type=date].input-validation-error, .address-book-page #content input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.address-book-page #content input[type=text]::-webkit-input-placeholder, .address-book-page #content input[type=number]::-webkit-input-placeholder, .address-book-page #content input[type=email]::-webkit-input-placeholder, .address-book-page #content input[type=date]::-webkit-input-placeholder, .address-book-page #content input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.address-book-page #content input[type=text]:-ms-input-placeholder, .address-book-page #content input[type=number]:-ms-input-placeholder, .address-book-page #content input[type=email]:-ms-input-placeholder, .address-book-page #content input[type=date]:-ms-input-placeholder, .address-book-page #content input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.address-book-page #content input[type=text]::placeholder, .address-book-page #content input[type=number]::placeholder, .address-book-page #content input[type=email]::placeholder, .address-book-page #content input[type=date]::placeholder, .address-book-page #content input[type=password]::placeholder {
  color: #bbb;
}

.address-book-page #content input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.address-book-page #content input[type=radio]:checked {
  border-color: #03AFEF;
}

.address-book-page #content input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.address-book-page #content input[type=radio]:hover {
  border-color: #03AFEF;
}

.address-book-page #content input[type=radio]:disabled, .address-book-page #content input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.address-book-page #content input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.address-book-page #content input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.address-book-page #content input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.address-book-page #content input[type=checkbox]:hover {
  border-color: #000;
}

.address-book-page #content input[type=checkbox]:disabled, .address-book-page #content input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.address-book-page #content label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.address-book-page #content label span {
  color: #c4505d;
}

.address-book-page #content h1, .address-book-page .main-title .component-content {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .address-book-page #content h1, .address-book-page .main-title .component-content {
    font-size: 38px;
  }
}

.address-book-page #content h1 {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .address-book-page #content h1 {
    margin-bottom: 24px;
  }
}

.address-book-page #content > .row {
  margin-bottom: 48px;
}

.address-book-page .main-title .component-content {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .address-book-page .main-title .component-content {
    margin-bottom: 24px;
  }
}

.address-book-page .cxa-addresseditor-component form > div {
  margin-bottom: 36px;
}

.address-book-page .cxa-addresseditor-component .address-selector-section .address-selector select {
  padding-right: 35px !important;
}

.address-book-page .cxa-addresseditor-component .address-buttons-section {
  margin: 0;
}

@media (min-width: 992px) {
  .address-book-page .cxa-addresseditor-component .address-buttons-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .address-book-page .cxa-addresseditor-component .address-buttons-section a,
  .address-book-page .cxa-addresseditor-component .address-buttons-section button {
    width: 100%;
  }
}


.change-password-page .cxa-changepassword-component .changepassword-buttons a,
.change-password-page .cxa-changepassword-component .changepassword-buttons button {
  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 (min-width: 992px) {
  .change-password-page .cxa-changepassword-component .changepassword-buttons a,
  .change-password-page .cxa-changepassword-component .changepassword-buttons button {
    min-width: 195px;
  }
}

.change-password-page .cxa-changepassword-component .changepassword-buttons a:hover,
.change-password-page .cxa-changepassword-component .changepassword-buttons button:hover {
  color: white !important;
  background-color: #3D699E;
}

.change-password-page .cxa-changepassword-component .changepassword-buttons a:focus,
.change-password-page .cxa-changepassword-component .changepassword-buttons button:focus {
  outline: none !important;
}

.change-password-page .cxa-changepassword-component .changepassword-buttons a:disabled,
.change-password-page .cxa-changepassword-component .changepassword-buttons button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.change-password-page .cxa-changepassword-component .changepassword-buttons a {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.change-password-page .cxa-changepassword-component .changepassword-buttons a:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.change-password-page #content input[type=text], .change-password-page #content input[type=number], .change-password-page #content input[type=email], .change-password-page #content input[type=date], .change-password-page #content input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.change-password-page #content input[type=text]:hover, .change-password-page #content input[type=text]:focus, .change-password-page #content input[type=number]:hover, .change-password-page #content input[type=number]:focus, .change-password-page #content input[type=email]:hover, .change-password-page #content input[type=email]:focus, .change-password-page #content input[type=date]:hover, .change-password-page #content input[type=date]:focus, .change-password-page #content input[type=password]:hover, .change-password-page #content input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.change-password-page #content input[type=text]:disabled, .change-password-page #content input[type=text][disabled], .change-password-page #content input[type=number]:disabled, .change-password-page #content input[type=number][disabled], .change-password-page #content input[type=email]:disabled, .change-password-page #content input[type=email][disabled], .change-password-page #content input[type=date]:disabled, .change-password-page #content input[type=date][disabled], .change-password-page #content input[type=password]:disabled, .change-password-page #content input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.change-password-page #content input[type=text].input-validation-error, .change-password-page #content input[type=number].input-validation-error, .change-password-page #content input[type=email].input-validation-error, .change-password-page #content input[type=date].input-validation-error, .change-password-page #content input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.change-password-page #content input[type=text]::-webkit-input-placeholder, .change-password-page #content input[type=number]::-webkit-input-placeholder, .change-password-page #content input[type=email]::-webkit-input-placeholder, .change-password-page #content input[type=date]::-webkit-input-placeholder, .change-password-page #content input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.change-password-page #content input[type=text]:-ms-input-placeholder, .change-password-page #content input[type=number]:-ms-input-placeholder, .change-password-page #content input[type=email]:-ms-input-placeholder, .change-password-page #content input[type=date]:-ms-input-placeholder, .change-password-page #content input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.change-password-page #content input[type=text]::placeholder, .change-password-page #content input[type=number]::placeholder, .change-password-page #content input[type=email]::placeholder, .change-password-page #content input[type=date]::placeholder, .change-password-page #content input[type=password]::placeholder {
  color: #bbb;
}

.change-password-page #content input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.change-password-page #content input[type=radio]:checked {
  border-color: #03AFEF;
}

.change-password-page #content input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.change-password-page #content input[type=radio]:hover {
  border-color: #03AFEF;
}

.change-password-page #content input[type=radio]:disabled, .change-password-page #content input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.change-password-page #content input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.change-password-page #content input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.change-password-page #content input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.change-password-page #content input[type=checkbox]:hover {
  border-color: #000;
}

.change-password-page #content input[type=checkbox]:disabled, .change-password-page #content input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.change-password-page #content label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.change-password-page #content label span {
  color: #c4505d;
}

.change-password-page #content h1, .change-password-page .main-title .component-content {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .change-password-page #content h1, .change-password-page .main-title .component-content {
    font-size: 38px;
  }
}

.change-password-page #content h1 {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .change-password-page #content h1 {
    margin-bottom: 24px;
  }
}

.change-password-page #content > .row {
  margin-bottom: 48px;
}

.change-password-page .main-title .component-content {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .change-password-page .main-title .component-content {
    margin-bottom: 24px;
  }
}

.change-password-page .cxa-changepassword-component form > div {
  margin-bottom: 36px;
}

.change-password-page .cxa-changepassword-component .changepassword-buttons {
  margin: 0;
}

@media (min-width: 992px) {
  .change-password-page .cxa-changepassword-component .changepassword-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .change-password-page .cxa-changepassword-component .changepassword-buttons a,
  .change-password-page .cxa-changepassword-component .changepassword-buttons button {
    width: 100%;
  }
}


.account-management-page #content > .row > .row > div:first-child, .account-management-page #content > .row > .row > div:last-child {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.account-management-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .account-management-page #content h1 {
    font-size: 38px;
  }
}

.account-management-page #content h1 {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .account-management-page #content h1 {
    margin-bottom: 48px;
  }
}

.account-management-page #content > .row > .row > div:first-child {
  margin-bottom: 48px;
}

.account-management-page #content > .row > .row > div:first-child:before {
  display: block;
  margin-bottom: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: " ";
}

.account-management-page #content > .row > .row > div:last-child {
  margin-bottom: 48px;
}

.account-management-page #content .component.link {
  margin-bottom: 12px;
}

.account-management-page #content .component.link a {
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.account-management-page #content .component.link a:after {
  display: none;
}

.account-management-page .secondary-title {
  margin-bottom: 24px;
}

.account-management-page .secondary-title .component-content {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.account-management-page .component.divider.col-xs-12.no-padding {
  margin: 12px 0 24px;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.account-management-page .component.divider.col-xs-12.no-padding hr {
  display: none;
}

.account-management-page .cxa-addresslist-component .address-list {
  margin: 0;
}

.account-management-page .cxa-addresslist-component .address-list-table .address-list-table-header {
  display: none;
}

.account-management-page .cxa-addresslist-component .address-list-table .address-header {
  margin-top: 0;
}

.account-management-page .cxa-addresslist-component .address-list-table .address-header .address-title {
  margin-bottom: 6px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #0D4486;
  line-height: 1.4;
}

.account-management-page .cxa-addresslist-component .address-list-table .address-details {
  margin-bottom: 20px;
}

.account-management-page .cxa-addresslist-component .address-list-table .address-details span {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.account-management-page .cxa-recentorders-component {
  padding: 0;
}

.account-management-page .cxa-recentorders-component .header {
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.account-management-page .cxa-recentorders-component .header h4 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #0D4486 !important;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  line-height: 1;
}

.account-management-page .cxa-recentorders-component .header a {
  position: relative;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  color: #0D4486 !important;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.account-management-page .cxa-recentorders-component .header a:before {
  display: none;
}

.account-management-page .cxa-recentorders-component .header a:after {
  display: inline-block;
  padding: 2px;
  margin-left: 10px;
  border: solid #0D4486;
  border-width: 0 2px 2px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transform: rotate(-45deg) translateY(-1px);
  -ms-transform: rotate(-45deg) translateY(-1px);
  transform: rotate(-45deg) translateY(-1px);
  content: "";
}

.account-management-page .cxa-recentorders-component .recent-orders-list thead td {
  padding-bottom: 24px;
  padding-right: 20px;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.account-management-page .cxa-recentorders-component .recent-orders-list thead td:last-child {
  padding-right: 0;
}

.account-management-page .cxa-recentorders-component .recent-orders-list tbody td {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.account-management-page .cxa-recentorders-component .recent-orders-list tbody td:last-child {
  padding-right: 0;
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (min-width: 992px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (min-width: 992px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td:first-child {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td[colspan="10"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(1) {
  min-width: 95px;
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(1) a {
  color: #0D4486;
  font-weight: 600;
}

@media (max-width: 991px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 991px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(3) {
    display: none;
  }
}

@media (max-width: 991px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(4) {
    display: none;
  }
}

@media (max-width: 991px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(5) {
    display: none;
  }
}

@media (max-width: 991px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(6) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(7) {
  min-width: 30px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: right;
}

@media (max-width: 991px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td.order-date a {
  display: block;
  max-width: 115px;
  overflow-wrap: break-word;
}


.account-profile-page #content > .row > div:last-child {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.account-profile-page .secondary-button-line > a.btn-secondary {
  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 (min-width: 992px) {
  .account-profile-page .secondary-button-line > a.btn-secondary {
    min-width: 195px;
  }
}

.account-profile-page .secondary-button-line > a.btn-secondary:hover {
  color: white !important;
  background-color: #3D699E;
}

.account-profile-page .secondary-button-line > a.btn-secondary:focus {
  outline: none !important;
}

.account-profile-page .secondary-button-line > a.btn-secondary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.account-profile-page .secondary-button-line > a.btn-secondary {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.account-profile-page .secondary-button-line > a.btn-secondary:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.account-profile-page #content input[type=text], .account-profile-page #content input[type=number], .account-profile-page #content input[type=email], .account-profile-page #content input[type=date], .account-profile-page #content input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.account-profile-page #content input[type=text]:hover, .account-profile-page #content input[type=text]:focus, .account-profile-page #content input[type=number]:hover, .account-profile-page #content input[type=number]:focus, .account-profile-page #content input[type=email]:hover, .account-profile-page #content input[type=email]:focus, .account-profile-page #content input[type=date]:hover, .account-profile-page #content input[type=date]:focus, .account-profile-page #content input[type=password]:hover, .account-profile-page #content input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.account-profile-page #content input[type=text]:disabled, .account-profile-page #content input[type=text][disabled], .account-profile-page #content input[type=number]:disabled, .account-profile-page #content input[type=number][disabled], .account-profile-page #content input[type=email]:disabled, .account-profile-page #content input[type=email][disabled], .account-profile-page #content input[type=date]:disabled, .account-profile-page #content input[type=date][disabled], .account-profile-page #content input[type=password]:disabled, .account-profile-page #content input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.account-profile-page #content input[type=text].input-validation-error, .account-profile-page #content input[type=number].input-validation-error, .account-profile-page #content input[type=email].input-validation-error, .account-profile-page #content input[type=date].input-validation-error, .account-profile-page #content input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.account-profile-page #content input[type=text]::-webkit-input-placeholder, .account-profile-page #content input[type=number]::-webkit-input-placeholder, .account-profile-page #content input[type=email]::-webkit-input-placeholder, .account-profile-page #content input[type=date]::-webkit-input-placeholder, .account-profile-page #content input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.account-profile-page #content input[type=text]:-ms-input-placeholder, .account-profile-page #content input[type=number]:-ms-input-placeholder, .account-profile-page #content input[type=email]:-ms-input-placeholder, .account-profile-page #content input[type=date]:-ms-input-placeholder, .account-profile-page #content input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.account-profile-page #content input[type=text]::placeholder, .account-profile-page #content input[type=number]::placeholder, .account-profile-page #content input[type=email]::placeholder, .account-profile-page #content input[type=date]::placeholder, .account-profile-page #content input[type=password]::placeholder {
  color: #bbb;
}

.account-profile-page #content input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.account-profile-page #content input[type=radio]:checked {
  border-color: #03AFEF;
}

.account-profile-page #content input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.account-profile-page #content input[type=radio]:hover {
  border-color: #03AFEF;
}

.account-profile-page #content input[type=radio]:disabled, .account-profile-page #content input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.account-profile-page #content input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.account-profile-page #content input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.account-profile-page #content input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.account-profile-page #content input[type=checkbox]:hover {
  border-color: #000;
}

.account-profile-page #content input[type=checkbox]:disabled, .account-profile-page #content input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.account-profile-page #content label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.account-profile-page #content label span {
  color: #c4505d;
}

.account-profile-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .account-profile-page #content h1 {
    font-size: 38px;
  }
}

.account-profile-page #content h1 {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .account-profile-page #content h1 {
    margin-bottom: 24px;
  }
}

.account-profile-page #content > .row {
  margin-bottom: 48px;
}

.account-profile-page #content .container-fluid {
  padding: 0;
}

.account-profile-page .cxa-profileeditor-component form {
  display: block;
}

.account-profile-page .cxa-profileeditor-component form h2 {
  margin-bottom: 24px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
}

.account-profile-page .cxa-profileeditor-component form > div {
  margin-bottom: 36px;
}

.account-profile-page .cxa-profileeditor-component form > div:last-child {
  margin-bottom: 0;
}

.account-profile-page .cxa-profileeditor-component .profileeditor-form {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .account-profile-page .cxa-profileeditor-component .profileeditor-form {
    margin-bottom: 48px;
  }
}


.c-search-order input[type=text], .c-search-order input[type=number], .c-search-order input[type=email], .c-search-order input[type=date], .c-search-order input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.c-search-order input[type=text]:hover, .c-search-order input[type=text]:focus, .c-search-order input[type=number]:hover, .c-search-order input[type=number]:focus, .c-search-order input[type=email]:hover, .c-search-order input[type=email]:focus, .c-search-order input[type=date]:hover, .c-search-order input[type=date]:focus, .c-search-order input[type=password]:hover, .c-search-order input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.c-search-order input[type=text]:disabled, .c-search-order input[type=text][disabled], .c-search-order input[type=number]:disabled, .c-search-order input[type=number][disabled], .c-search-order input[type=email]:disabled, .c-search-order input[type=email][disabled], .c-search-order input[type=date]:disabled, .c-search-order input[type=date][disabled], .c-search-order input[type=password]:disabled, .c-search-order input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.c-search-order input[type=text].input-validation-error, .c-search-order input[type=number].input-validation-error, .c-search-order input[type=email].input-validation-error, .c-search-order input[type=date].input-validation-error, .c-search-order input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.c-search-order input[type=text]::-webkit-input-placeholder, .c-search-order input[type=number]::-webkit-input-placeholder, .c-search-order input[type=email]::-webkit-input-placeholder, .c-search-order input[type=date]::-webkit-input-placeholder, .c-search-order input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.c-search-order input[type=text]:-ms-input-placeholder, .c-search-order input[type=number]:-ms-input-placeholder, .c-search-order input[type=email]:-ms-input-placeholder, .c-search-order input[type=date]:-ms-input-placeholder, .c-search-order input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.c-search-order input[type=text]::placeholder, .c-search-order input[type=number]::placeholder, .c-search-order input[type=email]::placeholder, .c-search-order input[type=date]::placeholder, .c-search-order input[type=password]::placeholder {
  color: #bbb;
}

.c-search-order input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.c-search-order input[type=radio]:checked {
  border-color: #03AFEF;
}

.c-search-order input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.c-search-order input[type=radio]:hover {
  border-color: #03AFEF;
}

.c-search-order input[type=radio]:disabled, .c-search-order input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.c-search-order input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.c-search-order input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.c-search-order input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.c-search-order input[type=checkbox]:hover {
  border-color: #000;
}

.c-search-order input[type=checkbox]:disabled, .c-search-order input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.c-search-order label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.c-search-order label span {
  color: #c4505d;
}

.my-orders-page main .component.container {
  padding: 0;
}

.my-orders-page main .component.link.col-xs-12 {
  padding: 0 15px;
  margin-top: 0;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .my-orders-page main .component.link.col-xs-12 {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .my-orders-page .back-to-account-management {
    width: 100%;
  }
}

.c-search-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 48px -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-search-order input {
  display: block;
  width: 100%;
}

.c-search-order__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .c-search-order__item {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

.c-search-order__item + .c-search-order__item {
  margin-top: 36px;
}

@media (min-width: 992px) {
  .c-search-order__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

.c-search-order__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-search-order__item:last-child button {
  width: 100%;
}

@media (min-width: 992px) {
  .c-search-order__item:last-child button {
    margin-top: 31px;
  }
}

@media (max-width: 991px) {
  .c-search-order__item--dates {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}

.c-credit-note-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 48px -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-credit-note-address__item {
  padding: 0 15px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (min-width: 992px) {
  .c-credit-note-address__item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.c-credit-note-address__item h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
  color: #0D4486 !important;
}

.c-credit-note-address__item p {
  margin-top: 0;
  white-space: pre-line;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .c-credit-note-address__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

.cxa-orderhistory-component {
  margin-bottom: 48px;
}

.cxa-orderhistory-component .order-history-list thead td {
  padding-bottom: 24px;
  padding-right: 20px;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cxa-orderhistory-component .order-history-list thead td:last-child {
  padding-right: 0;
}

.cxa-orderhistory-component .order-history-list tbody td {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cxa-orderhistory-component .order-history-list tbody td:last-child {
  padding-right: 0;
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.cxa-orderhistory-component .order-history-list tr td a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (min-width: 992px) {
  .cxa-orderhistory-component .order-history-list tr td {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.cxa-orderhistory-component .order-history-list tr td a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (min-width: 992px) {
  .cxa-orderhistory-component .order-history-list tr td:first-child {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.cxa-orderhistory-component .order-history-list tr td[colspan="10"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-docNumber {
    min-width: 105px;
  }
}

.cxa-orderhistory-component .order-history-list tr td.order-docNumber a {
  color: #0D4486;
  font-weight: 600;
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-id {
    min-width: 95px;
  }
}

.cxa-orderhistory-component .order-history-list tr td.order-id a {
  color: #0D4486;
  font-weight: 600;
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-date {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-purchaseNo {
    display: none;
  }
}

.cxa-orderhistory-component .order-history-list tr td.order-purchaseNo a {
  display: block;
  max-width: 115px;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-customerRef {
    display: none;
  }
}

.cxa-orderhistory-component .order-history-list tr td.order-customerRef a {
  display: block;
  max-width: 115px;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-billToName {
    display: none;
  }
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-total {
    display: none;
  }
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-outstanding {
    display: none;
  }
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-status {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cxa-orderhistory-component .order-history-list tr td.order-link {
  min-width: 30px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: right;
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-link {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.browse-wishlists-page .wishlist-browse .wishlists-list,
.template-details-page .wishlist-browse .wishlists-list {
  margin-bottom: 48px;
}

.browse-wishlists-page .wishlist-browse .wishlists-list table,
.template-details-page .wishlist-browse .wishlists-list table {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

.browse-wishlists-page .wishlist-browse .wishlists-list table tr,
.template-details-page .wishlist-browse .wishlists-list table tr {
  padding-bottom: 20px;
}

.browse-wishlists-page .wishlist-browse .wishlists-list table td,
.template-details-page .wishlist-browse .wishlists-list table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.browse-wishlists-page .wishlist-browse .wishlists-list table td:last-of-type,
.template-details-page .wishlist-browse .wishlists-list table td:last-of-type {
  text-align: right;
}

.browse-wishlists-page .wishlist-browse .wishlists-list thead td,
.template-details-page .wishlist-browse .wishlists-list thead td {
  padding-bottom: 24px;
  padding-right: 20px;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
  line-height: 1;
}

.browse-wishlists-page .wishlist-browse .wishlists-list thead td:last-child,
.template-details-page .wishlist-browse .wishlists-list thead td:last-child {
  padding-right: 0;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td,
.template-details-page .wishlist-browse .wishlists-list tbody td {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td a,
.template-details-page .wishlist-browse .wishlists-list tbody td a {
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td input,
.template-details-page .wishlist-browse .wishlists-list tbody td input {
  position: relative;
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td input::after,
.template-details-page .wishlist-browse .wishlists-list tbody td input::after {
  position: absolute;
  height: 16px;
  width: 16px;
  left: 3px;
  top: 3px;
  border-radius: 0;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td input:checked::after,
.template-details-page .wishlist-browse .wishlists-list tbody td input:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td:first-of-type,
.template-details-page .wishlist-browse .wishlists-list tbody td:first-of-type {
  width: 24px;
  padding: 0 15px 0 0;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td:first-of-type input,
.template-details-page .wishlist-browse .wishlists-list tbody td:first-of-type input {
  margin-bottom: -6px;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td:last-of-type,
.template-details-page .wishlist-browse .wishlists-list tbody td:last-of-type {
  padding-right: 0;
}

.browse-wishlists-page .wishlist-browse .wishlists-list tbody td.empty-list,
.template-details-page .wishlist-browse .wishlists-list tbody td.empty-list {
  padding: 20px 0;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  text-align: left;
}

.browse-wishlists-page .wishlist-browse .form-buttons,
.template-details-page .wishlist-browse .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 991px) {
  .browse-wishlists-page .wishlist-browse .form-buttons,
  .template-details-page .wishlist-browse .form-buttons {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

@media (min-width: 992px) {
  .browse-wishlists-page .wishlist-browse .form-buttons,
  .template-details-page .wishlist-browse .form-buttons {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .browse-wishlists-page .wishlist-browse .form-buttons .remove,
  .template-details-page .wishlist-browse .form-buttons .remove {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .browse-wishlists-page .wishlist-browse .form-buttons .remove,
  .template-details-page .wishlist-browse .form-buttons .remove {
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .browse-wishlists-page .wishlist-browse .form-buttons .addtocart,
  .template-details-page .wishlist-browse .form-buttons .addtocart {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.browse-wishlists-page .wishlist-details .wishlists-list,
.template-details-page .wishlist-details .wishlists-list {
  margin-bottom: 48px;
}

.browse-wishlists-page .wishlist-details .wishlists-list table,
.template-details-page .wishlist-details .wishlists-list table {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

.browse-wishlists-page .wishlist-details .wishlists-list table tr,
.template-details-page .wishlist-details .wishlists-list table tr {
  padding-bottom: 20px;
}

.browse-wishlists-page .wishlist-details .wishlists-list table td,
.template-details-page .wishlist-details .wishlists-list table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.browse-wishlists-page .wishlist-details .wishlists-list table td:last-of-type,
.template-details-page .wishlist-details .wishlists-list table td:last-of-type {
  text-align: right;
}

.browse-wishlists-page .wishlist-details .wishlists-list thead td,
.template-details-page .wishlist-details .wishlists-list thead td {
  padding-bottom: 24px;
  padding-right: 20px;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
  line-height: 1;
}

.browse-wishlists-page .wishlist-details .wishlists-list thead td:last-child,
.template-details-page .wishlist-details .wishlists-list thead td:last-child {
  padding-right: 0;
}

.browse-wishlists-page .wishlist-details .wishlists-list tbody td,
.template-details-page .wishlist-details .wishlists-list tbody td {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.browse-wishlists-page .wishlist-details .wishlists-list tbody td a,
.template-details-page .wishlist-details .wishlists-list tbody td a {
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.browse-wishlists-page .wishlist-details .wishlists-list tbody td:last-of-type,
.template-details-page .wishlist-details .wishlists-list tbody td:last-of-type {
  padding-right: 0;
}

.browse-wishlists-page .wishlist-details .wishlists-list tbody td.empty-list,
.template-details-page .wishlist-details .wishlists-list tbody td.empty-list {
  padding: 20px 0;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  text-align: left;
}

.browse-wishlists-page .wishlist-details .wishlists-list tbody td .line-name span + span,
.template-details-page .wishlist-details .wishlists-list tbody td .line-name span + span {
  margin-top: 15px;
  display: block;
}

.browse-wishlists-page .wishlist-details .wishlists-list tbody td.empty-list,
.template-details-page .wishlist-details .wishlists-list tbody td.empty-list {
  padding: 20px 0;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  text-align: left;
}

.browse-wishlists-page .form-buttons,
.template-details-page .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .browse-wishlists-page .form-buttons,
  .template-details-page .form-buttons {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .browse-wishlists-page .form-buttons .addtocart,
  .template-details-page .form-buttons .addtocart {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.browse-wishlists-page .form-buttons .addtocart:disabled:hover,
.template-details-page .form-buttons .addtocart:disabled:hover {
  background: #0D4486;
}


.bodyclass .component.breadcrumb nav ol {
  padding: 0;
  margin: 0;
}

.bodyclass .component.breadcrumb .breadcrumb-item {
  margin-top: 0;
}

@media (max-width: 991px) {
  .bodyclass .component.breadcrumb .breadcrumb-item:nth-last-child(2) {
    display: block;
  }
}

@media (max-width: 991px) {
  .bodyclass .component.breadcrumb .breadcrumb-item:nth-last-child(2) .content-page__caret {
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .bodyclass .component.breadcrumb .breadcrumb-item {
    display: none;
  }
}

.bodyclass .component.breadcrumb .breadcrumb-item a,
.bodyclass .component.breadcrumb .breadcrumb-item a span {
  color: #000;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 991px) {
  .bodyclass .component.breadcrumb .breadcrumb-item a,
  .bodyclass .component.breadcrumb .breadcrumb-item a span {
    margin-left: 12px;
  }
}

.bodyclass .component.breadcrumb .breadcrumb-item .navigation-title {
  margin-bottom: 0;
}

.bodyclass .component.breadcrumb .breadcrumb-item .separator {
  display: none;
}

.bodyclass .component.breadcrumb .breadcrumb-item .content-page__caret {
  margin: 0 6px;
}

.bodyclass .component.breadcrumb .breadcrumb-item.home {
  margin-left: 0;
}

.bodyclass .component.breadcrumb .breadcrumb-item.home > div {
  margin-top: 2px;
}

.bodyclass .component.breadcrumb .breadcrumb-item.home a span {
  text-indent: -9999px;
  min-width: 0;
}

.bodyclass .component.breadcrumb .breadcrumb-item.last a,
.bodyclass .component.breadcrumb .breadcrumb-item.last a span {
  color: #bbb;
}

.bodyclass .component.breadcrumb .breadcrumb-item.last .content-page__caret {
  display: none;
}

.breadcrumb.component {
  padding: 0 15px;
  margin-top: 0;
  margin-bottom: 36px;
  background-color: transparent;
}

div[class^="col-"] .breadcrumb.component {
  padding: 0;
}


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 {
  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 (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 {
    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 {
  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 {
  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 {
  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;
}

body .sitecore-form input[type=submit]:hover {
  background-color: #3D699E !important;
}

body .btn--transparent {
  background-color: transparent;
  border: 1px solid transparent !important;
}

body a.is-loading,
body input[type=submit].is-loading,
body button.is-loading {
  background: -webkit-gradient(linear, right top, left top, from(#08A864), to(#00ADEF));
  background: -webkit-linear-gradient(right, #08A864 0%, #00ADEF 100%);
  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;
  -moz-appearance: textfield;
  appearance: textfield;
}


body.page-cad-blocks .btn-default {
  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 (min-width: 992px) {
  body.page-cad-blocks .btn-default {
    min-width: 195px;
  }
}

body.page-cad-blocks .btn-default:hover {
  color: white !important;
  background-color: #3D699E;
}

body.page-cad-blocks .btn-default:focus {
  outline: none !important;
}

body.page-cad-blocks .btn-default:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

body.page-cad-blocks .btn-default {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

body.page-cad-blocks .btn-default:hover {
  color: white !important;
  background-color: #3D699E !important;
}

body.page-cad-blocks .row.column-splitter > div > .row {
  display: inline;
}

body.page-cad-blocks .row.column-splitter > div > .row > .col-xs-6 {
  padding-left: 0;
}

body.page-cad-blocks .sort-results {
  margin-bottom: 40px;
}

body.page-cad-blocks .btn-default {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  body.page-cad-blocks .btn-default {
    margin-left: -1px;
  }
}

body.page-cad-blocks .component.rich-text {
  padding-right: 0;
}

body.page-cad-blocks .component.rich-text > .component-content .row {
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  body.page-cad-blocks .component.rich-text > .component-content .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  body.page-cad-blocks .component.rich-text > .component-content .row > div:first-child {
    padding-left: 0;
  }
}

body.page-cad-blocks .component.search-results .search-result-list li {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
}

body.page-cad-blocks .component.search-results .search-result-list li > .row {
  margin: 0;
}

body.page-cad-blocks .component.search-results .search-result-list li > div > div {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

@media (max-width: 991px) {
  body.page-cad-blocks .component.search-results .search-result-list li > div > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  body.page-cad-blocks .component.search-results .search-result-list li > div > div:first-child {
    padding-left: 0;
  }
}

body.page-cad-blocks .component.search-results .search-result-list li .field-filename {
  color: #0D4486;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  body.page-cad-blocks .component.search-results .search-result-list li .field-filename {
    font-size: 16px;
  }
}

body.page-cad-blocks .component.search-results .search-result-list li .field-download {
  font-weight: 400;
}

@media (max-width: 767px) {
  body.page-cad-blocks .field-filename {
    width: 22%;
  }
}

@media (max-width: 991px) {
  body.page-cad-blocks .field-filename {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  body.page-cad-blocks .field-type,
  body.page-cad-blocks .field-format {
    width: 15%;
  }
}

@media (max-width: 767px) {
  body.page-cad-blocks .field-size {
    width: 26%;
  }
}


.bodyclass .component.carousel {
  width: 100vw;
  max-height: 500px;
  position: relative;
  padding: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-bottom: 66px;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel {
    max-height: 400px;
    height: 400px;
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .bodyclass .component.carousel {
    max-height: 400px;
    height: 400px;
    margin-bottom: 36px;
  }
}

.bodyclass .component.carousel .slide {
  height: 500px;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel .slide {
    height: 400px;
  }
}

.bodyclass .component.carousel .slide .field-slidetext {
  min-width: 800px !important;
  margin: 0 auto;
  top: 140px;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.bodyclass .component.carousel .slide .field-slidetext h1, .bodyclass .component.carousel .slide .field-slidetext h2, .bodyclass .component.carousel .slide .field-slidetext h3, .bodyclass .component.carousel .slide .field-slidetext h4, .bodyclass .component.carousel .slide .field-slidetext h5, .bodyclass .component.carousel .slide .field-slidetext h6 {
  color: white !important;
  font-size: 48px !important;
  text-align: center !important;
}

.bodyclass .component.carousel .slide .field-slidetext h1 {
  max-width: 100%;
}

.bodyclass .component.carousel .slide .field-slidetext span, .bodyclass .component.carousel .slide .field-slidetext p {
  color: white !important;
  display: block;
  font-size: 26px !important;
  text-align: center !important;
  max-width: none;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel .slide .field-slidetext {
    top: 80px;
    min-width: auto !important;
    left: 50px !important;
    right: 50px !important;
  }
  .bodyclass .component.carousel .slide .field-slidetext h1, .bodyclass .component.carousel .slide .field-slidetext h2, .bodyclass .component.carousel .slide .field-slidetext h3, .bodyclass .component.carousel .slide .field-slidetext h4, .bodyclass .component.carousel .slide .field-slidetext h5 {
    font-size: 30px !important;
  }
  .bodyclass .component.carousel .slide .field-slidetext span, .bodyclass .component.carousel .slide .field-slidetext p {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .bodyclass .component.carousel .slide .field-slidetext {
    top: 50px;
  }
}

.bodyclass .component.carousel .slide .field-slideimage {
  position: relative;
  height: 500px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel .slide .field-slideimage {
    height: 400px;
  }
}

.bodyclass .component.carousel .slide .field-slideimage img {
  position: absolute;
  width: initial !important;
  max-width: none !important;
  min-height: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel .slide .field-slideimage img {
    min-height: 400px;
  }
}

.bodyclass .component.carousel .nav {
  bottom: 45px !important;
  max-width: 100vw;
}

.bodyclass .component.carousel .nav .prev-text,
.bodyclass .component.carousel .nav .next-text {
  color: #fff;
  position: absolute;
  bottom: -45px;
  width: 100px;
  height: 500px;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel .nav .prev-text,
  .bodyclass .component.carousel .nav .next-text {
    height: 400px;
    width: 50px;
  }
}

.bodyclass .component.carousel .nav .prev-text:after,
.bodyclass .component.carousel .nav .next-text:after {
  margin-top: 220px;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel .nav .prev-text:after,
  .bodyclass .component.carousel .nav .next-text:after {
    margin-top: 180px;
  }
}

.bodyclass .component.carousel .nav .prev-text {
  left: 0;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel .nav .prev-text {
    left: 0;
  }
}

.bodyclass .component.carousel .nav .next-text {
  right: 0;
}

@media (max-width: 991px) {
  .bodyclass .component.carousel .nav .next-text {
    right: 0;
  }
}

@media (max-width: 767px) {
  .bodyclass .component.carousel .nav-items {
    display: none;
  }
}

.bodyclass .component.carousel .nav-items .sxa-bullets {
  width: 50px !important;
  height: 15px !important;
  margin: 0 6px;
}

@media (max-width: 767px) {
  .bodyclass .component.carousel .nav-items .sxa-bullets {
    width: 45px !important;
  }
}

.bodyclass .component.carousel .nav-items .sxa-bullets::before {
  background: rgba(255, 255, 255, 0.7) !important;
  content: '';
  position: absolute;
  width: 50px !important;
  height: 2px !important;
}

.bodyclass .component.carousel .nav-items .sxa-bullets.active::before {
  background: #0D4486 !important;
  background: -webkit-gradient(linear, right top, left top, from(#09A965), to(#02AEEF)) !important;
  background: -webkit-linear-gradient(right, #09A965 0%, #02AEEF 100%) !important;
  background: linear-gradient(270deg, #09A965 0%, #02AEEF 100%) !important;
  top: -8px !important;
}

.bodyclass .component.carousel .btn--primary {
  color: #fff;
  margin-top: 20px;
}

main > #content > .row > .carousel {
  top: 0;
  margin-top: -60px;
}

@media (max-width: 991px) {
  main > #content > .row > .carousel {
    margin-top: -40px;
    min-width: 320px !important;
  }
}


.shopping-cart-page #content > .row > div:nth-child(2) {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.shopping-cart-page .component.link a.checkout {
  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 (min-width: 992px) {
  .shopping-cart-page .component.link a.checkout {
    min-width: 195px;
  }
}

.shopping-cart-page .component.link a.checkout:hover {
  color: white !important;
  background-color: #3D699E;
}

.shopping-cart-page .component.link a.checkout:focus {
  outline: none !important;
}

.shopping-cart-page .component.link a.checkout:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button {
  background-color: #F7F8F9 !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  color: rgba(0, 0, 0, 0.7) !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:hover {
  border-color: #00ADEF !important;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .clear-button a, .shopping-cart-page .wishlist-create-modal a.save {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #0D4486;
}

.shopping-cart-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .shopping-cart-page #content h1 {
    font-size: 38px;
  }
}

.shopping-cart-page .component-content h1.field-title {
  margin-bottom: 30px;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component {
  margin-bottom: 15px;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component table tbody tr td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component table tr {
    display: inline-block;
    clear: both;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component table tr th {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component table tr th {
    display: table-cell;
    width: 100%;
    font-size: 14px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component table thead tr {
    display: table-row;
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component table td {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component table td {
    display: inline;
    float: left;
    width: 75%;
    margin-left: 100px;
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component table td {
    width: 50%;
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shopping-cart-lines tr.--is-loading td {
  position: relative;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shopping-cart-lines tr.--is-loading td::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: " ";
  background: rgba(255, 255, 255, 0.7);
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shopping-cart-lines tr.--is-loading:hover {
  cursor: not-allowed;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-info h5 {
  font-weight: 700;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-info h5 {
    font-size: 14px;
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-info p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-info {
    margin-left: 0;
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-image > a {
  background-color: #F7F8F9;
  display: block;
  padding: 12px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-image {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100px;
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-image > a > img {
  border: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: none;
  max-height: none;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-price .price {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-price p {
  white-space: nowrap;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-price p > span {
  color: #00ADEF;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-price {
    clear: left;
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-empty-text {
  color: #0D4486;
  font-size: 20px;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-quantity {
  text-align: left;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-quantity div button {
  border-radius: 2em;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  max-height: 33px;
  min-height: 33px;
  max-width: 33px;
  min-width: 33px;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-quantity div button:hover {
  background-color: #fff;
  border-color: #00ADEF;
  color: rgba(0, 0, 0, 0.7);
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-quantity div button:before {
  font-size: 2px;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-quantity div button:after {
  font-size: 10px;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-quantity div input {
  border: 0;
  max-width: 50px;
  max-height: 32px;
  min-width: 50px;
  min-height: 32px;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-total {
  text-align: left;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-total > span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-total > span {
    font-size: 14px;
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-delete {
  text-align: right;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-delete .remove-line {
  width: 12px;
  height: 12px;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-delete .remove-line > span {
  position: relative;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-delete .remove-line > span:before {
  content: "";
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-delete {
    position: absolute !important;
    top: 12px;
    right: 0;
    width: 50px;
    margin-left: 0;
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .subline-row {
  display: table-row;
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .subline-row td {
  margin-left: 0;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component .subline-row td {
    width: auto;
    display: table-cell;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.shopping-cart-page .component.cxa-shoppingcartlines-component .clear-button {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component .clear-button {
    margin-top: 48px;
  }
}

.shopping-cart-page .wishlist-create-modal {
  padding: 0 !important;
}

.shopping-cart-page .component.cxa-shoppingcarttotal-component {
  margin: 48px 0;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.cxa-shoppingcarttotal-component .component-content {
    width: 100%;
  }
}

.shopping-cart-page .component.cxa-shoppingcarttotal-component .cart-total-summary.subtotal {
  margin-bottom: 24px;
}

.shopping-cart-page .component.cxa-shoppingcarttotal-component .cart-total-summary.tax {
  margin-bottom: 24px;
}

.shopping-cart-page .component.cxa-shoppingcarttotal-component .subtotal .summary-text,
.shopping-cart-page .component.cxa-shoppingcarttotal-component .tax .summary-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 400;
}

.shopping-cart-page .component.cxa-shoppingcarttotal-component .subtotal .summary-amount,
.shopping-cart-page .component.cxa-shoppingcarttotal-component .tax .summary-amount {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.shopping-cart-page .component.cxa-shoppingcarttotal-component .order-total .summary-amount {
  color: rgba(0, 0, 0, 0.7);
  font-size: 26px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.shopping-cart-page .component.cxa-shoppingcarttotal-component .cart-total-title {
  display: none;
}

@media (max-width: 767px) {
  .shopping-cart-page .component.link a.continue-shopping-button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .shopping-cart-page .component.link a.checkout {
    width: 100%;
  }
}

.shopping-cart-page #content h1 {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .shopping-cart-page #content h1 {
    margin-bottom: 48px;
  }
}

.shopping-cart-page #content > .row > div:nth-child(2) {
  margin-bottom: 48px;
}

.shopping-cart-page #content > .row > div:nth-child(1).title {
  float: none;
}

.shopping-cart-page .quick-cart-search {
  padding: 20px 24px;
  margin-bottom: 60px;
  background: #F7F8F9;
  float: none;
}

@media (max-width: 991px) {
  .shopping-cart-page .quick-cart-search {
    margin-bottom: 24px;
  }
}

.shopping-cart-page .quick-cart-search .component-content {
  display: block;
  position: relative;
}

.shopping-cart-page .quick-cart-search .search-box-button {
  top: 32px;
  pointer-events: none;
}

.shopping-cart-page .quick-cart-search .search-box-button:hover {
  cursor: default;
}

.shopping-cart-page .quick-cart-search .search-box-button::after {
  opacity: 0.5;
}

.shopping-cart-page .quick-cart-search .product-line {
  display: block;
  padding: 24px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart-page .quick-cart-search .product-line table {
  width: 100%;
}

.shopping-cart-page .quick-cart-search .product-line table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .shopping-cart-page .quick-cart-search .product-line table tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .shopping-cart-page .quick-cart-search .product-line table td + td {
    margin-top: 15px;
  }
}

.shopping-cart-page .quick-cart-search .product-line .product-line-title {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

@media (max-width: 991px) {
  .shopping-cart-page .quick-cart-search .product-line .product-line-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.shopping-cart-page .quick-cart-search .product-line .product-line-unit {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 991px) {
  .shopping-cart-page .quick-cart-search .product-line .product-line-unit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .shopping-cart-page .quick-cart-search .product-line .product-line-unit {
    padding: 0 15px;
  }
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty {
  margin-bottom: 0;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button {
  min-height: 32px;
  min-width: 32px;
  background-color: transparent !important;
  height: 32px;
  width: 32px;
  padding: 0px;
  border-radius: 15px !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button::before {
  display: inline-block;
  max-height: 20px;
  height: 10px;
  width: 10px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  content: " ";
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:hover:disabled {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input label {
  margin-left: 15px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-weight: 400;
  color: #c4505d !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input .decrease::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-minus.svg");
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input .increase::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-plus.svg");
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input .add-to-cart-qty-input {
  width: 50px;
  height: unset !important;
  max-width: none !important;
  max-height: none !important;
  padding: 4px 0 !important;
  margin: 0 5px !important;
  border: 1px solid transparent !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
  background: transparent !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input .add-to-cart-qty-input[type="number"]::-webkit-inner-spin-button, .shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input .add-to-cart-qty-input[type="number"]::-webkit-outer-spin-button, .shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input .add-to-cart-qty-input[type="number"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input .add-to-cart-qty-input:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button {
  margin-top: 0;
  margin-bottom: 0;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent !important;
  color: #0D4486;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media (min-width: 992px) {
  .shopping-cart-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn {
    width: 56px;
    padding: 0 12px;
  }
}

.shopping-cart-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn::after {
  display: inline-block;
  height: 20px;
  width: 30px;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-cart-add-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  content: " ";
}

.shopping-cart-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn:hover {
  background-color: transparent !important;
  border-color: #1088b8 !important;
  color: #0D4486 !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn:hover:disabled {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.shopping-cart-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.shopping-cart-page .quick-cart-search.--is-loading .c-quick-search__loader {
  display: block;
}

.shopping-cart-page .quick-cart-search.--is-loading .search-box-button {
  display: none;
}

.shopping-cart-page .quick-cart-search.--is-empty .c-quick-search__no-results {
  display: block;
}

.shopping-cart-page .c-quick-search__loader {
  display: none;
  position: absolute;
  height: 25px;
  top: 20px;
  right: 10px;
  pointer-events: none;
}

.shopping-cart-page .c-quick-search__no-results {
  display: none;
  position: absolute;
  right: 40px;
  top: 20px;
  text-align: right;
  pointer-events: none;
}

.shopping-cart-page .search-box .tt-suggestion {
  padding: 15px !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.shopping-cart-page .search-box .tt-suggestion:hover {
  cursor: pointer;
}

.shopping-cart-page .line-items-count {
  margin-bottom: 24px !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}


body .case-study-list .case-style__link-download a {
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-download-blue.svg?h=20&w=20") no-repeat 0 center;
  width: 20px;
  height: 20px;
}

body .case-study-list .case-style__link-arrow a {
  position: relative;
  margin-right: 15px;
  border: 0;
  color: #0D4486;
  font-size: 14px;
  font-weight: 700;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body .case-study-list .case-style__link-arrow a:after {
  /* Chevron */
  position: absolute;
  display: inline-block;
  height: 8px;
  width: 8px;
  top: 7px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #0D4486;
  content: '';
}

body .case-study-list.component.search-results .search-result-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -15px;
}

@media (max-width: 991px) {
  body .case-study-list.component.search-results .search-result-list {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}

@media (min-width: 992px) {
  body .case-study-list.component.search-results .search-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body .case-study-list.component.search-results .search-result-list li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  body .case-study-list.component.search-results .search-result-list li {
    width: -webkit-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
  }
  body .case-study-list.component.search-results .search-result-list li:nth-child(3n+1), body .case-study-list.component.search-results .search-result-list li:nth-child(3n+2) {
    margin-right: 30px;
  }
}

body .case-study-list .case-study__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .case-study-list .case-study__thumbnail-wrapper {
  overflow: hidden;
  height: auto;
  max-height: 145px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

body .case-study-list .case-study__thumbnail-wrapper > img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .case-study-list .case-study__content-wrapper {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body .case-study-list .case-style__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
}

body .case-study-list .field-title {
  margin-bottom: 15px;
  color: #0D4486;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  line-height: 1.4;
}

body .case-study-list .field-description,
body .case-study-list .field-locationdate {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 1.4;
}

body .case-study-list .case-style__link-download a {
  display: block;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: -9999px;
}


.component.cxa-shoppingcartlines-component .shoppingcart-image > a {
  background-color: #F7F8F9;
  display: block;
  padding: 12px;
  overflow: hidden;
}

.component.cxa-shoppingcartlines-component .shoppingcart-image > a > img {
  border: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: none;
  max-height: none;
}


.checkout-delivery-page #content > .row > .row > div:first-child, .checkout-delivery-page #content > .row > .row > div:last-child {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next {
  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 (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next {
    min-width: 195px;
  }
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button:hover, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev:hover, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next:hover {
  color: white !important;
  background-color: #3D699E;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button:focus, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev:focus, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next:focus {
  outline: none !important;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button:disabled, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev:disabled, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.checkout-delivery-page select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.checkout-delivery-page select:hover {
  border-color: #00ADEF !important;
}

.checkout-delivery-page select.input-validation-error {
  border-color: #c4505d !important;
}

.checkout-delivery-page input[type=text], .checkout-delivery-page input[type=number], .checkout-delivery-page input[type=email], .checkout-delivery-page input[type=date], .checkout-delivery-page input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.checkout-delivery-page input[type=text]:hover, .checkout-delivery-page input[type=text]:focus, .checkout-delivery-page input[type=number]:hover, .checkout-delivery-page input[type=number]:focus, .checkout-delivery-page input[type=email]:hover, .checkout-delivery-page input[type=email]:focus, .checkout-delivery-page input[type=date]:hover, .checkout-delivery-page input[type=date]:focus, .checkout-delivery-page input[type=password]:hover, .checkout-delivery-page input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.checkout-delivery-page input[type=text]:disabled, .checkout-delivery-page input[type=text][disabled], .checkout-delivery-page input[type=number]:disabled, .checkout-delivery-page input[type=number][disabled], .checkout-delivery-page input[type=email]:disabled, .checkout-delivery-page input[type=email][disabled], .checkout-delivery-page input[type=date]:disabled, .checkout-delivery-page input[type=date][disabled], .checkout-delivery-page input[type=password]:disabled, .checkout-delivery-page input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.checkout-delivery-page input[type=text].input-validation-error, .checkout-delivery-page input[type=number].input-validation-error, .checkout-delivery-page input[type=email].input-validation-error, .checkout-delivery-page input[type=date].input-validation-error, .checkout-delivery-page input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.checkout-delivery-page input[type=text]::-webkit-input-placeholder, .checkout-delivery-page input[type=number]::-webkit-input-placeholder, .checkout-delivery-page input[type=email]::-webkit-input-placeholder, .checkout-delivery-page input[type=date]::-webkit-input-placeholder, .checkout-delivery-page input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.checkout-delivery-page input[type=text]:-ms-input-placeholder, .checkout-delivery-page input[type=number]:-ms-input-placeholder, .checkout-delivery-page input[type=email]:-ms-input-placeholder, .checkout-delivery-page input[type=date]:-ms-input-placeholder, .checkout-delivery-page input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.checkout-delivery-page input[type=text]::placeholder, .checkout-delivery-page input[type=number]::placeholder, .checkout-delivery-page input[type=email]::placeholder, .checkout-delivery-page input[type=date]::placeholder, .checkout-delivery-page input[type=password]::placeholder {
  color: #bbb;
}

.checkout-delivery-page input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.checkout-delivery-page input[type=radio]:checked {
  border-color: #03AFEF;
}

.checkout-delivery-page input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.checkout-delivery-page input[type=radio]:hover {
  border-color: #03AFEF;
}

.checkout-delivery-page input[type=radio]:disabled, .checkout-delivery-page input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.checkout-delivery-page input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.checkout-delivery-page input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.checkout-delivery-page input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.checkout-delivery-page input[type=checkbox]:hover {
  border-color: #000;
}

.checkout-delivery-page input[type=checkbox]:disabled, .checkout-delivery-page input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.checkout-delivery-page textarea {
  padding: 20px;
  width: 100%;
  height: 100%;
  min-height: 60px;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.checkout-delivery-page textarea:hover {
  border-color: #03AFEF;
}

.checkout-delivery-page textarea:disabled, .checkout-delivery-page textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
}

.checkout-delivery-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .checkout-delivery-page #content h1 {
    font-size: 38px;
  }
}

.checkout-delivery-page .secondary-title .component-content, .checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-title h3, .cxa-checkoutdelivery-component.component h1, .cxa-checkoutdelivery-component.component h3, .cxa-checkoutdelivery-component.component h4, .cxa-checkoutdelivery-component.component .delivery-form .delivery-form-header p {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.checkout-delivery-page .secondary-title {
  padding: 0;
}

.checkout-delivery-page .secondary-title > div {
  padding: 36px 24px 24px;
  background: #F7F8F9;
}

.checkout-delivery-page .cxa-shoppingcartlines-component {
  padding: 0;
}

.checkout-delivery-page .cxa-shoppingcartlines-component > div {
  padding: 0 24px 36px;
  background: #F7F8F9;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines tr:not(:last-of-type) {
  margin-bottom: 24px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image {
  position: relative;
  padding: 6px;
  margin-right: 20px;
  height: 62px;
  min-height: 62px;
  width: 62px;
  min-width: 62px;
  overflow: hidden;
  background: white;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  text-align: center;
  line-height: 1;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image img {
  max-height: 50px;
  max-width: 50px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info {
  padding: 0;
  margin-bottom: 14px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 252px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info h5 {
  margin-bottom: 0;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info p {
  font-size: 14px;
  line-height: 20px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-total {
  padding: 0;
  border: 0;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-total span {
  font-size: 14px;
  font-weight: 600;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shoppingcart-quantity-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component {
  padding: 0;
  margin: 0;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component > div {
  padding: 0 24px 36px;
  background: #F7F8F9;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-title {
  padding-bottom: 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-title h3 {
  color: rgba(0, 0, 0, 0.7);
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary span {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary .summary-amount {
  font-size: 14px;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary.tax {
  margin-bottom: 24px;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total {
  padding-top: 0;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total .summary-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total .summary-amount {
  color: rgba(0, 0, 0, 0.7);
  font-size: 26px;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .line-items-count {
  font-weight: 600;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .total-discount span {
  color: #1088b8;
}

.checkout-delivery-page #content h1 {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .checkout-delivery-page #content h1 {
    margin-bottom: 48px;
  }
}

.checkout-delivery-page #content > .row > .row > div:first-child {
  margin-bottom: 48px;
}

.checkout-delivery-page #content > .row > .row > div:last-child {
  margin-bottom: 48px;
}

.checkout-delivery-page .clear-button {
  display: none;
}

.cxa-checkoutdelivery-component.component .delivery-form {
  padding: 0;
  margin: 0;
  border: 0;
}

.cxa-checkoutdelivery-component.component .delivery-form .delivery-form-header {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .delivery-form .delivery-form-header {
    margin-bottom: 36px;
  }
}

.cxa-checkoutdelivery-component.component .delivery-form .delivery-form-header p {
  color: rgba(0, 0, 0, 0.7) !important;
}

.cxa-checkoutdelivery-component.component .delivery-form .delivery-form-option {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .delivery-form .delivery-form-option {
    margin-bottom: 48px;
  }
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-addresses-title,
.cxa-checkoutdelivery-component.component .shipall-section .shipall-options-title {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .shipall-section .shipall-addresses-title,
  .cxa-checkoutdelivery-component.component .shipall-section .shipall-options-title {
    margin-bottom: 36px;
  }
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-addresses {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 36px;
  border: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-addresses label {
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 36px;
  border: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div {
  width: 100%;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div:not(:last-child) {
  margin-bottom: 36px;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div label {
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div label .required {
  color: #A80013;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div input {
  margin-bottom: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div .validationMessage {
  margin-top: 10px;
  margin-bottom: 0;
  color: #A80013;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options {
  margin-top: 0;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle {
  margin-bottom: 36px;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button {
  border-width: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-items {
  margin-bottom: 36px;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-item {
  margin-top: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-item label {
  margin-left: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutdelivery-component.component .shipbymail-section {
  margin-bottom: 48px;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-title {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-title {
    margin-bottom: 36px;
  }
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient {
  margin-bottom: 36px;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message {
  margin-bottom: 0;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient label,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message label {
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient label .required,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message label .required {
  color: #A80013;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient input,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message input {
  margin-bottom: 0;
  width: 100% !important;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient textarea,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message textarea {
  width: 100%;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient .validationMessage,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message .validationMessage {
  margin-top: 10px;
  margin-bottom: 0;
  color: #A80013;
}

.cxa-checkoutdelivery-component.component .buttons-row {
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next:hover {
  background-color: #3D699E !important;
}


.checkout-additional-info-page #content > .row > .row > div:first-child, .checkout-additional-info-page #content > .row > .row > div:last-child {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row .previous-button, .cxa-checkoutadditionaldetails-component.component .buttons-row .to-confirm-button {
  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 (min-width: 992px) {
  .cxa-checkoutadditionaldetails-component.component .buttons-row .previous-button, .cxa-checkoutadditionaldetails-component.component .buttons-row .to-confirm-button {
    min-width: 195px;
  }
}

.cxa-checkoutadditionaldetails-component.component .buttons-row .previous-button:hover, .cxa-checkoutadditionaldetails-component.component .buttons-row .to-confirm-button:hover {
  color: white !important;
  background-color: #3D699E;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row .previous-button:focus, .cxa-checkoutadditionaldetails-component.component .buttons-row .to-confirm-button:focus {
  outline: none !important;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row .previous-button:disabled, .cxa-checkoutadditionaldetails-component.component .buttons-row .to-confirm-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row .previous-button {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row .previous-button:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.checkout-additional-info-page select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.checkout-additional-info-page select:hover {
  border-color: #00ADEF !important;
}

.checkout-additional-info-page select.input-validation-error {
  border-color: #c4505d !important;
}

.checkout-additional-info-page input[type=text], .checkout-additional-info-page input[type=number], .checkout-additional-info-page input[type=email], .checkout-additional-info-page input[type=date], .checkout-additional-info-page input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.checkout-additional-info-page input[type=text]:hover, .checkout-additional-info-page input[type=text]:focus, .checkout-additional-info-page input[type=number]:hover, .checkout-additional-info-page input[type=number]:focus, .checkout-additional-info-page input[type=email]:hover, .checkout-additional-info-page input[type=email]:focus, .checkout-additional-info-page input[type=date]:hover, .checkout-additional-info-page input[type=date]:focus, .checkout-additional-info-page input[type=password]:hover, .checkout-additional-info-page input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.checkout-additional-info-page input[type=text]:disabled, .checkout-additional-info-page input[type=text][disabled], .checkout-additional-info-page input[type=number]:disabled, .checkout-additional-info-page input[type=number][disabled], .checkout-additional-info-page input[type=email]:disabled, .checkout-additional-info-page input[type=email][disabled], .checkout-additional-info-page input[type=date]:disabled, .checkout-additional-info-page input[type=date][disabled], .checkout-additional-info-page input[type=password]:disabled, .checkout-additional-info-page input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.checkout-additional-info-page input[type=text].input-validation-error, .checkout-additional-info-page input[type=number].input-validation-error, .checkout-additional-info-page input[type=email].input-validation-error, .checkout-additional-info-page input[type=date].input-validation-error, .checkout-additional-info-page input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.checkout-additional-info-page input[type=text]::-webkit-input-placeholder, .checkout-additional-info-page input[type=number]::-webkit-input-placeholder, .checkout-additional-info-page input[type=email]::-webkit-input-placeholder, .checkout-additional-info-page input[type=date]::-webkit-input-placeholder, .checkout-additional-info-page input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.checkout-additional-info-page input[type=text]:-ms-input-placeholder, .checkout-additional-info-page input[type=number]:-ms-input-placeholder, .checkout-additional-info-page input[type=email]:-ms-input-placeholder, .checkout-additional-info-page input[type=date]:-ms-input-placeholder, .checkout-additional-info-page input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.checkout-additional-info-page input[type=text]::placeholder, .checkout-additional-info-page input[type=number]::placeholder, .checkout-additional-info-page input[type=email]::placeholder, .checkout-additional-info-page input[type=date]::placeholder, .checkout-additional-info-page input[type=password]::placeholder {
  color: #bbb;
}

.checkout-additional-info-page input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.checkout-additional-info-page input[type=radio]:checked {
  border-color: #03AFEF;
}

.checkout-additional-info-page input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.checkout-additional-info-page input[type=radio]:hover {
  border-color: #03AFEF;
}

.checkout-additional-info-page input[type=radio]:disabled, .checkout-additional-info-page input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.checkout-additional-info-page input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.checkout-additional-info-page input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.checkout-additional-info-page input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.checkout-additional-info-page input[type=checkbox]:hover {
  border-color: #000;
}

.checkout-additional-info-page input[type=checkbox]:disabled, .checkout-additional-info-page input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.checkout-additional-info-page textarea {
  padding: 20px;
  width: 100%;
  height: 100%;
  min-height: 60px;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.checkout-additional-info-page textarea:hover {
  border-color: #03AFEF;
}

.checkout-additional-info-page textarea:disabled, .checkout-additional-info-page textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
}

.cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-form > div label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-form > div label span {
  color: #c4505d;
}

.checkout-additional-info-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .checkout-additional-info-page #content h1 {
    font-size: 38px;
  }
}

.checkout-additional-info-page .secondary-title .component-content, .checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-title h3, .cxa-checkoutadditionaldetails-component.component h1, .cxa-checkoutadditionaldetails-component.component h3, .cxa-checkoutadditionaldetails-component.component h4 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.checkout-additional-info-page .secondary-title {
  padding: 0;
}

.checkout-additional-info-page .secondary-title > div {
  padding: 36px 24px 24px;
  background: #F7F8F9;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component {
  padding: 0;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component > div {
  padding: 0 24px 36px;
  background: #F7F8F9;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines tr:not(:last-of-type) {
  margin-bottom: 24px;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image {
  position: relative;
  padding: 6px;
  margin-right: 20px;
  height: 62px;
  min-height: 62px;
  width: 62px;
  min-width: 62px;
  overflow: hidden;
  background: white;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  text-align: center;
  line-height: 1;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image img {
  max-height: 50px;
  max-width: 50px;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info {
  padding: 0;
  margin-bottom: 14px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 252px;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info h5 {
  margin-bottom: 0;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info p {
  font-size: 14px;
  line-height: 20px;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-total {
  padding: 0;
  border: 0;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-total span {
  font-size: 14px;
  font-weight: 600;
}

.checkout-additional-info-page .cxa-shoppingcartlines-component .shoppingcart-quantity-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component {
  padding: 0;
  margin: 0;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component > div {
  padding: 0 24px 36px;
  background: #F7F8F9;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-title {
  padding-bottom: 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-title h3 {
  color: rgba(0, 0, 0, 0.7);
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-summary span {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-summary .summary-amount {
  font-size: 14px;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-summary:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-summary.tax {
  margin-bottom: 24px;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total {
  padding-top: 0;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total .summary-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total .summary-amount {
  color: rgba(0, 0, 0, 0.7);
  font-size: 26px;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .line-items-count {
  font-weight: 600;
}

.checkout-additional-info-page .cxa-shoppingcarttotal-component .total-discount span {
  color: #1088b8;
}

.checkout-additional-info-page #content h1 {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .checkout-additional-info-page #content h1 {
    margin-bottom: 48px;
  }
}

.checkout-additional-info-page #content > .row > .row > div:first-child {
  margin-bottom: 48px;
}

.checkout-additional-info-page #content > .row > .row > div:last-child {
  margin-bottom: 48px;
}

.checkout-additional-info-page .clear-button {
  display: none;
}

.cxa-checkoutadditionaldetails-component.component {
  padding: 0;
}

.cxa-checkoutadditionaldetails-component.component .additional-info-section {
  padding: 0;
  margin: 0;
  border: 0;
}

.cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-header {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-header {
    margin-bottom: 36px;
  }
}

.cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-form {
  display: block;
}

.cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-form > div {
  margin-right: 0;
  margin-bottom: 36px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (min-width: 992px) {
  .cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-form > div {
    margin-bottom: 48px;
  }
}

.cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-form .purchase-number > input {
  margin: 0;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row .to-confirm-button {
  border-width: 0;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row .to-confirm-button:hover {
  background-color: #3D699E !important;
}


.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child, .order-confirmation-page #content > .row > .component > .component-content > .row > div:last-child {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.order-confirmation-page .buttons-row a, .order-confirmation-page .buttons-row button {
  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 (min-width: 992px) {
  .order-confirmation-page .buttons-row a, .order-confirmation-page .buttons-row button {
    min-width: 195px;
  }
}

.order-confirmation-page .buttons-row a:hover, .order-confirmation-page .buttons-row button:hover {
  color: white !important;
  background-color: #3D699E;
}

.order-confirmation-page .buttons-row a:focus, .order-confirmation-page .buttons-row button:focus {
  outline: none !important;
}

.order-confirmation-page .buttons-row a:disabled, .order-confirmation-page .buttons-row button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.order-confirmation-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .order-confirmation-page #content h1 {
    font-size: 38px;
  }
}

.order-confirmation-page #content h1 {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .order-confirmation-page #content h1 {
    margin-bottom: 48px;
  }
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child {
  margin-bottom: 48px;
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child .rich-text {
  padding: 0;
  margin-bottom: 48px;
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child .rich-text:first-child {
  margin-bottom: 36px;
  margin-top: -16px;
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child .rich-text h1 {
  margin: 0;
  color: #0D4486 !important;
  font-size: 38px;
  line-height: 1.5;
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:last-child {
  margin-bottom: 48px;
}

.order-confirmation-page .buttons-row {
  margin: 0;
}

@media (max-width: 991px) {
  .order-confirmation-page .buttons-row a, .order-confirmation-page .buttons-row button {
    width: 100%;
  }
}

.cxa-checkoutorderconfirmation-component {
  font-size: 16px;
}

.cxa-checkoutorderconfirmation-component p {
  margin-bottom: 12px;
}


.checkout-review-page #content > .row > .row > div:first-child, .checkout-review-page #content > .row > .row > div:last-child {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.cxa-checkoutconfirm-component.component .buttons-row .confirm-prev > a, .cxa-checkoutconfirm-component.component .buttons-row .confirm-next > button {
  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 (min-width: 992px) {
  .cxa-checkoutconfirm-component.component .buttons-row .confirm-prev > a, .cxa-checkoutconfirm-component.component .buttons-row .confirm-next > button {
    min-width: 195px;
  }
}

.cxa-checkoutconfirm-component.component .buttons-row .confirm-prev > a:hover, .cxa-checkoutconfirm-component.component .buttons-row .confirm-next > button:hover {
  color: white !important;
  background-color: #3D699E;
}

.cxa-checkoutconfirm-component.component .buttons-row .confirm-prev > a:focus, .cxa-checkoutconfirm-component.component .buttons-row .confirm-next > button:focus {
  outline: none !important;
}

.cxa-checkoutconfirm-component.component .buttons-row .confirm-prev > a:disabled, .cxa-checkoutconfirm-component.component .buttons-row .confirm-next > button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cxa-checkoutconfirm-component.component .buttons-row .confirm-prev > a {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.cxa-checkoutconfirm-component.component .buttons-row .confirm-prev > a:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text], .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number], .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email], .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date], .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text]:hover, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text]:focus, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number]:hover, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number]:focus, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email]:hover, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email]:focus, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date]:hover, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date]:focus, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password]:hover, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text]:disabled, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text][disabled], .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number]:disabled, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number][disabled], .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email]:disabled, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email][disabled], .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date]:disabled, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date][disabled], .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password]:disabled, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text].input-validation-error, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number].input-validation-error, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email].input-validation-error, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date].input-validation-error, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text]::-webkit-input-placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number]::-webkit-input-placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email]::-webkit-input-placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date]::-webkit-input-placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text]:-ms-input-placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number]:-ms-input-placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email]:-ms-input-placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date]:-ms-input-placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=text]::placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=number]::placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=email]::placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=date]::placeholder, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=password]::placeholder {
  color: #bbb;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=radio]:checked {
  border-color: #03AFEF;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=radio]:hover {
  border-color: #03AFEF;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=radio]:disabled, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=checkbox]:hover {
  border-color: #000;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=checkbox]:disabled, .cxa-checkoutconfirm-component.component .order-terms-and-conditions input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.checkout-review-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .checkout-review-page #content h1 {
    font-size: 38px;
  }
}

.checkout-review-page .secondary-title .component-content, .checkout-review-page .cxa-shoppingcarttotal-component .cart-total-title h3, .cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary .order-information-label h4 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.checkout-review-page .secondary-title {
  padding: 0;
}

.checkout-review-page .secondary-title > div {
  padding: 36px 24px 24px;
  background: #F7F8F9;
}

.checkout-review-page .cxa-shoppingcartlines-component {
  padding: 0;
}

.checkout-review-page .cxa-shoppingcartlines-component > div {
  padding: 0 24px 36px;
  background: #F7F8F9;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines tr:not(:last-of-type) {
  margin-bottom: 24px;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image {
  position: relative;
  padding: 6px;
  margin-right: 20px;
  height: 62px;
  min-height: 62px;
  width: 62px;
  min-width: 62px;
  overflow: hidden;
  background: white;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  text-align: center;
  line-height: 1;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image img {
  max-height: 50px;
  max-width: 50px;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info {
  padding: 0;
  margin-bottom: 14px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 252px;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info h5 {
  margin-bottom: 0;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info p {
  font-size: 14px;
  line-height: 20px;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-total {
  padding: 0;
  border: 0;
}

.checkout-review-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-total span {
  font-size: 14px;
  font-weight: 600;
}

.checkout-review-page .cxa-shoppingcartlines-component .shoppingcart-quantity-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

.checkout-review-page .cxa-shoppingcarttotal-component {
  padding: 0;
  margin: 0;
}

.checkout-review-page .cxa-shoppingcarttotal-component > div {
  padding: 0 24px 36px;
  background: #F7F8F9;
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-title {
  padding-bottom: 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-title h3 {
  color: rgba(0, 0, 0, 0.7);
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-summary span {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-summary .summary-amount {
  font-size: 14px;
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-summary:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-summary.tax {
  margin-bottom: 24px;
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total {
  padding-top: 0;
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total .summary-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

.checkout-review-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total .summary-amount {
  color: rgba(0, 0, 0, 0.7);
  font-size: 26px;
}

.checkout-review-page .cxa-shoppingcarttotal-component .line-items-count {
  font-weight: 600;
}

.checkout-review-page .cxa-shoppingcarttotal-component .total-discount span {
  color: #1088b8;
}

.checkout-review-page #content h1 {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .checkout-review-page #content h1 {
    margin-bottom: 48px;
  }
}

.checkout-review-page #content > .row > .row > div:first-child {
  margin-bottom: 48px;
}

.checkout-review-page #content > .row > .row > div:last-child {
  margin-bottom: 48px;
}

.checkout-review-page .clear-button {
  display: none;
}

.cxa-checkoutconfirm-component.component {
  padding: 0;
  display: block;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cxa-checkoutconfirm-component.component .order-confirm-totals {
    margin-bottom: 36px;
  }
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary {
  margin: 0;
  padding: 0;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary div {
  padding: 20px 0;
  height: auto;
  line-height: 1;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary div > span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary div > span:last-child {
  font-size: 16px;
  font-weight: 600;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary .order-information-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px !important;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary .order-information-label .back-to-cart {
  padding: 0;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary .order-information-label .back-to-cart a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  border: 0;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
  line-height: 1.5;
  color: #0D4486;
  background: transparent;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary .order-information-label .back-to-cart a::before {
  position: absolute;
  height: 20px;
  width: 24px;
  left: 0;
  content: " ";
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-cart-blue.svg");
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary .confirm-totals-savings > span {
  color: #1088b8;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary .confirm-totals-total > span:first-child {
  font-weight: 300;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary .confirm-totals-total > span:last-child {
  color: rgba(0, 0, 0, 0.7);
  font-size: 26px;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary.confirm-shipping {
  padding-top: 0;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary.confirm-shipping .order-information-label {
  margin-bottom: 0;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary.confirm-shipping .shipping-label {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary.confirm-shipping .shipping-address {
  padding: 0;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary.confirm-shipping .shipping-address p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}

.cxa-checkoutconfirm-component.component .order-confirm-totals .confirm-total-summary.confirm-shipping .shipping-address p span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.cxa-checkoutconfirm-component.component .order-terms-and-conditions {
  margin-bottom: 48px;
  line-height: 2;
}

.cxa-checkoutconfirm-component.component .buttons-row {
  margin: 0;
}

.cxa-checkoutconfirm-component.component .buttons-row .confirm-next > button:hover {
  background-color: #3D699E !important;
}


.cart-info-box,
.c-commerce-notes.rich-text {
  width: 100vw;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #F7F8F9;
}

@media (min-width: 992px) {
  .cart-info-box,
  .c-commerce-notes.rich-text {
    margin-left: -webkit-calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-right: -webkit-calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.cart-info-box.rich-text {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .c-commerce-notes div[class^="col-"]:not(:last-child) {
    padding-bottom: 36px;
  }
}

.c-commerce-notes p {
  margin: 0 0 10px 0;
}

.c-commerce-notes p:last-child {
  margin-bottom: 0;
}

.c-commerce-notes strong {
  font-size: 16px;
}

.c-commerce-notes[class^="col-"] {
  width: auto;
  float: none;
}


.link-download {
  display: inline-block;
  margin-top: 20px;
  padding-left: 30px;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-download-blue.svg?h=20&w=20") no-repeat 0 center;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.link-download:focus, .link-download:hover {
  color: #1088b8 !important;
}

.content-page .field-content p + .sketchfab-embed-wrapper {
  margin: 30px 0;
}

@media (min-width: 992px) {
  .content-page .field-content p + .sketchfab-embed-wrapper {
    margin: 48px 0;
  }
}

.bodyclass .content-page {
  padding: 0;
  margin-bottom: 15px;
}

.bodyclass .content-page .field-title {
  margin: 0 0 20px;
  font-size: 38px;
  font-weight: 700;
  color: #0D4486 !important;
}

@media (max-width: 991px) {
  .bodyclass .content-page .field-title {
    font-size: 26px;
    margin: 0 0 12px;
  }
}

.bodyclass .content-page .field-content > img {
  margin: 13px 0 28px;
}

@media (min-width: 992px) {
  .bodyclass .content-page .field-content > img {
    margin: 15px 0 30px;
  }
}

.component .container-fluid-1 .component.link {
  margin-left: 15px;
}

.component .container-fluid-1 .component.link a {
  background-color: #0D4486;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 20px 25px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.component .container-fluid-1 h4 {
  color: #0D4486 !important;
  font-size: 20px;
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 12px;
}

.component .container-fluid-1 .list-item {
  border: 0;
  padding: 0;
}

.component .container-fluid-1 .file-list.file-list-files .field-linktext {
  border: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .component .container-fluid-1 .file-list.file-list-files .field-linktext {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
  }
}

.component .container-fluid-1 .file-list.file-list-files .field-linktext > a > img {
  padding: 6px;
  width: 60px;
}

.content-page main .field-content p,
.content-page main strong,
.content-page main p,
.rich-text .field-content p,
.rich-text strong,
.rich-text p,
.component.content .field-content p,
.component.content strong,
.component.content p,
.news-article .field-content p,
.news-article strong,
.news-article p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.5;
}

.content-page main .field-content p + *,
.content-page main strong + *,
.content-page main p + *,
.rich-text .field-content p + *,
.rich-text strong + *,
.rich-text p + *,
.component.content .field-content p + *,
.component.content strong + *,
.component.content p + *,
.news-article .field-content p + *,
.news-article strong + *,
.news-article p + * {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .content-page main .field-content p + *,
  .content-page main strong + *,
  .content-page main p + *,
  .rich-text .field-content p + *,
  .rich-text strong + *,
  .rich-text p + *,
  .component.content .field-content p + *,
  .component.content strong + *,
  .component.content p + *,
  .news-article .field-content p + *,
  .news-article strong + *,
  .news-article p + * {
    margin-top: 20px;
  }
}

.content-page main .field-content ul,
.content-page main .field-content ol,
.content-page main ul,
.content-page main ol,
.rich-text .field-content ul,
.rich-text .field-content ol,
.rich-text ul,
.rich-text ol,
.component.content .field-content ul,
.component.content .field-content ol,
.component.content ul,
.component.content ol,
.news-article .field-content ul,
.news-article .field-content ol,
.news-article ul,
.news-article ol {
  padding: unset;
  margin-left: 24px;
}

.content-page main .field-content ul li,
.content-page main .field-content ol li,
.content-page main ul li,
.content-page main ol li,
.rich-text .field-content ul li,
.rich-text .field-content ol li,
.rich-text ul li,
.rich-text ol li,
.component.content .field-content ul li,
.component.content .field-content ol li,
.component.content ul li,
.component.content ol li,
.news-article .field-content ul li,
.news-article .field-content ol li,
.news-article ul li,
.news-article ol li {
  margin-left: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.5;
  list-style-position: outside;
}

.content-page main .field-content ul li + li,
.content-page main .field-content ol li + li,
.content-page main ul li + li,
.content-page main ol li + li,
.rich-text .field-content ul li + li,
.rich-text .field-content ol li + li,
.rich-text ul li + li,
.rich-text ol li + li,
.component.content .field-content ul li + li,
.component.content .field-content ol li + li,
.component.content ul li + li,
.component.content ol li + li,
.news-article .field-content ul li + li,
.news-article .field-content ol li + li,
.news-article ul li + li,
.news-article ol li + li {
  margin-top: 6px;
}

.content-page main .field-content ul + *,
.content-page main .field-content ol + *,
.content-page main ul + *,
.content-page main ol + *,
.rich-text .field-content ul + *,
.rich-text .field-content ol + *,
.rich-text ul + *,
.rich-text ol + *,
.component.content .field-content ul + *,
.component.content .field-content ol + *,
.component.content ul + *,
.component.content ol + *,
.news-article .field-content ul + *,
.news-article .field-content ol + *,
.news-article ul + *,
.news-article ol + * {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .content-page main .field-content ul + *,
  .content-page main .field-content ol + *,
  .content-page main ul + *,
  .content-page main ol + *,
  .rich-text .field-content ul + *,
  .rich-text .field-content ol + *,
  .rich-text ul + *,
  .rich-text ol + *,
  .component.content .field-content ul + *,
  .component.content .field-content ol + *,
  .component.content ul + *,
  .component.content ol + *,
  .news-article .field-content ul + *,
  .news-article .field-content ol + *,
  .news-article ul + *,
  .news-article ol + * {
    margin-top: 20px;
  }
}

.content-page main a,
.rich-text a,
.component.content a,
.news-article a {
  color: #0D4486;
  text-decoration: none;
}

.content-page main a:hover,
.rich-text a:hover,
.component.content a:hover,
.news-article a:hover {
  color: #1088b8;
}

.content-page main a.btn--primary,
.rich-text a.btn--primary,
.component.content a.btn--primary,
.news-article a.btn--primary {
  color: white;
}

.content-page main .search-result-list {
  margin: 0 15px;
}

.component.video + * {
  margin-top: 15px;
}

.component.content {
  padding: 0;
}

.component.image a {
  display: initial;
}

.promo-card-stacked.col-xs-12 {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .onFormSubmittedFeedback {
    min-width: -webkit-calc(100vw - 30px);
    min-width: calc(100vw - 30px);
    max-width: -webkit-calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
}


.bodyclass footer {
  background: #0D4486;
  width: 100%;
}

.bodyclass footer #footer {
  background: #0D4486;
  padding: 40px 25px 25px;
}

@media (max-width: 991px) {
  .bodyclass footer #footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .bodyclass footer #footer .row.component.column-splitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.bodyclass footer #footer.container .component-splitter {
  border-right: 1px solid #cccccc;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .bodyclass footer #footer.container .component-splitter {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
  }
}

.bodyclass footer #footer.container .indent-bottom {
  padding-bottom: 57px;
}

@media (max-width: 991px) {
  .bodyclass footer #footer.container .indent-bottom {
    padding-bottom: 0;
  }
}

.bodyclass footer #footer .row {
  padding-right: -30px;
  padding-left: -30px;
}

@media (max-width: 991px) {
  .bodyclass footer #footer .row {
    padding-right: -15px;
    padding-left: -15px;
  }
}

.bodyclass footer #footer .component.image.file-type-icon-media-link {
  max-width: 100%;
}

.bodyclass footer #footer .component-content {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.bodyclass footer #footer .component.link-list .component-content h3 {
  border: 0;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .bodyclass footer #footer .component.link-list .component-content h3 {
    text-align: center;
  }
}

.bodyclass footer #footer .component.link-list .component-content ul {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .bodyclass footer #footer .component.link-list .component-content ul li {
    padding: 6px;
    display: inline-block;
  }
}

.bodyclass footer #footer .component.link-list .component-content ul li a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 6px;
}

.bodyclass footer #footer .component.link-list .component-content ul li a:hover {
  border: 0;
  color: rgba(255, 255, 255, 0.9);
}

.bodyclass footer #footer .component.link-list .component-content ul li a:before {
  display: none;
}

.bodyclass footer .file-type-icon-media-link {
  padding: 0;
}

.bodyclass footer .rich-text h3 {
  font-size: 16px;
  margin: 0;
}

.bodyclass footer .component-content {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .bodyclass footer .component-content {
    text-align: center !important;
  }
}

.bodyclass footer .component-content > h3 {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px;
}

@media (max-width: 991px) {
  .bodyclass footer .component-content > h3 {
    text-align: center !important;
  }
}

.bodyclass footer .component-content p,
.bodyclass footer .component-content span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .bodyclass footer .component-content p,
  .bodyclass footer .component-content span {
    text-align: center !important;
  }
}

.bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding: 40px 0 0;
  min-height: 330px;
}

@media (max-width: 991px) {
  .bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 {
    padding-left: 100px !important;
    padding-right: 100px !important;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 991px) {
  .bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

.bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4:last-child {
  border: 0;
}

@media (max-width: 991px) {
  .bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}

.bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 .component {
  max-width: 280px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 .component {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 .component-content p,
  .bodyclass footer .row.component.column-splitter .col-xs-12.col-sm-12.col-md-12.col-lg-4 .component-content span {
    display: inline-block;
    max-width: 400px;
  }
}

.bodyclass footer .component.image .component-content {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .bodyclass footer .component.image .component-content {
    margin: 30px;
    margin-bottom: 45px;
  }
}

.bodyclass footer .component.image img {
  -webkit-transition: opacity ease-in-out 200ms;
  transition: opacity ease-in-out 200ms;
  opacity: 0.7;
}

.bodyclass footer .component.image img:hover {
  opacity: 0.9;
}

.bodyclass footer .footer-social-links {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .bodyclass footer .footer-social-links {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.bodyclass footer .footer-social-links .l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .bodyclass footer .footer-social-links .l-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bodyclass footer .footer-social-links .l-grid__item {
  margin-right: 36px;
}

@media (min-width: 768px) {
  .bodyclass footer .footer-social-links .l-grid__item {
    margin-right: 45px;
  }
}

.bodyclass footer .footer-social-links .l-grid__item:last-child {
  margin-right: 0;
}

.bodyclass footer .footer-social-links img {
  -webkit-transition: opacity ease-in-out 200ms;
  transition: opacity ease-in-out 200ms;
  opacity: 0.7;
}

.bodyclass footer .footer-social-links img:hover {
  opacity: 0.9;
}


body .sitecore-form input[type=submit] {
  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 (min-width: 992px) {
  body .sitecore-form input[type=submit] {
    min-width: 195px;
  }
}

body .sitecore-form input:hover[type=submit] {
  color: white !important;
  background-color: #3D699E;
}

body .sitecore-form input:focus[type=submit] {
  outline: none !important;
}

body .sitecore-form input:disabled[type=submit] {
  opacity: 0.4;
  cursor: not-allowed;
}

body .component.cxa-login-component form > div select,
body .component.cxa-register-component form > div select,
body .component.cxa-forgotpassword-component form > div select,
body .sitecore-form form > div select, body .lpt-landing_02 select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

body .component.cxa-login-component form > div select:hover,
body .component.cxa-register-component form > div select:hover,
body .component.cxa-forgotpassword-component form > div select:hover,
body .sitecore-form form > div select:hover, body .lpt-landing_02 select:hover {
  border-color: #00ADEF !important;
}

body .component.cxa-login-component form > div select.input-validation-error,
body .component.cxa-register-component form > div select.input-validation-error,
body .component.cxa-forgotpassword-component form > div select.input-validation-error,
body .sitecore-form form > div select.input-validation-error, body .lpt-landing_02 select.input-validation-error {
  border-color: #c4505d !important;
}


body .sitecore-form form > div input[type=text], body .component.cxa-login-component form div .form-group--privacy-policy input[type=text],
body .component.cxa-register-component form div .form-group--privacy-policy input[type=text],
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input[type=text],
body form div .form-group--privacy-policy input[type=text], body .component.cxa-login-component form input[type=text],
body .component.cxa-register-component form input[type=text],
body .component.cxa-forgotpassword-component form input[type=text],
body form input[type=text], body .lpt-landing_02 input[type=text],
body .sitecore-form form > div input[type=number], body .component.cxa-login-component form div .form-group--privacy-policy input[type=number],
body .component.cxa-register-component form div .form-group--privacy-policy input[type=number],
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input[type=number],
body form div .form-group--privacy-policy input[type=number], body .component.cxa-login-component form input[type=number],
body .component.cxa-register-component form input[type=number],
body .component.cxa-forgotpassword-component form input[type=number],
body form input[type=number], body .lpt-landing_02 input[type=number],
body .sitecore-form form > div input[type=email], body .component.cxa-login-component form div .form-group--privacy-policy input[type=email],
body .component.cxa-register-component form div .form-group--privacy-policy input[type=email],
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input[type=email],
body form div .form-group--privacy-policy input[type=email], body .component.cxa-login-component form input[type=email],
body .component.cxa-register-component form input[type=email],
body .component.cxa-forgotpassword-component form input[type=email],
body form input[type=email], body .lpt-landing_02 input[type=email],
body .sitecore-form form > div input[type=date], body .component.cxa-login-component form div .form-group--privacy-policy input[type=date],
body .component.cxa-register-component form div .form-group--privacy-policy input[type=date],
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input[type=date],
body form div .form-group--privacy-policy input[type=date], body .component.cxa-login-component form input[type=date],
body .component.cxa-register-component form input[type=date],
body .component.cxa-forgotpassword-component form input[type=date],
body form input[type=date], body .lpt-landing_02 input[type=date],
body .sitecore-form form > div input[type=password], body .component.cxa-login-component form div .form-group--privacy-policy input[type=password],
body .component.cxa-register-component form div .form-group--privacy-policy input[type=password],
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input[type=password],
body form div .form-group--privacy-policy input[type=password], body .component.cxa-login-component form input[type=password],
body .component.cxa-register-component form input[type=password],
body .component.cxa-forgotpassword-component form input[type=password],
body form input[type=password], body .lpt-landing_02 input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}


body form input[type=text]:hover, body .lpt-landing_02 input[type=text]:hover,
body form input[type=text]:focus, body .lpt-landing_02 input[type=text]:focus,
body form input[type=number]:hover, body .lpt-landing_02 input[type=number]:hover,
body form input[type=number]:focus, body .lpt-landing_02 input[type=number]:focus,
body form input[type=email]:hover, body .lpt-landing_02 input[type=email]:hover,
body form input[type=email]:focus, body .lpt-landing_02 input[type=email]:focus,
body form input[type=date]:hover, body .lpt-landing_02 input[type=date]:hover,
body form input[type=date]:focus, body .lpt-landing_02 input[type=date]:focus,
body form input[type=password]:hover, body .lpt-landing_02 input[type=password]:hover,
body form input[type=password]:focus, body .lpt-landing_02 input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}


body form input[type=text]:disabled, body .lpt-landing_02 input[type=text]:disabled,
body form input[type=text][disabled], body .lpt-landing_02 input[type=text][disabled],
body form input[type=number]:disabled, body .lpt-landing_02 input[type=number]:disabled,
body form input[type=number][disabled], body .lpt-landing_02 input[type=number][disabled],
body form input[type=email]:disabled, body .lpt-landing_02 input[type=email]:disabled,
body form input[type=email][disabled], body .lpt-landing_02 input[type=email][disabled],
body form input[type=date]:disabled, body .lpt-landing_02 input[type=date]:disabled,
body form input[type=date][disabled], body .lpt-landing_02 input[type=date][disabled],
body form input[type=password]:disabled, body .lpt-landing_02 input[type=password]:disabled,
body form input[type=password][disabled], body .lpt-landing_02 input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}


body form input[type=text].input-validation-error, body .lpt-landing_02 input[type=text].input-validation-error,
body form input[type=number].input-validation-error, body .lpt-landing_02 input[type=number].input-validation-error,
body form input[type=email].input-validation-error, body .lpt-landing_02 input[type=email].input-validation-error,
body form input[type=date].input-validation-error, body .lpt-landing_02 input[type=date].input-validation-error,
body form input[type=password].input-validation-error, body .lpt-landing_02 input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

body .component.cxa-login-component form input[type=text]::-webkit-input-placeholder,
body .component.cxa-register-component form input[type=text]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=text]::-webkit-input-placeholder,
body form input[type=text]::-webkit-input-placeholder, body .lpt-landing_02 input[type=text]::-webkit-input-placeholder, body .component.cxa-login-component form input[type=number]::-webkit-input-placeholder,
body .component.cxa-register-component form input[type=number]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=number]::-webkit-input-placeholder,
body form input[type=number]::-webkit-input-placeholder, body .lpt-landing_02 input[type=number]::-webkit-input-placeholder, body .component.cxa-login-component form input[type=email]::-webkit-input-placeholder,
body .component.cxa-register-component form input[type=email]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=email]::-webkit-input-placeholder,
body form input[type=email]::-webkit-input-placeholder, body .lpt-landing_02 input[type=email]::-webkit-input-placeholder, body .component.cxa-login-component form input[type=date]::-webkit-input-placeholder,
body .component.cxa-register-component form input[type=date]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=date]::-webkit-input-placeholder,
body form input[type=date]::-webkit-input-placeholder, body .lpt-landing_02 input[type=date]::-webkit-input-placeholder, body .component.cxa-login-component form input[type=password]::-webkit-input-placeholder,
body .component.cxa-register-component form input[type=password]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=password]::-webkit-input-placeholder,
body form input[type=password]::-webkit-input-placeholder, body .lpt-landing_02 input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

body .component.cxa-login-component form input[type=text]:-ms-input-placeholder,
body .component.cxa-register-component form input[type=text]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=text]:-ms-input-placeholder,
body form input[type=text]:-ms-input-placeholder, body .lpt-landing_02 input[type=text]:-ms-input-placeholder, body .component.cxa-login-component form input[type=number]:-ms-input-placeholder,
body .component.cxa-register-component form input[type=number]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=number]:-ms-input-placeholder,
body form input[type=number]:-ms-input-placeholder, body .lpt-landing_02 input[type=number]:-ms-input-placeholder, body .component.cxa-login-component form input[type=email]:-ms-input-placeholder,
body .component.cxa-register-component form input[type=email]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=email]:-ms-input-placeholder,
body form input[type=email]:-ms-input-placeholder, body .lpt-landing_02 input[type=email]:-ms-input-placeholder, body .component.cxa-login-component form input[type=date]:-ms-input-placeholder,
body .component.cxa-register-component form input[type=date]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=date]:-ms-input-placeholder,
body form input[type=date]:-ms-input-placeholder, body .lpt-landing_02 input[type=date]:-ms-input-placeholder, body .component.cxa-login-component form input[type=password]:-ms-input-placeholder,
body .component.cxa-register-component form input[type=password]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form input[type=password]:-ms-input-placeholder,
body form input[type=password]:-ms-input-placeholder, body .lpt-landing_02 input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

body .component.cxa-login-component form input[type=text]::placeholder,
body .component.cxa-register-component form input[type=text]::placeholder,
body .component.cxa-forgotpassword-component form input[type=text]::placeholder,
body form input[type=text]::placeholder, body .lpt-landing_02 input[type=text]::placeholder, body .component.cxa-login-component form input[type=number]::placeholder,
body .component.cxa-register-component form input[type=number]::placeholder,
body .component.cxa-forgotpassword-component form input[type=number]::placeholder,
body form input[type=number]::placeholder, body .lpt-landing_02 input[type=number]::placeholder, body .component.cxa-login-component form input[type=email]::placeholder,
body .component.cxa-register-component form input[type=email]::placeholder,
body .component.cxa-forgotpassword-component form input[type=email]::placeholder,
body form input[type=email]::placeholder, body .lpt-landing_02 input[type=email]::placeholder, body .component.cxa-login-component form input[type=date]::placeholder,
body .component.cxa-register-component form input[type=date]::placeholder,
body .component.cxa-forgotpassword-component form input[type=date]::placeholder,
body form input[type=date]::placeholder, body .lpt-landing_02 input[type=date]::placeholder, body .component.cxa-login-component form input[type=password]::placeholder,
body .component.cxa-register-component form input[type=password]::placeholder,
body .component.cxa-forgotpassword-component form input[type=password]::placeholder,
body form input[type=password]::placeholder, body .lpt-landing_02 input[type=password]::placeholder {
  color: #bbb;
}


body .sitecore-form form > div input[type=radio], body .component.cxa-login-component form div .form-group--privacy-policy input[type=radio],
body .component.cxa-register-component form div .form-group--privacy-policy input[type=radio],
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input[type=radio],
body form div .form-group--privacy-policy input[type=radio], body .component.cxa-login-component form input[type=radio],
body .component.cxa-register-component form input[type=radio],
body .component.cxa-forgotpassword-component form input[type=radio],
body form input[type=radio], body .lpt-landing_02 input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}


body form input[type=radio]:checked, body .lpt-landing_02 input[type=radio]:checked {
  border-color: #03AFEF;
}


body form input[type=radio]:checked::after, body .lpt-landing_02 input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}


body form input[type=radio]:hover, body .lpt-landing_02 input[type=radio]:hover {
  border-color: #03AFEF;
}


body form input[type=radio]:disabled, body .lpt-landing_02 input[type=radio]:disabled,
body form input[type=radio][disabled], body .lpt-landing_02 input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}


body .sitecore-form form > div input[type=checkbox], body .component.cxa-login-component form div .form-group--privacy-policy input[type=checkbox],
body .component.cxa-register-component form div .form-group--privacy-policy input[type=checkbox],
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input[type=checkbox],
body form div .form-group--privacy-policy input[type=checkbox], body .component.cxa-login-component form input[type=checkbox],
body .component.cxa-register-component form input[type=checkbox],
body .component.cxa-forgotpassword-component form input[type=checkbox],
body form input[type=checkbox], body .lpt-landing_02 input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}


body form input[type=checkbox]:checked, body .lpt-landing_02 input[type=checkbox]:checked {
  border-color: #03AFEF;
}


body form input[type=checkbox]:checked::after, body .lpt-landing_02 input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}


body form input[type=checkbox]:hover, body .lpt-landing_02 input[type=checkbox]:hover {
  border-color: #000;
}


body form input[type=checkbox]:disabled, body .lpt-landing_02 input[type=checkbox]:disabled,
body form input[type=checkbox][disabled], body .lpt-landing_02 input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

body .component.cxa-login-component form > div textarea,
body .component.cxa-register-component form > div textarea,
body .component.cxa-forgotpassword-component form > div textarea,
body .sitecore-form form > div textarea, body .lpt-landing_02 textarea {
  padding: 20px;
  width: 100%;
  height: 100%;
  min-height: 60px;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

body .component.cxa-login-component form > div textarea:hover,
body .component.cxa-register-component form > div textarea:hover,
body .component.cxa-forgotpassword-component form > div textarea:hover,
body .sitecore-form form > div textarea:hover, body .lpt-landing_02 textarea:hover {
  border-color: #03AFEF;
}

body .component.cxa-login-component form > div textarea:disabled,
body .component.cxa-register-component form > div textarea:disabled,
body .component.cxa-forgotpassword-component form > div textarea:disabled,
body .sitecore-form form > div textarea:disabled, body .lpt-landing_02 textarea:disabled, body .component.cxa-login-component form > div textarea[disabled],
body .component.cxa-register-component form > div textarea[disabled],
body .component.cxa-forgotpassword-component form > div textarea[disabled],
body .sitecore-form form > div textarea[disabled], body .lpt-landing_02 textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
}

body .component.cxa-login-component form > div label,
body .component.cxa-register-component form > div label,
body .component.cxa-forgotpassword-component form > div label,
body .sitecore-form form > div label, body .component.cxa-login-component form div .form-group--privacy-policy label,
body .component.cxa-register-component form div .form-group--privacy-policy label,
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy label,
body form div .form-group--privacy-policy label, body .lpt-landing_02 label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

body .component.cxa-login-component form > div label span, body .component.cxa-register-component form > div label span, body .component.cxa-forgotpassword-component form > div label span, body .sitecore-form form > div label span, body .component.cxa-login-component form div .form-group--privacy-policy label span, body .component.cxa-register-component form div .form-group--privacy-policy label span, body .component.cxa-forgotpassword-component form div .form-group--privacy-policy label span, body form div .form-group--privacy-policy label span, body .lpt-landing_02 label span {
  color: #c4505d;
}

body .component.cxa-messagesummary-component tr {
  margin-bottom: 0;
}

body .component.cxa-messagesummary-component tr + tr {
  margin-top: 6px;
}

body .component.cxa-login-component,
body .component.cxa-register-component,
body .component.cxa-forgotpassword-component,
body .sitecore-form {
  padding: 0;
}

body .component.cxa-login-component .component-content,
body .component.cxa-register-component .component-content,
body .component.cxa-forgotpassword-component .component-content,
body .sitecore-form .component-content {
  padding: 0;
}

body .component.cxa-login-component form > div,
body .component.cxa-register-component form > div,
body .component.cxa-forgotpassword-component form > div,
body .sitecore-form form > div {
  padding: 0;
}

body .component.cxa-login-component h1, body .component.cxa-login-component h2, body .component.cxa-login-component h3, body .component.cxa-login-component h4, body .component.cxa-login-component h5, body .component.cxa-login-component h6,
body .component.cxa-register-component h1,
body .component.cxa-register-component h2,
body .component.cxa-register-component h3,
body .component.cxa-register-component h4,
body .component.cxa-register-component h5,
body .component.cxa-register-component h6,
body .component.cxa-forgotpassword-component h1,
body .component.cxa-forgotpassword-component h2,
body .component.cxa-forgotpassword-component h3,
body .component.cxa-forgotpassword-component h4,
body .component.cxa-forgotpassword-component h5,
body .component.cxa-forgotpassword-component h6,
body .sitecore-form h1,
body .sitecore-form h2,
body .sitecore-form h3,
body .sitecore-form h4,
body .sitecore-form h5,
body .sitecore-form h6 {
  margin-bottom: 25px;
}

body .component.cxa-login-component .form-horizontal .form-group,
body .component.cxa-register-component .form-horizontal .form-group,
body .component.cxa-forgotpassword-component .form-horizontal .form-group,
body .sitecore-form .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

body .component.cxa-login-component .form-group,
body .component.cxa-register-component .form-group,
body .component.cxa-forgotpassword-component .form-group,
body .sitecore-form .form-group {
  margin-bottom: 30px;
}

body .component.cxa-login-component form > div input,
body .component.cxa-register-component form > div input,
body .component.cxa-forgotpassword-component form > div input,
body .sitecore-form form > div input {
  width: 100%;
}

body .component.cxa-login-component form > div textarea,
body .component.cxa-register-component form > div textarea,
body .component.cxa-forgotpassword-component form > div textarea,
body .sitecore-form form > div textarea {
  min-height: 190px;
}

@media (min-width: 992px) {
  body .component.cxa-login-component form > div textarea,
  body .component.cxa-register-component form > div textarea,
  body .component.cxa-forgotpassword-component form > div textarea,
  body .sitecore-form form > div textarea {
    min-height: 95px;
  }
}

body .component.cxa-login-component .alert,
body .component.cxa-register-component .alert,
body .component.cxa-forgotpassword-component .alert,
body .sitecore-form .alert {
  padding: 15px;
  border-radius: 0;
}

body .component.cxa-login-component .alert p,
body .component.cxa-register-component .alert p,
body .component.cxa-forgotpassword-component .alert p,
body .sitecore-form .alert p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
}

body .component.cxa-login-component form div,
body .component.cxa-register-component form div,
body .component.cxa-forgotpassword-component form div,
body form div {
  margin-bottom: 40px;
}

body .component.cxa-login-component form div label,
body .component.cxa-register-component form div label,
body .component.cxa-forgotpassword-component form div label,
body form div label {
  color: rgba(0, 0, 0, 0.7) !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px !important;
  margin: 0;
}

body .component.cxa-login-component form div textarea,
body .component.cxa-login-component form div input[type=text],
body .component.cxa-login-component form div input[type=number],
body .component.cxa-login-component form div input[type=email],
body .component.cxa-login-component form div input[type=tel],
body .component.cxa-login-component form div input[type=password],
body .component.cxa-register-component form div textarea,
body .component.cxa-register-component form div input[type=text],
body .component.cxa-register-component form div input[type=number],
body .component.cxa-register-component form div input[type=email],
body .component.cxa-register-component form div input[type=tel],
body .component.cxa-register-component form div input[type=password],
body .component.cxa-forgotpassword-component form div textarea,
body .component.cxa-forgotpassword-component form div input[type=text],
body .component.cxa-forgotpassword-component form div input[type=number],
body .component.cxa-forgotpassword-component form div input[type=email],
body .component.cxa-forgotpassword-component form div input[type=tel],
body .component.cxa-forgotpassword-component form div input[type=password],
body form div textarea,
body form div input[type=text],
body form div input[type=number],
body form div input[type=email],
body form div input[type=tel],
body form div input[type=password] {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px !important;
  padding: 20px !important;
  height: 60px !important;
  -webkit-appearance: none !important;
}

body .component.cxa-login-component form div textarea:hover, body .component.cxa-login-component form div textarea:focus,
body .component.cxa-login-component form div input[type=text]:hover,
body .component.cxa-login-component form div input[type=text]:focus,
body .component.cxa-login-component form div input[type=number]:hover,
body .component.cxa-login-component form div input[type=number]:focus,
body .component.cxa-login-component form div input[type=email]:hover,
body .component.cxa-login-component form div input[type=email]:focus,
body .component.cxa-login-component form div input[type=tel]:hover,
body .component.cxa-login-component form div input[type=tel]:focus,
body .component.cxa-login-component form div input[type=password]:hover,
body .component.cxa-login-component form div input[type=password]:focus,
body .component.cxa-register-component form div textarea:hover,
body .component.cxa-register-component form div textarea:focus,
body .component.cxa-register-component form div input[type=text]:hover,
body .component.cxa-register-component form div input[type=text]:focus,
body .component.cxa-register-component form div input[type=number]:hover,
body .component.cxa-register-component form div input[type=number]:focus,
body .component.cxa-register-component form div input[type=email]:hover,
body .component.cxa-register-component form div input[type=email]:focus,
body .component.cxa-register-component form div input[type=tel]:hover,
body .component.cxa-register-component form div input[type=tel]:focus,
body .component.cxa-register-component form div input[type=password]:hover,
body .component.cxa-register-component form div input[type=password]:focus,
body .component.cxa-forgotpassword-component form div textarea:hover,
body .component.cxa-forgotpassword-component form div textarea:focus,
body .component.cxa-forgotpassword-component form div input[type=text]:hover,
body .component.cxa-forgotpassword-component form div input[type=text]:focus,
body .component.cxa-forgotpassword-component form div input[type=number]:hover,
body .component.cxa-forgotpassword-component form div input[type=number]:focus,
body .component.cxa-forgotpassword-component form div input[type=email]:hover,
body .component.cxa-forgotpassword-component form div input[type=email]:focus,
body .component.cxa-forgotpassword-component form div input[type=tel]:hover,
body .component.cxa-forgotpassword-component form div input[type=tel]:focus,
body .component.cxa-forgotpassword-component form div input[type=password]:hover,
body .component.cxa-forgotpassword-component form div input[type=password]:focus,
body form div textarea:hover,
body form div textarea:focus,
body form div input[type=text]:hover,
body form div input[type=text]:focus,
body form div input[type=number]:hover,
body form div input[type=number]:focus,
body form div input[type=email]:hover,
body form div input[type=email]:focus,
body form div input[type=tel]:hover,
body form div input[type=tel]:focus,
body form div input[type=password]:hover,
body form div input[type=password]:focus {
  border-color: #000;
  color: #000;
}

body .component.cxa-login-component form div textarea:disabled, body .component.cxa-login-component form div textarea[disabled],
body .component.cxa-login-component form div input[type=text]:disabled,
body .component.cxa-login-component form div input[type=text][disabled],
body .component.cxa-login-component form div input[type=number]:disabled,
body .component.cxa-login-component form div input[type=number][disabled],
body .component.cxa-login-component form div input[type=email]:disabled,
body .component.cxa-login-component form div input[type=email][disabled],
body .component.cxa-login-component form div input[type=tel]:disabled,
body .component.cxa-login-component form div input[type=tel][disabled],
body .component.cxa-login-component form div input[type=password]:disabled,
body .component.cxa-login-component form div input[type=password][disabled],
body .component.cxa-register-component form div textarea:disabled,
body .component.cxa-register-component form div textarea[disabled],
body .component.cxa-register-component form div input[type=text]:disabled,
body .component.cxa-register-component form div input[type=text][disabled],
body .component.cxa-register-component form div input[type=number]:disabled,
body .component.cxa-register-component form div input[type=number][disabled],
body .component.cxa-register-component form div input[type=email]:disabled,
body .component.cxa-register-component form div input[type=email][disabled],
body .component.cxa-register-component form div input[type=tel]:disabled,
body .component.cxa-register-component form div input[type=tel][disabled],
body .component.cxa-register-component form div input[type=password]:disabled,
body .component.cxa-register-component form div input[type=password][disabled],
body .component.cxa-forgotpassword-component form div textarea:disabled,
body .component.cxa-forgotpassword-component form div textarea[disabled],
body .component.cxa-forgotpassword-component form div input[type=text]:disabled,
body .component.cxa-forgotpassword-component form div input[type=text][disabled],
body .component.cxa-forgotpassword-component form div input[type=number]:disabled,
body .component.cxa-forgotpassword-component form div input[type=number][disabled],
body .component.cxa-forgotpassword-component form div input[type=email]:disabled,
body .component.cxa-forgotpassword-component form div input[type=email][disabled],
body .component.cxa-forgotpassword-component form div input[type=tel]:disabled,
body .component.cxa-forgotpassword-component form div input[type=tel][disabled],
body .component.cxa-forgotpassword-component form div input[type=password]:disabled,
body .component.cxa-forgotpassword-component form div input[type=password][disabled],
body form div textarea:disabled,
body form div textarea[disabled],
body form div input[type=text]:disabled,
body form div input[type=text][disabled],
body form div input[type=number]:disabled,
body form div input[type=number][disabled],
body form div input[type=email]:disabled,
body form div input[type=email][disabled],
body form div input[type=tel]:disabled,
body form div input[type=tel][disabled],
body form div input[type=password]:disabled,
body form div input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

body .component.cxa-login-component form div textarea.input-validation-error,
body .component.cxa-login-component form div input[type=text].input-validation-error,
body .component.cxa-login-component form div input[type=number].input-validation-error,
body .component.cxa-login-component form div input[type=email].input-validation-error,
body .component.cxa-login-component form div input[type=tel].input-validation-error,
body .component.cxa-login-component form div input[type=password].input-validation-error,
body .component.cxa-register-component form div textarea.input-validation-error,
body .component.cxa-register-component form div input[type=text].input-validation-error,
body .component.cxa-register-component form div input[type=number].input-validation-error,
body .component.cxa-register-component form div input[type=email].input-validation-error,
body .component.cxa-register-component form div input[type=tel].input-validation-error,
body .component.cxa-register-component form div input[type=password].input-validation-error,
body .component.cxa-forgotpassword-component form div textarea.input-validation-error,
body .component.cxa-forgotpassword-component form div input[type=text].input-validation-error,
body .component.cxa-forgotpassword-component form div input[type=number].input-validation-error,
body .component.cxa-forgotpassword-component form div input[type=email].input-validation-error,
body .component.cxa-forgotpassword-component form div input[type=tel].input-validation-error,
body .component.cxa-forgotpassword-component form div input[type=password].input-validation-error,
body form div textarea.input-validation-error,
body form div input[type=text].input-validation-error,
body form div input[type=number].input-validation-error,
body form div input[type=email].input-validation-error,
body form div input[type=tel].input-validation-error,
body form div input[type=password].input-validation-error {
  border-color: #c4505d !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

body .component.cxa-login-component form div textarea::-webkit-input-placeholder,
body .component.cxa-login-component form div input[type=text]::-webkit-input-placeholder,
body .component.cxa-login-component form div input[type=number]::-webkit-input-placeholder,
body .component.cxa-login-component form div input[type=email]::-webkit-input-placeholder,
body .component.cxa-login-component form div input[type=tel]::-webkit-input-placeholder,
body .component.cxa-login-component form div input[type=password]::-webkit-input-placeholder,
body .component.cxa-register-component form div textarea::-webkit-input-placeholder,
body .component.cxa-register-component form div input[type=text]::-webkit-input-placeholder,
body .component.cxa-register-component form div input[type=number]::-webkit-input-placeholder,
body .component.cxa-register-component form div input[type=email]::-webkit-input-placeholder,
body .component.cxa-register-component form div input[type=tel]::-webkit-input-placeholder,
body .component.cxa-register-component form div input[type=password]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form div textarea::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=text]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=number]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=email]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=tel]::-webkit-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=password]::-webkit-input-placeholder,
body form div textarea::-webkit-input-placeholder,
body form div input[type=text]::-webkit-input-placeholder,
body form div input[type=number]::-webkit-input-placeholder,
body form div input[type=email]::-webkit-input-placeholder,
body form div input[type=tel]::-webkit-input-placeholder,
body form div input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

body .component.cxa-login-component form div textarea:-ms-input-placeholder,
body .component.cxa-login-component form div input[type=text]:-ms-input-placeholder,
body .component.cxa-login-component form div input[type=number]:-ms-input-placeholder,
body .component.cxa-login-component form div input[type=email]:-ms-input-placeholder,
body .component.cxa-login-component form div input[type=tel]:-ms-input-placeholder,
body .component.cxa-login-component form div input[type=password]:-ms-input-placeholder,
body .component.cxa-register-component form div textarea:-ms-input-placeholder,
body .component.cxa-register-component form div input[type=text]:-ms-input-placeholder,
body .component.cxa-register-component form div input[type=number]:-ms-input-placeholder,
body .component.cxa-register-component form div input[type=email]:-ms-input-placeholder,
body .component.cxa-register-component form div input[type=tel]:-ms-input-placeholder,
body .component.cxa-register-component form div input[type=password]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form div textarea:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=text]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=number]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=email]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=tel]:-ms-input-placeholder,
body .component.cxa-forgotpassword-component form div input[type=password]:-ms-input-placeholder,
body form div textarea:-ms-input-placeholder,
body form div input[type=text]:-ms-input-placeholder,
body form div input[type=number]:-ms-input-placeholder,
body form div input[type=email]:-ms-input-placeholder,
body form div input[type=tel]:-ms-input-placeholder,
body form div input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

body .component.cxa-login-component form div textarea::placeholder,
body .component.cxa-login-component form div input[type=text]::placeholder,
body .component.cxa-login-component form div input[type=number]::placeholder,
body .component.cxa-login-component form div input[type=email]::placeholder,
body .component.cxa-login-component form div input[type=tel]::placeholder,
body .component.cxa-login-component form div input[type=password]::placeholder,
body .component.cxa-register-component form div textarea::placeholder,
body .component.cxa-register-component form div input[type=text]::placeholder,
body .component.cxa-register-component form div input[type=number]::placeholder,
body .component.cxa-register-component form div input[type=email]::placeholder,
body .component.cxa-register-component form div input[type=tel]::placeholder,
body .component.cxa-register-component form div input[type=password]::placeholder,
body .component.cxa-forgotpassword-component form div textarea::placeholder,
body .component.cxa-forgotpassword-component form div input[type=text]::placeholder,
body .component.cxa-forgotpassword-component form div input[type=number]::placeholder,
body .component.cxa-forgotpassword-component form div input[type=email]::placeholder,
body .component.cxa-forgotpassword-component form div input[type=tel]::placeholder,
body .component.cxa-forgotpassword-component form div input[type=password]::placeholder,
body form div textarea::placeholder,
body form div input[type=text]::placeholder,
body form div input[type=number]::placeholder,
body form div input[type=email]::placeholder,
body form div input[type=tel]::placeholder,
body form div input[type=password]::placeholder {
  color: #bbb;
}

body .component.cxa-login-component form div .form-group--radio > label,
body .component.cxa-register-component form div .form-group--radio > label,
body .component.cxa-forgotpassword-component form div .form-group--radio > label,
body form div .form-group--radio > label {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  padding: 0;
  padding-left: 35px;
  position: relative !important;
  margin: 0 !important;
  margin-right: 60px !important;
}

body .component.cxa-login-component form div .form-group--radio > label:nth-of-type(1),
body .component.cxa-register-component form div .form-group--radio > label:nth-of-type(1),
body .component.cxa-forgotpassword-component form div .form-group--radio > label:nth-of-type(1),
body form div .form-group--radio > label:nth-of-type(1) {
  display: block;
  padding: 0;
  margin: 0 0 15px 0 !important;
}

body .component.cxa-login-component form div .form-group--radio > label:nth-of-type(1):hover,
body .component.cxa-register-component form div .form-group--radio > label:nth-of-type(1):hover,
body .component.cxa-forgotpassword-component form div .form-group--radio > label:nth-of-type(1):hover,
body form div .form-group--radio > label:nth-of-type(1):hover {
  color: rgba(0, 0, 0, 0.7);
  cursor: default;
}

body .component.cxa-login-component form div .form-group--radio > label:hover,
body .component.cxa-register-component form div .form-group--radio > label:hover,
body .component.cxa-forgotpassword-component form div .form-group--radio > label:hover,
body form div .form-group--radio > label:hover {
  color: #000;
}

body .component.cxa-login-component form div .form-group--checkbox label,
body .component.cxa-register-component form div .form-group--checkbox label,
body .component.cxa-forgotpassword-component form div .form-group--checkbox label,
body form div .form-group--checkbox label {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  padding: 0;
  padding-left: 35px;
  position: relative;
  margin: 0 !important;
  margin-right: 60px !important;
}

body .component.cxa-login-component form div .form-group--checkbox label:nth-of-type(1),
body .component.cxa-register-component form div .form-group--checkbox label:nth-of-type(1),
body .component.cxa-forgotpassword-component form div .form-group--checkbox label:nth-of-type(1),
body form div .form-group--checkbox label:nth-of-type(1) {
  display: block;
  padding: 0;
  margin: 0 0 15px 0 !important;
}

body .component.cxa-login-component form div .form-group--checkbox label:nth-of-type(1):hover,
body .component.cxa-register-component form div .form-group--checkbox label:nth-of-type(1):hover,
body .component.cxa-forgotpassword-component form div .form-group--checkbox label:nth-of-type(1):hover,
body form div .form-group--checkbox label:nth-of-type(1):hover {
  color: rgba(0, 0, 0, 0.7);
  cursor: default;
}

body .component.cxa-login-component form div .form-group--checkbox label:hover,
body .component.cxa-register-component form div .form-group--checkbox label:hover,
body .component.cxa-forgotpassword-component form div .form-group--checkbox label:hover,
body form div .form-group--checkbox label:hover {
  color: #000;
}

body .component.cxa-login-component form div .form-group--select label,
body .component.cxa-login-component form div .form-group--dropdown label,
body .component.cxa-register-component form div .form-group--select label,
body .component.cxa-register-component form div .form-group--dropdown label,
body .component.cxa-forgotpassword-component form div .form-group--select label,
body .component.cxa-forgotpassword-component form div .form-group--dropdown label,
body form div .form-group--select label,
body form div .form-group--dropdown label {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  padding: 0;
}

body .component.cxa-login-component form div .form-group--select::after,
body .component.cxa-login-component form div .form-group--dropdown::after,
body .component.cxa-register-component form div .form-group--select::after,
body .component.cxa-register-component form div .form-group--dropdown::after,
body .component.cxa-forgotpassword-component form div .form-group--select::after,
body .component.cxa-forgotpassword-component form div .form-group--dropdown::after,
body form div .form-group--select::after,
body form div .form-group--dropdown::after {
  display: inline-block;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
}

body .component.cxa-login-component form div .form-group--file label,
body .component.cxa-register-component form div .form-group--file label,
body .component.cxa-forgotpassword-component form div .form-group--file label,
body form div .form-group--file label {
  margin-left: 0;
}

body .component.cxa-login-component form div .form-group--privacy-policy,
body .component.cxa-register-component form div .form-group--privacy-policy,
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy,
body form div .form-group--privacy-policy {
  position: relative;
}

body .component.cxa-login-component form div .form-group--privacy-policy input,
body .component.cxa-register-component form div .form-group--privacy-policy input,
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input,
body form div .form-group--privacy-policy input {
  width: 100%;
}

body .component.cxa-login-component form div .form-group--privacy-policy input[type=checkbox],
body .component.cxa-register-component form div .form-group--privacy-policy input[type=checkbox],
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy input[type=checkbox],
body form div .form-group--privacy-policy input[type=checkbox] {
  padding: 0;
}

body .component.cxa-login-component form div .form-group--privacy-policy .is-required,
body .component.cxa-register-component form div .form-group--privacy-policy .is-required,
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy .is-required,
body form div .form-group--privacy-policy .is-required {
  display: block;
  margin: unset;
  padding: unset;
  line-height: 1.5;
}

body .component.cxa-login-component form div .form-group--privacy-policy .field-validation-error,
body .component.cxa-register-component form div .form-group--privacy-policy .field-validation-error,
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy .field-validation-error,
body form div .form-group--privacy-policy .field-validation-error {
  display: block;
  margin-top: 0;
  margin-left: 36px;
}

body .component.cxa-login-component form div .form-group--privacy-policy .field-validation-error + *,
body .component.cxa-register-component form div .form-group--privacy-policy .field-validation-error + *,
body .component.cxa-forgotpassword-component form div .form-group--privacy-policy .field-validation-error + *,
body form div .form-group--privacy-policy .field-validation-error + * {
  margin-top: 12px;
}

body .component.cxa-login-component form div .is-required,
body .component.cxa-register-component form div .is-required,
body .component.cxa-forgotpassword-component form div .is-required,
body form div .is-required {
  position: relative;
}

body .component.cxa-login-component form div .is-required:after,
body .component.cxa-register-component form div .is-required:after,
body .component.cxa-forgotpassword-component form div .is-required:after,
body form div .is-required:after {
  content: '*';
  color: #c4505d;
  font-size: 14px;
}

body .component.cxa-login-component form input,
body .component.cxa-register-component form input,
body .component.cxa-forgotpassword-component form input,
body form input {
  width: 100%;
}

body .component.cxa-login-component form textarea,
body .component.cxa-register-component form textarea,
body .component.cxa-forgotpassword-component form textarea,
body form textarea {
  margin: 0;
}

body .component.cxa-login-component form select,
body .component.cxa-register-component form select,
body .component.cxa-forgotpassword-component form select,
body form select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  margin: 0;
  padding: 20px;
  height: 60px;
}

body .component.cxa-login-component form button[type=submit],
body .component.cxa-login-component form input[type=submit],
body .component.cxa-register-component form button[type=submit],
body .component.cxa-register-component form input[type=submit],
body .component.cxa-forgotpassword-component form button[type=submit],
body .component.cxa-forgotpassword-component form input[type=submit],
body form button[type=submit],
body form input[type=submit] {
  background-color: #0D4486 !important;
  border-color: #0D4486;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  height: 60px;
}

body .component.cxa-login-component form .field-validation-error,
body .component.cxa-register-component form .field-validation-error,
body .component.cxa-forgotpassword-component form .field-validation-error,
body form .field-validation-error {
  display: block;
  margin-left: 20px;
  margin-top: 6px;
  color: #c4505d;
  font-size: 14px;
  font-weight: 400;
}

body .component.cxa-login-component form .form-group--radio > label,
body .component.cxa-register-component form .form-group--radio > label,
body .component.cxa-forgotpassword-component form .form-group--radio > label,
body form .form-group--radio > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  padding: 0;
  padding-left: 35px;
  position: relative !important;
  margin: 0 !important;
  margin-right: 60px !important;
  margin-bottom: 15px !important;
}

body .component.cxa-login-component form .form-group--radio > label:nth-of-type(1),
body .component.cxa-register-component form .form-group--radio > label:nth-of-type(1),
body .component.cxa-forgotpassword-component form .form-group--radio > label:nth-of-type(1),
body form .form-group--radio > label:nth-of-type(1) {
  display: block;
  padding: 0;
  margin: 0 0 15px 0 !important;
}

body .component.cxa-login-component form .form-group--radio > label:nth-of-type(1):hover,
body .component.cxa-register-component form .form-group--radio > label:nth-of-type(1):hover,
body .component.cxa-forgotpassword-component form .form-group--radio > label:nth-of-type(1):hover,
body form .form-group--radio > label:nth-of-type(1):hover {
  color: rgba(0, 0, 0, 0.7);
  cursor: default;
}

body .component.cxa-login-component form .form-group--radio > label:hover,
body .component.cxa-register-component form .form-group--radio > label:hover,
body .component.cxa-forgotpassword-component form .form-group--radio > label:hover,
body form .form-group--radio > label:hover {
  color: #000;
}

body .component.cxa-login-component form .form-group--checkbox > label,
body .component.cxa-register-component form .form-group--checkbox > label,
body .component.cxa-forgotpassword-component form .form-group--checkbox > label,
body form .form-group--checkbox > label {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  padding: 0;
  padding-left: 35px;
  position: relative !important;
  margin: 0 !important;
  margin-right: 60px !important;
}

body .component.cxa-login-component form .form-group--checkbox > label:nth-of-type(1),
body .component.cxa-register-component form .form-group--checkbox > label:nth-of-type(1),
body .component.cxa-forgotpassword-component form .form-group--checkbox > label:nth-of-type(1),
body form .form-group--checkbox > label:nth-of-type(1) {
  display: block;
  padding: 0;
  margin: 0 0 15px 0 !important;
}

body .component.cxa-login-component form .form-group--checkbox > label:nth-of-type(1):hover,
body .component.cxa-register-component form .form-group--checkbox > label:nth-of-type(1):hover,
body .component.cxa-forgotpassword-component form .form-group--checkbox > label:nth-of-type(1):hover,
body form .form-group--checkbox > label:nth-of-type(1):hover {
  color: rgba(0, 0, 0, 0.7);
  cursor: default;
}

body .component.cxa-login-component form .form-group--checkbox > label:hover,
body .component.cxa-register-component form .form-group--checkbox > label:hover,
body .component.cxa-forgotpassword-component form .form-group--checkbox > label:hover,
body form .form-group--checkbox > label:hover {
  color: #000;
}

body .component.cxa-login-component form > div > *:not(:last-child) {
  margin-bottom: 12px !important;
}

body .component.plain-html form .lp-required {
  display: none;
}

body .component.plain-html form .lp-form-field label {
  margin-left: 0;
}

body .component.plain-html form .lp-form-field select {
  display: block;
}

body .component.plain-html form .lp-form-field .marketing-subscription-list {
  position: relative;
}

body .component.plain-html form .lp-form-field .marketing-subscription-list label {
  padding-left: 15px;
}

body .component.plain-html form .lp-form-field .marketing-subscription-list input[type=checkbox] {
  border: 1px solid #00ADEF !important;
  border-radius: 0 !important;
  width: 24px !important;
}

body .sitecore-form h3.form-title {
  font-size: 20px;
  line-height: 1.5;
}

body .sitecore-form .form-intro__copy {
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

body .sitecore-form .form-intro__copy:last-child {
  margin-bottom: 0;
}

body .lpt-landing_02 {
  padding-bottom: 60px;
  text-align: center;
}

body .lpt-landing_02 .subscription__title {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 38px;
  line-height: 1.4;
}

body .lpt-landing_02 .marketing-subscription-list label {
  margin: 0;
  padding: 0;
}

body .lpt-landing_02 .subscription__content {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  line-height: 1.4;
}

body .lpt-landing_02 label {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  padding: 0 0 0 20px;
}

body .lpt-landing_02 input {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body .lpt-landing_02 select {
  padding-top: 0;
}

body .lpt-landing_02 textarea {
  min-height: 190px;
}

@media (min-width: 992px) {
  body .lpt-landing_02 textarea {
    min-height: 95px;
  }
}

body .lpt-landing_02 input[type=checkbox] {
  vertical-align: baseline;
}

body .sitecore-form .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 36px;
}

body .sitecore-form .button-wrapper.button-wrapper--right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

body .sitecore-form .button-wrapper input[type=submit] {
  width: 100%;
}

@media (min-width: 768px) {
  body .sitecore-form .button-wrapper input[type=submit] {
    width: auto;
  }
}


.c-back-to-top__button {
  background-color: #F7F8F9 !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  color: rgba(0, 0, 0, 0.7) !important;
}

.c-back-to-top__button:hover {
  border-color: #00ADEF !important;
}

.search-box input[type=text], .search-box input[type=number], .search-box input[type=email], .search-box input[type=date], .search-box input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.search-box input[type=text]:hover, .search-box input[type=text]:focus, .search-box input[type=number]:hover, .search-box input[type=number]:focus, .search-box input[type=email]:hover, .search-box input[type=email]:focus, .search-box input[type=date]:hover, .search-box input[type=date]:focus, .search-box input[type=password]:hover, .search-box input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.search-box input[type=text]:disabled, .search-box input[type=text][disabled], .search-box input[type=number]:disabled, .search-box input[type=number][disabled], .search-box input[type=email]:disabled, .search-box input[type=email][disabled], .search-box input[type=date]:disabled, .search-box input[type=date][disabled], .search-box input[type=password]:disabled, .search-box input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.search-box input[type=text].input-validation-error, .search-box input[type=number].input-validation-error, .search-box input[type=email].input-validation-error, .search-box input[type=date].input-validation-error, .search-box input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.search-box input[type=text]::-webkit-input-placeholder, .search-box input[type=number]::-webkit-input-placeholder, .search-box input[type=email]::-webkit-input-placeholder, .search-box input[type=date]::-webkit-input-placeholder, .search-box input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.search-box input[type=text]:-ms-input-placeholder, .search-box input[type=number]:-ms-input-placeholder, .search-box input[type=email]:-ms-input-placeholder, .search-box input[type=date]:-ms-input-placeholder, .search-box input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.search-box input[type=text]::placeholder, .search-box input[type=number]::placeholder, .search-box input[type=email]::placeholder, .search-box input[type=date]::placeholder, .search-box input[type=password]::placeholder {
  color: #bbb;
}

.search-box input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.search-box input[type=radio]:checked {
  border-color: #03AFEF;
}

.search-box input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.search-box input[type=radio]:hover {
  border-color: #03AFEF;
}

.search-box input[type=radio]:disabled, .search-box input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.search-box input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.search-box input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.search-box input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.search-box input[type=checkbox]:hover {
  border-color: #000;
}

.search-box input[type=checkbox]:disabled, .search-box input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.search-box-button,
.search-box-button-with-redirect {
  position: absolute;
  height: 20px !important;
  min-width: 0px !important;
  width: 20px !important;
  right: 12px;
  top: 50%;
  padding: 0 !important;
  background: transparent !important;
  color: transparent !important;
  border: 0px !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7;
}

.search-box-button:hover,
.search-box-button-with-redirect:hover {
  background-color: transparent !important;
  text-indent: -9999px;
}

.search-box-button:focus,
.search-box-button-with-redirect:focus {
  border: none !important;
}

.search-box-button:after,
.search-box-button-with-redirect:after {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-search.svg");
  content: " ";
}

.bodyclass #header.container .component.row-splitter .container-fluid:nth-child(2) {
  background-color: #EFF1F4;
}

.bodyclass #header.container .component.row-splitter .container-fluid:nth-child(2) .component-content img {
  max-width: none;
}

.bodyclass #header.container .component.row-splitter .container-fluid:nth-child(2) .container-fluid {
  background: none;
  height: auto;
}

.bodyclass #header.container .navigation__link {
  position: relative;
}

.bodyclass #header.container .cxa-topbarlinks-component a {
  display: block;
}

.bodyclass #header.container .cxa-topbarlinks-component .component-content::before {
  border-color: transparent;
  color: #000;
  font-size: 18px;
}

.bodyclass #header.container .cxa-topbarlinks-component .component-content:hover::before {
  border-color: transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.bodyclass #header.container {
  padding: 0 15px;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) {
  height: 40px;
  padding: 0;
  margin: 0;
  background-color: #0D4486;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) {
    padding: 0 15px;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  padding: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) a:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row {
  width: 100%;
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row [class*="col-"] {
  margin: 0;
  padding: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row > .row div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row > .row div:nth-child(1) {
    width: 100%;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row > .row div:nth-child(1) div {
  width: initial;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .market-selector {
  position: relative;
  padding-left: 10px !important;
  margin-left: 15px !important;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .market-selector select::-ms-expand {
  display: none;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .market-selector:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .market-selector:after {
  position: absolute;
  display: inline-block;
  height: 6px;
  width: 6px;
  top: 17px;
  right: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  content: '';
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .market-selector #ddlMarketSelection {
  padding: 0 10px 0 0;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .market-selector #ddlMarketSelection > option {
  color: #000;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .link-list {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .link-list {
    display: none !important;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .link-list h3 {
  border: 0;
  padding: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .link-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .link-list li a:hover {
  border: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .link-list li a:before {
  display: none;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) .link-list li + li {
  margin-left: 24px;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) {
  padding: 10px 15px !important;
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row {
  width: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row [class*="col-"] {
  min-height: initial;
  margin: 0;
  padding: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(1) {
  z-index: 1;
  width: auto;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(1) {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(1) {
    margin-right: 48px;
  }
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(1) a,
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(1) img {
    width: 40px;
    height: 40px;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) {
  width: 100%;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) {
    position: absolute;
    top: 20px;
    left: 0;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) [class*="col-"] {
  margin: 0;
  padding: 0;
  width: 100%;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) {
    margin-bottom: 10px;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-md-9 {
  width: 80%;
  margin-right: 24px;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-md-9 {
    display: none;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-md-9 > div.image {
  display: none;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-md-9 .search-box {
  width: 100%;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-md-9.--open-mobile {
    display: block;
    position: absolute;
    width: 100vw;
    padding: 15px;
    top: 40px;
    left: 0;
    z-index: 20;
    background: white;
  }
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-md-9.--open-mobile input {
    background: #F7F8F9 !important;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 {
    margin-right: 15px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 {
    width: 20%;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div {
  margin-left: 15px;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:nth-child(1) {
  display: block;
  opacity: 0.7;
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:nth-child(1) {
    display: none;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:nth-child(1) a {
  display: block;
  max-height: 21px;
  height: 21px;
  width: 24px;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:nth-child(1) a > img {
  height: inherit;
  width: inherit;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:nth-child(1) a:focus {
  outline: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component {
  width: initial;
  height: 20px;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .login-link {
  min-width: 30px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .login-link > span {
  padding-left: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .login-link:hover {
  cursor: pointer;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .login-link::before {
  position: absolute;
  max-height: 21px;
  height: 21px;
  width: 30px;
  min-width: 30px;
  padding: 0;
  opacity: 0.7;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-user.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  content: " ";
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .component-content {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: row !important;
  flex-flow: row !important;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .component-content > ul {
  right: -15px;
  margin-top: 38px !important;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .component-content > ul::before {
  position: absolute;
  height: 10px;
  width: 10px;
  top: -5px;
  left: 165px;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: none;
  content: " ";
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .component-content > ul::before {
    left: 140px;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .component-content .topbarlinks-account-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-top: 1px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .component-content .topbarlinks-account-label > span {
  color: rgba(0, 0, 0, 0.7);
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .component-content .topbarlinks-account-label:hover {
  cursor: pointer;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-topbarlinks-component .component-content::before {
  max-height: 21px;
  height: 21px;
  width: 30px;
  min-width: 30px;
  padding: 0;
  opacity: .7;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-user.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  content: " ";
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > .cxa-minicart-component {
  width: auto;
  margin-left: 12px;
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:last-child {
  display: none;
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

@media (max-width: 991px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:last-child {
    display: block;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:last-child a {
  display: block;
  max-height: 20px;
  height: 20px;
  width: 24px;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:last-child a > img {
  height: inherit;
  width: inherit;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(1) > div.col-xs-3 > div:last-child a:focus {
  outline: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(2) .container-fluid {
  width: 100%;
  padding: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(2) .container-fluid > .row {
  width: 100%;
  margin: 0;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) > div > div > div:nth-child(2) .container-fluid .navigation {
  width: 100%;
}

.search-box {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .search-box {
    min-width: 650px;
  }
}

#header .search-box {
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  margin-bottom: 0;
  margin-left: 15px;
}

@media (min-width: 992px) {
  #header .search-box input {
    padding: 0px inherit !important;
  }
}

.search-box .component-content > button {
  background: transparent !important;
}

.search-box .twitter-typeahead {
  margin: 0 !important;
}

.search-box-button,
.search-box-button-with-redirect {
  color: transparent !important;
}

.search-box .tt-menu {
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid #1088b8;
}

.search-box .tt-suggestion {
  padding: 20px 0;
}

.search-box .tt-suggestion + .tt-suggestion {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.search-box .tt-suggestion a > div > .commerce-search-wrapper__image {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  background: #F7F8F9;
}

.search-box .tt-suggestion a > div > .commerce-search-wrapper__image > img {
  padding: 5px;
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.search-box .tt-suggestion a > div > .commerce-search-wrapper__title {
  padding-top: 10px;
  color: #0D4486;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.search-box .tt-suggestion a > div > div:nth-child(3) {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(3),
#header > .row > .row.component.column-splitter {
  display: none;
}

.c-back-to-top {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.c-back-to-top__wrapper {
  margin: 0 auto;
  position: relative;
}

.c-back-to-top__button {
  position: absolute;
  bottom: 48px;
  right: 30px;
  z-index: 9999;
  display: none;
  height: 40px;
  width: 40px;
}

.c-back-to-top__button::after {
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-top: 12px;
  margin-left: 9px;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-back-to-top.svg?h=9&w=18");
  background-repeat: no-repeat;
  content: "";
}

.c-back-to-top__button--visible {
  display: block;
  cursor: pointer;
}

.chat-bot {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 46px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.chat-bot-move-up {
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

.chat-bot-move-down {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.chat-bot img {
  width: 52px;
  height: 52px;
  border-radius: 5px;
}


.bodyclass #header .component.col-xs-12.hero-banner {
  padding: 0;
}

.bodyclass #header .component.row-splitter > div:last-child > .row {
  max-width: none;
  margin: 20px 0;
}


.home main .news-tile__title.field-title, .home main .c-featured-articles li .featured-tile__title.field-title, .component.page-list.c-latest-news .news-tile__title, .component.page-list.c-featured-articles .featured-tile__title {
  margin-bottom: 20px;
  color: #0D4486;
  line-height: 1.2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  text-transform: unset;
}

.home main .field-title, .home main .c-featured-articles li .field-title {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .home main .field-title, .home main .c-featured-articles li .field-title {
    display: inline-block;
  }
}

.home main .field-title + .field-title::before, .home main .c-featured-articles li .field-title + .field-title::before {
  position: relative;
  padding: 0 6px 0 0;
  top: -2px;
  font-size: 12px;
  content: "|";
}

@media (min-width: 576px) {
  .home main .field-title + .field-title::before, .home main .c-featured-articles li .field-title + .field-title::before {
    padding: 0 6px 0 6px;
  }
}

.bodyclass.home main .c-featured-categories .item .featured-categories__read-more, .home main .news-tile__read-more,
.home main .featured-tile__read-more, .component.page-list.c-latest-news .news-tile__read-more, .component.page-list.c-featured-articles .featured-tile__read-more {
  line-height: 1;
}

.bodyclass.home main .c-featured-categories .item .featured-categories__read-more > a, .home main .news-tile__read-more > a, .home main .featured-tile__read-more > a, .component.page-list.c-latest-news .news-tile__read-more > a, .component.page-list.c-featured-articles .featured-tile__read-more > a {
  border: 0;
  color: #0D4486;
  font-size: 14px;
  font-weight: 700;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.bodyclass.home main .c-featured-categories .item .featured-categories__read-more:after, .home main .news-tile__read-more:after,
.home main .featured-tile__read-more:after, .component.page-list.c-latest-news .news-tile__read-more:after, .component.page-list.c-featured-articles .featured-tile__read-more:after {
  /* Chevron */
  position: absolute;
  display: inline-block;
  height: 8px;
  width: 8px;
  top: 4px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #0D4486;
  content: '';
}

.bodyclass.home main .c-featured-categories {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .bodyclass.home main .c-featured-categories {
    margin-bottom: 20px;
  }
}

.bodyclass.home main .c-featured-categories .item {
  padding: 20px;
  background-color: #fff;
  border: 0 !important;
}

@media (min-width: 992px) {
  .bodyclass.home main .c-featured-categories .item {
    padding: 30px;
  }
}

.bodyclass.home main .component.video,
.bodyclass.home main .page-list {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .bodyclass.home main .component.video,
  .bodyclass.home main .page-list {
    margin-bottom: 20px;
  }
}

.bodyclass.home main .component.video .item,
.bodyclass.home main .page-list .item {
  padding: 20px;
}

@media (min-width: 992px) {
  .bodyclass.home main .component.video .item,
  .bodyclass.home main .page-list .item {
    padding: 30px;
  }
}

.bodyclass.home main .component.video .row > .container:last-child,
.bodyclass.home main .page-list .row > .container:last-child {
  margin-bottom: 40px;
}

.bodyclass.home main .component.video .row > .container:last-child > .component-content,
.bodyclass.home main .page-list .row > .container:last-child > .component-content {
  padding: 20px;
}

.bodyclass.home main .c-featured-categories .item {
  width: 218px;
  margin-right: 30px;
  float: left;
  padding: 20px;
}

.bodyclass.home main .c-featured-categories .item:nth-of-type(4) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .bodyclass.home main .c-featured-categories .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .bodyclass.home main .c-featured-categories .item:nth-of-type(even) {
    margin-right: 0;
  }
}

.bodyclass.home main .c-featured-categories .item .field-thumbnail {
  background-color: #F7F8F9;
  margin: -20px;
  margin-bottom: 20px;
  padding: 20px;
  height: 218px;
  text-align: center;
}

.bodyclass.home main .c-featured-categories .item .field-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bodyclass.home main .c-featured-categories .item .field-title {
  margin-bottom: 6px;
  color: #0D4486;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .bodyclass.home main .c-featured-categories .item .field-title {
    font-size: 18px;
  }
}

.bodyclass.home main .c-featured-categories .item .field-short-description {
  margin-bottom: 36px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
}

.bodyclass.home main .featured-categorie__overlay {
  background-color: #fff;
  padding: 20px;
  padding-top: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: top 200ms ease-in-out;
  transition: top 200ms ease-in-out;
}

.bodyclass.home main .featured-categorie__overlay::after {
  content: '';
  background: #02AEEF;
  background: -webkit-gradient(linear, right top, left top, from(#09A965), to(#02AEEF));
  background: -webkit-linear-gradient(right, #09A965 0%, #02AEEF 100%);
  background: linear-gradient(270deg, #09A965 0%, #02AEEF 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
}

.bodyclass.home main .featured-categorie__overlay > .field-title {
  margin-bottom: 12px;
}

.home .component.search-results .search-result-list {
  padding: 0 15px;
}

.home .component.search-results .search-result-list li {
  border: 0;
}

.home main .news-tile__read-more,
.home main .featured-tile__read-more {
  position: absolute;
  bottom: 0;
}

.home main .featured-categories__read-more {
  position: relative;
}

.home main .component.rich-text.col-xs-12 {
  padding-left: 15px;
}

.home main .c-latest-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px !important;
  width: 50%;
  background: white;
}

@media (min-width: 992px) {
  .home main .c-latest-news li {
    padding: 36px !important;
  }
}

.home main .c-latest-news li:nth-of-type(1) {
  overflow: hidden;
}

@media (max-width: 991px) {
  .home main .c-latest-news li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(1) {
    float: left;
    margin-right: 30px;
    min-height: 506px;
  }
}

.home main .c-latest-news li:nth-of-type(1) .news-tile {
  position: relative;
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(1) .news-tile {
    min-height: 434px;
  }
}

.home main .c-latest-news li:nth-of-type(1) .news-tile__image {
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(1) .news-tile__image {
    margin: -36px -36px 36px -36px;
    height: 268px;
  }
}

.home main .c-latest-news li:nth-of-type(1) .news-tile__image > img {
  height: 268px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #F7F8F9;
}

.home main .c-latest-news li:nth-of-type(1) .news-tile__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.home main .c-latest-news li:nth-of-type(2) {
  margin-bottom: 30px;
}

.home main .c-latest-news li:nth-of-type(2), .home main .c-latest-news li:nth-of-type(3) {
  border: black;
  overflow: hidden;
  float: right;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  height: 238px;
}

@media (max-width: 991px) {
  .home main .c-latest-news li:nth-of-type(2), .home main .c-latest-news li:nth-of-type(3) {
    height: 172px;
    width: 100%;
    float: none;
  }
}

.home main .c-latest-news li:nth-of-type(2) .field-short-description, .home main .c-latest-news li:nth-of-type(3) .field-short-description {
  display: none;
}

.home main .c-latest-news li:nth-of-type(2) .news-tile__title, .home main .c-latest-news li:nth-of-type(3) .news-tile__title {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

@media (max-width: 991px) {
  .home main .c-latest-news li:nth-of-type(2) .news-tile__title, .home main .c-latest-news li:nth-of-type(3) .news-tile__title {
    font-size: 16px;
  }
}

.home main .c-latest-news li:nth-of-type(2) .news-tile__image, .home main .c-latest-news li:nth-of-type(3) .news-tile__image {
  position: absolute;
  height: 172px;
  width: 50%;
  top: 0;
  right: 0;
  margin: 0px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(2) .news-tile__image, .home main .c-latest-news li:nth-of-type(3) .news-tile__image {
    height: 238px;
  }
}

.home main .c-latest-news li:nth-of-type(2) .news-tile__image > img, .home main .c-latest-news li:nth-of-type(3) .news-tile__image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #F7F8F9;
}

.home main .c-latest-news li:nth-of-type(2) .news-tile__read-more, .home main .c-latest-news li:nth-of-type(3) .news-tile__read-more {
  bottom: 20px;
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(2) .news-tile__read-more, .home main .c-latest-news li:nth-of-type(3) .news-tile__read-more {
    bottom: 36px;
  }
}

.home main .field-title + .news-tile__title {
  margin-top: 15px;
}

.home main .field-title + .news-tile__title::before {
  display: none;
}

.home main .news-tile__title.field-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.home main .news-tile__short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-bottom: 36px;
  line-height: 1.5;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .home main .news-tile__short-description {
    font-size: 16px;
  }
}

.home main .c-featured-articles li {
  width: 301px;
  margin-right: 30px;
  padding: 20px !important;
  float: left;
  background: white;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home main .c-featured-articles li {
    padding: 36px !important;
  }
}

@media (max-width: 991px) {
  .home main .c-featured-articles li {
    margin-bottom: 30px;
    width: 100%;
    height: 172px;
  }
}

.home main .c-featured-articles li .featured-tile__image {
  position: relative;
  height: 172px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home main .c-featured-articles li .featured-tile__image {
    float: right;
    width: -webkit-calc(50% - -20px);
    width: calc(50% - -20px);
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .home main .c-featured-articles li .featured-tile__image {
    width: -webkit-calc(100% - -72px);
    width: calc(100% - -72px);
    margin-top: -36px;
    margin-left: -36px;
    margin-bottom: 30px;
  }
}

.home main .c-featured-articles li .featured-tile__image > img {
  position: absolute;
  min-width: 100%;
  height: auto;
  width: auto;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home main .c-featured-articles li .featured-tile__title.field-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .home main .c-featured-articles li .featured-tile__title.field-title {
    font-size: 16px;
  }
}

.home main .c-featured-articles li .featured-tile {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

@media (min-width: 992px) {
  .home main .c-featured-articles li .featured-tile {
    min-height: 360px;
  }
}

.home main .c-featured-articles li .field-title + .featured-tile__title {
  display: block !important;
  margin-top: 15px;
}

.home main .c-featured-articles li .field-title + .featured-tile__title::before {
  display: none;
}

.home main .c-featured-articles li:nth-of-type(3) {
  margin-right: 0;
}

.component.page-list.c-latest-news {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .component.page-list.c-latest-news {
    margin-bottom: 20px;
  }
}

.component.page-list.c-latest-news li.item {
  border: 0;
}

@media (max-width: 991px) {
  .component.page-list.c-latest-news li.item:nth-child(1) .news-tile__read-more {
    position: relative;
  }
}

.component.page-list.c-latest-news li.item:nth-child(2) .field-title, .component.page-list.c-latest-news li.item:nth-child(3) .field-title {
  min-width: 160px;
}

.component.page-list.c-latest-news .news-tile {
  width: 100%;
}

.component.page-list.c-latest-news .news-tile__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.component.page-list.c-featured-articles {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .component.page-list.c-featured-articles {
    margin-bottom: 20px;
  }
}

.component.page-list.c-featured-articles li.item {
  border: 0;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .component.page-list.c-featured-articles li.item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .component.page-list.c-featured-articles li.item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .component.page-list.c-featured-articles li.item:nth-child(3n+3) {
    margin-right: 0;
  }
}


.browser-warning {
  display: block;
  width: 900px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

.browser-warning .close {
  opacity: 1;
}

.browser-warning p:first-of-type {
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
}

.browser-warning p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.browser-warning .modal-title {
  color: #0D4486;
}

.browser-warning .modal-body {
  padding-left: 152px;
  padding-right: 152px;
}

.browser-warning .modal-header {
  border-bottom: none;
}

.browser-warning .modal-footer {
  border-top: none;
  text-align: center;
  padding-bottom: 48px;
}

.browser-warning .modal-footer .btn + .btn {
  margin-left: 21px;
}

.browser-warning .close span {
  font-size: 38px;
}

.browser-warning div .row {
  margin-right: 0px;
  margin-left: 0px;
}

.browser-warning button.btn.btn--primary {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .browser-warning {
    margin-top: 128px;
  }
  .browser-warning p:first-of-type {
    font-size: 16px;
  }
  .browser-warning .modal-dialog {
    width: auto;
  }
}

@media (max-width: 768px) {
  .browser-warning {
    width: 303px;
    margin-top: 64px;
  }
  .browser-warning h2, .browser-warning .h2 {
    font-size: 32px;
  }
  .browser-warning .modal-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .browser-warning .modal {
    margin-top: 67px;
  }
  .browser-warning .modal-dialog {
    margin: 0px;
  }
  .browser-warning p:first-of-type {
    font-size: 14px;
    line-height: 20px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .browser-warning p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .browser-warning .modal-footer .btn + .btn {
    margin-left: 0px;
    margin-right: 0px;
    width: 176px;
  }
  .browser-warning button.btn.btn--primary {
    margin-bottom: 16px;
    width: 176px;
  }
}


@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 1024px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}

main #content,
main .container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  main #content,
  main .container {
    padding: 0 15px;
  }
}

.home main {
  background-color: #EFF1F4 !important;
}

.home main .row > .container:last-child {
  margin-bottom: 40px;
}

.home main .row > .container:last-child > .component-content {
  padding: 20px;
}

main {
  background-color: #fff !important;
  padding-top: 60px;
}

@media (max-width: 991px) {
  main {
    padding-top: 40px;
  }
}

main .container .component > .col-xs-12.col-sm-12.col-md-9.col-lg-9 {
  margin-bottom: 48px;
}

main #content .component .component-content > h2 {
  color: #0D4486 !important;
  font-size: 32px;
  font-weight: 700 !important;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  main #content .component .component-content > h2 {
    font-size: 26px;
  }
}

main .component.container {
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0 15px;
  max-width: 995px;
}

@media (max-width: 991px) {
  main .component.container {
    margin-bottom: 20px;
  }
}

main .component.container > .component-content {
  background-color: #fff;
}


.login-page .component.cxa-login-component form div label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.login-page .component.cxa-login-component form div label span {
  color: #c4505d;
}

.login-page .component.main-title > .component-content {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .login-page .component.main-title > .component-content {
    font-size: 38px;
  }
}

.login-page main #content .component .component-content > h2.sub-title {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .login-page .component.container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .login-page .row.column-splitter > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.login-page .component.container .col-md-6.login-col-change {
  padding: 0;
}

.login-page .component.divider .component-content hr {
  margin: 24px 0 36px;
}

.login-page .component.main-title > .component-content {
  line-height: 1.3;
}

.login-page main #content .component .component-content > h2.sub-title {
  margin-bottom: 0;
  font-weight: 400 !important;
}

.login-page .component.container .component.link.large-height.primary-button-line {
  padding-left: 0;
}

@media (max-width: 767px) {
  .login-page .component.container .component.link.large-height.primary-button-line {
    float: none !important;
    clear: both;
    margin: 0 0 60px !important;
  }
}

@media (min-width: 768px) {
  .login-page .component.container .component.link.large-height.primary-button-line {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .login-page .component.cxa-login-component form .login-submit {
    margin-bottom: 24px;
    width: 100%;
  }
}

.login-page .component.cxa-login-component form .login-submit button {
  border-radius: 0;
}

@media (max-width: 767px) {
  .login-page .component.cxa-login-component form .login-submit button {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .login-page .component.cxa-login-component form .login-submit button {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

.login-page .secondary-button-line {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .login-page .secondary-button-line a {
    width: 100%;
  }
}


/*** START Center Vertically ***/
body .center-vertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** END Center Vertically ***/
/*** START Add Border ***/
body .add-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*** END Add Border ***/
/*** START- Stacked Promo Card ***/
body .promo-card-stacked {
  padding: 0;
}

body .component.promo.promo-card-stacked .component-content {
  border: 0;
}

body .promo-card-stacked .field-promoicon {
  padding: 0;
}

body .promo-card-stacked .promo-text {
  padding: 30px 40px;
  min-height: 240px;
}

body .promo-card-stacked .promo-text h4, body .promo-card-stacked .promo-text h3 {
  margin: 5px 0 20px 0;
}

/*** END- Stacked Promo Card ***/
/*** START- Webinar Listing  ***/
body .page-list.webinar-list .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-bottom: none;
}

body .page-list.webinar-list .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .webinars-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .webinar_thumbnail {
  margin-right: 20px;
}

body .webinar_thumbnail img {
  max-width: 150px;
}

@media (max-width: 768px) {
  body .webinar_thumbnail {
    display: none;
  }
}

body .webinar__title.field-title {
  margin-bottom: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4486 !important;
}

body .webinar__datetime, body .webinar__videolength {
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body .webinar__description p {
  margin-bottom: 1em;
}

body .webinar__description ul, body .webinar__description ol {
  list-style-type: disc;
  margin: 0 0 1em 0;
  padding-left: 20px;
}

body .webinar__description li, body .webinar__description a {
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body .webinar__viewlink a, body .webinar__reglink a {
  display: inline-block;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  border-bottom: none;
}

body .webinar__viewlink a:after, body .webinar__reglink a:after {
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #0D4486;
  content: '';
  display: inline-block;
  height: 10px;
  left: 6px;
  position: relative;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: top;
  width: 10px;
}

/*** END- Webinar Listing  ***/
/*** START - Link Styles  ***/
a.pdf-link {
  background-image: url(/-/media/Project/NHP/Sites/Shared/Icons/icon-pdf.svg?h=39&w=55);
  background-position: center left 30px;
  background-repeat: no-repeat;
  padding-left: 85px;
  padding-right: 30px;
  padding-bottom: 20px;
  display: inline-block;
  padding-top: 20px;
  background-color: #EFF1F4;
  width: 100%;
  font-weight: 600;
}

a.zip-link {
  background-image: url(/-/media/Project/NHP/Sites/Shared/Icons/icon-zip.svg?h=39&w=55);
  background-position: center left 30px;
  background-repeat: no-repeat;
  padding-left: 85px;
  padding-right: 30px;
  padding-bottom: 20px;
  display: inline-block;
  padding-top: 20px;
  background-color: #EFF1F4;
  width: 100%;
  font-weight: 600;
}

a.web-link {
  background-image: url(/-/media/Project/NHP/Sites/Shared/Icons/web-iconsvg.svg?h=39&w=39);
  background-position: center left 30px;
  background-repeat: no-repeat;
  padding-left: 85px;
  padding-right: 30px;
  padding-bottom: 20px;
  display: inline-block;
  padding-top: 20px;
  background-color: #EFF1F4;
  width: 100%;
  font-weight: 600;
}

/*** END- Link Styles  ***/
/*** START - Page List Stacked Card Styling  ***/
body .page-list-card-stacked ul li {
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin: 0 15px 30px 15px;
  display: -webkit-inline-box;
  max-width: 30%;
}

body .page-list-card-stacked ul li .landing_page_content {
  padding: 30px;
  min-height: 135px;
}

body .page-list-card-stacked ul li .landing_page__title {
  line-height: 1.2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  color: #0D4486 !important;
  font-weight: 400;
}

body .page-list-card-stacked ul li .landing_page_thumbnail {
  height: 155px;
  overflow: hidden;
}

body .page-list-card-stacked ul li .landing_page_thumbnail > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .page-list-card-stacked ul li .landing-page-tile {
  width: 100%;
  display: -ms-inline-grid;
  display: inline-grid;
}

body .page-list-card-stacked a {
  border-bottom: none;
}

body .page-list-card-stacked .item:last-child {
  border-width: 1px;
}

@media (max-width: 778px) {
  body .page-list-card-stacked ul li {
    max-width: 45%;
  }
}

@media (max-width: 486px) {
  body .page-list-card-stacked ul li {
    max-width: 100%;
  }
}

/*** END- Page List Stacked Card Styling  ***/
/*** START- Rich Text Styling  ***/
body .rich-text-left-padding {
  padding-left: 15px !important;
}

body .rich-text-right-padding {
  padding-right: 15px !important;
}

/*** END- Rich Text Styling  ***/
/*** START- Job Adder  Styling  ***/
body .ja-job-search .ja-form .ja-field-container .ja-field > select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url(/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20);
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  width: 100%;
}

body .ja-job-search .ja-form .ja-field-container {
  margin-bottom: 15px;
}

body .ja-job-list-container .job {
  border: 1px solid #c5c5c5;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

body .ja-job-list-container .title, body .ja-job-details .title {
  margin-bottom: 20px;
}

body .ja-job-list-container .title a, body .ja-job-details .title a {
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700;
  color: #0D4486;
}

body .ja-job-list-container .meta, body .ja-job-details .meta {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

body .ja-job-list-container .meta > ul, body .ja-job-details ul {
  list-style-type: disc !important;
  padding: 0 0 20px 20px !important;
}

body .ja-job-list-container .summary, body .ja-job-details .summary {
  padding-bottom: 20px !important;
}

body .ja-job-list-container .view-details, body .ja-job-details .ja-button {
  padding: 22px 25px;
  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: 600 !important;
  line-height: 1;
  text-decoration: unset;
  text-align: center !important;
}

body .ja-job-details .date-posted, .powered-by-jobadder {
  display: none;
}

body .ja-job-details .apply {
  margin-top: 20px;
}

body .ja-job-details .back-link {
  padding: 22px 25px;
  display: inline-block;
  min-width: 162px;
  width: auto;
  height: 60px;
  max-height: 60px;
  background-color: transparent;
  border: 1px solid #0D4486;
  border-radius: 0;
  color: #0D4486;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 1;
  text-decoration: unset;
  text-align: center !important;
  margin-right: 20px;
}

/*** END- Job Adder Styling  ***/
/*** START- Locations Listing  ***/
body .page-list.locations-list .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-bottom: none;
}

body .page-list.locations-list .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .locations-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .locations_thumbnail {
  margin-right: 20px;
}

body .locations_thumbnail img {
  max-width: 150px;
}

body .locations__title.field-title {
  margin-bottom: 10px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4486 !important;
}

body .locations__description {
  margin-bottom: 1em;
}

body .locations__description p, body .locations__description p em {
  font-size: 16px;
}

body .locations__maplink img {
  width: 40px;
  height: 100%;
}

body .locations__maplink a {
  border-bottom: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body .locations__maplink a::after {
  content: "View on Google Maps";
  color: #0D4486;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 16px;
}

/*** END- Locations Listing  ***/
/*** START - Left Navigation Styling for Page Lists  ***/
body .left-navigation {
  padding: 0;
}

body .left-navigation .item {
  padding: 0 0 30px 0 !important;
  border-bottom: none;
}

body .left-navigation .item a {
  font-weight: 400;
  border-bottom: none;
}

body .left-navigation .item a:hover {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#08A864), to(#01ADEF));
  -webkit-border-image: -webkit-linear-gradient(left, #08A864 0%, #01ADEF 100%);
  -o-border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#08A864), to(#01ADEF));
  border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image-slice: 1;
  -webkit-transition: unset;
  transition: unset;
}

@media (max-width: 991px) {
  body .left-navigation {
    display: none;
  }
}

/*** END- Left Navigation Styling for Page Lists  ***/
/*** START - Accordion Styling  ***/
body .accordion .label {
  white-space: normal;
}

body .accordion .item a {
  color: #0D4486;
  text-decoration: none;
  font-weight: 700;
}

  body .accordion .item a:hover {
    color: #1088b8;
}

/*** END - Accordion Styling  ***/
/*** START - Home page Featured Categories Styling ***/
.bodyclass.home main .c-featured-categories .item .field-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

.bodyclass.home main .c-featured-categories .item .field-short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bodyclass.home main .c-featured-categories .item .field-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
}

.bodyclass.home main .c-featured-categories .categories-tile {
  min-height: 300px;
}

/*** END - Home page Featured Categories Styling ***/
/*** START - Mini Cart Styling ***/
.cxa-minicart-component.component .basket .minicart .minicart-content {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px !important;
}

.cxa-minicart-component.component .basket .minicart .minicart-content::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #DDDDDD;
}

.cxa-minicart-component.component .basket .minicart .minicart-content::-webkit-scrollbar {
  width: 5px;
}

.cxa-minicart-component.component .basket .minicart .minicart-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9E9E9E;
}

/*** END - Mini Cart Styling ***/
/*** START - News Article Styling ***/
.news-article .component-content {
  padding: 0 15px 30px 15px;
}

/*** END - News Article Styling ********/
/*** START - Stock on Hand Styling ***/
.stock-notloggedin-info-label {
  margin-top: 10px;
}

.stock-notloggedin-info-link a {
  font-weight: bold;
  color: #0D4486;
}

.c-product__id {
  margin-bottom: 20px;
}

.national_stock_number, .local_stock_number {
  margin-top: 0 !important;
}

label.stock-count-label {
  font-size: 14px !important;
}

/*** END - Stock on Hand Styling ***/


.cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button, .cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button {
  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 (min-width: 992px) {
  .cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button, .cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button {
    min-width: 195px;
  }
}

.cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button:hover, .cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button:hover {
  color: white !important;
  background-color: #3D699E;
}

.cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button:focus, .cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button:focus {
  outline: none !important;
}

.cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button:disabled, .cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.bodyclass #header .cxa-minicart-component.component .top-text::before {
  max-height: 22px;
  height: 22px;
  width: 36px;
  margin-right: -5px;
  margin-left: -3px;
  padding: 0;
  opacity: .7;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-cart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  content: " ";
  cursor: pointer;
}

.bodyclass #header .cxa-minicart-component.component .cart-items-count {
  width: 14px;
  height: 14px;
  margin-left: 0;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.cxa-minicart-component.component .basket {
  position: initial;
}

@media (min-width: 992px) {
  .cxa-minicart-component.component .basket {
    position: relative;
  }
}

.cxa-minicart-component.component .basket .minicart .minicart-footer .minicart-total-amount {
  color: #0D4486;
}

.cxa-minicart-component.component .component-spinner {
  margin-bottom: 15px;
}

.cxa-minicart-component.component .component-spinner:empty {
  display: none;
}

.cxa-minicart-component.component .basket .minicart {
  position: absolute;
  min-width: 320px;
  top: 38px;
  right: 15px;
  left: unset;
  padding: 24px;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .cxa-minicart-component.component .basket .minicart {
    max-width: 380px;
    right: -18px;
  }
}

.cxa-minicart-component.component .basket .minicart::before {
  position: absolute;
  height: 10px;
  width: 10px;
  top: -5px;
  right: 25px;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: unset;
  content: " ";
}

@media (min-width: 768px) {
  .cxa-minicart-component.component .basket .minicart::before {
    right: 20px;
  }
}

.cxa-minicart-component.component .basket .minicart .minicart-content {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item {
  position: relative;
  min-height: 60px;
  padding: 0;
  margin: 0;
  border: none;
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item img {
  position: absolute;
  max-width: 60px !important;
  width: 60px;
  max-height: 60px;
  height: 60px;
  left: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  color: transparent;
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item + .minicart-item {
  margin-top: 24px;
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item .minicart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 84px;
  min-width: unset;
  max-width: 140px;
}

@media (min-width: 768px) {
  .cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item .minicart-info {
    max-width: 200px;
  }
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item .minicart-info h5 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 1.4;
  font-size: 14px;
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item .minicart-info h5 a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #0D4486;
  line-height: 1;
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item .minicart-info p {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7) strong;
  color-font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item .minicart-info .price {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item .minicart-delete {
  position: absolute;
  right: 0;
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item.--is-loading::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: " ";
  background: rgba(255, 255, 255, 0.7);
}

.cxa-minicart-component.component .basket .minicart .minicart-content .minicart-item.--is-loading:hover {
  cursor: not-allowed;
}

.cxa-minicart-component.component .basket .minicart .minicart-footer {
  margin-top: 0;
  margin-bottom: 24px;
}

.cxa-minicart-component.component .basket .minicart .minicart-footer .minicart-total-label {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.cxa-minicart-component.component .basket .minicart .minicart-footer .minicart-total-amount {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

@media (max-width: 767px) {
  .cxa-minicart-component.component .basket .minicart .minicart-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button {
  min-width: 158px;
  border-width: 0;
}

@media (max-width: 767px) {
  .cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button {
    margin-bottom: 12px;
    width: 100%;
  }
}

.cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button:hover {
  background-color: #3D699E !important;
}

.cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button {
  min-width: 158px;
}

@media (max-width: 767px) {
  .cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button {
    width: 100%;
  }
}


.bodyclass header .navigation {
  padding: 20px;
}

@media (max-width: 991px) {
  .bodyclass header .navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }
}

.bodyclass header .navigation nav ul {
  margin: 0 -7.5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bodyclass header .navigation nav ul.clearfix::before, .bodyclass header .navigation nav ul.clearfix::after {
  display: none;
}

.bodyclass header .navigation .component-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bodyclass header .navigation li.level1 {
  margin: 0 7.5px;
}

.bodyclass header .navigation li.level1 ul.is-opened {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block !important;
  padding-left: 35px;
}

.bodyclass header .navigation li.level1 ul li.level2 a {
  padding-left: 0;
}

.bodyclass header .navigation li.level1 ul li.level2:last-child {
  border: 0;
}

.bodyclass header .navigation .component-content ul li ul {
  display: none;
}

.bodyclass header .navigation .navigation-title > a {
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
  margin-right: 0;
  line-height: 42px;
  padding: 0;
}

.bodyclass header .navigation .navigation-title > a:hover {
  color: #000;
  border-bottom: 2px solid #00ADEF;
}

.bodyclass header .navigation .link-list__btn {
  background-color: transparent;
  border: 0;
  height: 55px;
  width: 55px;
  position: absolute;
  right: 0;
  top: 0;
}

.bodyclass header .navigation .link-list__btn:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 12.5px;
  right: 54px;
  width: 1px;
  height: 30px;
}

.bodyclass header .navigation--main .navigation__icon {
  margin: 0 0 2px 12px;
}

.bodyclass header .navigation--megamenu {
  background-color: #fff;
  padding: 48px 0 35px;
  min-height: 512px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

.bodyclass header .navigation--megamenu > .container {
  position: relative;
}

.bodyclass header .navigation--megamenu .navigation-title {
  display: relative;
}

.bodyclass header .navigation--megamenu .navigation__link {
  position: static !important;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > .navigation__link,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > .navigation__link,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > .navigation__link {
  color: #0D4486;
  cursor: default;
  display: block;
  font-size: 26px;
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 32px;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > .navigation__link img,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > .navigation__link img,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > .navigation__link img {
  display: none;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li.submenu,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li.submenu,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li.submenu {
  position: relative;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li.submenu .navigation-title > a,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li.submenu .navigation-title > a,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li.submenu .navigation-title > a {
  color: rgba(0, 0, 0, 0.7);
  position: static;
  margin-right: 20px;
  display: inline-block;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li.submenu .navigation-title > a img,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li.submenu .navigation-title > a img,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li.submenu .navigation-title > a img {
  position: absolute;
  display: inline-block;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li.submenu .navigation-title > a.is-active,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li.submenu .navigation-title > a.is-active,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li.submenu .navigation-title > a.is-active {
  color: #000;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li.submenu .navigation-title > a.is-active img,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li.submenu .navigation-title > a.is-active img,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li.submenu .navigation-title > a.is-active img {
  display: inline-block;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li.submenu .navigation-title > a:hover,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li.submenu .navigation-title > a:hover,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li.submenu .navigation-title > a:hover {
  color: #000;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li.submenu > ul,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li.submenu > ul,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li.submenu > ul {
  display: none;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li {
  margin-bottom: 15px;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li .navigation-title > a,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li .navigation-title > a,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li .navigation-title > a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li .navigation-title > a:active,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li .navigation-title > a:active,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li .navigation-title > a:active {
  color: #000;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li .navigation-title > a img,
.bodyclass header .navigation--megamenu .megamenu-content-level3 > ul li .navigation-title > a img,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li .navigation-title > a img {
  display: none;
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 .navigation__icon,
.bodyclass header .navigation--megamenu .megamenu-content-level3 .navigation__icon,
.bodyclass header .navigation--megamenu .megamenu-content-level4 .navigation__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 12px;
}

@media (max-width: 991px) {
  .bodyclass header .navigation--megamenu .megamenu-content-level2 .navigation__icon,
  .bodyclass header .navigation--megamenu .megamenu-content-level3 .navigation__icon,
  .bodyclass header .navigation--megamenu .megamenu-content-level4 .navigation__icon {
    display: none;
  }
}

.bodyclass header .navigation--megamenu .megamenu-content-level2 .navigation__link.last,
.bodyclass header .navigation--megamenu .megamenu-content-level3 .navigation__link.last,
.bodyclass header .navigation--megamenu .megamenu-content-level4 .navigation__link.last {
  color: #0D4486;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 700;
}

.bodyclass header .navigation--megamenu .megamenu-content-level3,
.bodyclass header .navigation--megamenu .megamenu-content-level4 {
  margin-top: 65px;
}

.bodyclass header .navigation--megamenu .megamenu-content-level3.is-opened,
.bodyclass header .navigation--megamenu .megamenu-content-level4.is-opened {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .bodyclass header .navigation--megamenu {
    display: none;
  }
}

.bodyclass header .navigation--megamenu .container {
  width: 995px;
}

.bodyclass header .navigation--megamenu .col {
  padding: 0 30px;
}

.bodyclass header .navigation__close {
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  position: absolute;
  top: -10px;
  right: 30px;
  -webkit-transition: background-color ease-in-out 200ms;
  transition: background-color ease-in-out 200ms;
}

.bodyclass header .navigation__close:hover {
  background-color: #EFF1F4;
}

.bodyclass header .js-navigation-link .navigation__icon {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.bodyclass header .js-navigation-link.is-active .navigation__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bodyclass header .navigation--mobile {
  background-color: #fff;
  z-index: 99;
}

.bodyclass header .navigation--mobile .component-content {
  margin: 0 -15px;
}

.bodyclass header .navigation--mobile .component-content li.level1 > div > a {
  color: #0D4486;
  font-size: 18px;
}

.bodyclass header .navigation--mobile .component-content li > div > a.is-opened {
  font-weight: 600;
}

.bodyclass header .navigation--mobile .component-content ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.bodyclass header .navigation--mobile .component-content ul li a {
  border: 0;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.4;
  padding: 15px 20px;
}

.bodyclass header .navigation--mobile .component-content ul li a:hover {
  border: 0;
}

.bodyclass header .navigation--mobile .link-list--cloned {
  padding: 0;
}

.bodyclass header .navigation--mobile .link-list--cloned .field-link > a {
  font-size: 14px;
  padding: 15px 20px;
  line-height: 1.8;
}

.bodyclass header .navigation--mobile .link-list--cloned .field-link > a:before {
  display: none;
}

.bodyclass header .navigation--mobile .rel-level2 .link-list__btn {
  height: 49px;
}

.bodyclass header .navigation--mobile .rel-level2 li.last {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .bodyclass header .navigation--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .bodyclass header .navigation--mobile {
    display: block;
  }
}


.link-download-list {
  display: inline-block;
  margin-top: 20px;
  padding-left: 30px;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-download-blue.svg?h=20&w=20") no-repeat 0 center;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.link-download-list:focus, .link-download-list:hover {
  color: #1088b8 !important;
}

body .newsroom__title,
body .whitepaper__title {
  margin-bottom: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #0D4486;
}

.link-download-list {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .newsroom__content-wrapper .link-download-list {
    float: right;
  }
}

@media (min-width: 992px) {
  .whitepaper__content-wrapper .link-download-list {
    float: right;
  }
}

.link-download-list > div {
  display: inline;
}

.link-download-list > div:not(:first-child):before {
  position: relative;
  top: -1px;
  content: "|";
  color: #0D4486;
}

.link-download-list a {
  color: #0D4486;
  font-size: 14px;
  border-bottom: 0;
}

.link-download-list a span {
  color: #0D4486;
  font-size: 14px;
}

body .component.search-results .search-result-list,
body .whitepaper {
  padding: 0;
}

body .component.search-results .search-result-list > li, body .component.search-results .search-result-list .item,
body .whitepaper > li,
body .whitepaper .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}

body .component.search-results .search-result-list > li:last-child, body .component.search-results .search-result-list .item:last-child,
body .whitepaper > li:last-child,
body .whitepaper .item:last-child {
  border-width: 1px;
}

body .component.search-results .search-result-list > li + li, body .component.search-results .search-result-list .item + li,
body .whitepaper > li + li,
body .whitepaper .item + li {
  border-top: 1px solid transparent;
}

body .component.search-results .search-result-list .field-description ul,
body .whitepaper .field-description ul {
  padding: unset;
  margin-left: 24px;
}

body .component.search-results .search-result-list .field-description ul li,
body .whitepaper .field-description ul li {
  margin-left: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: outside;
}

body .component.search-results .search-result-list .field-description ul + *,
body .whitepaper .field-description ul + * {
  margin-top: 15px;
}

@media (min-width: 992px) {
  body .component.search-results .search-result-list .field-description ul + *,
  body .whitepaper .field-description ul + * {
    margin-top: 20px;
  }
}

body .news-list {
  padding: 0;
  margin-bottom: 48px;
}

body .news__wrapper,
body .whitepaper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

body .news__thumbnail-wrapper,
body .newsroom__thumbnail-wrapper,
body .whitepaper__thumbnail-wrapper {
  overflow: hidden;
  height: 60px;
  width: 60px;
  min-width: 60px;
  padding: 0;
  margin-right: 20px;
}

@media (min-width: 768px) {
  body .news__thumbnail-wrapper,
  body .newsroom__thumbnail-wrapper,
  body .whitepaper__thumbnail-wrapper {
    height: 118px;
    width: 118px;
    min-width: 118px;
  }
}

body .news__thumbnail-wrapper > img,
body .newsroom__thumbnail-wrapper > img,
body .whitepaper__thumbnail-wrapper > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .newsroom__thumbnail-wrapper,
body .whitepaper__thumbnail-wrapper {
  width: auto;
  min-width: 61px;
  height: 88px;
}

@media (min-width: 768px) {
  body .newsroom__thumbnail-wrapper,
  body .whitepaper__thumbnail-wrapper {
    width: auto;
    min-width: 83px;
    height: 118px;
  }
}

body .news__heading-wrapper,
body .whitepaper__content-wrapper {
  display: block;
  margin-bottom: 12px;
}

body .news__heading-wrapper .field-title,
body .whitepaper__content-wrapper .field-title {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-right: 8px;
}

body .news__heading-wrapper .field-title:not(:first-child):before,
body .whitepaper__content-wrapper .field-title:not(:first-child):before {
  content: "|";
  padding-right: 8px;
  position: relative;
  top: -1px;
}

body .news__heading-wrapper > .field-title,
body .news__heading-wrapper > .news__heading-separator,
body .news__heading-wrapper > .news__date,
body .whitepaper__content-wrapper > .field-title,
body .whitepaper__content-wrapper > .news__heading-separator,
body .whitepaper__content-wrapper > .news__date {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  text-transform: uppercase;
}

body .news__heading-wrapper {
  margin-bottom: 0;
}

body .news__heading-wrapper .field-title {
  display: inline-block;
  margin-bottom: 12px;
}

body .whitepaper__content-wrapper > .field-title {
  text-transform: none;
}

body .news__content-wrapper,
body .whitepaper__content-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

body .news__content-wrapper .news__title,
body .news__content-wrapper .whitepaper__title,
body .whitepaper__content-wrapper .news__title,
body .whitepaper__content-wrapper .whitepaper__title {
  margin-bottom: 12px;
}

body .news__content-wrapper .news__title > a,
body .news__content-wrapper .whitepaper__title > a,
body .whitepaper__content-wrapper .news__title > a,
body .whitepaper__content-wrapper .whitepaper__title > a {
  color: #0D4486 !important;
  font-size: 16px !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.4;
}

body .news__content-wrapper .news__title,
body .news__content-wrapper .whitepaper__title,
body .whitepaper__content-wrapper .news__title,
body .whitepaper__content-wrapper .whitepaper__title {
  color: #0D4486 !important;
  font-size: 16px !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.4;
}

body .news__content-wrapper .news__short-description,
body .news__content-wrapper .whitepaper__short-description,
body .whitepaper__content-wrapper .news__short-description,
body .whitepaper__content-wrapper .whitepaper__short-description {
  margin-top: 3px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body .news__content-wrapper .news__read-more,
body .news__content-wrapper .whitepaper__read-more,
body .whitepaper__content-wrapper .news__read-more,
body .whitepaper__content-wrapper .whitepaper__read-more {
  margin-top: 15px;
}

body .news__content-wrapper .news__read-more a,
body .news__content-wrapper .whitepaper__read-more a,
body .whitepaper__content-wrapper .news__read-more a,
body .whitepaper__content-wrapper .whitepaper__read-more a {
  color: #0D4486;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 700;
}

body .news__content-wrapper .news__read-more a:after,
body .news__content-wrapper .whitepaper__read-more a:after,
body .whitepaper__content-wrapper .news__read-more a:after,
body .whitepaper__content-wrapper .whitepaper__read-more a:after {
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #0D4486;
  content: '';
  display: inline-block;
  height: 10px;
  left: 6px;
  position: relative;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: top;
  width: 10px;
}

body .news__content-wrapper .field-published,
body .whitepaper__content-wrapper .field-published {
  font-weight: 600;
}

body .news__content-wrapper .field-published span,
body .whitepaper__content-wrapper .field-published span {
  font-weight: 400;
}

body .newsroom__wrapper,
body .whitepaper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .newsroom__content-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body .newsroom__title,
body .whitepaper__title {
  font-weight: 600;
}

@media (max-width: 991px) {
  body .newsroom__title,
  body .whitepaper__title {
    font-size: 14px;
  }
}

body .newsroom__description,
body .whitepaper__description {
  color: rgba(0, 0, 0, 0.7);
}

.whitepaper + .list-pagination {
  padding-bottom: 0;
  margin-top: 24px;
}


.cxa-orderdetails-component.component {
  padding-right: 0;
  padding-left: 0;
  float: unset;
}

.c-order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 0 0 36px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #EFF1F4;
}

@media (min-width: 992px) {
  .c-order-details {
    padding: 24px;
    margin: 0 0 48px 0;
  }
}

.c-order-details__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: rgba(0, 0, 0, 0.7);
}

.c-order-details__item:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .c-order-details__item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .c-order-details__item:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
}

.c-order-details__label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.c-order-details__value {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.c-order-table {
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .c-order-table {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.c-order-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c-order-table__row.c-order-table__row--header {
  display: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .c-order-table__row.c-order-table__row--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-order-table__row.c-order-table__row--header div {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.c-order-table__product {
  margin-right: 20px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.c-order-table__product-image {
  padding: 10px;
  height: 100px;
  width: 100px;
  background: #F7F8F9;
  overflow: hidden;
  text-align: center;
}

.c-order-table__product-image img {
  max-height: 100%;
}

.c-order-table__product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (min-width: 992px) {
  .c-order-table__product-details {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

.c-order-table__product-details > div {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 991px) {
  .c-order-table__product-details > div {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .c-order-table__product-details > div:before {
    display: block;
    margin-bottom: 6px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .c-order-table__line-number {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .c-order-table__line-number {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__line-number:before {
    content: "Line Number:";
  }
}

.c-order-table__product-description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__product-description {
    margin-bottom: 24px !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .c-order-table__product-description {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.c-order-table__product-description h4 {
  margin-bottom: 6px;
  color: #0D4486;
  font-size: 14px;
}

.c-order-table__product-description p {
  margin-top: 6px !important;
}

@media (min-width: 992px) {
  .c-order-table__product-description p {
    margin-top: 24px;
  }
}

@media (max-width: 991px) {
  .c-order-table__discount {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 0 !important;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width: 992px) {
  .c-order-table__discount {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__discount:before {
    content: "Discount:";
  }
}

.c-order-table__discount p, .c-order-table__discount div, .c-order-table__discount span {
  margin-bottom: 6px;
  color: #1088b8;
}

.c-order-table__discount .c-order-table__discount-percent {
  font-weight: 300;
}

@media (max-width: 991px) {
  .c-order-table__discount .c-order-table__discount-percent {
    display: inline-block;
    margin-bottom: 0;
  }
}

.c-order-table__discount .c-order-table__discount-value {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__discount .c-order-table__discount-value {
    display: inline-block;
    margin-bottom: 0;
  }
}

.c-order-table__price {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__price {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .c-order-table__price {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__price:before {
    content: "Net Unit Price:";
  }
}

.c-order-table__qty {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__qty {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 992px) {
  .c-order-table__qty {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__qty:before {
    content: "Quantity:";
  }
}

.c-order-table__uom {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__uom {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width: 992px) {
  .c-order-table__uom {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__uom:before {
    content: "UOM:";
  }
}

.c-order-table__total {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__total {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 0 !important;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width: 992px) {
  .c-order-table__total {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    text-align: right;
  }
}

@media (max-width: 991px) {
  .c-order-table__total:before {
    content: "Total:";
  }
}

#order-totals-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (min-width: 992px) {
  #order-totals-summary {
    width: 40%;
    float: right;
  }
}

#order-totals-summary > .order-totals-summary-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#order-totals-summary > .order-totals-summary-line + div {
  margin-top: 24px;
}

#order-totals-summary > .order-totals-summary-line:nth-child(2) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#order-totals-summary .summary-text {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 992px) {
  #order-totals-summary .summary-text {
    font-size: 16px;
  }
}

#order-totals-summary .summary-amount {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 992px) {
  #order-totals-summary .summary-amount {
    font-size: 16px;
  }
}

#order-totals-summary .order-total .summary-amount,
#order-totals-summary .item-total .summary-amount {
  font-size: 20px;
}

@media (min-width: 992px) {
  #order-totals-summary .order-total .summary-amount,
  #order-totals-summary .item-total .summary-amount {
    font-size: 26px;
  }
}

.container-clean-background {
  width: 100%;
  margin-bottom: 48px !important;
  float: none;
}

.container-clean-background > .component-content > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  float: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.container-clean-background > .component-content > .row > div {
  float: none;
}

.container-clean-background > .component-content > .row > div a,
.container-clean-background > .component-content > .row > div button {
  display: block;
  width: 100%;
}

.container-clean-background > .component-content > .row > div:nth-child(1) {
  margin-right: 24px !important;
}

@media (max-width: 991px) {
  .container-clean-background > .component-content > .row > div:nth-child(1) {
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    margin-top: 24px !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(1) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 991px) {
  .container-clean-background > .component-content > .row > div:nth-child(2) {
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    margin-top: 24px !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(2) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

.container-clean-background > .component-content > .row > div:nth-child(3) {
  padding: 0;
}

@media (max-width: 991px) {
  .container-clean-background > .component-content > .row > div:nth-child(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(3) {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    min-width: 386px;
    margin-left: 10% !important;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

.container-clean-background > .component-content > .row > div:nth-child(3) .reorder:disabled:hover {
  background: #0D4486;
}


body main .component.cxa-productlistpager-component ul li,
body main .list-pagination ul li {
  padding: 0 12px;
}

body main .component.cxa-productlistpager-component ul li > a,
body main .list-pagination ul li > a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}

body main .component.cxa-productlistpager-component ul li.active,
body main .list-pagination ul li.active {
  background-color: transparent !important;
  border-bottom: 2px solid #00ADEF !important;
  border-radius: 0 !important;
}

body main .component.cxa-productlistpager-component ul li.active > a,
body main .list-pagination ul li.active > a {
  font-weight: 700;
}

body main .component.cxa-productlistpager-component .product-list > ul > li,
body main .list-pagination .product-list > ul > li {
  border: 1px solid #EFF1F4;
  box-shadow: none;
  margin: 0;
}

body main .component.cxa-productlistpager-component .product-info h4.product-title,
body main .list-pagination .product-info h4.product-title {
  color: #0D4486;
  font-weight: 600;
  white-space: normal;
}

body main .component.cxa-productlistpager-component .product-info .product-brand,
body main .list-pagination .product-info .product-brand {
  color: rgba(0, 0, 0, 0.7);
}

body main .component.cxa-productlistpager-component .current-price,
body main .list-pagination .current-price {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  border: 0;
  padding: 0;
  margin: 0;
}

body main .component.cxa-productlistpager-component .product-category,
body main .list-pagination .product-category {
  display: none;
}

body main .component.cxa-productlistpager-component .productlist-pagination-container .productlist-pagination li a,
body main .list-pagination .productlist-pagination-container .productlist-pagination li a {
  color: rgba(0, 0, 0, 0.7);
}

body main .component.cxa-productlistpager-component .productlist-pagination li,
body main .list-pagination .productlist-pagination li {
  position: relative;
}

body main .component.cxa-productlistpager-component .productlist-pagination li:first-child,
body main .list-pagination .productlist-pagination li:first-child {
  margin-left: 0;
  padding-left: 0;
}

body main .component.cxa-productlistpager-component .productlist-pagination li:first-child a:after,
body main .list-pagination .productlist-pagination li:first-child a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

body main .component.cxa-productlistpager-component .productlist-pagination li:last-child,
body main .list-pagination .productlist-pagination li:last-child {
  margin-right: 0;
  padding-right: 0;
}

body main .component.cxa-productlistpager-component .productlist-pagination li:last-child a:after,
body main .list-pagination .productlist-pagination li:last-child a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body main .component.page-selector {
  padding: 0 15px 48px;
}

body main .component.page-selector .page-selector-item-last,
body main .component.page-selector .page-selector-item-first {
  display: none;
}

body main .component.page-selector li {
  position: relative;
}

@media (max-width: 991px) {
  body main .component.page-selector li {
    margin-top: 24px;
  }
}

body main .component.page-selector li .page-selector-item-link {
  margin: 0;
  width: 30px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

body main .component.page-selector li .page-selector-item-link.active {
  border-bottom: 2px solid #00ADEF;
  font-weight: 700;
}

body main .component.page-selector li.page-selector-item-previous {
  width: 20px;
}

body main .component.page-selector li.page-selector-item-previous a {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
}

body main .component.page-selector li.page-selector-item-previous a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-indent: -9999px;
}

body main .component.page-selector li.page-selector-item-previous.inactive a:after {
  opacity: 0.2;
}

body main .component.page-selector li.page-selector-item-next {
  width: 20px;
}

body main .component.page-selector li.page-selector-item-next a {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
}

body main .component.page-selector li.page-selector-item-next a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body main .component.page-selector li.page-selector-item-next.inactive a:after {
  opacity: 0.2;
}

body main .component.page-selector .component-content {
  text-align: center;
}

body main .component.page-selector .component-content nav {
  display: inline-block;
}

.cxa-productlistpager-component {
  margin-bottom: 18px;
}

.cxa-productlistpager-component .productlist-pagination-container .productlist-pagination {
  margin-bottom: 0;
}

.cxa-productlistpager-component .productlist-pagination-container .productlist-pagination li {
  margin-bottom: 30px;
}

.cxa-productlistpager-component .productlist-pagination-container .productlist-pagination li a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.list-pagination nav {
  text-align: center;
}

.list-pagination .First,
.list-pagination .Last {
  display: none;
}

.list-pagination .Previous,
.list-pagination .Next {
  position: relative;
  width: 30px;
  padding: 0;
  margin: 0 8px;
  margin-top: 30px;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  vertical-align: text-bottom;
  border: 0;
}

.list-pagination .Previous::after,
.list-pagination .Next::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
}

.list-pagination .Previous.inactive,
.list-pagination .Next.inactive {
  opacity: 0.2;
}

.list-pagination .Next::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list-pagination .sxa-paginationnumber,
.list-pagination .sxa-paginationnumber:hover {
  display: inline-block;
  height: 22px;
  width: 30px;
  padding: 0;
  margin: 0 8px;
  margin-top: 30px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
}

.list-pagination .sxa-paginationnumber.active,
.list-pagination .sxa-paginationnumber:hover.active {
  font-weight: 700;
  color: #000;
  border: 0;
  border-bottom: 2px solid #00ADEF;
  background-color: transparent;
}


@media print {
  @page {
    size: 380mm 427mm;
    margin: 0mm;
  }
  html, body {
    min-width: 1024px !important;
  }
  .container {
    width: 1170px !important;
  }
  .privacy-warning {
    display: none !important;
  }
  .my-order-page footer,
  .my-order-page .breadcrumb,
  .my-order-page .primary-button-line,
  .my-order-page .secondary-button-line,
  .my-order-page .nhp-reorderbutton-component,
  .my-order-page .cxa-messagesummary-component {
    display: none !important;
  }
  .my-order-page #header > .row > .component > div:nth-child(1),
  .my-order-page #header > .row > .component > div:nth-child(2) > .row > .row > div:nth-child(2), .my-order-page #header > .row > .component > div:nth-child(3) {
    display: none !important;
    content: none !important;
  }
  .my-order-page #header > .row > .component > div:nth-child(2) > .row > .row > div:nth-child(1) a {
    margin-left: 15mm;
  }
  .my-order-page #header > .row > .component > div:nth-child(2) > .row > .row > div:nth-child(1) a[href]:after {
    content: none !important;
  }
}


.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.increase,
.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.decrease {
  background-color: #F7F8F9 !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  color: rgba(0, 0, 0, 0.7) !important;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.increase:hover,
.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.decrease:hover {
  border-color: #00ADEF !important;
}

.product-detail h1#displayName,
.product-detail h1#displayName > span {
  margin-bottom: 24px;
  color: #0D4486 !important;
  font-size: 26px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 700;
  line-height: 1;
}

.product-detail .component.cxa-productinformation-component {
  margin-top: 0;
  margin-bottom: 24px;
  float: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.product-detail .component.cxa-productinformation-component .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-detail .component.cxa-productinformation-component .product-info .product-name {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.product-detail .component.cxa-productinformation-component .product-info .product-description {
  margin-bottom: 12px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.product-detail .component.cxa-productinformation-component .product-info .product-description .description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}

.product-detail .component.cxa-productinformation-component .product-info .product-number {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.product-detail .component.cxa-productinformation-component .product-info .product-indent {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.product-detail .component.cxa-productinformation-component .product-info .package-content {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.product-detail .component.cxa-productinformation-component .product-info .package-download-content {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.product-detail .component.cxa-productinventory-component {
  padding: 20px 0 0 0;
  margin-top: 0;
  margin-bottom: 24px;
  float: left;
  background-color: #F7F8F9;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.product-detail .component.cxa-productinventory-component .stock-info {
  padding: 0 20px;
  margin-bottom: 20px;
  width: -webkit-calc(100vw - 30px);
  width: calc(100vw - 30px);
}

@media (min-width: 992px) {
  .product-detail .component.cxa-productinventory-component .stock-info {
    width: 301.5px;
  }
}

.product-detail .component.cxa-productinventory-component .stock-info > h3 {
  color: #0D4486 !important;
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  margin-bottom: 12px;
}

.product-detail .component.cxa-productinventory-component .stock-info .stock-status {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
  margin-right: 30px;
}

.product-detail .component.cxa-productinventory-component .stock-info .stock-status.In-Stock:before {
  content: '';
  background-color: #08A864;
  border-radius: 2em;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0px;
}

.product-detail .component.cxa-productinventory-component .stock-info .stock-status.Out-of-Stock:before {
  content: '';
  background-color: #c4505d;
  border-radius: 2em;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0px;
}

.product-detail .component.cxa-productinventory-component .stock-info .stock-status:after {
  content: none;
}

.product-detail .component.cxa-productinventory-component .stock-info .stock-count {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 700;
}

.product-detail .component.cxa-productinventory-component .stock-info .stock-count:before {
  content: none;
}

.product-detail .component.cxa-productinventory-component .stock-info .stock-count-label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 400;
}

.product-detail .component.cxa-productinventory-component .product-messages {
  margin-bottom: 20px;
}

.product-detail .component.cxa-productinventory-component .product-messages div {
  padding: 0 20px;
  width: -webkit-calc(100vw - 30px);
  width: calc(100vw - 30px);
}

@media (min-width: 992px) {
  .product-detail .component.cxa-productinventory-component .product-messages div {
    width: 301.5px;
  }
}

.product-detail .component.cxa-productinventory-component .product-messages div:empty {
  display: none;
}

.product-detail .component.cxa-productinventory-component .product-messages div span {
  margin-bottom: 20px;
  color: #c4505d;
}

.product-detail .component.cxa-productinventory-component .product-messages a {
  color: #0D4486;
  font-weight: 600;
}

.product-detail .component.cxa-productprice-component {
  margin-bottom: 36px;
  float: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.product-detail .component.cxa-productprice-component .price-info .price-only h3 span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 32px;
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.product-detail .component.cxa-productprice-component .price-only {
  margin-bottom: 2px;
}

.product-detail .component.cxa-productprice-component .price-info .price-now-before {
  margin-bottom: 12px;
}

.product-detail .component.cxa-productprice-component .price-info .price-now-before h3 {
  margin: 0;
}

.product-detail .component.cxa-productprice-component .price-info .price-now-before h3 span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 32px;
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.product-detail .component.cxa-addtocart-component {
  background-color: #F7F8F9;
  padding: 20px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.product-detail .component.cxa-addtocart-component .component-content {
  margin: 0;
}

.product-detail .component.cxa-addtocart-component .quantity-label,
.product-detail .component.cxa-addtocart-component .quantity-label span {
  color: #0D4486 !important;
  font-size: 20px !important;
  font-weight: 400;
  margin: 0 0 15px 0 !important;
}

@media (max-width: 991px) {
  .product-detail .component.cxa-addtocart-component .quantity-label,
  .product-detail .component.cxa-addtocart-component .quantity-label span {
    font-size: 18px;
  }
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty {
  margin: 0 0 24px 0;
  width: 100%;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input .add-to-cart-qty-input {
  background-color: #F7F8F9;
  border: 0px solid transparent !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 32px !important;
  font-weight: 600;
  padding: 12px 0 !important;
  height: 52px !important;
  width: 100px;
  max-width: none !important;
  max-height: none !important;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input .add-to-cart-qty-input:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input .add-to-cart-qty-input:focus {
  border-color: #08A864;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.increase,
.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.decrease {
  min-height: 52px;
  min-width: 52px;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.increase::before,
.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.decrease::before {
  font-size: 2.5px;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.increase::after,
.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.decrease::after {
  font-size: 16px;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input label {
  padding-top: 24px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 1.3;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input label.error {
  color: #c4505d !important;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-button {
  margin: 0;
  width: 100%;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-button .add-to-cart-btn {
  background-color: #0D4486;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600 !important;
  width: 100%;
  height: 60px;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-button .add-to-cart-btn:hover {
  background-color: #3D699E !important;
}

.product-detail .component.cxa-addtocart-component .add-to-cart-button .add-to-cart-btn:after {
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-cart-white.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  -webkit-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}

.product-detail .package-download-content {
  background-color: #F7F8F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.product-detail .package-download-content h3 {
  color: #0D4486 !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  width: 150px;
}

@media (max-width: 991px) {
  .product-detail .package-download-content h3 {
    font-size: 18px;
  }
}

.product-detail .volume-discount > a,
.product-detail .package-content > a {
  color: #0D4486 !important;
  font-size: 14px;
  font-weight: 700;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.product-detail .price-per-unit > p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.product-detail .product-number > p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.product-detail .product-indent {
  margin-bottom: 15px;
}

.product-detail .product-indent > p {
  color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.product-detail .package-content {
  margin-bottom: 36px;
}

.product-detail .product-number {
  margin-bottom: 12px;
}

.product-detail .price-discount > p {
  color: #1088b8;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 15px;
}

.product-detail .package-download-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-detail .package-download-content__link .icon-pdf {
  text-align: center;
}

.product-detail .package-download-content__link .icon-pdf img {
  margin-bottom: 5px;
  width: 30px;
}

.product-detail .package-download-content__link .icon-download {
  text-align: center;
}

.product-detail .package-download-content__link .icon-download img {
  width: 13px;
}

.product-detail .package-download-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .product-detail .package-download-content__title {
    white-space: nowrap;
  }
}

.product-detail .package-download-content__icon {
  margin-left: auto;
}

.product-detail .accordion {
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .product-detail .accordion {
    display: none;
  }
}

@media (min-width: 992px) {
  .product-detail .accordion {
    margin-bottom: 48px;
  }
}

.product-detail .accordion.accordion--clone {
  display: block;
}

@media (min-width: 992px) {
  .product-detail .accordion.accordion--clone {
    display: none;
  }
}

.product-detail .component.link.col-xs-12.position-right,
.product-detail .row:nth-child(3) {
  display: none;
}

.c-volume-discount__col {
  display: inline-block;
  margin-bottom: 20px;
  width: 20%;
}

.c-volume-discount__col:nth-child(1) {
  min-width: 70px;
}

.c-volume-discount__col:nth-child(2) {
  min-width: 50px;
}

.c-volume-discount__col:nth-child(3) {
  min-width: 70px;
}

.c-volume-discount__col:nth-child(4) {
  min-width: 50px;
}

.c-volume-discount__row {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c-volume-discount__row:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.c-volume-discount__heading {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (min-width: 992px) {
  .c-volume-discount__heading {
    display: none;
  }
}

@media (max-width: 991px) {
  .c-volume-discount__header {
    display: none;
  }
}

.c-volume-discount__header .c-volume-discount__heading {
  display: block;
  margin-bottom: 0;
}

.c-volume-discount__discount .c-volume-discount__heading,
.c-volume-discount__discount .c-volume-discount__value {
  color: #1088b8;
}

@media (min-width: 992px) {
  .product-detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.product-detail dt {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding-right: 24px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .product-detail dt {
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .product-detail dt {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  .product-detail dt:not(:last-of-type) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .product-detail dd {
    -ms-flex-preferred-size: calc(60% - 24px);
    flex-basis: -webkit-calc(60% - 24px);
    flex-basis: calc(60% - 24px);
  }
}

.product-detail dd:not(:last-of-type) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-detail dd * {
  padding: 0;
  margin: 0 0 12px 0;
}

.product-detail dd li {
  list-style-type: square;
}

.c-package-contents table {
  border: 0;
}

.c-package-contents table th,
.c-package-contents table td {
  border: 0;
}

@media (max-width: 991px) {
  .c-package-contents table thead {
    display: none;
  }
}

.c-package-contents table thead tr {
  padding: 0;
}

.c-package-contents table thead th {
  padding: 0;
  padding-bottom: 24px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c-package-contents table thead th + th {
  padding-left: 15px;
}

.c-package-contents table tbody tr {
  padding: 0;
}

@media (max-width: 991px) {
  .c-package-contents table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    margin-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .c-package-contents table tbody tr:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .c-package-contents table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.c-package-contents table tbody td {
  padding: 0;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 991px) {
  .c-package-contents table tbody td {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .c-package-contents table tbody td {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.c-package-contents table tbody td:before {
  display: block;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .c-package-contents table tbody td:before {
    display: none;
  }
}

.c-package-contents table tbody td:nth-child(1):before {
  content: "Item number";
}

.c-package-contents table tbody td:nth-child(2):before {
  content: "Item name";
}

.c-package-contents table tbody td:nth-child(3):before {
  content: "Qty";
}

.c-package-contents table tbody td + td {
  padding-top: 24px;
}

@media (min-width: 992px) {
  .c-package-contents table tbody td + td {
    padding-left: 15px;
  }
}

.component-content .c-featuresandbenefits-contents dd {
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.component-content .c-featuresandbenefits-contents ul li {
  font-size: 14px;
}

@media (max-width: 991px) {
  table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    margin-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  table tbody td {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  table tbody td {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  table tbody td:last-child td {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
  }
  table tbody td:before {
    display: none;
  }
  table tbody td + td {
    padding-left: 25px;
  }
}


.component.cxa-productimages-component {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .component.cxa-productimages-component {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .component.cxa-productimages-component .component-content {
    display: block;
  }
}

.component.cxa-productimages-component .component-content > .product-image {
  box-shadow: none;
  background-color: #F7F8F9;
  padding: 40px;
  height: 623px;
  width: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .component.cxa-productimages-component .component-content > .product-image {
    padding: 20px;
    height: 450px;
  }
}

@media (max-width: 575px) {
  .component.cxa-productimages-component .component-content > .product-image {
    height: 345px;
  }
}

.component.cxa-productimages-component .component-content > .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.component.cxa-productimages-component .component-content > .product-images {
  margin: 0;
  margin-top: 20px;
}

.component.cxa-productimages-component .component-content > .product-images ul {
  margin: 0 -4.5px;
}

@media (min-width: 992px) {
  .component.cxa-productimages-component .component-content > .product-images ul {
    margin: 0 -12.5px;
  }
}

.component.cxa-productimages-component .component-content > .product-images li {
  background-color: #F7F8F9;
  border: 0;
  margin: 0;
  padding: 0;
  width: 84.5px;
  height: 84.5px;
  margin: 0 12.5px 25px 12.5px;
  position: relative;
  overflow: visible;
}

@media (max-width: 991px) {
  .component.cxa-productimages-component .component-content > .product-images li {
    width: 50px;
    height: 50px;
    margin: 0 4.5px 15px 4.5px;
  }
}

.component.cxa-productimages-component .component-content > .product-images li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.component.cxa-productimages-component .component-content > .product-images li a img {
  padding: 6px;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.component.cxa-productimages-component .component-content > .product-images li.active {
  border: 0;
  position: relative;
}

.component.cxa-productimages-component .component-content > .product-images li.active:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #00ADEF;
  margin: 0;
  border: 0;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary {
  padding: 20px;
  display: block;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .photo {
  margin-bottom: 12px;
  height: auto !important;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .photo a {
  background-color: #F7F8F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .photo a img {
  padding: 15px !important;
  max-height: none !important;
  max-width: none !important;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}


.cxa-productinformation-component .component-content .product-number {
  display: block;
}


.c-product__add-to-cart .add-to-cart-qty button {
  background-color: #F7F8F9 !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  color: rgba(0, 0, 0, 0.7) !important;
}

.c-product__add-to-cart .add-to-cart-qty button:hover {
  border-color: #00ADEF !important;
}

.cxa-productlistsorting-component .sort-dropdown {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.cxa-productlistsorting-component .sort-dropdown:hover {
  border-color: #00ADEF !important;
}

.cxa-productlistsorting-component .input-validation-error.sort-dropdown {
  border-color: #c4505d !important;
}

body main .cxa-productfacets-component {
  background-color: transparent;
  box-shadow: none;
}

body main .subcategory-navigation.component-content > div > ul {
  margin-top: 20px !important;
}

body main .component.cxa-productfacets-component,
body main .component.cxa-subcategorynavigation-component {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
  margin-bottom: 30px;
  min-height: 60px;
}

body main .component.cxa-productfacets-component .component-content,
body main .component.cxa-subcategorynavigation-component .component-content {
  position: relative;
}

body main .component.cxa-productfacets-component .component-content h4,
body main .component.cxa-subcategorynavigation-component .component-content h4 {
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 700;
  padding-right: 15px !important;
  margin: 6px 0;
}

body main .component.cxa-productfacets-component .component-content h4:after,
body main .component.cxa-subcategorynavigation-component .component-content h4:after {
  content: '';
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  right: -6px;
  margin: 0;
}

body main .component.cxa-productfacets-component .component-content .category-list + h4,
body main .component.cxa-productfacets-component .component-content .brand-list + h4,
body main .component.cxa-subcategorynavigation-component .component-content .category-list + h4,
body main .component.cxa-subcategorynavigation-component .component-content .brand-list + h4 {
  margin-top: 24px;
}

body main .component.cxa-productfacets-component .component-content .category-list li > a span,
body main .component.cxa-productfacets-component .component-content .brand-list li > a span,
body main .component.cxa-subcategorynavigation-component .component-content .category-list li > a span,
body main .component.cxa-subcategorynavigation-component .component-content .brand-list li > a span {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

body main .component.cxa-productfacets-component .component-content .category-list li > a span:hover,
body main .component.cxa-productfacets-component .component-content .brand-list li > a span:hover,
body main .component.cxa-subcategorynavigation-component .component-content .category-list li > a span:hover,
body main .component.cxa-subcategorynavigation-component .component-content .brand-list li > a span:hover {
  color: rgba(0, 0, 0, 0.7);
}

body main .component.cxa-productfacets-component .component-content .category-list li.active > a span,
body main .component.cxa-productfacets-component .component-content .brand-list li.active > a span,
body main .component.cxa-subcategorynavigation-component .component-content .category-list li.active > a span,
body main .component.cxa-subcategorynavigation-component .component-content .brand-list li.active > a span {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}

body main .component.cxa-productfacets-component .subcategories-title:before,
body main .component.cxa-subcategorynavigation-component .subcategories-title:before {
  font-size: 6px;
}

body main .component.cxa-productfacets-component ul,
body main .component.cxa-subcategorynavigation-component ul {
  margin-top: 20px;
}

body main .component.cxa-productfacets-component li,
body main .component.cxa-subcategorynavigation-component li {
  padding: 0;
  margin-bottom: 15px;
}

body main .component.cxa-productfacets-component li:nth-last-of-type(1),
body main .component.cxa-subcategorynavigation-component li:nth-last-of-type(1) {
  margin-bottom: 12px;
}

body main .component.cxa-productfacets-component li > a,
body main .component.cxa-subcategorynavigation-component li > a {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.6;
}

body main .component.cxa-productfacets-component li > a:hover,
body main .component.cxa-subcategorynavigation-component li > a:hover {
  border-bottom: 1px solid #00ADEF;
}

body main .component.cxa-productfacets-component span,
body main .component.cxa-subcategorynavigation-component span {
  word-break: break-all;
}

body main .product-info > h4 > a {
  color: #0D4486 !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body main .Out-of-Stock.product-stock-status {
  display: block !important;
  margin: 0 !important;
  width: 100%;
  text-align: left !important;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body main .Out-of-Stock.product-stock-status:before {
  display: none !important;
}

body main .product-brand {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body main .product-summary .product-info {
  width: 100% !important;
}

.cxa-productlistsorting-component {
  padding: 0;
}

.cxa-productlistsorting-component .Sort-By-container {
  width: 100%;
}

.cxa-productlistsorting-component .Sort-By-container span:first-child {
  margin-right: 12px !important;
  white-space: pre;
}

@media (max-width: 991px) {
  .cxa-productlistsorting-component .Sort-By-container span:first-child {
    display: none;
  }
}

.cxa-productlistsorting-component .sort-dropdown {
  width: 100% !important;
  font-weight: 600;
}

.cxa-productlist-component {
  padding: 0 !important;
  margin-bottom: 48px;
}

.component.cxa-productlist-component .product-list > ul > li {
  z-index: 0;
  height: auto;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out;
}

.component.cxa-productlist-component .product-list > ul > li + li {
  border-left: 1px solid transparent;
}

@media (max-width: 991px) {
  .component.cxa-productlist-component .product-list > ul > li:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .component.cxa-productlist-component .product-list > ul > li:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .component.cxa-productlist-component .product-list > ul > li:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .component.cxa-productlist-component .product-list > ul > li:nth-child(2n+1) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .component.cxa-productlist-component .product-list > ul > li:nth-child(3n+1) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.component.cxa-productlist-component .product-list > ul > li:hover {
  border-color: #1088b8;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info {
  display: block;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info > h4,
.component.cxa-productlist-component .product-list ul > li .product-summary .product-info > div,
.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-brand {
  display: block;
  margin-bottom: 12px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-category {
  display: none;
}

.c-product-list > ul {
  margin: 0 !important;
}

.c-product-list > ul > li {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
  max-width: 50% !important;
}

@media (min-width: 992px) {
  .c-product-list > ul > li {
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
}

.c-product-list.c-product-list--list-view > ul {
  margin: 0 !important;
}

@media (min-width: 992px) {
  .c-product-list.c-product-list--list-view > ul > li {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.c-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 992px) {
  .c-product {
    padding: 20px;
  }
}

.c-product div + div {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-product:hover {
  border: 1px solid #00ADEF !important;
}

.c-product__image {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  background: #F7F8F9;
}

@media (min-width: 992px) {
  .c-product__image {
    max-width: 196px;
  }
}

.c-product__image img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  color: transparent;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__image {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 200px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding-left: 20px;
    margin-top: 0;
  }
}

.c-product__title {
  margin-bottom: 6px;
  color: #0D4486;
  font-size: 16px;
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
}

.c-product__title a {
  color: #0D4486;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__title {
    font-size: 16px;
  }
}

.c-product__id {
  margin-top: 0;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__id {
    font-size: 16px;
  }
}

.c-product__in-stock,
.c-product__out-of-stock {
  position: relative;
  padding-left: 10px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
}

.c-product__in-stock::before,
.c-product__out-of-stock::before {
  position: absolute;
  content: " ";
  height: 6px;
  width: 6px;
  top: 5px;
  left: 0;
  border-radius: 3px;
  background: #009900;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__in-stock::before, .c-product-list--list-view
  .c-product__out-of-stock::before {
    top: 7px;
  }
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__in-stock, .c-product-list--list-view
  .c-product__out-of-stock {
    font-size: 16px;
  }
}

.c-product__out-of-stock::before {
  background: #c4505d;
}

.c-product__message p {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
  color: #c4505d;
}

.c-product__message p + p {
  margin-top: 6px;
}

.c-product__volume-discount {
  display: none;
}

.c-product__volume-discount p {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
  color: #c4505d;
}

.c-product__volume-discount p + p {
  margin-top: 6px;
}

.c-product__volume-discount.--is-visible {
  display: block;
}

.c-product__discount {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.c-product__discount span {
  font-weight: 600;
  color: #1088b8;
}

.c-product__discount + div.c-product__net-unit-price {
  margin-top: 6px;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__discount {
    font-size: 16px;
  }
}

.c-product__net-unit-price {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.c-product__net-unit-price span {
  font-weight: 600;
}

.c-product__net-unit-price + .c-product__price {
  margin-top: 6px;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__net-unit-price {
    font-size: 16px;
  }
}

.c-product__price > span:first-of-type {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__price {
    margin-top: auto !important;
    font-size: 26px;
  }
}

.c-product__uom {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.c-product__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  margin-top: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.c-product__add-to-cart .add-to-cart-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  max-width: -webkit-calc(100% - 56px);
  max-width: calc(100% - 56px);
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product__add-to-cart .add-to-cart-qty button {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  padding: 0;
  background-color: white !important;
}

.c-product__add-to-cart .add-to-cart-qty button::before {
  display: inline-block;
  max-height: 20px;
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  content: " ";
}

.c-product__add-to-cart .add-to-cart-qty button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.c-product__add-to-cart .add-to-cart-qty button:hover:disabled {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.c-product__add-to-cart .add-to-cart-qty label {
  margin-top: 6px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-weight: 400;
  color: #c4505d !important;
  line-height: 1.2;
}

.c-product__add-to-cart .add-to-cart-qty .decrease::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-minus.svg");
}

.c-product__add-to-cart .add-to-cart-qty .increase {
  margin-right: 6px;
}

.c-product__add-to-cart .add-to-cart-qty .increase::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-plus.svg");
}

.c-product__add-to-cart .add-to-cart-qty .quantity {
  width: 50px;
  height: unset !important;
  max-width: none !important;
  max-height: none !important;
  padding: 4px 0 !important;
  margin: 0 5px !important;
  border: 1px solid transparent !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
}

.c-product__add-to-cart .add-to-cart-qty .quantity[type=number]::-webkit-inner-spin-button, .c-product__add-to-cart .add-to-cart-qty .quantity[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.c-product__add-to-cart .add-to-cart-qty .quantity:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__add-to-cart .add-to-cart-qty {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.c-product__add-to-cart .add-to-cart-button {
  margin-top: 0;
  margin-bottom: 0;
}

.c-product__add-to-cart .add-to-cart-button .add-to-cart-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: unset;
  max-width: unset;
  max-height: 30px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white !important;
}

@media (min-width: 992px) {
  .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn {
    max-height: 46px;
    width: 56px;
    padding: 0 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.c-product__add-to-cart .add-to-cart-button .add-to-cart-btn span {
  display: none;
  color: #0D4486;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn span {
    display: inline;
  }
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn {
    padding: 0 24px;
    width: auto;
    min-width: 142px;
  }
}

.c-product__add-to-cart .add-to-cart-button .add-to-cart-btn::after {
  display: inline-block;
  height: 20px;
  width: 30px;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-cart-add-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  content: " ";
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn::after {
    margin-left: 10px;
    width: 16px;
    background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-cart-blue.svg");
  }
}

.c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:hover {
  background-color: white !important;
  border-color: #1088b8;
}

.c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:hover:disabled {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:disabled {
  overflow: hidden;
  opacity: 0.5;
  text-indent: -9999px;
  cursor: no-drop;
}

@media (min-width: 992px) {
  .c-product-list--list-view .c-product__add-to-cart {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 20px;
    margin-top: 0;
    overflow: hidden;
  }
}

.c-product__add-to-cart .field-validation-valid {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
  color: #c4505d;
}

.c-product-view-changer {
  margin-bottom: 30px;
  text-align: right;
}

@media (max-width: 991px) {
  .c-product-view-changer {
    display: none;
  }
}

.c-product-view-changer button {
  position: relative;
  padding: 0 0 0 20px;
  border: 0;
  font-size: 14px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
  line-height: 1;
  color: #000;
  background: transparent;
}

.c-product-view-changer button::before {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  content: " ";
  background-position: left top;
  background-repeat: no-repeat;
}

.c-product-view-changer__grid-btn {
  opacity: 1;
}

.c-product-view-changer__grid-btn::before {
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-grid.svg");
}

.c-product-list--list-view .c-product-view-changer__grid-btn {
  opacity: .5;
}

.c-product-view-changer__list-btn {
  margin-left: 20px;
  opacity: 0.5;
}

.c-product-view-changer__list-btn::before {
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-list.svg");
}

.c-product-list--list-view .c-product-view-changer__list-btn {
  opacity: 1;
}


.registration-page .component.cxa-register-component .registeration-form form .register-buttons a,
.registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton {
  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 (min-width: 992px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons a,
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton {
    min-width: 195px;
  }
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a:hover,
.registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton:hover {
  color: white !important;
  background-color: #3D699E;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a:focus,
.registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton:focus {
  outline: none !important;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a:disabled,
.registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.registration-page .register-country select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.registration-page .register-country select:hover {
  border-color: #00ADEF !important;
}

.registration-page .register-country select.input-validation-error {
  border-color: #c4505d !important;
}

.registration-page .component.cxa-register-component .registeration-form form > div > label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.registration-page .component.cxa-register-component .registeration-form form > div > label span {
  color: #c4505d;
}

.component.cxa-register-component .registeration-form form .optional-field label:after {
  content: "" !important;
}

.cxa-register-component .registeration-form form label:after {
  position: absolute;
  color: #A80013;
  content: "*";
}

.registration-page main .component.column-splitter > div:first-child {
  padding-left: 0;
}

.registration-page .component.cxa-register-component .registeration-form form > div {
  margin-bottom: 40px;
}

.registration-page .component.cxa-register-component .registeration-form form > div.register-nhp-recaptcha {
  margin-bottom: 0;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media (max-width: 767px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons a,
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons a,
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons a {
    margin-bottom: 24px;
  }
}

.registration-page .component-content .component:last-child.rich-text {
  margin-bottom: 60px;
}


.bodyclass main .component.navigation.navigation-title .rel-level1 > .navigation-title > a, .bodyclass main .link-list h3 {
  border: 0;
  color: #0D4486;
  font-size: 18px;
  font-weight: 700;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
}

.bodyclass main .component.navigation {
  padding: 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .bodyclass main .component.navigation .submenu {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.bodyclass main .component.navigation .submenu.--is-open > .navigation-title > a:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.bodyclass main .component.navigation .submenu.--is-open > ul {
  display: block;
}

@media (max-width: 991px) {
  .bodyclass main .component.navigation .submenu > ul {
    display: none;
    padding: 15px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .bodyclass main .component.navigation .submenu > .navigation-title {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .bodyclass main .component.navigation .submenu > .navigation-title a {
    position: relative;
    display: block;
    height: 30px;
    width: 100%;
    padding: 15px;
    margin: 0;
    border: 0;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 2.2 !important;
    background: white;
  }
  .bodyclass main .component.navigation .submenu > .navigation-title a:after {
    position: absolute;
    display: inline-block;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    right: 0;
    padding: 2px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
  }
}

@media (max-width: 991px) {
  .bodyclass main .component.navigation.--is-hidden-mobile {
    display: none;
  }
}

.bodyclass main .component.navigation.navigation-title .rel-level1 > .navigation-title > a {
  padding: 0;
  margin: 0;
}

.bodyclass main .component.navigation.navigation-title .rel-level1 > .navigation-title + * {
  margin-top: 24px;
  padding-left: 0;
}

.bodyclass main .component.navigation.navigation-title .rel-level1 > .navigation-title + ul {
  padding-left: 0;
}

.bodyclass main .component.navigation.navigation-title .rel-level2 {
  border: 0;
  padding: 0;
}

.bodyclass main .component.navigation.navigation-title .rel-level2 + li {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .bodyclass main .component.navigation.navigation-title .rel-level2 + li {
    margin-top: 30px;
  }
}

.bodyclass main .component.navigation.navigation-title .rel-level2 > .navigation-title > a {
  display: inline;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-color: transparent;
}

.bodyclass main .component.navigation.navigation-title .rel-level2 > .navigation-title > a:hover {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#08A864), to(#01ADEF));
  -webkit-border-image: -webkit-linear-gradient(left, #08A864 0%, #01ADEF 100%);
  -o-border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#08A864), to(#01ADEF));
  border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image-slice: 1;
  -webkit-transition: unset;
  transition: unset;
}

@media (max-width: 991px) {
  .bodyclass main .component.navigation.navigation-title li.level1 + * {
    margin-top: 24px;
  }
}

.bodyclass main .level2 {
  display: none;
}

.bodyclass main .link-list {
  padding: 0;
  margin-bottom: 24px;
}

.bodyclass main .link-list + * {
  margin-top: 24px;
}

.bodyclass main .link-list h3 + * {
  margin-top: 24px;
}

.bodyclass main .link-list li + li {
  margin-top: 15px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .bodyclass main .link-list li + li {
    margin-top: 30px;
  }
}

.bodyclass main .link-list li a {
  padding-left: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.bodyclass main .link-list li a::before {
  display: none;
}

.bodyclass main .link-list li a:hover {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#08A864), to(#01ADEF));
  -webkit-border-image: -webkit-linear-gradient(left, #08A864 0%, #01ADEF 100%);
  -o-border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#08A864), to(#01ADEF));
  border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image-slice: 1;
  -webkit-transition: unset;
  transition: unset;
}

.side-links {
  display: inline-block;
  width: 100%;
  margin: 0 0 25px;
  padding: 35px 20px 40px !important;
  background-color: #EFF1F4;
}

@media (max-width: 991px) {
  .side-links.side-links--hide-mobile {
    display: none;
  }
}

.side-links.side-links-contact-us {
  margin: 30px 0 40px;
}

.side-links h4 {
  padding-bottom: 20px !important;
  margin: 0 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.side-links > div > ul {
  margin-left: 0;
}

.side-links > div > ul > li {
  margin-top: 20px;
  list-style: none;
}

.side-links a {
  color: #0D4486;
  font-size: 14px;
  font-weight: 700;
}


.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons button[type=submit], .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a, .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-buttons a, body .component.cxa-resetpassword-component .resetpassword-buttons button[type=submit] {
  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 (min-width: 992px) {
  .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons button[type=submit], .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a, .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-buttons a, body .component.cxa-resetpassword-component .resetpassword-buttons button[type=submit] {
    min-width: 195px;
  }
}

.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons button:hover[type=submit], .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a:hover, .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-buttons a:hover, body .component.cxa-resetpassword-component .resetpassword-buttons button:hover[type=submit] {
  color: white !important;
  background-color: #3D699E;
}

.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons button:focus[type=submit], .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a:focus, .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-buttons a:focus, body .component.cxa-resetpassword-component .resetpassword-buttons button:focus[type=submit] {
  outline: none !important;
}

.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons button:disabled[type=submit], .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a:disabled, .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-buttons a:disabled, body .component.cxa-resetpassword-component .resetpassword-buttons button:disabled[type=submit] {
  opacity: 0.4;
  cursor: not-allowed;
}

.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a:hover {
  color: white !important;
  background-color: #3D699E !important;
}

body .component.cxa-resetpassword-component form div label,
body .component.cxa-forgotpassword-component form div label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

body .component.cxa-resetpassword-component form div label span, body .component.cxa-forgotpassword-component form div label span {
  color: #c4505d;
}

.forgot-password-page main #content .component .component-content > h2.sub-title, .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-message h2.sub-title {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.registration-page .component.cxa-forgotpassword-component .email-entry-buttons,
.registration-page .component.cxa-forgotpassword-component .login-submit,
.registration-page .component.cxa-login-component .email-entry-buttons,
.registration-page .component.cxa-login-component .login-submit,
.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons,
.forgot-password-page .component.cxa-forgotpassword-component .login-submit,
.forgot-password-page .component.cxa-login-component .email-entry-buttons,
.forgot-password-page .component.cxa-login-component .login-submit,
.login-page .component.cxa-forgotpassword-component .email-entry-buttons,
.login-page .component.cxa-forgotpassword-component .login-submit,
.login-page .component.cxa-login-component .email-entry-buttons,
.login-page .component.cxa-login-component .login-submit {
  padding: 0;
}

.registration-page .component.cxa-forgotpassword-component .email-entry-buttons > button[type=submit],
.registration-page .component.cxa-forgotpassword-component .login-submit > button[type=submit],
.registration-page .component.cxa-login-component .email-entry-buttons > button[type=submit],
.registration-page .component.cxa-login-component .login-submit > button[type=submit],
.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons > button[type=submit],
.forgot-password-page .component.cxa-forgotpassword-component .login-submit > button[type=submit],
.forgot-password-page .component.cxa-login-component .email-entry-buttons > button[type=submit],
.forgot-password-page .component.cxa-login-component .login-submit > button[type=submit],
.login-page .component.cxa-forgotpassword-component .email-entry-buttons > button[type=submit],
.login-page .component.cxa-forgotpassword-component .login-submit > button[type=submit],
.login-page .component.cxa-login-component .email-entry-buttons > button[type=submit],
.login-page .component.cxa-login-component .login-submit > button[type=submit] {
  min-width: auto;
  border-width: 0;
}

.registration-page .component.primary-button-line,
.forgot-password-page .component.primary-button-line,
.login-page .component.primary-button-line {
  margin-top: -100px !important;
}

.registration-page .component.primary-button-line .field-link > a,
.forgot-password-page .component.primary-button-line .field-link > a,
.login-page .component.primary-button-line .field-link > a {
  width: 100%;
  min-width: auto !important;
}

.registration-page .register-buttons button[type=submit],
.forgot-password-page .register-buttons button[type=submit],
.login-page .register-buttons button[type=submit] {
  min-width: auto;
}

.registration-page .register-buttons a,
.forgot-password-page .register-buttons a,
.login-page .register-buttons a {
  min-width: auto;
}

.registration-page .component.cxa-register-component,
.forgot-password-page .component.cxa-register-component,
.login-page .component.cxa-register-component {
  margin-bottom: 30px;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons button:hover,
.forgot-password-page .component.cxa-register-component .registeration-form form .register-buttons button:hover,
.login-page .component.cxa-register-component .registeration-form form .register-buttons button:hover {
  background-color: #3D699E !important;
}

.registration-page .component.rich-text > .component-content,
.registration-page .component.rich-text > .component-content > a,
.forgot-password-page .component.rich-text > .component-content,
.forgot-password-page .component.rich-text > .component-content > a,
.login-page .component.rich-text > .component-content,
.login-page .component.rich-text > .component-content > a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.component.cxa-login-component form .login-submit button:active,
.component.cxa-login-component form .login-submit button:hover {
  background-color: #3D699E !important;
}

.forgot-password-page main .component.column-splitter > div:first-child {
  padding-left: 0;
  padding-right: 0;
}

.forgot-password-page main #content .component .component-content > h2.sub-title {
  margin: 0;
  font-weight: 400 !important;
}

.forgot-password-page .divider.indent-top {
  padding-top: 0;
}

.forgot-password-page .divider hr {
  margin: 24px 0 36px;
}

@media (min-width: 768px) {
  .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons button[type=submit] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons button[type=submit] {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
}

.forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .forgot-password-page .component.cxa-forgotpassword-component .email-entry-buttons a {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

.forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-title-message {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-title-message {
    margin-bottom: 15px;
  }
}

.forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-message {
  margin-bottom: 25px;
  font-weight: 400;
}

.forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-message h2.sub-title {
  margin-bottom: 0;
  font-weight: 400 !important;
}

.forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-message hr {
  margin: 25px 0 !important;
}

.forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-email {
  margin-bottom: 15px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-email {
    margin-bottom: 30px;
  }
}

.forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-buttons {
  width: 100%;
}

.forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-buttons a {
  width: 100%;
}

@media (min-width: 768px) {
  .forgot-password-page .component.cxa-forgotpassword-component .forgotpassword-confirmation-buttons a {
    width: 50%;
  }
}

body .component.cxa-resetpassword-component .resetpassword-buttons {
  margin-bottom: 60px;
}

body .component.cxa-resetpassword-component .resetpassword-buttons button[type=submit] {
  width: 100%;
}

@media (min-width: 768px) {
  body .component.cxa-resetpassword-component .resetpassword-buttons button[type=submit] {
    width: auto;
  }
}

.component.cxa-emailverification-component + div {
  margin-bottom: 60px;
}


.brochures-list .result__wrapper .link-download a {
  display: inline-block;
  margin-top: 20px;
  padding-left: 30px;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-download-blue.svg?h=20&w=20") no-repeat 0 center;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.brochures-list .result__wrapper .link-download a:focus, .brochures-list .result__wrapper .link-download a:hover {
  color: #1088b8 !important;
}

.sort-results select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.sort-results select:hover {
  border-color: #00ADEF !important;
}

.sort-results select.input-validation-error {
  border-color: #c4505d !important;
}

.search-box button.search-box-button, .cxa-searchbar-component .search-button {
  position: absolute;
  height: 20px !important;
  min-width: 0px !important;
  width: 20px !important;
  right: 12px;
  top: 50%;
  padding: 0 !important;
  background: transparent !important;
  color: transparent !important;
  border: 0px !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7;
}

.search-box button.search-box-button:hover, .cxa-searchbar-component .search-button:hover {
  background-color: transparent !important;
  text-indent: -9999px;
}

.search-box button.search-box-button:focus, .cxa-searchbar-component .search-button:focus {
  border: none !important;
}

.search-box button.search-box-button:after, .cxa-searchbar-component .search-button:after {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-search.svg");
  content: " ";
}

.cxa-productlistpageinfo-component .productlist-header-section .showing-amount h6, .cxa-productlistpageinfo-component .productlist-header-section .showing-amount span, .results-count {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #0D4486 !important;
  line-height: 1;
}

@media (min-width: 992px) {
  .cxa-productlistpageinfo-component .productlist-header-section .showing-amount h6, .cxa-productlistpageinfo-component .productlist-header-section .showing-amount span, .results-count {
    font-size: 20px;
  }
}

.searchresult__wrapper > span, .search-result-list > li > a > div > span,
.brochure__content-wrapper > span, .brochures-list .result__wrapper > span {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 40px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

@media (min-width: 992px) {
  .searchresult__wrapper > span, .search-result-list > li > a > div > span,
  .brochure__content-wrapper > span, .brochures-list .result__wrapper > span {
    width: 50px;
  }
}

.searchresult__wrapper > span.pdf, .search-result-list > li > a > div > span.pdf,
.brochure__content-wrapper > span.pdf, .brochures-list .result__wrapper > span.pdf {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-pdf.svg");
}

.searchresult__wrapper > span.ppt, .search-result-list > li > a > div > span.ppt,
.brochure__content-wrapper > span.ppt, .brochures-list .result__wrapper > span.ppt {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-ppt.svg");
}

.searchresult__wrapper > span.pptx, .search-result-list > li > a > div > span.pptx,
.brochure__content-wrapper > span.pptx, .brochures-list .result__wrapper > span.pptx {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-pptx.svg");
}

.searchresult__wrapper > span.zip, .search-result-list > li > a > div > span.zip,
.brochure__content-wrapper > span.zip, .brochures-list .result__wrapper > span.zip {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-zip.svg");
}

.c-site-search-tabs {
  margin-right: 15px;
  margin-bottom: 24px;
  margin-left: 15px;
  clear: both;
}

@media (max-width: 991px) {
  .c-site-search-tabs .component-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.dropdown-toggle {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 15px;
  margin: 0;
  border: 0;
  text-align: left;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #0D4486;
  line-height: 1;
  background: white;
}

@media (min-width: 992px) {
  .dropdown-toggle {
    display: none;
  }
}

.dropdown-toggle:after {
  position: absolute;
  display: inline-block;
  top: -webkit-calc(50% - 3px);
  top: calc(50% - 3px);
  padding: 2px;
  right: 20px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.--is-open .dropdown-toggle:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.dropdown-menu {
  z-index: 1;
  display: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: unset;
  border-radius: unset;
  border: 0;
}

@media (max-width: 991px) {
  .dropdown-menu {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.dropdown-menu li {
  margin: 0;
}

@media (max-width: 991px) {
  .dropdown-menu li + li {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu li {
    display: inline-block;
    padding: 22px 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
  }
  .dropdown-menu li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.dropdown-menu li a {
  padding: 0;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
}

@media (min-width: 992px) {
  .dropdown-menu li a {
    font-weight: 600;
  }
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background: none;
  border: none;
}

@media (min-width: 992px) {
  .dropdown-menu li.is-active {
    background: #F7F8F9;
  }
}

.dropdown-menu li.is-active a {
  font-weight: 600;
}

@media (max-width: 991px) {
  .--is-open .dropdown-menu {
    display: block;
  }
}

.search-box.horizontal input {
  background: #F7F8F9 !important;
}

.cxa-searchbar-component {
  position: relative;
  margin-bottom: 24px;
}

.cxa-searchbar-component .toggle-search-bar {
  display: none;
}

.cxa-searchbar-component form#SearchForm {
  display: block;
}

.cxa-searchbar-component .search-input-section {
  width: 100%;
  margin: 0;
}

.cxa-searchbar-component .search-textbox {
  background: #F7F8F9 !important;
}

.cxa-searchbar-component .search-button span {
  display: none;
}

.cxa-searchbar-component {
  padding: 0;
}

.search-results {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 48px;
}

.cxa-productlistpageinfo-component,
.search-results-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .cxa-productlistpageinfo-component,
  .search-results-count {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .cxa-productlistsorting-component {
    width: 50%;
    float: right;
  }
}

.sort-results {
  padding: 0;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .sort-results {
    width: 50%;
  }
}

.sort-results select {
  font-weight: 600;
}

.sort-results > .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sort-results .facet-title {
  margin-right: 12px;
}

@media (max-width: 991px) {
  .sort-results .facet-title {
    display: none;
  }
}

.searchresult__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flext-start;
  -ms-flex-pack: flext-start;
  justify-content: flext-start;
}

.searchresult__wrapper * + * {
  margin-top: 24px;
}

.searchresult__wrapper > div {
  max-width: -webkit-calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.searchresult__wrapper.row {
  margin: unset;
}

.searchresult__wrapper .field-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #0D4486;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.searchresult__wrapper .field-updated {
  margin-right: 24px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .searchresult__wrapper .field-updated {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.searchresult__wrapper .field-updated span {
  font-weight: 400;
}

@media (max-width: 991px) {
  .searchresult__wrapper .field-size {
    margin-top: 12px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .searchresult__wrapper .field-size {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.searchresult__wrapper .field-size span:last-child {
  font-weight: 600;
}

.search-result-list > li > a > div,
.brochure__content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flext-start;
  -ms-flex-pack: flext-start;
  justify-content: flext-start;
}

.search-result-list > li > a > div * + *,
.brochure__content-wrapper * + * {
  margin-top: 24px;
}

.search-result-list > li > a > div > div,
.brochure__content-wrapper > div {
  max-width: -webkit-calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.search-result-list > li > a > div .field-title,
.brochure__content-wrapper .field-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 0;
  color: #0D4486;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.search-result-list > li > a > div .field-description,
.brochure__content-wrapper .field-description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
}

.search-result-list > li > a > div .media-heading,
.brochure__content-wrapper .media-heading {
  margin-bottom: 0;
}

.brochures-list .result__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flext-start;
  -ms-flex-pack: flext-start;
  justify-content: flext-start;
}

.brochures-list .result__wrapper * + * {
  margin-top: 24px;
}

.brochures-list .result__wrapper > div {
  padding-right: 60px;
}

@media (min-width: 992px) {
  .brochures-list .result__wrapper > div {
    padding-right: 70px;
  }
}

.brochures-list .result__wrapper .field-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 0;
  color: #0D4486;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.brochures-list .result__wrapper .field-description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
}

.brochures-list .result__wrapper .link-download {
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
}

.brochures-list .result__wrapper .link-download a {
  line-height: 1.5;
}


/*
 * Global heading styles
 */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 !important;
  margin: 0;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 700;
  border: 0 !important;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 38px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 26px;
}

h5, .h5 {
  font-size: 20px;
}

span,
p,
input {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

h1.field-title,
.main-title {
  font-size: 48px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  h1.field-title,
  .main-title {
    font-size: 26px;
  }
}


.privacy-warning .close,
.privacy-warning .info {
  color: #fff;
  opacity: 1;
}


