.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 {
    flex-flow: row wrap !important;
  }
}

@media (max-width: 991px) {
  .maintain-mobile-row .row.component.column-splitter::before {
    display: flex !important;
  }
}


@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.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;
  }
}

/**  OVERRIDES DEFAULT STYLES */
/* remove box-shadow and border-radius from default styles */
.facet-component {
  box-shadow: none;
  border-radius: 0;
}

/* cxa-search-results-component */
.component.cxa-search-results-component {
  margin-top: 0;
}

.component.cxa-search-results-component ul {
  margin-right: 0;
}

:root {
  --viewport-height: 100vh;
  --viewport-offset-top: 0px;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body {
  overflow-x: initial !important;
  overflow: initial;
}

* {
  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%;
}

/* Ensure media player is full width for mobile devices */
.mobile-youtube iframe {
  width: 100%;
  height: 100%;
}

/* **/
@media (max-width: 991px) {
  html.no-scroll,
  html.no-scroll > body,
  body.no-scroll,
  html.search-box-active,
  html.search-box-active > body {
    overflow: hidden !important;
  }
}


@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.bodyclass .component.accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bodyclass .component.accordion .active .field-heading:after {
  font-family: "FontAwesome";
  content: "\f106";
  float: right;
  color: #00ADEF;
}

.bodyclass .component.accordion .field-heading {
  font-size: 20px;
  color: #0D4486;
  padding-left: 0;
}

.bodyclass .component.accordion .field-heading:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  color: #00ADEF;
}

.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);
  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);
  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;
  }
}


.availability-pricing-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;
}

.availability-pricing-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:hover, .availability-pricing-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:focus, .availability-pricing-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:active {
  border-color: #00ADEF !important;
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.availability-pricing-page .save-button a,
.availability-pricing-page .open-template a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #0D4486;
}

.availability-pricing-page .save-button a.save::before {
  content: "save";
  font-family: "Material Icons";
  margin-left: 8px;
  margin-right: 8px;
  top: 4px;
  position: relative;
  font-size: 20px;
  font-weight: 100;
}

.availability-pricing-page .save-button.disabled,
.availability-pricing-page .open-template.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.availability-pricing-page .open-template a.open::before {
  content: "visibility";
  font-family: "Material Icons";
  margin-left: 8px;
  margin-right: 8px;
  top: 4px;
  position: relative;
  font-size: 20px;
  font-weight: 100;
}

.availability-pricing-page .ap-multi-Links-section {
  margin-bottom: 64px !important;
}

.availability-pricing-page .add-to-cart-button button.add-to-list-ap {
  border: 1px solid #0D4486;
  color: #0D4486;
  background-color: transparent !important;
  height: 60px;
  min-width: 195px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 767px) {
  .availability-pricing-page .add-to-cart-button button.add-to-list-ap {
    width: 100%;
  }
}

.availability-pricing-page .add-to-cart-button button.add-to-list-ap:hover {
  border: 1px solid #0D4486;
  color: #fff !important;
  background-color: #3D699E !important;
}

.availability-pricing-page form#AvailabilityAndPricing div {
  margin-bottom: 0px;
}

.availability-pricing-page .ap-spinner {
  position: relative;
  display: none;
}

.availability-pricing-page svg.c-add-to-list__loader.component-spinner__image.component-spinner__image-medium {
  position: fixed;
  left: 50%;
}

.availability-pricing-page .cxa-availabilityandprice-component table td:nth-child(1) {
  width: 20%;
}

.availability-pricing-page .cxa-availabilityandprice-component table td:nth-child(1) input {
  text-transform: uppercase;
}

.availability-pricing-page .cxa-availabilityandprice-component table td:nth-child(2) input {
  width: 13%;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component table tr:nth-child(1) {
    padding-bottom: 16px;
  }
  .availability-pricing-page .cxa-availabilityandprice-component table tr td:nth-child(1) {
    flex-basis: 76%;
    font-size: 16px;
  }
  .availability-pricing-page .cxa-availabilityandprice-component table tr td:nth-child(2) {
    flex-basis: 24%;
    font-size: 16px;
    text-align: center;
  }
  .availability-pricing-page .cxa-availabilityandprice-component table td:nth-child(2) input {
    width: 80%;
    text-align: center;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-add-more-items-row {
  margin-top: 30px;
  display: flex;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .ap-add-more-items-row {
    margin-top: 20px;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-add-more-items-row label {
  font-size: 16px !important;
  font-weight: 600;
  margin-right: 22px;
  margin-top: 2px;
  cursor: pointer;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-add-more-items-row button {
  border-radius: 32px !important;
  min-width: 32px;
  max-height: 32px;
  height: 32px;
  width: 32px;
  padding: 0px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  line-height: 2px;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-add-more-items-row button span {
  color: rgba(0, 0, 0, 0.7);
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row {
  display: flex;
  margin-top: 30px;
  margin-bottom: 36px !important;
  justify-content: space-between;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .left-container {
  display: flex;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .left-container div:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row {
    flex-direction: column;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-clear button {
  background-color: transparent !important;
  color: #0D4486;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-clear button:after {
  content: 'restart_alt';
  font-family: 'Material Icons';
  font-size: 30px;
  padding-left: 6px;
  font-weight: 100;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-clear button:hover[type=submit] {
  background-color: #3D699E !important;
  color: #fff;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-clear button:hover[type=submit]:disabled {
  background-color: transparent !important;
  color: #0D4486 !important;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row > div.ap-clear:nth-child(3) button {
  border: 0px !important;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row > div.ap-clear:nth-child(3) button:hover[type=submit] {
  background-color: transparent !important;
  color: #0D4486 !important;
  opacity: 0.5;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-download {
  visibility: visible;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-download {
    order: 2;
    margin-bottom: 20px !important;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-download button.btn.btn--secondary {
  background-color: #0D4486;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-download button.btn.btn--secondary {
    width: 100%;
    height: 60px;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-download button.btn.btn--secondary:disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0px;
  opacity: 1;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-download button.btn.btn--secondary::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 28px;
  background-size: 22px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 16px;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-csv-white.svg");
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-email {
  visibility: visible;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-email {
    order: 3;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-email button {
  width: 178px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-email button {
    width: 100%;
    height: 60px;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-email button.btn.btn--secondary {
  background-color: transparent;
  border: 1px solid #0D4486;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-email button.btn.btn--secondary:disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0px;
  opacity: 1;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-getAP {
  text-align: right;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-getAP {
    order: 1;
    margin-bottom: 20px !important;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-getAP button {
  width: 301px;
  height: 60px;
  background-color: #0D4486;
  color: #fff;
  font-size: 14px;
  border: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-getAP button {
    width: 100%;
    height: 60px;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-getAP button:hover {
  color: #fff !important;
  background-color: #3D699E;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-getAP button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.availability-pricing-page .cxa-availabilityandprice-component .ap-multi-buttons-row .ap-getAP button.btn.btn--secondary:disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0px;
  opacity: 1;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table {
  display: flex;
  flex-direction: column;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row.c-AP-table__row--header {
  display: flex;
  margin-top: 48px;
  padding-bottom: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row.c-AP-table__row--header {
    display: none;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row.c-AP-table__row--header .c-AP-table__item-number,
.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row.c-AP-table__row--header .c-AP-table__product-description,
.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row.c-AP-table__row--header .c-AP-table__buy-price,
.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row.c-AP-table__row--header .c-AP-table__quantity,
.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row.c-AP-table__row--header .c-AP-table__stock-status,
.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row.c-AP-table__row--header .c-AP-table__total-price {
  font-size: 16px;
  font-weight: 400;
  padding-left: 0px !important;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details {
  flex-basis: 100%;
  display: flex;
  margin-bottom: 0px;
  overflow-wrap: anywhere;
  position: relative;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details {
    flex-flow: wrap;
  }
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details > div:before {
    display: block;
    margin-bottom: 6px;
    flex-basis: 100%;
    font-weight: 400;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__item-number {
  flex-basis: 149px;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__item-number {
    flex-basis: 90% !important;
    order: 1;
    flex-direction: row;
    width: 100%;
    margin-bottom: 14px !important;
    margin-right: 0px;
  }
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__item-number::before {
    content: "Item Number:";
    line-height: 0.5em;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__item-number a {
  font-weight: 700;
  color: #000 !important;
  opacity: 0.7;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__item-number a:hover, .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__item-number a:focus {
  opacity: 0.3;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__quantity {
  flex-basis: 66px;
  margin-right: 16px;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__quantity {
    flex-basis: 50% !important;
    order: 6;
    padding-left: 0px !important;
    margin-right: 0px !important;
  }
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__quantity::before {
    content: "Quantity:";
    line-height: 0.5em;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__product-description {
  flex-basis: 300px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__product-description {
    flex-basis: 100% !important;
    order: 3;
    margin-bottom: 12px !important;
    margin-right: 0px !important;
  }
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__product-description::before {
    content: "Product Details:";
    line-height: 0.5em;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__product-description .product-information {
  color: #0D4486;
  font-weight: 700;
  font-size: 15px;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__product-description .product-status {
  color: #A80013;
  font-weight: 400;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__product-description .product-status a:focus, .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__product-description .product-status a:hover {
  color: #6b717b;
  opacity: 0.5;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__buy-price {
  flex-basis: 106px;
  margin-right: 19px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__buy-price {
    flex-basis: 50% !important;
    order: 4;
    margin-bottom: 12px !important;
    margin-right: 0px !important;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__buy-price .customer-discount {
  color: #0080B3;
  font-weight: 400;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__buy-price .customer-price {
  font-size: 16px;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__stock-status {
  flex-basis: 123px;
  margin-right: 23px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__stock-status {
    order: 5;
    flex-basis: 50% !important;
    margin-bottom: 12px !important;
    margin-right: 0px !important;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__stock-status .stock-availability:before {
  content: '';
  display: inline-block;
  border-radius: 0.375rem;
  height: 0.55rem;
  width: 0.55rem;
  margin-right: 0.5rem;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__stock-status .stock-availability.In-Stock:before {
  background-color: #08A864;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__stock-status .stock-availability.Out-of-Stock:before {
  background-color: #A80013;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__stock-status .stock-availability.In-Stock-Partially:before {
  background-color: #E5A84F;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__stock-status .warehouse-count {
  font-weight: 600;
  font-size: 16px;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__stock-status .atp-date {
  font-weight: 400;
  color: #A80013;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__total-price {
  flex-basis: 124px;
  margin-right: 44px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__total-price {
    flex-basis: 50% !important;
    order: 7;
    margin-right: 0px !important;
  }
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__total-price::before {
    content: "Total:";
    line-height: 0.5em;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__delete-row {
  flex-basis: 20px;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__delete-row {
    flex-basis: 10% !important;
    order: 2;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__delete-row span.material-icons {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.1rem;
  cursor: pointer;
}

.availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__has-error {
  color: #A80013;
  font-weight: 400;
  flex-basis: 83%;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .c-AP-table .c-AP-table__row .c-AP-table__product-details .c-AP-table__has-error {
    position: absolute;
    left: 50%;
    top: 10px;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .getAP-button-row {
  display: flex;
  justify-content: right;
}

@media (max-width: 767px) {
  .availability-pricing-page .cxa-availabilityandprice-component .getAP-button-row {
    display: none;
  }
}

.availability-pricing-page .cxa-availabilityandprice-component .getAP-button-row button.primary-button-filled {
  width: 301px;
  height: 60px;
  background-color: #0D4486;
  color: #fff;
  font-size: 14px;
  border: 0;
  font-weight: 600;
}

.availability-pricing-page .cxa-availabilityandprice-component .getAP-button-row button.primary-button-filled:hover {
  color: #fff !important;
  background-color: #3D699E;
}

.availability-pricing-page .cxa-availabilityandprice-component .getAP-button-row button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.availability-pricing-page .quick-cart-search {
  padding: 20px 24px;
  /* keep in mind search preloader */
  margin-bottom: 60px;
  background: #F7F8F9;
  float: none;
}

@media (max-width: 991px) {
  .availability-pricing-page .quick-cart-search {
    margin-bottom: 24px;
  }
}

.availability-pricing-page .quick-cart-search .component-content {
  display: block;
  position: relative;
}

.availability-pricing-page .quick-cart-search .component-content form table td {
  border-bottom: 0px;
}

.availability-pricing-page .quick-cart-search .component-content .search-box-button {
  top: 24px;
  margin-right: 15px;
  right: 0;
  pointer-events: none;
}

.availability-pricing-page .quick-cart-search .component-content .search-box-button:hover {
  cursor: default;
}

.availability-pricing-page .quick-cart-search .component-content .search-box-button::after {
  opacity: 0.5;
}

.availability-pricing-page .quick-cart-search .component-content .search-box-clear-button,
.availability-pricing-page .quick-cart-search .component-content .search-box-close-button {
  display: none !important;
}

.availability-pricing-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);
}

.availability-pricing-page .quick-cart-search .product-line table {
  width: 100%;
}

.availability-pricing-page .quick-cart-search .product-line table tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .availability-pricing-page .quick-cart-search .product-line table tr {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .availability-pricing-page .quick-cart-search .product-line table td + td {
    margin-top: 15px;
  }
}

.availability-pricing-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) {
  .availability-pricing-page .quick-cart-search .product-line .product-line-title {
    flex-basis: 100%;
  }
}

.availability-pricing-page .quick-cart-search .product-line .product-line-unit {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 991px) {
  .availability-pricing-page .quick-cart-search .product-line .product-line-unit {
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .availability-pricing-page .quick-cart-search .product-line .product-line-unit {
    padding: 0 15px;
  }
}

.availability-pricing-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty {
  margin-bottom: 0;
}

.availability-pricing-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  flex-grow: 1;
}

.availability-pricing-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;
}

.availability-pricing-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: " ";
}

.availability-pricing-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.availability-pricing-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;
}

.availability-pricing-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input label {
  margin-left: 15px;
  order: 4;
  font-weight: 400;
  color: #c4505d !important;
}

.availability-pricing-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");
}

.availability-pricing-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");
}

.availability-pricing-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;
}

.availability-pricing-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, .availability-pricing-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, .availability-pricing-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;
}

.availability-pricing-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;
}

.availability-pricing-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button {
  margin-top: 0;
  margin-bottom: 0;
}

.availability-pricing-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn {
  position: relative;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #0D4486;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media (min-width: 992px) {
  .availability-pricing-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn {
    width: 56px;
    padding: 0 12px;
  }
}

.availability-pricing-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: " ";
}

.availability-pricing-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;
}

.availability-pricing-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;
}

.availability-pricing-page .quick-cart-search .product-line .product-line-addtocart .add-to-cart-button .add-to-cart-btn:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.availability-pricing-page .quick-cart-search.-is-loading .c-quick-search__loader {
  display: block;
}

.availability-pricing-page .quick-cart-search.-is-loading .search-box-button {
  display: none;
}

.availability-pricing-page .quick-cart-search.-is-empty .c-quick-search__no-results {
  display: block;
}

.availability-pricing-page .quick-cart-search .tt-menu {
  height: auto !important;
}

.availability-pricing-page .c-quick-search__loader {
  display: none;
  position: absolute;
  height: 25px;
  top: 20px;
  right: 10px;
  pointer-events: none;
}

.availability-pricing-page .c-quick-search__no-results {
  display: none;
  position: absolute;
  right: 40px;
  top: 20px;
  text-align: right;
  pointer-events: none;
}

.availability-pricing-page .quick-cart-search .tt-suggestion {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.availability-pricing-page .quick-cart-search .tt-suggestion:hover {
  cursor: pointer;
}

.availability-pricing-page .quick-cart-search .tt-suggestion:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.availability-pricing-page .line-items-count {
  margin-bottom: 24px !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.availability-pricing-page #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.13);
  z-index: 999;
}

.availability-pricing-page .ap-email-modal button.save:hover,
.availability-pricing-page .ap-saveastemplate-modal button.save:hover {
  background-color: #3D699E;
}


.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;
  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: 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 !important;
  -webkit-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);
  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: flex;
    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 !important;
  -webkit-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);
  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: flex;
    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%;
  }
}

.changepassword-currentpassword, .changepassword-newpassword, .changepassword-confirmpassword, .resetpassword-newpassword, .resetpassword-confirmpassword {
  position: relative;
}

.changepassword-currentpassword .show-hide, .changepassword-newpassword .show-hide, .changepassword-confirmpassword .show-hide, .resetpassword-newpassword .show-hide, .resetpassword-confirmpassword .show-hide {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40px;
  right: 20px;
  cursor: pointer;
  display: flex;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-eye-shut.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.changepassword-currentpassword .eye-open, .changepassword-newpassword .eye-open, .changepassword-confirmpassword .eye-open, .resetpassword-newpassword .eye-open, .resetpassword-confirmpassword .eye-open {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-eye-open.svg");
}


@charset "UTF-8";
.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;
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.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 .btn-group-with-disclaimer {
  display: flex;
  flex-wrap: wrap;
}

.account-management-page .btn-group-with-disclaimer .component-pricefiledownload-disclaimer {
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
  background-color: rgba(239, 241, 244, 0.5);
  display: flex;
  align-items: center;
}

.account-management-page .btn-group-with-disclaimer .component-pricefiledownload-disclaimer .text-block strong {
  font-weight: 700;
}

.account-management-page .btn-group-with-disclaimer .component-pricefiledownload-disclaimer::before {
  content: "";
  font-family: "SCCXAICONS";
  font-style: normal;
  font-size: 20px;
  margin-right: 12px;
  color: #E5A84F;
}

@media (max-width: 991px) {
  .account-management-page .btn-group-with-disclaimer .cxa-availabilityandprice-component {
    order: 1;
    margin-bottom: 24px;
  }
}

.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;
}

@media (max-width: 991px) {
  .account-management-page .cxa-addresslist-component .address-list-table .address-details {
    margin-bottom: 0px;
    justify-content: flex-start;
  }
}

.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;
  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;
  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;
  align-items: baseline;
  -webkit-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;
  padding-left: 0px;
  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: revert;
  justify-content: space-between;
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.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) {
    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) {
    order: 2;
  }
}

.account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(7) {
  min-width: 30px;
  flex-basis: auto;
  text-align: center;
}

@media (max-width: 991px) {
  .account-management-page .cxa-recentorders-component .recent-orders-list tr td:nth-child(7) {
    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;
}

@media (max-width: 991px) {
  .account-management-page .PriceFileDownload {
    flex-basis: 100%;
  }
  .account-management-page .PriceFileDownload a {
    width: 100%;
    justify-content: center;
    height: 60px;
  }
}

.account-management-page .PriceFileDownload .btn {
  margin: 0 24px 24px 0;
}

@media (max-width: 767px) {
  .account-management-page .PriceFileDownload .btn {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

@media (max-width: 991px) {
  .account-management-page .cxa-availabilityandprice-component {
    flex-basis: 100%;
  }
  .account-management-page .cxa-availabilityandprice-component a.btn.btn-price-and-availability.btn-align-left.-paa {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .account-management-page .col-xs-12.display-flex {
    flex-direction: column;
  }
}


.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 !important;
  -webkit-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);
  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 !important;
  -webkit-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);
  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-flex;
  display: flex;
  margin: 0 -15px 48px -15px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.c-search-order input {
  display: block;
  width: 100%;
}

.c-search-order__item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .c-search-order__item {
    -webkit-flex-basis: 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-flex;
  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 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}

.c-credit-note-address {
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px 48px -15px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.c-credit-note-address.ordering-details-address {
  padding: 0px 24px;
}

@media (min-width: 992px) {
  .c-credit-note-address.ordering-details-address {
    margin: 0px 0px 48px 0px;
  }
}

.c-credit-note-address__item {
  padding: 0 15px;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.c-credit-note-address__item.ordering-details-address {
  padding: 0px 15px 0px 0px;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}

@media (max-width: 991px) {
  .c-credit-note-address__item.ordering-details-address {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 992px) {
  .c-credit-note-address__item {
    -webkit-flex-basis: 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;
  padding-left: 0px;
  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: revert;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.cxa-orderhistory-component .order-history-list tr td a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.cxa-orderhistory-component .order-history-list tr td a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@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 {
    display: none;
  }
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-expiryDate {
    -webkit-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-order: 2;
    order: 2;
  }
}

.cxa-orderhistory-component .order-history-list tr td.order-link {
  min-width: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .cxa-orderhistory-component .order-history-list tr td.order-link {
    -webkit-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 td.wishlist-name a,
.template-details-page .wishlist-browse .wishlists-list td.wishlist-name a {
  color: #0D4486;
  font-weight: 700;
}

.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;
  display: table-row;
}

.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-flex;
  display: flex;
  margin-bottom: 24px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 991px) {
  .browse-wishlists-page .wishlist-browse .form-buttons,
  .template-details-page .wishlist-browse .form-buttons {
    -webkit-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 {
    -webkit-flex-basis: 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;
    -webkit-flex-basis: 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-flex;
  display: flex;
  margin-bottom: 24px;
  -webkit-justify-content: flex-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;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.browse-wishlists-page .form-buttons .addtocart:disabled:hover,
.template-details-page .form-buttons .addtocart:disabled:hover {
  background: #0D4486;
}

.template-details-page .wishlists-list table tbody td {
  padding-left: 0px;
}

.template-details-page .wishlists-list td.line-name span {
  color: #0D4486;
  font-weight: 700;
}

@media (max-width: 991px) {
  .template-details-page .wishlists-list table, .template-details-page .wishlists-list thead, .template-details-page .wishlists-list tbody, .template-details-page .wishlists-list th, .template-details-page .wishlists-list td, .template-details-page .wishlists-list tr {
    display: block;
    width: 100%;
  }
  .template-details-page .wishlists-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .template-details-page .wishlists-list table td {
    border-bottom: none !important;
    height: 60px;
  }
  .template-details-page .wishlists-list table td:before {
    position: relative;
    top: -22px;
    width: 100%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .template-details-page .wishlists-list table td:nth-of-type(1):before {
    content: "Item No.";
    font-weight: 400;
  }
  .template-details-page .wishlists-list table td:nth-of-type(2):before {
    content: "Title";
    font-weight: 400;
  }
  .template-details-page .wishlists-list table td:nth-of-type(3):before {
    content: "Quantity";
    display: inline-block;
    width: 49%;
    font-weight: 400;
  }
  .template-details-page .wishlists-list table td:nth-of-type(4):before {
    content: "UOM";
    display: inline-block;
    width: 49%;
    font-weight: 400;
  }
  .template-details-page .wishlists-list table td:nth-of-type(3), .template-details-page .wishlists-list table td:nth-of-type(4) {
    display: inline-block;
    width: 49%;
  }
  .template-details-page .wishlists-list table td:last-of-type {
    text-align: left !important;
  }
  .template-details-page .wishlists-list table td.line-productid {
    font-weight: 700;
  }
  .template-details-page .wishlists-list table td.line-productid span {
    margin-left: -59px;
  }
  .template-details-page .wishlists-list table td.line-name span {
    margin-left: -38px;
  }
  .template-details-page .wishlists-list table td.line-qty, .template-details-page .wishlists-list table td.line-uom {
    position: relative;
    font-weight: 600;
  }
  .template-details-page .wishlists-list table td.line-qty span, .template-details-page .wishlists-list table td.line-uom span {
    position: absolute;
    top: 20px;
    left: 0px;
  }
}

.ui-widget-content {
  box-shadow: 2px 5px 14px 0px #797979;
  background: #fff;
}

.ui-widget-header {
  border: 1px solid #9e9d9b;
  background: #92918f;
}

.ui-datepicker-today {
  background: #000;
}

.ui-datepicker-calendar td .ui-state-default {
  background: #fff;
}

.ui-state-default.ui-state-active {
  background: #0075ff !important;
  border: 1px solid #000;
  color: #fff;
}

@media (max-width: 991px) {
  .ui-datepicker-calendar tbody tr {
    display: revert;
    border-bottom: 0px;
  }
}


@charset "UTF-8";

.alert-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.alert-row .one {
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
}

.alert-row .two {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  text-align: right;
}

div[class*="light"] .alert-link {
  font-weight: 600;
  color: #0D4486;
}

div[class*="light"] .alert-link:hover {
  color: #1088b8;
}

div[class*="dark"] .alert-link {
  font-weight: 700;
  color: #fff;
}

div[class*="dark"] .alert-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.alert-large {
  padding-top: 25px;
  padding-left: 60px;
  width: 100%;
  padding-right: 36px;
  padding-bottom: 24px;
  border-left: 5px solid;
}

.alert-large:before {
  font-family: "SCCXAICONS";
  font-style: normal;
  /*   content: ""; */
  font-size: 30px;
  position: absolute;
  margin: -9px -45px;
}

.alert-large h1 {
  line-height: 62px;
}

.alert-large h2 {
  line-height: 52px;
}

.alert-large h3 {
  line-height: 44px;
}

.alert-large h4 {
  line-height: 36px;
}

.alert-large h5 {
  line-height: 28px;
}

.alert-large p {
  line-height: 24px;
  font-size: 16px;
  padding-top: 13px;
}

.alert-large hr {
  margin-top: 21px;
  margin-bottom: 21px;
}

.alert-large a.btn {
  min-width: 155px;
}

.alert-large .alert-link {
  font-size: 16px;
}

.alert-dark-success .alert-row li,
.alert-dark-error .alert-row li,
.alert-dark-neutral .alert-row li,
.alert-dark-warning .alert-row li {
  color: white;
  font-size: 16px;
}

.alert-dark-success hr,
.alert-dark-error hr,
.alert-dark-neutral hr,
.alert-dark-warning hr {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.alert-light-success:before,
.alert-dark-success:before {
  content: "";
}

.alert-light-error:before,
.alert-dark-error:before {
  content: "";
}

.alert-light-neutral:before,
.alert-dark-neutral:before {
  content: "";
}

.alert-light-warning:before,
.alert-dark-warning:before {
  content: "";
}

.alert-light-success {
  color: #08a863;
  background-color: rgba(8, 168, 99, 0.15);
  border-color: rgba(8, 168, 99, 0.6);
}

.alert-light-success:before {
  color: #08a863;
}

.alert-light-success hr {
  opacity: 0.3;
  border: 1px solid #08a863;
}

.alert-light-success h1,
.alert-light-success h2,
.alert-light-success h3,
.alert-light-success h4,
.alert-light-success h5,
.alert-light-success p {
  color: #08a863 !important;
}

.alert-light-success ul li, .alert-light-success ol li {
  color: #08a863 !important;
}

.alert-light-error {
  color: #a80013;
  background-color: rgba(168, 0, 19, 0.15);
  border-color: rgba(168, 0, 19, 0.6);
}

.alert-light-error hr {
  opacity: 0.3;
  border: 1px solid #a80013;
}

.alert-light-error h1,
.alert-light-error h2,
.alert-light-error h3,
.alert-light-error h4,
.alert-light-error h5,
.alert-light-error p {
  color: #a80013 !important;
}

.alert-light-error ul li, .alert-light-error ol li {
  color: #a80013 !important;
}

.alert-light-neutral {
  color: #0080b3;
  background-color: rgba(0, 128, 179, 0.15);
  border-color: rgba(0, 128, 179, 0.6);
}

.alert-light-neutral hr {
  opacity: 0.3;
  border: 1px solid #0080b3;
}

.alert-light-neutral h1,
.alert-light-neutral h2,
.alert-light-neutral h3,
.alert-light-neutral h4,
.alert-light-neutral h5,
.alert-light-neutral p {
  color: #0080b3 !important;
}

.alert-light-neutral ul li, .alert-light-neutral ol li {
  color: #0080b3 !important;
}

.alert-light-warning {
  color: #e5a84f;
  background-color: rgba(229, 168, 79, 0.15);
  border-color: rgba(229, 168, 79, 0.6);
}

.alert-light-warning hr {
  opacity: 0.3;
  border: 1px solid #e5a84f;
}

.alert-light-warning h1,
.alert-light-warning h2,
.alert-light-warning h3,
.alert-light-warning h4,
.alert-light-warning h5,
.alert-light-warning p {
  color: #e5a84f !important;
}

.alert-light-warning ul li, .alert-light-warning ol li {
  color: #e5a84f !important;
}

.alert-dark-success {
  color: #b4fdde;
  background-color: #08a863;
  border-color: rgba(8, 168, 99, 0.6);
}

.alert-dark-error {
  color: #f4c5cb;
  background-color: #a80013;
  border-color: rgba(168, 0, 19, 0.6);
}

.alert-dark-neutral {
  color: #d2ecf7;
  background-color: #0080b3;
  border-color: rgba(0, 128, 179, 0.6);
}

.alert-dark-warning {
  color: #ffeed5;
  background-color: #e5a84f;
  border-color: rgba(229, 168, 79, 0.6);
}

.alert-dark-success h1,
.alert-dark-success h2,
.alert-dark-success h3,
.alert-dark-success h4,
.alert-dark-success h5,
.alert-dark-success p,
.alert-dark-error h1,
.alert-dark-error h2,
.alert-dark-error h3,
.alert-dark-error h4,
.alert-dark-error h5,
.alert-dark-error p,
.alert-dark-neutral h1,
.alert-dark-neutral h2,
.alert-dark-neutral h3,
.alert-dark-neutral h4,
.alert-dark-neutral h5,
.alert-dark-neutral p,
.alert-dark-warning h1,
.alert-dark-warning h2,
.alert-dark-warning h3,
.alert-dark-warning h4,
.alert-dark-warning h5,
.alert-dark-warning p {
  color: white !important;
}

.alert-small {
  padding-top: 12px;
  padding-left: 44px;
  width: 100%;
  padding-right: 12px;
  padding-bottom: 12px;
  border-left: 2px solid;
}

.alert-small:before {
  font-family: "SCCXAICONS";
  font-style: normal;
  font-size: 20px;
  position: absolute;
  margin: -4px -35px;
}

@media (max-width: 575px) {
  .alert-small {
    padding-left: 36px;
    padding-right: 8px;
  }
  .alert-small:before {
    font-size: 16px;
    margin: -4px -28px;
  }
  .alert-large {
    padding-left: 48px;
    padding-right: 20px;
  }
  .alert-large h1 {
    font-size: 48px;
    line-height: 50px;
  }
  .alert-large h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .alert-large h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .alert-large h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .alert-large h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .alert-large p {
    line-height: 20px;
    font-size: 1 14px;
    padding-top: 20px;
  }
  .alert-row .one {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 4;
    flex-grow: 4;
  }
  .alert-row .two {
    display: none;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
  }
}


.container-gray-background {
  background: #f7f7f7;
}

.container-dark-background {
  background: #3d3d3d;
}

.container-color-background {
  background: #89c6cc;
}


.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);
    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, body .btn-price-file-download {
  padding: 22px 14px;
  display: inline-block;
  min-width: 162px;
  width: auto;
  height: 60px;
  max-height: 60px;
  background-color: #0D4486;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600 !important;
  line-height: 1;
  text-decoration: unset;
  text-align: center !important;
}

@media (max-width: 767px) {
  body button[type=submit],
  body input[type=submit],
  body .sitecore-form input[type=submit],
  body .primary-button-filled a,
  body .btn-default,
  body .btn--primary,
  body a.btn--primary, body .primary-button-line a,
  body .secondary-button-line a,
  body .email-entry-buttons a,
  body .register-buttons a,
  body .btn-secondary,
  body .btn--secondary, body .btn-price-file-download {
    width: 100% !important;
    height: auto;
    max-height: none;
  }
}

@media (min-width: 992px) {
  body button[type=submit],
  body input[type=submit],
  body .sitecore-form input[type=submit],
  body .primary-button-filled a,
  body .btn-default,
  body .btn--primary,
  body a.btn--primary, body .primary-button-line a,
  body .secondary-button-line a,
  body .email-entry-buttons a,
  body .register-buttons a,
  body .btn-secondary,
  body .btn--secondary, body .btn-price-file-download {
    min-width: 195px;
  }
}

body button:hover[type=submit],
body input:hover[type=submit],
body .primary-button-filled a:hover,
body .btn-default:hover,
body .btn--primary:hover, body .primary-button-line a:hover,
body .secondary-button-line a:hover,
body .email-entry-buttons a:hover,
body .register-buttons a:hover,
body .btn-secondary:hover,
body .btn--secondary:hover, body .btn-price-file-download:hover {
  color: white !important;
  background-color: #3D699E;
}

body button:focus[type=submit],
body input:focus[type=submit],
body .primary-button-filled a:focus,
body .btn-default:focus,
body .btn--primary:focus, body .primary-button-line a:focus,
body .secondary-button-line a:focus,
body .email-entry-buttons a:focus,
body .register-buttons a:focus,
body .btn-secondary:focus,
body .btn--secondary:focus, body .btn-price-file-download:focus {
  outline: none !important;
}

body button:disabled[type=submit],
body input:disabled[type=submit],
body .primary-button-filled a:disabled,
body .btn-default:disabled,
body .btn--primary:disabled, body .primary-button-line a:disabled,
body .secondary-button-line a:disabled,
body .email-entry-buttons a:disabled,
body .register-buttons a:disabled,
body .btn-secondary:disabled,
body .btn--secondary:disabled, body .btn-price-file-download:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

body .primary-button-line a,
body .secondary-button-line a,
body .email-entry-buttons a,
body .register-buttons a,
body .btn-secondary,
body .btn--secondary {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

body .primary-button-line a:hover,
body .secondary-button-line a:hover,
body .email-entry-buttons a:hover,
body .register-buttons a:hover,
body .btn-secondary:hover,
body .btn--secondary:hover {
  color: white !important;
  background-color: #3D699E !important;
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

body .sitecore-form input[type=submit]:hover {
  background-color: #3D699E !important;
}

body .btn--transparent {
  background-color: transparent;
  border: 1px solid transparent !important;
}

body .btn-price-file-download {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

body .btn-price-file-download span {
  color: #03AFEF;
  font-size: 12px;
  margin: 0.08em 0 0 .33em;
}

body .btn-price-file-download.-pptx::before, body .btn-price-file-download.-ppt::before, body .btn-price-file-download.-csv::before, body .btn-price-file-download.-pdf::before, body .btn-price-file-download.-zip::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 28px;
  background-size: 22px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 16px;
}

body .btn-price-file-download.-pptx::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-pptx-white.svg");
}

body .btn-price-file-download.-ppt::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-ppt-white.svg");
}

body .btn-price-file-download.-csv::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-csv-white.svg");
}

body .btn-price-file-download.-pdf::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-pdf-white.svg");
}

body .btn-price-file-download.-zip::before {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-zip-white.svg");
}

body .btn-price-file-download:focus, body .btn-price-file-download.focus {
  color: white;
}

body .btn-align-left {
  text-align: left !important;
  padding-left: 22px;
  padding-right: 18px;
}

@media (min-width: 768px) {
  body .btn-align-left {
    padding-right: 28px;
  }
}

body a.is-loading,
body input[type=submit].is-loading,
body button.is-loading {
  background: linear-gradient(270deg, #08A864 0%, #00ADEF 100%);
  background-repeat: no-repeat;
  -webkit-animation: linearGradient 200ms ease infinite;
  animation: linearGradient 200ms ease infinite;
  cursor: progress;
  position: relative;
}

@-webkit-keyframes linearGradient {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes linearGradient {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

body input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

body .btn-price-and-availability {
  color: #fff;
  background-color: #04B0ED;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 216px;
  min-width: 162px;
  height: 60px;
  max-height: 60px;
  border: 0;
  border-radius: 0;
  font-weight: 700;
}

body .btn-price-and-availability:hover {
  color: #fff !important;
  background-color: #3D699E !important;
}

body .btn-price-and-availability span {
  font-family: Material Icons Sharp !important;
  font-size: 24px;
  font-weight: 100;
  margin-right: 16px;
  color: #fff;
}


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%);
  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: linear-gradient(270deg, #09A965 0%, #02AEEF 100%) !important;
  top: -8px !important;
}

.bodyclass .component.carousel .btn--primary {
  color: #fff;
  margin-top: 20px;
}

.bodyclass .component.carousel .btn--secondary {
  background-color: #fff;
}

@media (max-width: 767px) {
  .bodyclass .component.carousel a.btn.btn--primary, .bodyclass .component.carousel a.btn.btn--secondary {
    width: 100%;
  }
  .bodyclass .component.carousel a.btn + a.btn {
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .bodyclass .component.carousel a.btn + a.btn {
    margin-left: 20px;
    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 (max-width: 767px) {
    .shopping-cart-page .component.link a.checkout {
      width: 100% !important;
      height: auto;
      max-height: none; } }
  @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, .shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:focus, .shopping-cart-page .quick-cart-search .product-line .product-line-quantity .add-to-cart-qty .quantity-input button:active {
    border-color: #00ADEF !important; }

@media (max-width: 767px) {
  .btn {
    white-space: normal; } }

.shopping-cart-page .save-button a, .shopping-cart-page .component.cxa-shoppingcartlines-component .clear-button a, .shopping-cart-page .component.cxa-shoppingcartlines-component .upload-to-shopping-cart-button a, .shopping-cart-page .wishlist-create-modal a.save, .shopping-cart-page .upload-to-shopping-cart-button a {
  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 .save-button a.save::before {
  content: "save";
  font-family: "Material Icons";
  margin-left: 8px;
  margin-right: 8px;
  top: 4px;
  position: relative;
  font-size: 20px; }

.shopping-cart-page .component-content h1.field-title {
  margin-bottom: 30px; }

.shopping-cart-page .component-content form table td {
  border-bottom: 0px; }

.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: 991px) {
  .shopping-cart-page .component.cxa-shoppingcartlines-component table tr {
    display: table-row; } }

@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 div {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-info div .indent-message {
    color: #A80013 !important; }

@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%;
  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-stockStatusName {
  padding-left: 20px !important;
  text-align: left; }
  @media (max-width: 767px) {
    .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusName {
      display: none; } }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusName .stockStatusIndicator {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusName .stockStatusName {
    font-size: 12px; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusName .out-of-stock {
    background-color: #A80013; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusName .in-stock {
    background-color: #08A863; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusName .in-stock-partially {
    background-color: #E5A84F; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusName .atp-date {
    font-weight: 400;
    color: #A80013;
    font-size: 12px; }

.shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile {
  text-align: left; }
  @media (min-width: 768px) {
    .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile {
      display: none; } }
  @media (max-width: 991px) {
    .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile {
      margin-left: 120px; } }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile .stockStatusIndicatorMobile {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile .stockStatusNameMobile {
    font-size: 12px; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile .out-of-stock {
    background-color: #A80013; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile .in-stock {
    background-color: #08A863; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile .in-stock-partially {
    background-color: #E5A84F; }
  .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-stockStatusNameMobile .atp-date {
    font-weight: 400;
    color: #A80013;
    font-size: 12px; }

.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 {
    flex-wrap: wrap;
    width: 125px; }
    .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-quantity div .validationMessage {
      width: 100%;
      order: 999;
      margin-top: 5px;
      font-size: 14px;
      font-family: "Titillium Web", "Open Sans", sans-serif !important;
      font-weight: 400;
      line-height: 1.5;
      color: #c4505d; }
    @media (max-width: 767px) {
      .shopping-cart-page .component.cxa-shoppingcartlines-component .shoppingcart-quantity div {
        align-content: flex-start;
        width: auto; } }
  .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;
    flex: 0 0 auto;
    margin: 0; }
    .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 .component.cxa-shoppingcartlines-component .clear-button a.clear::before {
    content: "remove_shopping_cart";
    font-family: "Material Icons";
    margin-left: 8px;
    margin-right: 8px;
    top: 4px;
    position: relative;
    font-size: 20px; }

.shopping-cart-page .component.cxa-shoppingcartlines-component .upload-to-shopping-cart-button a.clear::before {
  content: "file_upload";
  font-family: "Material Icons";
  margin-left: 8px;
  margin-right: 8px;
  top: 4px;
  position: relative;
  font-size: 20px; }

.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;
  /* keep in mind search preloader */
  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 .component-content .search-box-button {
      top: 24px;
      margin-right: 15px;
      right: 0;
      pointer-events: none; }
      .shopping-cart-page .quick-cart-search .component-content .search-box-button:hover {
        cursor: default; }
      .shopping-cart-page .quick-cart-search .component-content .search-box-button::after {
        opacity: 0.5; }
    .shopping-cart-page .quick-cart-search .component-content .search-box-clear-button,
    .shopping-cart-page .quick-cart-search .component-content .search-box-close-button {
      display: none !important; }
  .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: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 991px) {
          .shopping-cart-page .quick-cart-search .product-line table tr {
            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 {
          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 {
          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: flex;
        margin-bottom: 0;
        align-items: center;
        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;
          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"] {
            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: flex;
        padding: 0;
        align-items: 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 .quick-cart-search .tt-suggestion {
  font-family: "Titillium Web", "Open Sans", sans-serif !important; }
  .shopping-cart-page .quick-cart-search .tt-suggestion:hover {
    cursor: pointer; }
  .shopping-cart-page .quick-cart-search .tt-suggestion:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.shopping-cart-page .line-items-count {
  margin-bottom: 24px !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600; }

.shopping-cart-page .tt-menu {
  height: auto !important; }

@media (max-width: 991px) {
  .product-line {
    padding-bottom: 0px !important; }
  .product-line #addToCartForm table tbody tr {
    border-bottom: 0px; } }


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);
  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 {
    flex-basis: 33.3%;
  }
}

@media (min-width: 992px) {
  body .case-study-list.component.search-results .search-result-list {
    display: flex;
    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: 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: flex;
  height: 100%;
  flex-direction: column;
}

body .case-study-list .case-study__thumbnail-wrapper {
  overflow: hidden;
  height: auto;
  max-height: 145px;
  flex-basis: 100%;
}

body .case-study-list .case-study__thumbnail-wrapper > img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

body .case-study-list .case-study__content-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

body .case-study-list .case-style__link-wrapper {
  display: flex;
  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%;
  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;
  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: 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 !important;
  -webkit-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);
  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 {
  display: flex;
}

.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;
  align-self: flex-start;
  padding: 6px;
  margin-right: 20px;
  height: 62px;
  min-height: 62px;
  width: 62px;
  min-width: 62px;
  overflow: hidden;
  background: white;
  border-bottom: 0;
}

.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%);
  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;
  flex-basis: 100%;
  max-width: 252px;
  border-bottom: 0;
}

.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: flex;
  margin-top: 15px;
  flex-direction: row;
  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 {
  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;
  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;
  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: 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 !important;
  -webkit-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);
  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 {
  display: flex;
}

.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;
  align-self: flex-start;
  padding: 6px;
  margin-right: 20px;
  height: 62px;
  min-height: 62px;
  width: 62px;
  min-width: 62px;
  overflow: hidden;
  background: white;
  border-bottom: 0;
}

.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%);
  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;
  flex-basis: 100%;
  max-width: 252px;
  border-bottom: 0;
}

.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: flex;
  margin-top: 15px;
  flex-direction: row;
  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%;
  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 .additional-info-section .additional-info-form .ship-complete > label {
  margin: 0 !important;
}

.cxa-checkoutadditionaldetails-component.component .additional-info-section .additional-info-form .ship-complete > label.ship-complete--instructions {
  font-size: 13px !important;
  margin-left: 0 !important;
  margin-top: 12px !important;
}

.cxa-checkoutadditionaldetails-component.component .buttons-row {
  margin: 0;
  display: flex;
  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 !important;
  -webkit-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);
  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 {
  display: flex;
}

.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;
  align-self: flex-start;
  padding: 6px;
  margin-right: 20px;
  height: 62px;
  min-height: 62px;
  width: 62px;
  min-width: 62px;
  overflow: hidden;
  background: white;
  border-bottom: 0;
}

.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%);
  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;
  flex-basis: 100%;
  max-width: 252px;
  border-bottom: 0;
}

.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: flex;
  margin-top: 15px;
  flex-direction: row;
  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: 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 {
  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: 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: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
}


@charset "UTF-8";
[x-cloak] {
  display: none;
}

@-webkit-keyframes fadeInOut {
  from {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.nhp-events .fade-in-out {
  -webkit-animation: fadeInOut 1s;
  animation: fadeInOut 1s;
}

.nhp-events #wrapper {
  overflow: visible !important;
}

.nhp-events__smooth-scrolling {
  scroll-behavior: smooth;
}

.nhp-events.nhp-events main {
  padding-top: 40px;
  background-color: #fff !important;
  font-size: 16px;
}

.nhp-events main #content {
  padding: 0 45px 80px;
}

@media (max-width: 767px) {
  .nhp-events main #content {
    padding: 0 30px 40px;
  }
}

.nhp-events div, .nhp-events span, .nhp-events applet, .nhp-events object, .nhp-events iframe, .nhp-events p, .nhp-events blockquote, .nhp-events pre, .nhp-events a, .nhp-events abbr, .nhp-events acronym, .nhp-events address, .nhp-events big, .nhp-events cite, .nhp-events code, .nhp-events del, .nhp-events dfn, .nhp-events font, .nhp-events img, .nhp-events ins, .nhp-events kbd, .nhp-events q, .nhp-events s, .nhp-events samp, .nhp-events small, .nhp-events strike, .nhp-events strong, .nhp-events sub, .nhp-events sup, .nhp-events tt, .nhp-events var, .nhp-events dl, .nhp-events dt, .nhp-events dd, .nhp-events ol, .nhp-events ul, .nhp-events li, .nhp-events fieldset, .nhp-events form, .nhp-events label, .nhp-events legend, .nhp-events table, .nhp-events caption, .nhp-events tbody, .nhp-events tfoot, .nhp-events thead, .nhp-events tr, .nhp-events th, .nhp-events td {
  color: inherit;
  font-size: inherit;
}

.nhp-events .privacy-warning a {
  font-size: 14px;
}

.nhp-events h1, .nhp-events h2, .nhp-events h3, .nhp-events h4, .nhp-events h5, .nhp-events h6 {
  margin-bottom: 10px;
  line-height: 1.2;
}

.nhp-events h2 {
  margin-top: 20px;
}

.nhp-events h5 {
  margin-top: 10px;
}

.nhp-events h6 {
  font-size: 16px;
  font-weight: 600;
}

.nhp-events strong {
  font-weight: 700;
}

.nhp-events p + p {
  margin-top: 1em;
}

.nhp-events .page-header {
  border: 0;
}

.nhp-events .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.nhp-events .pb-1 {
  padding-bottom: 32px;
}

.nhp-events a.nhp-events-error {
  color: #337ab7;
}

.nhp-events a.btn.btn-default {
  color: #fff;
}

.nhp-events select,
.nhp-events input {
  border-radius: 0;
}

.nhp-events .btn:focus-visible {
  outline: 1px solid #1088b8 !important;
}

.nhp-events .btn.btn-default:focus {
  background-color: #0D4486;
  color: #fff;
}

.nhp-events .btn.btn-default:active {
  background-color: #082c58;
  color: #fff;
}

@media (min-width: 768px) {
  .nhp-events .btn-actions .btn + .btn {
    margin-left: 24px;
  }
}

.nhp-events select:not([multiple]) {
  height: 52px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='currentColor' d='M32,51.5,0,18.83,6.62,12.5,32,38.76,57.38,12.5,64,18.83z'/%3e%3c/svg%3e") no-repeat right 14px center/12px;
}

.nhp-events .list-group-item {
  border-color: #e6e6e6;
}

@-moz-document url-prefix() {
  .nhp-events select {
    border-right: revert;
    border-right-width: 1px;
  }
}

.nhp-events h1 {
  font-size: 48px;
  line-height: 62px;
}

.nhp-events h2 {
  font-size: 38px;
  line-height: 52px;
}

.nhp-events h3 {
  font-size: 32px;
  line-height: 44px;
}

.nhp-events h4 {
  font-size: 26px;
  line-height: 36px;
}

.nhp-events h5 {
  font-size: 20px;
  line-height: 28px;
}

.nhp-events h6 {
  font-size: 16px;
}

@media (max-width: 991px) {
  .nhp-events h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .nhp-events h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .nhp-events h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .nhp-events h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .nhp-events h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .nhp-events h6 {
    font-size: 14px;
  }
}

.nhp-events input[type="radio"] {
  position: static;
  width: auto;
  height: 100%;
  border: 0;
  background-color: transparent;
  color: transparent;
}

.nhp-events input[type="radio"]:checked::after {
  content: none;
  font-size: 1em;
}

.nhp-events .radio-btn {
  margin: 20px 6px;
}

.nhp-events .radio-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.nhp-events .radio-btn input[type="radio"] + label {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 400;
}

.nhp-events .radio-btn input[type="radio"] + label::before {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: .5em;
  border-radius: 50%;
  content: "";
}

.nhp-events .radio-btn input[type="radio"] + label::after {
  position: absolute;
  left: calc(5em / 14);
  width: 0.8em;
  height: 0.8em;
  background-color: transparent;
  border-radius: 50%;
  content: "";
}

.nhp-events .radio-btn input[type="radio"] + label:hover::before {
  border-color: rgba(0, 0, 0, 0.8);
}

.nhp-events .radio-btn input[type="radio"] + label:hover::after {
  background-color: rgba(3, 175, 239, 0.3);
}

.nhp-events .radio-btn input[type="radio"]:checked + label::before {
  border: 3px solid #03AFEF;
}

.nhp-events .radio-btn input[type="radio"]:checked + label::after {
  background-color: #03AFEF;
}

.nhp-events .radio-btn input[type="radio"]:focus-visible + label {
  outline: 1px solid #00ADEF;
  outline-offset: 4px;
}

.nhp-events .component.breadcrumb {
  padding-left: 0;
  margin: 30px 0;
}

.nhp-events .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  border: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='currentColor' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-radius: 0;
  color: #495057;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  vertical-align: middle;
}

.nhp-events .custom-select:focus {
  border-color: #0D4486;
  outline: 0;
}

.nhp-events .custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}

.nhp-events .custom-select[multiple], .nhp-events .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.nhp-events .custom-select::-ms-expand {
  display: none;
}

.nhp-events .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0D4486;
}

.nhp-events .modal-dialog {
  margin-top: 15vh;
}

.nhp-events .modal-content {
  border-radius: 0;
}

.nhp-events .modal-header {
  padding: 30px 30px 10px;
  border: 0;
}

.nhp-events .modal-header .close {
  margin-top: -8px;
  color: #0D4486;
  font-size: 32px;
  opacity: 1;
}

.nhp-events .modal-body {
  padding: 0 30px;
  font-size: 16px;
}

.nhp-events .modal-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 30px 30px;
  border: 0;
}

.nhp-events .modal-footer .btn {
  font-size: 16px;
}

.nhp-events .event-banner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  min-height: 320px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 38px 30px 38px 88px;
  background-color: #778899;
  background-position: center;
  background-size: cover;
  text-align: left;
}

@media (max-width: 991px) {
  .nhp-events .event-banner {
    padding: 20px;
  }
}

.nhp-events .event-banner h1, .nhp-events .event-banner h2, .nhp-events .event-banner h3, .nhp-events .event-banner h4, .nhp-events .event-banner h5, .nhp-events .event-banner h6 {
  margin-top: 0;
  color: #fff !important;
}

.nhp-events .event-banner .row-flex {
  text-shadow: #000 0 0 5px;
}

.nhp-events .event-banner__date span:first-of-type {
  padding-right: 8px;
}

.nhp-events .event-banner__date span:last-of-type:not(:first-of-type) {
  padding-left: 8px;
  border-left: 3px solid currentColor;
}

.nhp-events .event-banner__cta {
  display: block;
  margin-top: 20px;
}

.nhp-events .event-banner__cta .btn {
  box-shadow: 0 5px 15px rgba(204, 204, 204, 0.3);
  font-weight: 700 !important;
  text-shadow: none;
}

.nhp-events .event-card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: default;
  transition: all .3s linear;
}

.nhp-events .event-card:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}

.nhp-events .event-card .caption {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 15px;
  font-size: 16px;
}

.nhp-events .event-card .caption > * + * {
  margin-top: 12px;
}

.nhp-events .event-card__image {
  height: 180px;
  margin-right: 0;
  margin-left: 0;
  object-fit: cover;
}

.nhp-events .event-card__title {
  font-weight: 600;
}

.nhp-events .event-card__date span:first-of-type {
  padding-right: 8px;
}

.nhp-events .event-card__date span:last-of-type:not(:first-of-type) {
  padding-left: 8px;
  border-left: 1px solid currentColor;
}

.nhp-events .event-card__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.nhp-events .event-card__footer {
  padding: 0 15px 15px;
  border-top: none;
  background-color: transparent;
  color: #0D4486;
  font-size: 15px;
  font-weight: 700;
}

.nhp-events .event-card__footer a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: normal;
  align-items: normal;
}

.nhp-events .event-card__footer a:hover {
  text-decoration: none;
}

.nhp-events .event-card__footer a:hover span {
  text-decoration: underline;
}

.nhp-events .event-card__footer a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.nhp-events .event-card__footer .fa {
  padding-left: 8px;
  font-size: 1.5em;
  font-weight: 700;
}

.nhp-events .nhp-event-list {
  width: 100%;
}

.nhp-events .nhp-event-list .event-banner {
  min-height: 160px;
  padding-top: 60px;
  padding-left: 20px;
}

.nhp-events .nhp-event-list .input-group {
  margin-bottom: 15px;
}

.nhp-events .nhp-event-list .form-control {
  height: 52px;
}

.nhp-events .nhp-event-list .input-group-btn button {
  width: 40px;
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  background-color: #fff;
  border-radius: 0;
}

.nhp-events .nhp-event-list__sort select {
  width: 100%;
  color: transparent;
}

.nhp-events .nhp-event-list__sort option {
  color: rgba(0, 0, 0, 0.7);
}

.nhp-events .nhp-event-list__sort option:disabled {
  color: #ccc;
}

.nhp-events .nhp-event-list__sort label {
  position: absolute;
  top: 14px;
  left: 30px;
  width: calc(100% - 80px);
  background-color: #fff;
  color: #000;
  font-weight: 600;
  pointer-events: none;
}

.nhp-events .nhp-event-list__pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.nhp-events .nhp-event-list__pagination li > span {
  border: 0;
  border-bottom: 2px solid transparent;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 767px) {
  .nhp-events .nhp-event-list__pagination li > span {
    margin: 0 2px;
  }
}

.nhp-events .nhp-event-list__pagination li > span:not([aria-label]):hover {
  border-color: #bcecff;
}

.nhp-events .nhp-event-list__pagination li > span.not-active {
  border-bottom: transparent;
  cursor: default;
}

.nhp-events .nhp-event-list__pagination li > span .fa {
  font-weight: 700;
}

.nhp-events .nhp-event-list__pagination li.active > span {
  border-color: #00ADEF;
  background-color: transparent;
  font-weight: 700;
}

.nhp-events .nhp-event-list__pagination li.active > span:hover {
  border-color: #00ADEF;
  color: #0D4486;
}

.nhp-events .nhp-event-list__pagination.not-visible {
  visibility: hidden;
}

.nhp-events .nhp-event-no-listings a {
  color: #0D4486;
}

.nhp-events .nhp-event-no-listings a.btn.btn--primary {
  margin-top: 40px;
  color: #fff;
}

@media (min-width: 1200px) {
  .nhp-events .nhp-event-no-listings p {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .nhp-events .nhp-event-no-listings p {
    width: 100%;
  }
}

.nhp-events .nav-tabs {
  background-color: #EFF1F4;
}

.nhp-events .nav-tabs li > a {
  color: #aaa;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.nhp-events .nav-tabs li > a:focus, .nhp-events .nav-tabs li > a:hover {
  color: #6b717b;
}

.nhp-events .nav-tabs li.active > a {
  border-color: #e6e6e6 !important;
  border-bottom-color: #fff !important;
  color: #222;
}

@media (max-width: 767px) {
  .nhp-events .nav-tabs.nav-justified {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: -5px;
  }
  .nhp-events .nav-tabs.nav-justified > li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

.nhp-events .event-details {
  width: 100%;
}

.nhp-events .event-details__container {
  padding: 0 15px;
  border-top: 0;
  border-right: 0;
  background-color: #fff;
}

.nhp-events .event-details__container .list-group {
  padding: 0;
  margin: 0;
}

.nhp-events .event-details__container .list-group-item:hover {
  background-color: #f3f6f9;
}

.nhp-events .event-details__container #event-sessions {
  display: block;
}

.nhp-events .event-details__container #event-speakers {
  display: none;
}

.nhp-events .event-details__speakers #event-sessions {
  display: none;
}

.nhp-events .event-details__speakers #event-speakers {
  display: block;
}

.nhp-events .event-details__panel {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 15px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.nhp-events .event-details__date-selector {
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .nhp-events .event-details__date-selector select {
    width: 217px;
  }
}

.nhp-events .event-details__buttons .btn:focus {
  outline: 0;
  text-decoration: none;
}

.nhp-events .event-details__buttons .btn:hover {
  text-decoration: underline;
}

.nhp-events .event-details__sponsors {
  margin-top: 20px;
}

.nhp-events .event-session__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nhp-events .event-session__title i {
  color: #0D4486;
  font-size: 20px;
  font-weight: 700;
}

.nhp-events .event-session__date span {
  margin-top: 10px;
}

.nhp-events .event-session__date span:first-of-type {
  padding-right: 8px;
}

.nhp-events .event-session__date span:last-of-type:not(:first-of-type) {
  padding-left: 8px;
  border-left: 1px solid currentColor;
}

.nhp-events .event-session__location, .nhp-events .event-session__description {
  margin-top: 10px;
}

.nhp-events .event-session__speakers > div:first-of-type {
  margin: 18px 0 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.nhp-events .event-session__speaker {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nhp-events .event-session__speaker img {
  height: 64px;
  margin-right: 8px;
  border-radius: 50%;
}

.nhp-events .event-session__speaker span {
  padding: 8px;
}

.nhp-events .event-speaker {
  display: -webkit-flex;
  display: flex;
}

.nhp-events .event-speaker > img {
  width: 120px;
  height: 120px;
  margin: 15px;
  border-radius: 50%;
  object-fit: contain;
  object-position: top;
}

.nhp-events .event-speaker__details {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 15px;
  cursor: default;
}

.nhp-events .event-speaker__details > div + div + div {
  margin-top: 8px;
}

.nhp-events .event-speaker__name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nhp-events .event-speaker__name i {
  color: #0D4486;
  font-size: 20px;
  font-weight: 700;
}

.nhp-events .event-speaker__sessions > div:first-of-type {
  margin: 18px 0 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.nhp-events .event-speaker__session {
  margin-top: 10px;
  color: #0D4486;
  font-weight: 600;
}

.nhp-events .event-speaker__date span {
  margin-top: 10px;
}

.nhp-events .event-speaker__date span:first-of-type {
  padding-right: 8px;
}

.nhp-events .event-speaker__date span:last-of-type:not(:first-of-type) {
  padding-left: 8px;
  border-left: 1px solid currentColor;
}

.nhp-events .event-speaker__social {
  margin-top: 20px !important;
  margin-bottom: 15px;
  color: #0D4486;
  font-size: 20px;
}

.nhp-events .event-speaker__social a {
  padding: 10px 15px;
}

.nhp-events .event-speaker__social a:hover {
  background-color: rgba(13, 68, 134, 0.2);
}

@media (max-width: 767px) {
  .nhp-events .event-speaker {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nhp-events .event-speaker__details {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.nhp-events .event-sponsor {
  display: -webkit-flex;
  display: flex;
  max-width: 170px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.nhp-events .event-sponsor img {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.nhp-events form div {
  margin-bottom: 15px;
}

.nhp-events .event-rego {
  width: 100%;
}

.nhp-events .event-rego__select-attendees {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nhp-events .event-rego__select-attendees select {
  width: 5rem;
}

.nhp-events .event-rego__captcha {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.nhp-events .event-rego__submit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}

.nhp-events .event-rego__submit .btn::after {
  content: "";
  opacity: 0;
}

.nhp-events .event-rego__submit .btn span {
  transition: opacity .3s linear;
}

.nhp-events .event-rego__submit .btn:disabled {
  background-color: #0D4486;
  opacity: .7;
}

.nhp-events .event-rego__submit .btn--loading {
  position: relative;
}

.nhp-events .event-rego__submit .btn--loading span {
  opacity: 0;
}

.nhp-events .event-rego__submit .btn--loading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  margin: auto;
  -webkit-animation: button-loading-spinner 1s ease infinite;
  animation: button-loading-spinner 1s ease infinite;
  border-radius: 50%;
  content: "";
  opacity: 1;
  transition: opacity .3s linear .15s;
}

.nhp-events .form-group > label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 20px .5rem;
}

.nhp-events .form-group > label span:last-of-type {
  color: #aaa;
}

.nhp-events .form-group select:not([multiple]) {
  height: 60px;
  padding: 0 20px;
}

.nhp-events .form-group option {
  padding: 8px;
}

.nhp-events .form-group div {
  margin-bottom: 0;
}

.nhp-events .form-group .row-flex {
  padding: 0 15px;
}

.nhp-events .form-group .help-block {
  display: none;
  padding-left: 20px;
  color: #c4505d;
}

.nhp-events .form-group .form-control {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.nhp-events .form-group .form-control:hover {
  border-color: #1088b8 !important;
}

.nhp-events .form-group .form-control:focus-visible {
  outline: 1px solid #1088b8 !important;
}

.nhp-events .form-group.has-error .event-multichoice,
.nhp-events .form-group.has-error .form-control {
  border-width: 2px !important;
  border-color: #c4505d !important;
}

.nhp-events .form-group.has-error .help-block {
  display: block;
}

.nhp-events .form-group.field-is-required > label span:last-of-type {
  display: none;
}

.nhp-events .form-group.field-is-required select:not([multiple]) option:first-of-type {
  display: none;
}

.nhp-events .event-multichoice {
  padding: 5px 10px;
  border: 1px solid #b3b3b3;
}

.nhp-events .event-multichoice:hover {
  border-color: #1088b8;
}

.nhp-events .event-multichoice:focus-within {
  outline: 1px solid #1088b8;
}

.nhp-events .event-checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding: 5px;
  margin: 10px 0 !important;
}

.nhp-events .event-checkbox input[type=checkbox] {
  border-color: rgba(0, 0, 0, 0.3);
  margin: -13px 0 0;
}

.nhp-events .event-checkbox input[type=checkbox]:hover {
  border-color: rgba(0, 0, 0, 0.8);
}

.nhp-events .event-checkbox input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.nhp-events .event-checkbox input[type=checkbox]:checked::after {
  color: #fff;
  content: "✔";
  font-size: 12px;
  line-height: .8;
}

.nhp-events .event-checkbox input[type=checkbox]:focus-visible + label {
  outline: 1px solid #1088b8;
  outline-offset: 8px;
}

.nhp-events .event-checkbox label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-left: 36px;
  margin-left: -24px;
  cursor: pointer;
  font-weight: 400;
}

.nhp-events .event-checkbox label:hover {
  font-weight: 700;
}

.nhp-events .event-attendee {
  border-top: 1px solid #e6e6e6;
}

.nhp-events .event-attendee__title {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: -1px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #fff;
  margin: 0;
  background-color: #fff;
}

.nhp-events .event-attendee__title:hover {
  background-color: #f3f6f9;
}

.nhp-events .event-attendee__title h5 {
  max-width: calc(100% - 20px);
  word-break: break-word;
}

.nhp-events .event-attendee__title-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}

.nhp-events .event-attendee__title-actions .btn.btn-link {
  display: none;
  margin-right: 1rem;
}

.nhp-events .event-attendee__title-actions .btn.btn-link i {
  font-weight: 400;
}

.nhp-events .event-attendee__title-actions .btn.btn-link:hover i {
  color: #c4505d;
  font-weight: 700;
}

.nhp-events .event-attendee__title i {
  color: #0D4486;
  font-size: 1.5rem;
  font-weight: 700;
}

.nhp-events .event-attendee__title--warning {
  color: #c4505d;
  font-style: italic;
}

.nhp-events .event-attendee__body {
  margin-bottom: 30px;
}

.nhp-events .event-attendee__name {
  margin-left: 1rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .nhp-events .event-attendee__name {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
}

.nhp-events .event-attendee__boolean-field .row-flex {
  margin-top: -15px;
}

.nhp-events .event-attendee.accordion-open + .event-attendee {
  padding-top: 15px;
  border-top: 2px solid #0D4486;
  margin-top: 45px;
}

.nhp-events .event-success {
  width: 100%;
}

.nhp-events .event-success__buttons {
  margin-top: 40px;
}

@use "sass:math";
.row-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-flex [class*="col-xs-1"] {
  max-width: 8.33333%;
  -webkit-flex: 1 0 8.33333%;
  flex: 1 0 8.33333%;
  float: none;
}

.row-flex [class*="col-xs-2"] {
  max-width: 16.66667%;
  -webkit-flex: 1 0 16.66667%;
  flex: 1 0 16.66667%;
  float: none;
}

.row-flex [class*="col-xs-3"] {
  max-width: 25%;
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
  float: none;
}

.row-flex [class*="col-xs-4"] {
  max-width: 33.33333%;
  -webkit-flex: 1 0 33.33333%;
  flex: 1 0 33.33333%;
  float: none;
}

.row-flex [class*="col-xs-5"] {
  max-width: 41.66667%;
  -webkit-flex: 1 0 41.66667%;
  flex: 1 0 41.66667%;
  float: none;
}

.row-flex [class*="col-xs-6"] {
  max-width: 50%;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  float: none;
}

.row-flex [class*="col-xs-7"] {
  max-width: 58.33333%;
  -webkit-flex: 1 0 58.33333%;
  flex: 1 0 58.33333%;
  float: none;
}

.row-flex [class*="col-xs-8"] {
  max-width: 66.66667%;
  -webkit-flex: 1 0 66.66667%;
  flex: 1 0 66.66667%;
  float: none;
}

.row-flex [class*="col-xs-9"] {
  max-width: 75%;
  -webkit-flex: 1 0 75%;
  flex: 1 0 75%;
  float: none;
}

.row-flex [class*="col-xs-10"] {
  max-width: 83.33333%;
  -webkit-flex: 1 0 83.33333%;
  flex: 1 0 83.33333%;
  float: none;
}

.row-flex [class*="col-xs-11"] {
  max-width: 91.66667%;
  -webkit-flex: 1 0 91.66667%;
  flex: 1 0 91.66667%;
  float: none;
}

.row-flex [class*="col-xs-12"] {
  max-width: 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  float: none;
}

@media (min-width: 768px) {
  .row-flex [class*="col-sm-1"] {
    max-width: 8.33333%;
    -webkit-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%;
    float: none;
  }
  .row-flex [class*="col-sm-2"] {
    max-width: 16.66667%;
    -webkit-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%;
    float: none;
  }
  .row-flex [class*="col-sm-3"] {
    max-width: 25%;
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    float: none;
  }
  .row-flex [class*="col-sm-4"] {
    max-width: 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    float: none;
  }
  .row-flex [class*="col-sm-5"] {
    max-width: 41.66667%;
    -webkit-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%;
    float: none;
  }
  .row-flex [class*="col-sm-6"] {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    float: none;
  }
  .row-flex [class*="col-sm-7"] {
    max-width: 58.33333%;
    -webkit-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%;
    float: none;
  }
  .row-flex [class*="col-sm-8"] {
    max-width: 66.66667%;
    -webkit-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    float: none;
  }
  .row-flex [class*="col-sm-9"] {
    max-width: 75%;
    -webkit-flex: 1 0 75%;
    flex: 1 0 75%;
    float: none;
  }
  .row-flex [class*="col-sm-10"] {
    max-width: 83.33333%;
    -webkit-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%;
    float: none;
  }
  .row-flex [class*="col-sm-11"] {
    max-width: 91.66667%;
    -webkit-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%;
    float: none;
  }
  .row-flex [class*="col-sm-12"] {
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    float: none;
  }
}

@media (min-width: 992px) {
  .row-flex [class*="col-md-1"] {
    max-width: 8.33333%;
    -webkit-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%;
    float: none;
  }
  .row-flex [class*="col-md-2"] {
    max-width: 16.66667%;
    -webkit-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%;
    float: none;
  }
  .row-flex [class*="col-md-3"] {
    max-width: 25%;
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    float: none;
  }
  .row-flex [class*="col-md-4"] {
    max-width: 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    float: none;
  }
  .row-flex [class*="col-md-5"] {
    max-width: 41.66667%;
    -webkit-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%;
    float: none;
  }
  .row-flex [class*="col-md-6"] {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    float: none;
  }
  .row-flex [class*="col-md-7"] {
    max-width: 58.33333%;
    -webkit-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%;
    float: none;
  }
  .row-flex [class*="col-md-8"] {
    max-width: 66.66667%;
    -webkit-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    float: none;
  }
  .row-flex [class*="col-md-9"] {
    max-width: 75%;
    -webkit-flex: 1 0 75%;
    flex: 1 0 75%;
    float: none;
  }
  .row-flex [class*="col-md-10"] {
    max-width: 83.33333%;
    -webkit-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%;
    float: none;
  }
  .row-flex [class*="col-md-11"] {
    max-width: 91.66667%;
    -webkit-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%;
    float: none;
  }
  .row-flex [class*="col-md-12"] {
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    float: none;
  }
}

@media (min-width: 1200px) {
  .row-flex [class*="col-lg-1"] {
    max-width: 8.33333%;
    -webkit-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%;
    float: none;
  }
  .row-flex [class*="col-lg-2"] {
    max-width: 16.66667%;
    -webkit-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%;
    float: none;
  }
  .row-flex [class*="col-lg-3"] {
    max-width: 25%;
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    float: none;
  }
  .row-flex [class*="col-lg-4"] {
    max-width: 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    float: none;
  }
  .row-flex [class*="col-lg-5"] {
    max-width: 41.66667%;
    -webkit-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%;
    float: none;
  }
  .row-flex [class*="col-lg-6"] {
    max-width: 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    float: none;
  }
  .row-flex [class*="col-lg-7"] {
    max-width: 58.33333%;
    -webkit-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%;
    float: none;
  }
  .row-flex [class*="col-lg-8"] {
    max-width: 66.66667%;
    -webkit-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    float: none;
  }
  .row-flex [class*="col-lg-9"] {
    max-width: 75%;
    -webkit-flex: 1 0 75%;
    flex: 1 0 75%;
    float: none;
  }
  .row-flex [class*="col-lg-10"] {
    max-width: 83.33333%;
    -webkit-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%;
    float: none;
  }
  .row-flex [class*="col-lg-11"] {
    max-width: 91.66667%;
    -webkit-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%;
    float: none;
  }
  .row-flex [class*="col-lg-12"] {
    max-width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    float: none;
  }
}

.row-flex + .row-flex {
  margin-top: 20px;
}

.row-flex.continue {
  margin-top: 0;
}

.row-flex .col-auto {
  position: relative;
  width: auto;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row-flex .col {
  position: relative;
  width: auto;
  max-width: 100%;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px 0;
}


.search-custom-filter input[type=text], .search-custom-filter input[type=number], .search-custom-filter input[type=email], .search-custom-filter input[type=date], .search-custom-filter input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.search-custom-filter input[type=text]:hover, .search-custom-filter input[type=text]:focus, .search-custom-filter input[type=number]:hover, .search-custom-filter input[type=number]:focus, .search-custom-filter input[type=email]:hover, .search-custom-filter input[type=email]:focus, .search-custom-filter input[type=date]:hover, .search-custom-filter input[type=date]:focus, .search-custom-filter input[type=password]:hover, .search-custom-filter input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.search-custom-filter input[type=text]:disabled, .search-custom-filter input[type=text][disabled], .search-custom-filter input[type=number]:disabled, .search-custom-filter input[type=number][disabled], .search-custom-filter input[type=email]:disabled, .search-custom-filter input[type=email][disabled], .search-custom-filter input[type=date]:disabled, .search-custom-filter input[type=date][disabled], .search-custom-filter input[type=password]:disabled, .search-custom-filter 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-custom-filter input[type=text].input-validation-error, .search-custom-filter input[type=number].input-validation-error, .search-custom-filter input[type=email].input-validation-error, .search-custom-filter input[type=date].input-validation-error, .search-custom-filter input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.search-custom-filter input[type=text]::-webkit-input-placeholder, .search-custom-filter input[type=number]::-webkit-input-placeholder, .search-custom-filter input[type=email]::-webkit-input-placeholder, .search-custom-filter input[type=date]::-webkit-input-placeholder, .search-custom-filter input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.search-custom-filter input[type=text]:-ms-input-placeholder, .search-custom-filter input[type=number]:-ms-input-placeholder, .search-custom-filter input[type=email]:-ms-input-placeholder, .search-custom-filter input[type=date]:-ms-input-placeholder, .search-custom-filter input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.search-custom-filter input[type=text]::placeholder, .search-custom-filter input[type=number]::placeholder, .search-custom-filter input[type=email]::placeholder, .search-custom-filter input[type=date]::placeholder, .search-custom-filter input[type=password]::placeholder {
  color: #bbb;
}

.search-custom-filter 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-custom-filter input[type=radio]:checked {
  border-color: #03AFEF;
}

.search-custom-filter 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-custom-filter input[type=radio]:hover {
  border-color: #03AFEF;
}

.search-custom-filter input[type=radio]:disabled, .search-custom-filter input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.search-custom-filter 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);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.search-custom-filter input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.search-custom-filter 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-custom-filter input[type=checkbox]:hover {
  border-color: #000;
}

.search-custom-filter input[type=checkbox]:disabled, .search-custom-filter input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

/* FILTER/FACET STYLES */
.component.cxa-subcategorynavigation-component .subcategory-navigation ul li a span, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a, .facet-component.facet-single-selection-list .facet-search-filter .facet-value, .facet-component.custom-filter-component .facet-search-filter .facet-value, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7) !important;
  display: block;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation ul li a span:hover, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a:hover, .facet-component.facet-single-selection-list .facet-search-filter .facet-value:hover, .facet-component.custom-filter-component .facet-search-filter .facet-value:hover, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter:hover, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter:hover, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a span:active, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a:active, .facet-component.facet-single-selection-list .facet-search-filter .facet-value:active, .facet-component.custom-filter-component .facet-search-filter .facet-value:active, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter:active, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter:active, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a span:focus, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a:focus, .facet-component.facet-single-selection-list .facet-search-filter .facet-value:focus, .facet-component.custom-filter-component .facet-search-filter .facet-value:focus, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter:focus, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter:focus {
  border-bottom: 1px solid #00ADEF;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation .subcategories-title, .facet-component.facet-single-selection-list .facet-heading .facet-title, .facet-component.custom-filter-component .facet-heading .facet-title {
  color: #0D4486 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px 6px 0 !important;
  margin: 0;
  cursor: pointer;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation .subcategories-title:after, .facet-component.facet-single-selection-list .facet-heading .facet-title:after, .facet-component.custom-filter-component .facet-heading .facet-title: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;
  top: 4px;
  right: -6px;
  margin: 0;
  display: block !important;
}

.component.cxa-subcategorynavigation-component,
.facet-component.facet-single-selection-list,
.facet-component.custom-filter-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;
}

.facet-component.facet-single-selection-list:last-of-type, .facet-component.custom-filter-component:last-of-type {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .facet-component.facet-single-selection-list:last-of-type, .facet-component.custom-filter-component:last-of-type {
    margin-bottom: 36px;
  }
}

.component.cxa-subcategorynavigation-component .subcategory-navigation ul {
  margin-top: 20px;
  font-size: 13px;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation ul li {
  margin: 15px 0 0;
  padding: 0;
  font-size: inherit;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation ul li:first-child {
  margin-top: 0;
}


.facet-component.facet-single-selection-list,
.facet-component.custom-filter-component {
  position: relative;
}

.facet-component.facet-single-selection-list .facet-heading .clear-filter, .facet-component.custom-filter-component .facet-heading .clear-filter {
  position: absolute;
  top: 14px;
  right: -6px;
  display: none;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
}

.facet-component.facet-single-selection-list .facet-heading .clear-filter:hover, .facet-component.custom-filter-component .facet-heading .clear-filter:hover {
  background: unset;
}

.facet-component.facet-single-selection-list .facet-heading .clear-filter.has-active-facet, .facet-component.custom-filter-component .facet-heading .clear-filter.has-active-facet, .facet-component.facet-single-selection-list .facet-heading .clear-filter.has-active-facet:hover, .facet-component.custom-filter-component .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: 10px 10px;
  background-color: white;
}

.facet-component.facet-single-selection-list .facet-search-filter, .facet-component.custom-filter-component .facet-search-filter {
  display: none;
  margin-top: 20px;
  font-size: 13px;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value, .facet-component.custom-filter-component .facet-search-filter .facet-value, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter {
  margin: 15px 0 0;
  padding: 0;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value:first-child, .facet-component.custom-filter-component .facet-search-filter .facet-value:first-child, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter:first-child, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter:first-child {
  margin-top: 0;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value span, .facet-component.custom-filter-component .facet-search-filter .facet-value span, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter span, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter span, .facet-component.facet-single-selection-list .facet-search-filter .facet-value label, .facet-component.custom-filter-component .facet-search-filter .facet-value label, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter label, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value.active-facet, .facet-component.custom-filter-component .facet-search-filter .facet-value.active-facet, .facet-component.facet-single-selection-list .facet-search-filter .active-facet.search-custom-filter, .facet-component.custom-filter-component .facet-search-filter .active-facet.search-custom-filter {
  font-weight: 600;
  padding-right: 15px;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value.active-facet span, .facet-component.custom-filter-component .facet-search-filter .facet-value.active-facet span, .facet-component.facet-single-selection-list .facet-search-filter .active-facet.search-custom-filter span, .facet-component.custom-filter-component .facet-search-filter .active-facet.search-custom-filter span, .facet-component.facet-single-selection-list .facet-search-filter .facet-value.active-facet label, .facet-component.custom-filter-component .facet-search-filter .facet-value.active-facet label, .facet-component.facet-single-selection-list .facet-search-filter .active-facet.search-custom-filter label, .facet-component.custom-filter-component .facet-search-filter .active-facet.search-custom-filter label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value.active-facet::after, .facet-component.custom-filter-component .facet-search-filter .facet-value.active-facet::after, .facet-component.facet-single-selection-list .facet-search-filter .active-facet.search-custom-filter::after, .facet-component.custom-filter-component .facet-search-filter .active-facet.search-custom-filter::after {
  content: '';
  position: absolute;
  left: auto;
  top: 0.5em;
  right: 0;
  width: 8px;
  height: 8px;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.facet-component.facet-single-selection-list .facet-search-filter .toogle-facet-visibility, .facet-component.custom-filter-component .facet-search-filter .toogle-facet-visibility {
  margin: 15px 0 0;
  padding: 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #0D4486;
}

.facet-component.facet-single-selection-list .facet-search-filter .toogle-facet-visibility::before, .facet-component.custom-filter-component .facet-search-filter .toogle-facet-visibility::before {
  content: '...';
  position: absolute;
  left: 0;
  top: auto;
  bottom: 70%;
  pointer-events: none;
  font-size: 24px;
  letter-spacing: 1.5pt;
  color: rgba(0, 0, 0, 0.7);
  display: none;
}

.facet-component.facet-single-selection-list .facet-search-filter .toogle-facet-visibility::after, .facet-component.custom-filter-component .facet-search-filter .toogle-facet-visibility::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230D4486' d='M1 7V5h10v2z' opacity='.7'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  bottom: 4px;
  pointer-events: none;
}

.facet-component.facet-single-selection-list .facet-search-filter.facet-hided .facet-value.hide-facet-value, .facet-component.custom-filter-component .facet-search-filter.facet-hided .facet-value.hide-facet-value, .facet-component.facet-single-selection-list .facet-search-filter.facet-hided .hide-facet-value.search-custom-filter, .facet-component.custom-filter-component .facet-search-filter.facet-hided .hide-facet-value.search-custom-filter {
  display: none;
}

.facet-component.facet-single-selection-list .facet-search-filter.facet-hided .toogle-facet-visibility, .facet-component.custom-filter-component .facet-search-filter.facet-hided .toogle-facet-visibility {
  padding: 15px 0 0 0;
}

.facet-component.facet-single-selection-list .facet-search-filter.facet-hided .toogle-facet-visibility::before, .facet-component.custom-filter-component .facet-search-filter.facet-hided .toogle-facet-visibility::before {
  display: block;
}

.facet-component.facet-single-selection-list .facet-search-filter.facet-hided .toogle-facet-visibility::after, .facet-component.custom-filter-component .facet-search-filter.facet-hided .toogle-facet-visibility::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.7' fill='%230D4486'%3E%3Cpath d='M5 1h2v10H5z'/%3E%3Cpath d='M1 7V5h10v2H1z'/%3E%3C/g%3E%3C/svg%3E");
}

.facet-component.facet-single-selection-list .search-results-filter-overlay, .facet-component.custom-filter-component .search-results-filter-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.facet-component.facet-single-selection-list.-is-open .facet-heading .facet-title:after, .facet-component.-is-open.custom-filter-component .facet-heading .facet-title:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.facet-component.facet-single-selection-list.-is-open .facet-heading .clear-filter.has-active-facet, .facet-component.-is-open.custom-filter-component .facet-heading .clear-filter.has-active-facet {
  display: block;
}

.facet-component.facet-single-selection-list.-is-open .facet-search-filter, .facet-component.-is-open.custom-filter-component .facet-search-filter {
  display: block;
}

.facet-component.facet-single-selection-list.loading-in-progress .search-results-filter-overlay, .facet-component.loading-in-progress.custom-filter-component .search-results-filter-overlay {
  display: block;
}

.facet-component.facet-single-selection-list.loading-in-progress .search-results-filter-overlay::after, .facet-component.loading-in-progress.custom-filter-component .search-results-filter-overlay::after {
  content: '';
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-custom-filter {
  border: 0 !important;
  margin: 15px 0 0;
  padding: 0;
}

.search-custom-filter:first-child {
  margin-top: 0;
}

.search-custom-filter input[type="checkbox"]:not([disabled]):hover, .search-custom-filter input[type="checkbox"]:not([disabled]):focus {
  border-color: #03AFEF !important;
}

.search-custom-filter input[type="checkbox"]:not([disabled]):checked:hover, .search-custom-filter input[type="checkbox"]:not([disabled]):checked:focus {
  border-color: #03AFEF !important;
}

.search-custom-filter input[type="checkbox"]:not([disabled]) + label {
  cursor: pointer;
}

.search-custom-filter input[type="checkbox"]:not([disabled]) + label:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #00ADEF;
  text-decoration-color: #00ADEF;
  text-underline-offset: 3px;
}


.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value .removeFacetValue, .component.facet-summary .component-content .bottom-remove-filter button:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 36px;
  padding: 0;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

/* Structure */
.component.facet-summary {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.component.facet-summary .component-content {
  background-color: #f1f2f5;
}

.component.facet-summary .component-content .facet-heading {
  padding: 15px;
  display: block;
  margin: 0;
}

@media (max-width: 991px) {
  .component.facet-summary .component-content .facet-heading {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .component.facet-summary .component-content .facet-summary-placeholder {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .component.facet-summary .component-content .facet-summary-placeholder {
    padding-bottom: 15px;
  }
}

.component.facet-summary .component-content .facet-summary-wrapper {
  display: block;
  padding: 5px 0 0 0;
  margin: 0;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0 3px 0 0;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value {
  display: inline-block;
  margin: 10px 8px 0 0;
}

.component.facet-summary .component-content .bottom-remove-filter {
  float: none;
  width: auto;
  padding: 15px;
}

@media (min-width: 992px) {
  .component.facet-summary .component-content {
    display: flex;
  }
  .component.facet-summary .component-content .facet-summary-placeholder {
    flex-grow: 1;
  }
}

/* Style */
.component.facet-summary .component-content .facet-heading {
  border-bottom-width: 0;
}

.component.facet-summary .component-content .facet-heading .facet-title {
  padding-right: 5px !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
}

@media (max-width: 991px) {
  .component.facet-summary .component-content .facet-heading .facet-title {
    line-height: 1.2;
  }
}

.component.facet-summary .component-content .facet-heading .clear-filter {
  display: none;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element:hover {
  border-color: #00ADEF;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-name {
  display: none;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value {
  position: relative;
  transition: border 0.3s;
  padding: 8px 34px 8px 12px;
  background-color: white;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  word-break: normal;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value p {
  display: inline;
}

.component.facet-summary .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value .removeFacetValue {
  text-indent: -9999px;
}

.component.facet-summary .component-content .bottom-remove-filter {
  text-align: left;
}

@media (max-width: 991px) {
  .component.facet-summary .component-content .bottom-remove-filter {
    text-align: right;
  }
}

.component.facet-summary .component-content .bottom-remove-filter button {
  display: inline-block;
  height: 38px;
  width: auto;
  padding: 0 34px 0 12px;
  border: 1px solid #1088b8;
  color: #0D4486;
  text-indent: 0;
  line-height: 36px;
  border-radius: 0 !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  white-space: nowrap;
}

.component.facet-summary .component-content .bottom-remove-filter button:before {
  display: none;
}

.component.facet-summary .component-content .bottom-remove-filter button:hover {
  color: #0D4486;
  background-color: white !important;
}

.component.facet-summary .component-content .bottom-remove-filter button:after {
  content: " ";
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close-blue.svg");
}


.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: flex;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .bodyclass footer #footer.container {
    width: 90vw;
  }
}

@media (min-width: 1349px) and (max-width: 1920px) {
  .bodyclass footer #footer.container {
    max-width: 1440px !important;
    width: 90vw !important;
  }
}

@media (min-width: 1921px) {
  .bodyclass footer #footer.container {
    max-width: 1630px !important;
    width: 80vw !important;
  }
}

.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 {
  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: flex;
}

@media (max-width: 991px) {
  .bodyclass footer .footer-social-links .l-grid {
    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 {
  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;
  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: 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 !important;
  -webkit-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);
  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: inline-flex;
  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: flex;
  flex-direction: column;
  margin-top: 36px;
}

body .sitecore-form .button-wrapper.button-wrapper--right {
  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, .c-back-to-top__button:focus, .c-back-to-top__button:active {
  border-color: #00ADEF !important;
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.search-box input[type=text],
.search-box .tt-input[type=text], .search-box input[type=number],
.search-box .tt-input[type=number], .search-box input[type=email],
.search-box .tt-input[type=email], .search-box input[type=date],
.search-box .tt-input[type=date], .search-box input[type=password],
.search-box .tt-input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  -webkit-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 .tt-input[type=text]:hover, .search-box input[type=text]:focus,
.search-box .tt-input[type=text]:focus, .search-box input[type=number]:hover,
.search-box .tt-input[type=number]:hover, .search-box input[type=number]:focus,
.search-box .tt-input[type=number]:focus, .search-box input[type=email]:hover,
.search-box .tt-input[type=email]:hover, .search-box input[type=email]:focus,
.search-box .tt-input[type=email]:focus, .search-box input[type=date]:hover,
.search-box .tt-input[type=date]:hover, .search-box input[type=date]:focus,
.search-box .tt-input[type=date]:focus, .search-box input[type=password]:hover,
.search-box .tt-input[type=password]:hover, .search-box input[type=password]:focus,
.search-box .tt-input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.search-box input[type=text]:disabled,
.search-box .tt-input[type=text]:disabled, .search-box input[type=text][disabled],
.search-box .tt-input[type=text][disabled], .search-box input[type=number]:disabled,
.search-box .tt-input[type=number]:disabled, .search-box input[type=number][disabled],
.search-box .tt-input[type=number][disabled], .search-box input[type=email]:disabled,
.search-box .tt-input[type=email]:disabled, .search-box input[type=email][disabled],
.search-box .tt-input[type=email][disabled], .search-box input[type=date]:disabled,
.search-box .tt-input[type=date]:disabled, .search-box input[type=date][disabled],
.search-box .tt-input[type=date][disabled], .search-box input[type=password]:disabled,
.search-box .tt-input[type=password]:disabled, .search-box input[type=password][disabled],
.search-box .tt-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 .tt-input[type=text].input-validation-error, .search-box input[type=number].input-validation-error,
.search-box .tt-input[type=number].input-validation-error, .search-box input[type=email].input-validation-error,
.search-box .tt-input[type=email].input-validation-error, .search-box input[type=date].input-validation-error,
.search-box .tt-input[type=date].input-validation-error, .search-box input[type=password].input-validation-error,
.search-box .tt-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 .tt-input[type=text]::-webkit-input-placeholder, .search-box input[type=number]::-webkit-input-placeholder, .search-box .tt-input[type=number]::-webkit-input-placeholder, .search-box input[type=email]::-webkit-input-placeholder, .search-box .tt-input[type=email]::-webkit-input-placeholder, .search-box input[type=date]::-webkit-input-placeholder, .search-box .tt-input[type=date]::-webkit-input-placeholder, .search-box input[type=password]::-webkit-input-placeholder, .search-box .tt-input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.search-box input[type=text]:-ms-input-placeholder, .search-box .tt-input[type=text]:-ms-input-placeholder, .search-box input[type=number]:-ms-input-placeholder, .search-box .tt-input[type=number]:-ms-input-placeholder, .search-box input[type=email]:-ms-input-placeholder, .search-box .tt-input[type=email]:-ms-input-placeholder, .search-box input[type=date]:-ms-input-placeholder, .search-box .tt-input[type=date]:-ms-input-placeholder, .search-box input[type=password]:-ms-input-placeholder, .search-box .tt-input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.search-box input[type=text]::placeholder,
.search-box .tt-input[type=text]::placeholder, .search-box input[type=number]::placeholder,
.search-box .tt-input[type=number]::placeholder, .search-box input[type=email]::placeholder,
.search-box .tt-input[type=email]::placeholder, .search-box input[type=date]::placeholder,
.search-box .tt-input[type=date]::placeholder, .search-box input[type=password]::placeholder,
.search-box .tt-input[type=password]::placeholder {
  color: #bbb;
}

.search-box input[type=radio],
.search-box .tt-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,
.search-box .tt-input[type=radio]:checked {
  border-color: #03AFEF;
}

.search-box input[type=radio]:checked::after,
.search-box .tt-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,
.search-box .tt-input[type=radio]:hover {
  border-color: #03AFEF;
}

.search-box input[type=radio]:disabled,
.search-box .tt-input[type=radio]:disabled, .search-box input[type=radio][disabled],
.search-box .tt-input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.search-box input[type=checkbox],
.search-box .tt-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);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.search-box input[type=checkbox]:checked,
.search-box .tt-input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.search-box input[type=checkbox]:checked::after,
.search-box .tt-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,
.search-box .tt-input[type=checkbox]:hover {
  border-color: #000;
}

.search-box input[type=checkbox]:disabled,
.search-box .tt-input[type=checkbox]:disabled, .search-box input[type=checkbox][disabled],
.search-box .tt-input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.search-box .component-content .search-box-button,
.search-box .component-content .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%);
  transform: translateY(-50%);
  opacity: .7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-box .component-content .search-box-button:hover,
.search-box .component-content .search-box-button-with-redirect:hover {
  background-color: transparent !important;
  text-indent: -9999px;
}

.search-box .component-content .search-box-button:focus,
.search-box .component-content .search-box-button-with-redirect:focus {
  border: none !important;
}

.search-box .component-content .search-box-button::before,
.search-box .component-content .search-box-button-with-redirect::before {
  content: none !important;
}

.search-box .component-content .search-box-button::after,
.search-box .component-content .search-box-button-with-redirect::after {
  position: relative;
  height: 20px;
  width: 20px;
  top: auto;
  left: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-search.svg");
  content: " ";
  pointer-events: none;
}

.search-box .component-content .search-box-button > span, .search-box .component-content .search-box-button-with-redirect > span {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.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;
}

@media (max-width: 991px) {
  .bodyclass #header.container .component.row-splitter .container-fluid:nth-child(2) {
    padding: 0 !important;
  }
  .bodyclass #header.container .component.row-splitter .container-fluid:nth-child(2) .col-md-3.col-lg-3 {
    margin: 10px 15px;
  }
}

.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;
  }
}

@media (min-width: 992px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row {
    width: 90vw !important;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (min-width: 1349px) and (max-width: 1920px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row {
    max-width: 1440px !important;
    width: 90vw !important;
  }
}

@media (min-width: 1921px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(1) > .row {
    max-width: 1630px !important;
    width: 80vw !important;
  }
}

.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%;
}

.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: flex;
  height: 40px;
  justify-content: flex-start;
  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);
  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;
  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 {
  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: 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;
}

@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 {
    width: 90vw !important;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (min-width: 1349px) and (max-width: 1920px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row {
    max-width: 1440px !important;
    width: 90vw !important;
  }
}

@media (min-width: 1921px) {
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row {
    max-width: 1630px !important;
    width: 80vw !important;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row [class*="col-"] {
  min-height: initial;
  margin: 0;
  padding: 0;
}

@media (min-width: 1349px) and (max-width: 1920px) {
  .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: 78.5% !important;
  }
}

@media (min-width: 1920px) {
  .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: 78.5% !important;
  }
}

.bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row {
  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;
    margin: 10px 15px;
  }
}

@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) {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) .container.col-xs-12,
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) .component-content,
  .bodyclass #header.container > .row > .component > .container-fluid:nth-child(2) > .row > .row > div:nth-child(2) .column-splitter {
    height: 100%;
  }
}

.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: 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) {
    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;
    margin-right: 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-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: 1199px) {
  .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: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    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: 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-xs-3 {
  display: flex;
  justify-content: flex-end;
  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 {
    width: auto;
  }
  .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 {
    padding-right: 15px;
    height: 100%;
  }
  .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.is-open {
    border-bottom: 2px solid #04b0ed;
  }
  .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 .component-content {
    display: flex;
    align-items: center;
  }
}

@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 {
  padding-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;
  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;
  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 {
  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);
  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;
  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;
  order: 4 !important;
}

@media (max-width: 1199px) {
  .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;
  }
}

.search-box input,
.search-box .tt-input {
  height: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: normal !important;
}

#header .search-box {
  width: calc(100% - 24px);
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  #header .search-box input {
    padding: 0px inherit !important;
  }
}

#header .search-box .mobileFlag {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 992px) {
  #header .search-box .mobileFlag {
    display: block;
  }
}

body:not(.on-page-editor) #header .search-box label[for="textBoxSearch"] {
  display: block;
  position: absolute;
  left: 15px;
  top: 32px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
  color: #0D4486;
}

@media (min-width: 992px) {
  body:not(.on-page-editor) #header .search-box label[for="textBoxSearch"] {
    display: none;
  }
}

#header .search-box .search-box-button,
#header .search-box .search-box-button-with-redirect,
#header .search-box .search-box-clear-button,
#header .search-box .search-box-close-button {
  top: 84px;
  margin-right: 8px;
  right: 15px;
}

@media (min-width: 992px) {
  #header .search-box .search-box-button,
  #header .search-box .search-box-button-with-redirect {
    top: 24px;
    right: 4px;
    margin-right: 1px;
  }
}

#header .search-box .search-box-close-button {
  top: 30px;
  margin: 0;
}

#header .search-box .search-box-clear-button {
  margin-right: 48px;
}

@media (min-width: 992px) {
  #header .search-box .search-box-clear-button {
    top: 24px;
    right: 4px;
    margin-right: 41px;
  }
}

#header .search-box > .component-content {
  display: flex;
  flex-direction: column;
  height: auto !important;
  flex: 1 1 auto;
  padding: 45px 0 0;
  overflow: hidden;
  position: relative;
}

#header .search-box > .component-content .twitter-typeahead {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#header .search-box > .component-content .twitter-typeahead .tt-input {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  #header .search-box > .component-content .twitter-typeahead .tt-menu {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    flex: 1 1 auto;
    overflow: auto;
    border: 0;
    display: block !important;
  }
}

@media (min-width: 992px) {
  #header .search-box > .component-content {
    padding: 0;
  }
}

@media (min-width: 992px) {
  #header .search-box {
    overflow: visible;
    z-index: 100;
  }
  #header .search-box > .component-content {
    overflow: visible;
  }
  #header .search-box > .component-content .twitter-typeahead {
    overflow: visible;
  }
}

.search-box .component-content > button {
  background: transparent !important;
}

.search-box .twitter-typeahead {
  margin: 0 !important;
}

@media (max-width: 991px) {
  header #header .search-box .twitter-typeahead {
    display: block !important;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  header #header .search-box .twitter-typeahead {
    display: block !important;
    padding: 15px;
  }
}

header #header .search-box .search-box-button, header #header .search-box
.search-box-button-with-redirect, header #header .search-box
.search-box-close-button, header #header .search-box
.search-box-clear-button {
  display: inline-flex !important;
  width: auto !important;
  display: inline-flex !important;
  align-content: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
}

@media (max-width: 991px) {
  .search-box-button.close-button::after,
  .search-box-button-with-redirect.close-button::after,
  .search-box-close-button.close-button::after,
  .search-box-clear-button.close-button::after {
    background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close.svg");
  }
}

@media (max-width: 991px) {
  header #header .search-box.has-input .search-box-button, header #header .search-box.has-input
  .search-box-button-with-redirect {
    display: none !important;
  }
}

header #header .search-box .search-box-clear-button {
  display: none !important;
}

@media (max-width: 991px) {
  header #header .search-box .search-box-clear-button {
    width: auto !important;
    margin-right: 1px;
  }
}

header #header .search-box.has-input .search-box-clear-button {
  display: inline-flex !important;
}

@media (min-width: 992px) {
  header #header .search-box .search-box-close-button {
    display: none !important;
  }
}

.search-box .tt-menu {
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid #1088b8;
  overflow-y: auto;
}

.tt-highlight {
  color: #A80013;
}

.suggestion-header {
  color: #0D4486;
  font-weight: 700;
  padding: 10px 0;
}

.suggestion-header .total-count {
  color: rgba(0, 0, 0, 0.5);
  font-weight: lighter;
}

.suggestion-footer a {
  color: #0D4486;
  font-weight: 700;
}

.suggestion-footer a::after {
  display: inline-block;
  width: 18px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7 6 2 1 7' stroke='rgba(13, 68, 134, 0.99)' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
}

@media (max-width: 767px) {
  .suggestion-footer a::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .suggestion-footer__container {
    display: flex;
    justify-content: center;
  }
  .suggestion-footer a {
    display: inline-block;
    border: 1px solid #0D4486;
    box-sizing: content-box;
    padding: 20px 25px;
  }
}

.suggestion-footer__container {
  padding: 20px 0;
}

.suggestion-footer__container.see-more__results {
  display: flex;
  justify-content: center;
  padding: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.search-box .tt-suggestion {
  padding: 10px 0;
}

.search-box .tt-suggestion a {
  display: block;
}

.search-box .tt-suggestion a > div {
  display: flex;
  align-items: center;
}

.search-box .tt-suggestion a > div > .commerce-search-wrapper__image {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  background: #F7F8F9;
}

.search-box .tt-suggestion a > div > .commerce-search-wrapper__image > img {
  padding: 4px;
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.search-box .tt-suggestion a > div .commerce-search-wrapper__title {
  padding: 2px 0 6px;
}

.search-box .tt-suggestion a > div > .commerce-search-wrapper__content {
  display: flex;
  flex-direction: column;
  font-weight: 300;
}

.search-box .tt-suggestion a > div > .commerce-search-wrapper__content .commerce-search-wrapper__title {
  color: #0D4486;
  font-weight: 600;
}

.search-box .tt-suggestion.tt-suggestion-product-line {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.search-box .tt-suggestion.tt-suggestion-product-line:first-child {
  border-top: 0;
}

.search-box .tt-suggestion.tt-suggestion-product-line .quick-search > div {
  display: inline;
}

.search-box .tt-suggestion.tt-suggestion-product-line .quick-search .commerce-search-wrapper__title,
.search-box .tt-suggestion.tt-suggestion-product-line .quick-search .tt-highlight {
  color: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}

.search-box .tt-suggestion.tt-suggestion-product-line .quick-search .commerce-search-wrapper__title::after {
  content: " - ";
  display: inline;
}

#header {
  position: relative;
  z-index: 999;
  /* Set a higher z-index value than the overlay */
}

.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;
  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);
  transform: translate(0px, -70px);
}

.chat-bot-move-down {
  -webkit-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;
}


@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.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, .home main .c-featured-pages li .featured-tile__title.field-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, .home main .c-featured-pages 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, .home main .c-featured-pages li .field-title {
    display: inline-block;
  }
}

.home main .field-title + .field-title::before, .home main .c-featured-articles li .field-title + .field-title::before, .home main .c-featured-pages 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, .home main .c-featured-pages 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);
  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%;
  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;
  transition: top 200ms ease-in-out;
}

.bodyclass.home main .featured-categorie__overlay::after {
  content: '';
  background: #02AEEF;
  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: 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%;
  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: 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: 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%;
  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: 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: 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%;
  object-fit: cover;
  -webkit-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;
  }
}

.home main .c-featured-pages li {
  width: 100%;
  float: left;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home main .c-featured-pages li {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .home main .c-featured-pages li {
    margin-bottom: 30px;
    width: 100%;
    height: 172px;
  }
}

.home main .c-featured-pages li .featured-tile__image {
  position: relative;
  height: 172px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home main .c-featured-pages li .featured-tile__image {
    float: right;
    width: calc(50% - -20px);
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .home main .c-featured-pages li .featured-tile__image {
    width: calc(100% - -72px);
    margin-top: -36px;
    margin-left: -36px;
    margin-bottom: 30px;
  }
}

.home main .c-featured-pages li .featured-tile__image > img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home main .c-featured-pages 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-pages li .featured-tile__title.field-title {
    font-size: 16px;
  }
}

.home main .c-featured-pages li .featured-tile {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

@media (min-width: 992px) {
  .home main .c-featured-pages li .featured-tile {
    min-height: 360px;
  }
}

.home main .c-featured-pages li .field-title + .featured-tile__title {
  display: block !important;
  margin-top: 15px;
}

.home main .c-featured-pages li .field-title + .featured-tile__title::before {
  display: none;
}

/* ------------------------------------------------------------------------------------------------- */
/* Homepage Grid */
.home-front main .container {
  width: 100%;
}

@media (min-width: 992px) {
  .home-front main .container {
    width: 90vw;
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .home-front main .container {
    width: 80vw;
    max-width: 1630px;
  }
}

/* home-front class - Components and Containers */
.home-front {
  /* Home Front Carousel  */
  /* Latest News  */
  /* Featured Articles  */
  /* Category */
}

.home-front main .component.column-splitter {
  max-width: 100% !important;
}

.home-front-container {
  max-width: 100% !important;
}

.home-front-carousel {
  max-height: 400px !important;
}

.home-front-carousel .slide {
  height: 400px !important;
}

.home-front-carousel .slide .field-slideimage {
  height: 400px !important;
}

.home-front-carousel .slide .field-slidetext {
  top: 50px !important;
}

.home-front-carousel .nav .prev-text, .home-front-carousel .nav .next-text {
  bottom: 50% !important;
  height: 400px !important;
}

@media (max-width: 991px) {
  .home-front-latest-news li .news-tile__title {
    font-size: 16px !important;
  }
}

.home-front-latest-news li:nth-of-type(1) {
  float: left;
  margin-right: 2% !important;
  min-height: 506px;
}

.home-front-latest-news li, .home-front-latest-news li:nth-of-type(2) {
  width: 32% !important;
}

.home-front-latest-news li:nth-of-type(2) {
  float: left !important;
  margin-right: 2% !important;
  min-height: 506px !important;
}

.home-front-latest-news li:nth-of-type(2) .news-tile {
  min-height: 434px !important;
  position: relative !important;
}

.home-front-latest-news li:nth-of-type(2) .news-tile__image > img {
  height: 268px !important;
  width: 100% !important;
  object-fit: cover !important;
  background: #F7F8F9 !important;
}

.home-front-latest-news li:nth-of-type(2) .news-tile__image {
  margin: -36px -36px 36px -36px !important;
  height: 268px !important;
  overflow: hidden !important;
  position: relative !important;
  width: 120% !important;
}

.home-front-latest-news li:nth-of-type(2) .news-tile__title {
  width: 100% !important;
  -webkit-line-clamp: 1;
}

.home-front-latest-news li:nth-of-type(2) .news-tile__read-more {
  bottom: 0 !important;
}

.home-front-latest-news li:nth-of-type(2) .field-short-description {
  display: -webkit-box !important;
}

@media (max-width: 991px) {
  .home-front-latest-news li:nth-of-type(1), .home-front-latest-news li:nth-of-type(2) {
    min-height: 506px  !important;
  }
}

@media (max-width: 991px) {
  .home-front-latest-news li:nth-of-type(3), .home-front-latest-news li:nth-of-type(4) {
    max-height: 173px  !important;
  }
}

@media (max-width: 991px) {
  .home-front-latest-news li, .home-front-latest-news li:nth-of-type(2) {
    width: 100% !important;
  }
}

.home-front-latest-news li:nth-of-type(3), .home-front-latest-news li:nth-of-type(4) {
  float: left !important;
}

.home-front-latest-news li:nth-of-type(3) {
  margin-bottom: 30px;
}

.home-front-latest-news li:nth-of-type(4) {
  overflow: hidden;
  height: 238px;
}

.home-front-latest-news li:nth-of-type(4) .news-tile__image {
  position: absolute;
  height: 172px;
  width: 50%;
  top: 0;
  right: 0;
  margin: 0px;
  overflow: hidden;
}

.home-front-latest-news li:nth-of-type(4) .news-tile__title {
  width: calc(50% - 20px);
}

.home-front-latest-news li:nth-of-type(4) .news-tile__read-more {
  bottom: 36px;
}

@media (max-width: 991px) {
  .home-front-latest-news li:nth-of-type(4) .news-tile__read-more {
    bottom: 20px;
  }
}

.home-front-latest-news li:nth-of-type(4) .news-tile__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #F7F8F9;
}

.home-front-featured-articles li {
  width: 32% !important;
  display: block;
  min-height: 300px !important;
  position: relative;
  margin-right: 2% !important;
}

@media (max-width: 991px) {
  .home-front-featured-articles li {
    width: 100% !important;
    min-height: 173px  !important;
  }
}

.home-front-featured-articles li:nth-of-type(3) {
  margin-right: 0px !important;
}

.home-front-featured-category {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.home-front-featured-category li:nth-of-type(4) {
  margin-right: 0px !important;
}

.home-front-featured-category .item {
  width: 23.5% !important;
  min-height: 360px !important;
  margin-right: 2% !important;
}

.c-featured-categories.home-front-featured-category {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.home-front-latest-news .news-tile__image, .home-front-latest-news li:nth-of-type(4) .news-tile__image {
  height: 238px;
}

.row.component.column-splitter .home-front-featured-category .item {
  width: 100% !important;
}

@media (max-width: 991px) {
  .row.component.column-splitter .home-front-featured-category .item {
    min-height: 173px  !important;
  }
}

@media (max-width: 991px) {
  .page-list.home-front-featured-category .item {
    width: 48% !important;
  }
  .home-front main .home-front-featured-category li .featured-tile__image {
    margin-top: -20px;
  }
  .home-front .col-xs-6 {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* Override tab component for new MENU style */
/* Featured Products  - UI/UX is limited to a maximum of 6 tabs */
.home-front-tabs .tabs-heading li {
  border-top-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  float: left;
  display: block;
  margin-left: 1px;
  background: #fff !important;
  width: auto;
  cursor: pointer;
}

.home-front-tabs .tabs-heading li.active {
  background: #fff;
  border-top-width: 0px !important;
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
  border-bottom-color: #00ADEF;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

@media (max-width: 575px) {
  .home-front-tabs .tabs-heading li {
    width: 100%;
  }
}

.home-front-tabs .tabs-container {
  border-top-width: 0px !important;
}

.home-front-tabs .tabs-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-front-tabs .tabs {
  display: none;
  padding-left: 0px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-right: 0px !important;
}

.home-front-tabs ul.tabs-heading {
  margin-bottom: 21px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .home-front-tabs ul.tabs-heading {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .home-front-tabs ul.tabs-heading {
    margin-bottom: 48px;
  }
}


.material-icons {
  font-family: 'Material Icons' !important;
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined' !important;
}

.material-icons-sharp {
  font-family: 'Material Icons Sharp' !important;
}

.md-18 {
  font-size: 18px !important;
}

.md-24 {
  font-size: 24px !important;
}

.md-36 {
  font-size: 36px !important;
}

.md-48 {
  font-size: 48px !important;
}

.md-white {
  color: #fff;
}

.md-black {
  color: #000;
}

.md-blue {
  color: #0D4486;
}

.md-blue-light {
  color: #1088b8;
}

.md-grey {
  color: #EFF1F4;
}

.md-grey-light {
  color: #F7F8F9;
}

.md-teal {
  color: #08A864;
}

.md-warning {
  color: #E5A84F;
}

.md-neutral {
  color: #0080B3;
}

.md-error {
  color: #A80013;
}

.md-success {
  color: #08A863;
}


.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;
}

.display-flex {
  display: -webkit-flex;
  display: flex;
}


.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: calc(50% - 15px);
  }
}

.login-page .component.cxa-login-component form input[type="checkbox"]:checked::after {
  color: transparent;
}

.login-page .secondary-button-line {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .login-page .secondary-button-line a {
    width: 100%;
  }
}

.login-page .login-remember {
  flex-direction: row !important;
}

.login-page .login-remember label {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  line-height: 2.5;
}

.login-page .login-remember input[id="RememberMe"] {
  margin-bottom: 0px;
}


/*** START Center Vertically ***/
body .center-vertically {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: 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-flex;
  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);
  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: 100%;
}

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__title.field-title {
  max-width: 219px;
}

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%;
  object-fit: cover;
}

body .page-list-card-stacked ul li .landing-page-tile {
  width: 100%;
  display: inline-grid;
}

body .page-list-card-stacked a {
  border-bottom: none;
}

body .page-list-card-stacked .item:last-child {
  border-width: 1px;
}

body .page-list-card-stacked ul.items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 991px) {
  body .page-list-card-stacked ul.items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body .page-list-card-stacked ul.items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  body .page-list-card-stacked ul.items {
    grid-template-columns: 1fr;
  }
}

/*** 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;
  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: 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-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -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;
}

#ja-jobs-widget .ja-job-details .meta {
  display: none;
}

/*** 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-flex;
  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-flex;
  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;
  border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image-slice: 1;
  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 {
  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 ***/
/* Provides additional background to compliment the existing background.scss files */
.container-clear-background {
  background: transparent;
}


.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 (max-width: 767px) {
  .cxa-minicart-component.component .basket .minicart .minicart-buttons .checkout-button, .cxa-minicart-component.component .basket .minicart .minicart-buttons .view-cart-button {
    width: 100% !important;
    height: auto;
    max-height: none;
  }
}

@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;
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.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 {
  display: block;
  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;
  z-index: auto;
}

.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);
  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;
  object-fit: contain;
  -webkit-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: flex;
  flex-flow: row;
  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 {
  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 {
  flex-basis: 50%;
  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 {
  flex-basis: 50%;
  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;
  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);
  align-self: baseline;
}

@media (max-width: 767px) {
  .cxa-minicart-component.component .basket .minicart .minicart-buttons {
    display: flex;
    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%;
  }
}

.component.cxa-minicart-component .basket .minicart .minicart-content .minicart-item .minicart-delete a span:before {
  background: url(/-/media/Project/NHP/Sites/Shared/Icons/bin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  content: " ";
  width: 16px;
  height: 16px;
}


@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.bodyclass header .navigation {
  padding: 20px;
}
@media (max-width: 1199px) {
  .bodyclass header .navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 0;
  }
}
.bodyclass header .navigation nav ul {
  margin: 0;
  justify-content: space-between;
}
@media (min-width: 1920px) {
  .bodyclass header .navigation nav ul {
    margin: 0 20px !important;
  }
}
@media (min-width: 1349px) and (max-width: 1920px) {
  .bodyclass header .navigation nav ul {
    margin: 0px !important;
  }
}
.bodyclass header .navigation nav ul.clearfix::before,
.bodyclass header .navigation nav ul.clearfix::after {
  display: none;
}
.bodyclass header .navigation .component-content ul {
  display: flex;
  flex-wrap: wrap;
}
.bodyclass header .navigation li.level1 ul.is-opened {
  display: block !important;
}
.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;
  outline: none;
}
.bodyclass header .navigation .navigation-title > a:hover,
.bodyclass header .navigation .navigation-title > a.is-active {
  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;
  padding: 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.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .navigation__close {
  width: 24px;
  height: 24px;
  top: 32px;
  right: 38px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .navigation__close
  img {
  height: 12px;
  width: 12px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .navigation__close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid {
  height: auto;
  max-height: calc(100vh - 178px);
  overflow-y: auto;
  overflow-x: hidden;
  /* For Webkit-based browsers (e.g., Chrome, Safari) */
  /* For Firefox */
  /* Note: Firefox uses a different syntax for scrollbar styling */
  /* You may need to adjust the colors to match your desired grey shade */
  /* Track */
  /* Handle */
}
@media (min-width: 992px) {
  .bodyclass
    header
    .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
      .is-hidden
    )
    .container
    .row.l-grid {
    margin: 24px 30px;
    padding: 0;
  }
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid::-webkit-scrollbar {
  width: 2px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid::-moz-scrollbar {
  width: 2px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid::-moz-scrollbar-track {
  background-color: #f1f1f1;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid::-moz-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid::-moz-scrollbar-thumb:hover {
  background-color: #bbb;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3 {
  margin: 0;
  padding: 36px 40px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .promo-image-container {
  grid-column: span 3;
  max-width: 300px;
  max-height: 300px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .promo-image {
  width: 100%;
  object-fit: contain;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level2
  > a {
  display: none;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level2
  > ul
  > li {
  padding: 8px 16px 0 !important;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level2
  > ul
  > li
  .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;
  outline: none;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level2
  > ul
  > li
  .navigation-title
  > a:hover {
  color: #000;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level2
  > ul
  > li:hover {
  background-color: rgba(239, 241, 244, 0.5);
  color: #000;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul {
  grid-column: 4 / span 9;
  columns: 3;
  overflow-y: auto;
  padding-left: 48px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul
  > li {
  break-inside: avoid;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul
  > li
  > div
  > a {
  font-size: 16px;
  font-weight: 600;
  color: #04b0ed;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul
  > li
  > div
  > a:hover,
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul
  > li
  > div
  > a:focus {
  opacity: 0.5;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul
  > li
  > ul
  > li
  > div
  > a:hover,
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul
  > li
  > ul
  > li
  > div
  > a:focus {
  opacity: 0.5;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level2
  > ul
  li,
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul
  li,
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level4
  > ul
  li {
  padding: 0px 0px 32px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level2
  > ul
  li
  > ul
  li,
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level3
  > ul
  li
  > ul
  li,
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop:not(.non-full-width):not(
    .is-hidden
  )
  .container
  .row.l-grid
  .megamenu-content-level4
  > ul
  li
  > ul
  li {
  padding: 4px 0px;
}

.bodyclass header .navigation--megamenu.js-navigation-desktop.non-full-width {
  min-width: 356px;
  padding-top: 24px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .navigation__close {
  left: 286px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid {
  margin: 0;
  display: flex;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .level3.submenu {
  padding: 8px 0;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .level3.submenu
  .navigation-title
  > a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 1px solid transparent;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .level3.submenu
  .navigation-title
  > a:hover {
  opacity: 0.5;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .megamenu-content-level2
  > ul
  li {
  padding: 8px 0 0;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .js-megamenu-content-level2,
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .js-megamenu-content-level3 {
  padding: 20px 30px;
  width: 356px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .js-megamenu-content-level2 {
  border-right: 0.5px solid #eff1f4;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .js-megamenu-content-level2
  ul {
  width: 85%;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .js-megamenu-content-level2
  > a.navigation__link.js-navigation-link:first-of-type {
  display: none;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .js-megamenu-content-level3 {
  display: none;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .js-megamenu-content-level3.is-hovered {
  display: block;
  margin-top: 0;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid
  .js-megamenu-content-level3.is-hovered
  > ul:first-child {
  columns: auto;
  overflow-y: auto;
  break-inside: avoid;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid.l-grid-flip {
  flex-direction: row-reverse;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid.l-grid-flip.l-grid-level3-active
  .js-megamenu-content-level3 {
  border-right: 0.5px solid #eff1f4;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid.l-grid-flip.l-grid-level3-active
  ~ .navigation__close {
  left: 642px;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .row.l-grid[style="flex-direction: row-reverse;"]
  .js-megamenu-content-level3.is-hovered {
  border-right: 0.5px solid #eff1f4;
}
.bodyclass
  header
  .navigation--megamenu.js-navigation-desktop.non-full-width
  .js-navigation-close {
  top: 10px;
}

.bodyclass header .navigation--megamenu {
  background-color: #fff;
  padding: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 !important;
  z-index: 99;
}
.bodyclass header .navigation--megamenu > .container {
  position: relative;
}
.bodyclass header .navigation--megamenu .navigation-title {
  display: relative;
}
.bodyclass header .navigation--megamenu .overview-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
  font-weight: bold;
  cursor: pointer;
}
.bodyclass header .navigation--megamenu .overview-link a {
  color: #00adef;
}
.bodyclass header .navigation--megamenu .overview-link img {
  position: inherit !important;
  transform: rotate(-90deg);
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}
.bodyclass header .navigation--megamenu .overview-link:hover {
  opacity: 0.5;
}
.bodyclass header .navigation--megamenu .navigation__link {
  position: static !important;
}
.bodyclass header .navigation--megamenu .level-3-megamenu-grey {
  background-color: rgba(239, 241, 244, 0.5);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .level3.item0
  .navigation-title {
  border-bottom: none;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .level3.item0
  .navigation-title:after {
  content: "";
  display: none;
  /* Remove after effect */
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .level3.item0
  .navigation-title
  > a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .level3.item0
  .navigation-title
  > a:hover,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .level3.item0
  .navigation-title
  > a:focus {
  opacity: 0.5;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .level3.item0
  ul {
  display: block;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .level3.item0
  ul
  .navigation-title
  > a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > .navigation__link,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .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: 40px;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > .navigation__link
  img,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > .navigation__link
  img {
  display: none;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li
  .navigation-title
  > a,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li
  .navigation-title
  > a {
  width: 100%;
  display: block;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li.submenu,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li.submenu {
  position: relative;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li.submenu
  .navigation-title,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li.submenu
  .navigation-title {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li.submenu
  .navigation-title
  img,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li.submenu
  .navigation-title
  img {
  display: block;
  transform: rotate(-90deg);
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li.submenu
  .navigation-title:hover,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li.submenu
  .navigation-title:hover {
  color: #000;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li.submenu
  > ul,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .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
  .megamenu-content-level4
  > ul
  li {
  display: flex;
  padding: 8px 0;
}
.bodyclass header .navigation--megamenu .megamenu-content-level2 > ul li span,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li
  span {
  display: flex;
  align-items: center;
  height: 38px;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li
  .navigation-title,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li
  .navigation-title {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  width: 100%;
  height: 38px;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li
  .navigation-title
  > a,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .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;
  width: 100%;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li
  .navigation-title
  > a:active,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li
  .navigation-title
  > a:active {
  color: #000;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li
  .navigation-title
  > a:focus,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li
  .navigation-title
  > a:active,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li
  .navigation-title
  > a:focus,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li
  .navigation-title
  > a:active {
  border: none;
  outline: none;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li
  .navigation-title
  > a
  img,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .megamenu-content-level4
  > ul
  li
  .navigation-title
  > a
  img {
  display: none;
}
@media (max-width: 1199px) {
  .bodyclass
    header
    .navigation--megamenu
    .megamenu-content-level2
    .navigation__icon,
  .bodyclass
    header
    .navigation--megamenu
    .megamenu-content-level3
    .megamenu-content-level4
    .navigation__icon {
    display: none;
  }
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  .navigation__link.last,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  .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 > ul li,
.bodyclass header .navigation--megamenu .megamenu-content-level4 > ul li {
  padding: 8px 0;
}
.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);
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  > ul
  li
  .navigation-title
  > a:hover,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level3
  > ul
  li
  .navigation-title
  > a:focus,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level4
  > ul
  li
  .navigation-title
  > a:hover,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level4
  > ul
  li
  .navigation-title
  > a:focus {
  opacity: 0.5;
}
.bodyclass header .navigation--megamenu .megamenu-content-level2 {
  padding: 0;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  > ul
  li
  .navigation-title {
  border-bottom: solid 0.5px;
  border-bottom-color: #eff1f4;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  .clearfix
  .level2.rel-level2 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  .clearfix
  .level2.rel-level2
  .icon-img.has-img {
  padding-right: 10px;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  .clearfix
  .level2.rel-level2
  .icon-img
  img {
  width: 24px;
  height: auto;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  .clearfix
  .level2.rel-level2
  .navigation-title::after {
  display: block;
  position: absolute;
  cursor: pointer;
  content: "";
  bottom: 0;
  padding-top: 8px;
  border-bottom: 0.5px solid #00adef;
  transform-origin: left center;
  /* Set the transform origin to the left */
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  .clearfix
  .level2.rel-level2
  .navigation-title:hover::after,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  .clearfix
  .level2.rel-level2
  .navigation-title:focus::after,
.bodyclass
  header
  .navigation--megamenu
  .megamenu-content-level2
  .clearfix
  .level2.rel-level2
  .navigation-title:active::after {
  transform: scaleX(1);
  width: 100%;
}
.bodyclass header .navigation--megamenu .megamenu-content-level4 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .bodyclass header .navigation--megamenu {
    display: none;
  }
}
.bodyclass header .navigation--megamenu .container {
  width: 90vw;
}
@media (min-width: 992px) and (max-width: 1920px) {
  .bodyclass header .navigation--megamenu .container {
    width: auto;
    max-width: 1440px;
  }
}
@media (min-width: 1921px) {
  .bodyclass header .navigation--megamenu .container {
    width: auto;
    max-width: 1630px;
  }
}
@media (min-width: 992px) and (max-width: 1199) {
  .bodyclass header .navigation--megamenu .row.l-grid {
    margin-left: -24px;
    margin-right: -30px;
  }
}
@media (min-width: 1200) and (max-width: 1920px) {
  .bodyclass header .navigation--megamenu .row.l-grid {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .bodyclass header .navigation--megamenu .row.l-grid {
    margin: 0;
    padding: 0;
  }
}

.bodyclass header .navigation__close {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color ease-in-out 200ms;
  border-radius: 50%;
  /* Add this line to make it a circle */
  position: absolute;
  top: -10px;
  right: 0px;
}
.bodyclass header .navigation__close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.bodyclass header .navigation-title.field-display-name .navigation__icon {
  transition: transform 200ms ease-in-out;
}

.bodyclass
  header
  .navigation-title.field-display-name.is-active
  .navigation__icon {
  transform: rotate(180deg);
}

.bodyclass header .navigation--mobile {
  background-color: #fff;
  z-index: 99;
  padding-bottom: 0;
  height: calc(var(--viewport-height, 100vh) - 100px);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.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.level2
  > div
  > a.is-opened {
  font-weight: 700;
}
.bodyclass
  header
  .navigation--mobile
  .component-content
  li.level2
  > div:has(a.is-opened) {
  width: 100%;
}
.bodyclass
  header
  .navigation--mobile
  .component-content
  li.level2
  > div:has(a.is-opened)
  a.is-opened {
  border-bottom: 2px solid #04b0ed;
}
.bodyclass header .navigation--mobile .component-content li.level2 li {
  margin-left: 56px;
  width: auto;
}
.bodyclass header .navigation--mobile .component-content li.level2 li a {
  padding-left: 0;
}
.bodyclass
  header
  .navigation--mobile
  .component-content
  li.level2
  li
  a.is-opened {
  font-weight: bold;
}
.bodyclass
  header
  .navigation--mobile
  .component-content
  li.level2
  li
  ul.is-opened {
  border-top: 2px solid #04b0ed;
}
.bodyclass header .navigation--mobile .component-content li.level2 li li {
  margin-left: 44px;
}
.bodyclass header .navigation--mobile .link-list__btn img {
  transform: rotate(-90deg);
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}
.bodyclass header .navigation--mobile .link-list__btn.is-opened img {
  transform: rotate(0deg);
}
.bodyclass header .navigation--mobile .link-list__btn::after {
  display: none;
}
.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);
  font-size: 14px;
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.4;
  padding: 16px;
}
.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 {
  display: flex;
}
.bodyclass header .navigation--mobile .link-list--cloned .field-link > a {
  font-size: 14px;
  padding: 15px 20px;
  line-height: 1.8;
  color: #000;
}
.bodyclass
  header
  .navigation--mobile
  .link-list--cloned
  .field-link
  > a:before {
  display: none;
}
.bodyclass header .navigation--mobile li .icon-img img {
  width: 24px;
  height: auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.bodyclass header .navigation--mobile .rel-level2 .link-list__btn {
  height: 49px;
}
.bodyclass header .navigation--mobile .rel-level2 .icon-img {
  position: absolute;
  top: 28px;
  transform: translateY(-50%);
  padding-left: 16px;
}
.bodyclass
  header
  .navigation--mobile
  .rel-level2
  .icon-img.has-img
  + .field-navigationtitle,
.bodyclass
  header
  .navigation--mobile
  .rel-level2
  .icon-img.has-img
  + .field-display-name {
  padding-left: 56px;
}
.bodyclass
  header
  .navigation--mobile
  .rel-level2
  .icon-img.has-img
  + .field-navigationtitle
  a,
.bodyclass
  header
  .navigation--mobile
  .rel-level2
  .icon-img.has-img
  + .field-display-name
  a {
  padding-left: 0;
}
.bodyclass header .navigation--mobile .rel-level2 .field-navigationtitle {
  display: inline-block;
}
.bodyclass header .navigation--mobile .rel-level2 li:last-child {
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .bodyclass header .navigation--mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .bodyclass header .navigation--mobile {
    display: block;
  }
}

.x-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100;
  /* Set a lower z-index value than the header */
}

.no-scroll .x-overlay {
  opacity: 1;
  pointer-events: auto;
}

.navigation .submenu > ul {
  padding-left: 0;
}


body > #wrapper .news-article__heading-wrapper {
  margin-bottom: 24px;
}

body > #wrapper .news-article__date {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
}

body > #wrapper .news-article__content {
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

body > #wrapper .related-articles {
  margin: 65px 0;
}

body > #wrapper .related-articles .related-articles__heading {
  margin-bottom: 36px;
}

body > #wrapper .related-article__card-wrapper {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

body > #wrapper .related-article__image-wrapper {
  height: 190px;
  width: 100%;
  overflow: hidden;
}

body > #wrapper .related-article__image-wrapper > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

body > #wrapper .related-article__content-wrapper {
  padding: 20px;
}

body > #wrapper .related-article__heading > a {
  color: #0D4486;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}


.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, .link-download-list > a {
  display: inline;
}

.link-download-list > div:not(:first-child):before, .link-download-list > a:not(:first-child):before {
  position: relative;
  top: -1px;
  content: "|";
  color: #0D4486;
}

.link-download-list > div:not(:first-child):before {
  content: " | ";
}

.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: 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%;
  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);
  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: flex;
}

body .newsroom__content-wrapper {
  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;
}


.nsconfirmation-details label,
.nsconfirmation-agreementpolicy label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.nsconfirmation-details label span, .nsconfirmation-agreementpolicy label span {
  color: #c4505d;
}

.nsconfirmation-form input[readonly] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: default;
}

@media (min-width: 768px) {
  .nsconfirmation-details,
  .nsconfirmation-agreementpolicy {
    max-width: 75%;
  }
}

.nsconfirmation-agreementpolicy label {
  margin-left: 0;
}

.nsconfirmation-buttons button, .nsconfirmation-buttons a {
  display: block;
  width: 100% !important;
  margin: 0 0 20px 0;
}

@media (min-width: 576px) {
  .nsconfirmation-buttons {
    display: flex;
    align-items: flex-start;
  }
  .nsconfirmation-buttons button, .nsconfirmation-buttons a {
    margin-right: 30px;
    width: auto  !important;
  }
  .nsconfirmation-buttons button:last-child, .nsconfirmation-buttons a:last-child {
    margin-right: 0;
  }
}

.nsconfirmation-fillinformsubtitle .sub-title {
  font-size: 20px;
  font-weight: 600;
}

.nsconfirmation-detailsline {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.7);
}

.nsconfirmation-detailsline thead, .nsconfirmation-detailsline tbody, .nsconfirmation-detailsline tr, .nsconfirmation-detailsline td, .nsconfirmation-detailsline th, .nsconfirmation-detailsline p, .nsconfirmation-detailsline b, .nsconfirmation-detailsline div {
  color: inherit;
}

.nsconfirmation-detailsline th, .nsconfirmation-detailsline td {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nsconfirmation-detailsline th:first-child, .nsconfirmation-detailsline td:first-child {
  padding-left: 0;
}

.nsconfirmation-detailsline tr {
  border: 0;
}

.nsconfirmation-detailsline thead th {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  vertical-align: middle;
  padding-top: 0;
  color: #0D4486;
}

@media (max-width: 767px) {
  .nsconfirmation-detailsline thead th:not(:first-child) {
    display: none;
  }
}

@media (max-width: 991px) {
  .nsconfirmation-detailsline tbody tr {
    display: table-row;
  }
}

@media (max-width: 767px) {
  .nsconfirmation-detailsline tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
  }
  .nsconfirmation-detailsline tbody tr td {
    display: flex;
    float: none;
    border: 0;
    padding: 0;
    width: auto;
  }
  .nsconfirmation-detailsline tbody tr td:not(:first-child) {
    margin-top: 15px;
  }
  .nsconfirmation-detailsline tbody tr td:not(:first-child)::before {
    content: attr(data-label) ":";
    width: 120px;
    font-size: 12px;
    padding-right: 10px;
  }
}

.nsconfirmation-detailsline tbody td {
  font-weight: 600;
}

.nsconfirmation-detailsline-productdescription {
  width: 50%;
}

.nsconfirmation-detailsline-total {
  width: 16.66667%;
}

.nsconfirmation-detailsline-qty, .nsconfirmation-detailsline-uom {
  width: 8.33333%;
}

.nsconfirmation-detailsline-productdescription div {
  margin: 0;
}

.nsconfirmation-detailsline-productdescription > div {
  display: flex;
  width: 100%;
}

.nsconfirmation-detailsline-productdescription > div > div:not(:last-child) {
  background: #F7F8F9;
  padding: 12px;
  width: 100px;
  margin-right: 20px;
  flex: 0 0 auto;
}

.nsconfirmation-detailsline-productdescription > div > div:not(:last-child) img {
  width: 100%;
  height: auto;
}

.nsconfirmation-detailsline-productdescription > div > div:last-child {
  flex: 1 1 auto;
}

.nsconfirmation-detailsline-productdescription h5 {
  font-size: 16px;
}

.nsconfirmation-detailsline-productdescription p b {
  font-weight: 600;
}

.nsconfirmation-legalnote {
  font-weight: 400;
}


.cxa-orderdetails-component.component {
  padding-right: 0;
  padding-left: 0;
  float: unset;
}

.c-order-details {
  display: -webkit-flex;
  display: flex;
  padding: 15px;
  margin: 0 0 36px 0;
  -webkit-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 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.7);
}

.c-order-details__item:nth-child(1), .c-order-details__item:nth-child(2) {
  margin-top: 0;
}

@media (min-width: 992px) {
  .c-order-details__item {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
  .c-order-details__item:nth-child(3), .c-order-details__item:nth-child(4), .c-order-details__item:nth-child(5) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .c-order-details__item.ordering-details {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
}

.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-flex;
  display: flex;
  flex-direction: column;
  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-flex;
    display: flex;
  }
}

.c-order-table__row.c-order-table__row--header div {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.c-order-table__row.c-order-table__row--header .c-order-table__product-description,
.c-order-table__row.c-order-table__row--header .c-order-table__discount,
.c-order-table__row.c-order-table__row--header .c-order-table__price,
.c-order-table__row.c-order-table__row--header .c-order-table__qty,
.c-order-table__row.c-order-table__row--header .c-order-table__remqty,
.c-order-table__row.c-order-table__row--header .c-order-table__uom,
.c-order-table__row.c-order-table__row--header .c-order-table__eta,
.c-order-table__row.c-order-table__row--header .c-order-table__tracking,
.c-order-table__row.c-order-table__row--header .c-order-table__total {
  font-weight: 700;
  font-size: 12px;
  color: #0D4486;
}

.c-order-table__product {
  margin-right: 20px;
  -webkit-flex-basis: 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-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

@media (min-width: 992px) {
  .c-order-table__product-details {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-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;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .c-order-table__line-number {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .c-order-table__line-number {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__line-number:before {
    content: "Line Number:";
  }
}

.c-order-table__product-description {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-weight: 600;
}

.c-order-table__product-description p {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__product-description {
    margin-bottom: 24px !important;
    -webkit-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .c-order-table__product-description {
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    overflow-wrap: break-word;
    margin-right: 24px;
  }
  .c-order-table__product-description.quote-details {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  .c-order-table__product-description.invoice-details {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.c-order-table__product-description h4 {
  margin-bottom: 6px;
  color: #0D4486;
  font-size: 14px;
}
.c-order-table__product-description a {
  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 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin-bottom: 15px;
    -webkit-order: 4;
    order: 4;
  }
}

@media (min-width: 992px) {
  .c-order-table__discount {
    -webkit-flex-basis: 77px;
    flex-basis: 77px;
    text-align: center;
    margin-right: 24px;
  }
  .c-order-table__discount.invoice-details {
    -webkit-flex-basis: 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: 600;
}

@media (max-width: 991px) {
  .c-order-table__discount .c-order-table__discount-percent {
    display: 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 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .c-order-table__price {
    -webkit-flex-basis: 76px;
    flex-basis: 76px;
    text-align: center;
    margin-right: 24px;
  }
  .c-order-table__price.quote-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
  .c-order-table__price.invoice-details {
    -webkit-flex-basis: 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 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 3;
    order: 3;
  }
}

@media (min-width: 992px) {
  .c-order-table__qty {
    -webkit-flex-basis: 35px;
    flex-basis: 35px;
    text-align: center;
    margin-right: 24px;
  }
  .c-order-table__qty.quote-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
  .c-order-table__qty.invoice-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__qty:before {
    content: "Quantity:";
  }
}

.c-order-table__remqty {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__remqty {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 7;
    order: 7;
  }
}

@media (min-width: 992px) {
  .c-order-table__remqty {
    -webkit-flex-basis: 64px;
    flex-basis: 64px;
    text-align: center;
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .c-order-table__remqty:before {
    content: "Remaining Quantity:";
  }
}

.c-order-table__uom {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__uom {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 4;
    order: 4;
  }
}

@media (min-width: 992px) {
  .c-order-table__uom {
    -webkit-flex-basis: 50px;
    flex-basis: 50px;
    text-align: center;
    margin-right: 24px;
  }
  .c-order-table__uom.quote-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
  .c-order-table__uom.invoice-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__uom:before {
    content: "UOM:";
  }
}

.c-order-table__eta {
  font-weight: 600;
}

.c-order-table__eta a {
  font-weight: 700;
  color: #0D4486;
}

@media (max-width: 991px) {
  .c-order-table__eta {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 8;
    order: 8;
    margin-bottom: 15px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .c-order-table__eta {
    -webkit-flex-basis: 77px;
    flex-basis: 77px;
    text-align: center;
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .c-order-table__eta:before {
    content: "Status:";
  }
}

.c-order-table__tracking a p {
  font-weight: 700;
  color: #0D4486;
}

@media (max-width: 991px) {
  .c-order-table__tracking {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 9;
    order: 9;
  }
}

@media (min-width: 992px) {
  .c-order-table__tracking {
    -webkit-flex-basis: 106px;
    flex-basis: 106px;
    text-align: center;
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .c-order-table__tracking:before {
    content: "Order Tracking:";
  }
}

.c-order-table__total {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__total {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin-bottom: 15px;
    -webkit-order: 10;
    order: 10;
  }
}

@media (min-width: 992px) {
  .c-order-table__total {
    -webkit-flex-basis: 77px;
    flex-basis: 77px;
    text-align: right;
  }
  .c-order-table__total.quote-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
  .c-order-table__total.invoice-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__total:before {
    content: "Total:";
  }
}

#order-totals-summary {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 36px;
  -webkit-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-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: 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-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  float: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-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) {
    -webkit-flex-basis: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    margin-top: 24px !important;
    -webkit-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(1) {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 991px) {
  .container-clean-background > .component-content > .row > div:nth-child(2) {
    -webkit-flex-basis: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    margin-top: 24px !important;
    -webkit-order: 3;
    order: 3;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(2) {
    -webkit-flex-basis: 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) {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(3) {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    min-width: 386px;
    margin-left: 10% !important;
    -webkit-order: unset;
    order: unset;
  }
}

.container-clean-background > .component-content > .row > div:nth-child(3) .reorder:disabled:hover {
  background: #0D4486;
}

.component.nhp-ExportToExcelButton-component.position-right {
  display: block;
  top: 238px;
  -webkit-transform: translateX(225%);
  transform: translateX(225%);
  position: absolute;
  max-width: 100%;
}

@media (max-width: 991px) {
  .component.nhp-ExportToExcelButton-component.position-right {
    display: none;
  }
}

button.btn.btn-default.exporttoexcel {
  background-color: #fff;
  border: 1px solid #0D4486;
  color: #0D4486;
  width: 300px;
}

button.btn.btn-default.exporttoexcel:hover {
  background-color: #3d699e;
}

button.btn.btn-default.exporttoexcel::before {
  font-family: 'Material Icons';
  content: "file download";
  font-size: 30px;
  position: absolute;
  right: 240px;
  top: 14px;
}

@media (max-width: 991px) {
  .backorder .c-order-table__product-details > div:before {
    display: block;
    margin-bottom: 4px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    color: #0D4486;
    font-weight: 700;
  }
}

.backorder .c-order-table__row--header .c-order-table__purchaseno,
.backorder .c-order-table__row--header .c-order-table__orderno,
.backorder .c-order-table__row--header .c-order-table__product-description,
.backorder .c-order-table__row--header .c-order-table__requestedDespatchDate,
.backorder .c-order-table__row--header .c-order-table__shipInFull,
.backorder .c-order-table__row--header .c-order-table__onHoldLabel,
.backorder .c-order-table__row--header .c-order-table__qty,
.backorder .c-order-table__row--header .c-order-table__remainingQt,
.backorder .c-order-table__row--header .c-order-table__uom,
.backorder .c-order-table__row--header .c-order-table__lineStatus,
.backorder .c-order-table__row--header .c-order-table__orderTracking {
  font-weight: 700;
  font-size: 12px;
  color: #0D4486;
}

.backorder .c-order-table__purchaseno {
  flex-basis: 111px;
  overflow-wrap: break-word;
  margin-right: 10px;
  text-align: center;
}
.backorder .c-order-table__purchaseno a {
  color: #0D4486;
  font-weight: 600;
}
@media (max-width: 991px) {
  .backorder .c-order-table__purchaseno {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    order: 1;
  }
  .backorder .c-order-table__purchaseno:before {
    content: "Purchase Order No.";
    font-size: 14px;
  }
}
.backorder .c-order-table__orderno {
  flex-basis: 95px;
  overflow-wrap: break-word;
  margin-right: 0px;
  text-align: center;
}
.backorder .c-order-table__orderno a {
  color: #0D4486;
  font-weight: 600;
}
@media (max-width: 991px) {
  .backorder .c-order-table__orderno {
    text-align: left;
    margin-right: 0px;
    flex-basis: 100%;
    order: 1;
  }
  .backorder .c-order-table__orderno:before {
    content: "NHP Order Reference";
    font-size: 14px;
  }
}
.backorder .c-order-table__product-description {
  -webkit-flex-basis: 193px;
  flex-basis: 193px;
  overflow-wrap: break-word;
  margin-right: 0px;
  text-align: left;
}

@media (max-width: 991px) {
  .backorder .c-order-table__product-description {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    order: 1;
  }
}

.backorder .c-order-table__requestedDespatchDate {
  -webkit-flex-basis: 101px;
  flex-basis: 101px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__requestedDespatchDate {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 3;
    order: 3;
  }
  .backorder .c-order-table__requestedDespatchDate:before {
    content: "Requested Despatch Date:";
    font-size: 12px;
  }
}

.backorder .c-order-table__shipInFull {
  -webkit-flex-basis: 32px;
  flex-basis: 32px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__shipInFull {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 4;
    order: 4;
  }
  .backorder .c-order-table__shipInFull:before {
    content: "Ship in Full:";
    font-size: 12px;
  }
}

.backorder .c-order-table__onHoldLabel {
  flex-basis: 75px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__onHoldLabel {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 5;
    order: 5;
  }
  .backorder .c-order-table__onHoldLabel:before {
    content: "On Hold:";
    font-size: 12px;
  }
}

.backorder .c-order-table__qty {
  -webkit-flex-basis: 59px;
  flex-basis: 59px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__qty {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 6;
    order: 6;
  }
  .backorder .c-order-table__qty:before {
    content: "Qty:";
    font-size: 12px;
  }
}

.backorder .c-order-table__remainingQt {
  flex-basis: 59px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__remainingQt {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 7;
    order: 7;
  }
  .backorder .c-order-table__remainingQt:before {
    content: "Remaining Qty:";
    font-size: 12px;
  }
}

.backorder .c-order-table__uom {
  -webkit-flex-basis: 52px;
  flex-basis: 52px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__uom {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 8;
    order: 8;
  }
  .backorder .c-order-table__uom:before {
    content: "UOM:";
    font-size: 12px;
  }
}

.backorder .c-order-table__lineStatus {
  -webkit-flex-basis: 78px;
  flex-basis: 78px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__lineStatus {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 9;
    order: 9;
  }
  .backorder .c-order-table__lineStatus:before {
    content: "Status:";
    font-size: 12px;
  }
}

.backorder .c-order-table__orderTracking {
  -webkit-flex-basis: 73px;
  flex-basis: 73px;
  overflow-wrap: break-word;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__orderTracking {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 10;
    order: 10;
  }
  .backorder .c-order-table__orderTracking:before {
    content: "Order Tracking:";
    font-size: 12px;
  }
}

.backorder .c-order-table__orderTracking a p {
  color: #0D4486;
  font-weight: 700;
}

.c-order-info__warningMessage {
  align-items: center;
  border-left: 2px solid rgba(229, 168, 79, 0.6);
  display: flex;
  width: 100%;
  min-height: 50.5px;
  padding: 0 19px;
  margin: 8px 0 0 0;
  background-color: rgba(229, 168, 79, 0.15);
}

.c-order-info__warningMessage .text {
  color: #856404;
  margin-left: 14px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .c-order-info__warningMessage {
    margin: 0;
    padding: 0 12px;
  }
  .c-order-info__warningMessage svg {
    width: 24px;
    height: 20px;
  }
  .c-order-info__warningMessage .text {
    margin-left: 12px;
    line-height: 20px;
  }
}


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);
  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);
  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);
  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);
  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);
  transform: rotate(90deg);
  content: '';
}

.list-pagination .Previous.inactive,
.list-pagination .Next.inactive {
  opacity: 0.2;
}

.list-pagination .Next::after {
  -webkit-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, .product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.increase:focus,
.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.decrease:focus, .product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.increase:active,
.product-detail .component.cxa-addtocart-component .add-to-cart-qty .quantity-input button.decrease:active {
  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;
  order: 2;
}

.product-detail .component.cxa-productinformation-component .product-info {
  display: flex;
  flex-direction: column;
}

.product-detail .component.cxa-productinformation-component .product-info .product-name {
  margin: 0;
  order: 1;
}

.product-detail .component.cxa-productinformation-component .product-info .product-description {
  margin-bottom: 12px;
  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 {
  order: 3;
}

.product-detail .component.cxa-productinformation-component .product-info .product-indent {
  order: 4;
}

.product-detail .component.cxa-productinformation-component .product-info .package-content {
  order: 5;
}

.product-detail .component.cxa-productinformation-component .product-info .package-download-content {
  order: 6;
}

.product-detail .component.cxa-productinventory-component {
  padding: 20px 0 0 0;
  margin-top: 0;
  margin-bottom: 24px;
  float: left;
  background-color: #F7F8F9;
  order: 3;
}

.product-detail .component.cxa-productinventory-component .stock-info {
  padding: 0 20px;
  margin-bottom: 20px;
  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: 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;
  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;
  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: flex;
  width: 100%;
  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;
  order: 4;
  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: 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: flex;
  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: flex;
  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: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.product-detail dt {
  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 {
    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 {
    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: flex;
    padding-bottom: 24px;
    margin-bottom: 24px;
    flex-direction: row;
    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 {
    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%;
  flex-basis: auto;
}

.component-content .c-featuresandbenefits-contents ul li {
  font-size: 14px;
}

@media (max-width: 991px) {
  table tbody tr {
    display: flex;
    padding-bottom: 24px;
    margin-bottom: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  table tbody td {
    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: flex;
  justify-content: 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%;
  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: flex;
  justify-content: 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;
  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: 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;
  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, .c-product__add-to-cart .add-to-cart-qty button:focus, .c-product__add-to-cart .add-to-cart-qty button:active {
  border-color: #00ADEF !important;
}

.cxa-productlistsorting-component .sort-dropdown {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-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: 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 .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;
  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;
}

/* unused */
/*
.c-product-list {
  > ul {
    margin: 0 !important;

    > li {
      flex-basis: 50% !important;
      max-width: 50% !important;

      @include respond-above(md) {
        flex-basis: 33.33% !important;
        max-width: 33.33% !important;
      }
    }
  }

  &.c-product-list--list-view {
    > ul {
      margin: 0 !important;
  
      > li {
        @include respond-above(md) {
          flex-basis: 100% !important;
          max-width: 100% !important;
        }
      }
    }
  }
}
*/
.c-product {
  display: flex;
  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) {
  .product-list--list-view .c-product {
    width: 100%;
    flex-wrap: wrap;
    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%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  color: transparent;
}

@media (min-width: 992px) {
  .product-list--list-view .c-product__image {
    flex-basis: 30%;
    height: 200px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .product-list--list-view .c-product__info {
    display: flex;
    flex-direction: column;
    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) {
  .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) {
  .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: #08A863;
}

@media (min-width: 992px) {
  .product-list--list-view .c-product__in-stock::before, .product-list--list-view
  .c-product__out-of-stock::before {
    top: 7px;
  }
}

@media (min-width: 992px) {
  .product-list--list-view .c-product__in-stock, .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) {
  .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) {
  .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) {
  .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: flex;
  width: 100%;
  padding-top: 20px;
  margin-top: auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-end;
}

.c-product__add-to-cart .add-to-cart-qty {
  display: flex;
  min-width: 130px;
  max-width: calc(100% - 56px);
  margin-bottom: 0;
  align-items: center;
  flex-grow: 1;
  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;
  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, .c-product__add-to-cart .add-to-cart-qty .quantity:focus, .c-product__add-to-cart .add-to-cart-qty .quantity:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 992px) {
  .product-list--list-view .c-product__add-to-cart .add-to-cart-qty {
    margin-bottom: 20px;
    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: flex;
  min-width: unset;
  max-width: unset;
  max-height: 30px;
  padding: 0;
  align-items: center;
  background: white !important;
  color: #0D4486;
  white-space: nowrap;
}

@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: inherit;
}

@media (min-width: 992px) {
  .product-list--list-view .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn span {
    display: inline;
  }
}

@media (min-width: 992px) {
  .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) {
  .product-list--list-view .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn::after {
    margin-left: 10px;
    width: 20px;
    background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-cart-add-blue.svg");
  }
}

.c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:hover, .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:focus, .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:active {
  background-color: white !important;
  border-color: #1088b8;
  color: #0D4486 !important;
}

.c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:hover:disabled, .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:focus:disabled, .c-product__add-to-cart .add-to-cart-button .add-to-cart-btn:active: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;
  cursor: no-drop;
  color: #0D4486;
}

@media (min-width: 992px) {
  .product-list--list-view .c-product__add-to-cart {
    flex-basis: 25%;
    flex-grow: 1;
    align-self: flex-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");
}

.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");
}

.product-list--list-view .c-product-view-changer__list-btn {
  opacity: 1;
}

.component.cxa-search-results-component.product-list {
  clear: both;
  width: 100%;
}

.component.cxa-search-results-component.product-list > ul > li {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0;
  border: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.component.cxa-search-results-component.product-list > ul > li + li {
  border: 0;
}

.component.cxa-search-results-component.product-list > ul > li .c-product {
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  .component.cxa-search-results-component.product-list > ul > li {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .component.cxa-search-results-component.product-list--list-view > ul > li {
    flex-basis: 100%;
    max-width: 100%;
  }
}


.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;
  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: 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 {
    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: 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;
}


@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .cxa-cartupload-component h3.sub-title {
    font-size: 26px;
  }
  .cxa-cartupload-component h4.sub-title {
    width: 100%;
    font-size: 24px;
  }
  .cxa-cartupload-component.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cxa-cartupload-component.col-xs-12 .sample-data .col-md-6.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .cxa-cartupload-component.col-xs-12 .sample-data .col-md-6.col-xs-12 table {
    width: 100%;
    display: block;
  }
  .cxa-cartupload-component.col-xs-12 .sample-data .col-md-6.col-xs-12 table tr {
    display: table-row;
  }
  .cxa-cartupload-component.col-xs-12 .sample-data .col-md-6.col-xs-12 table td {
    width: 80%;
  }
  .cxa-cartupload-component .component.container.col-xs-12.upload-criteria {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .cxa-cartupload-component .component.container.col-xs-12.upload-criteria .component.rich-text.col-xs-12 {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

.cxa-cartupload-component .alert-large.alert-light-warning .cart-is-empty {
  display: none;
}

.cxa-cartupload-component .alert-large.alert-light-warning .cart-is-empty p {
  padding-bottom: 0px;
  padding-left: 10px;
  color: #E5A84F;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.cxa-cartupload-component .alert-large.alert-light-warning .cart-is-empty p span {
  padding-right: 10px;
}

.cxa-cartupload-component .alert-large.alert-light-warning .cart-is-empty p span.material-icons {
  color: inherit;
  vertical-align: middle;
  line-height: 1px;
}

.cxa-cartupload-component .alert-large ol, .cxa-cartupload-component .alert-large ul, .cxa-cartupload-component .alert-large li {
  font-size: 16px;
  font-weight: 700;
}

.cxa-cartupload-component .alert-large ul {
  margin-bottom: 40px;
  list-style-type: square;
  margin-left: 20px;
  font-size: 16px;
}

.cxa-cartupload-component .alert-large p {
  padding-top: 0px;
  padding-bottom: 40px;
}

.cxa-cartupload-component .alert-large a.btn--primary + a.btn--secondary {
  margin-left: 36px;
}

.cxa-cartupload-component .alert-large h5 {
  margin-bottom: 20px;
}

.cxa-cartupload-component .alert-large button#proceedImport {
  min-width: 155px;
  border: 0px !important;
  vertical-align: middle;
  margin-right: 36px;
}

@media (max-width: 575px) {
  .cxa-cartupload-component .alert-large button#proceedImport {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .cxa-cartupload-component .alert-large a {
    width: 100%;
  }
  .cxa-cartupload-component .alert-large a.btn--primary + a.btn--secondary {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.cxa-cartupload-component .CustomCart input#CSVFile {
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.cxa-cartupload-component .CustomCart input[type=file]::file-selector-button {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  border: 0px;
  font-family: Titillium Web;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  height: 36px;
  width: 112px;
}

.cxa-cartupload-component .CustomCart h4.sub-title {
  margin-bottom: 30px;
}

.cxa-cartupload-component .CustomCart label {
  margin-left: 20px;
  margin-bottom: 10px;
}

.cxa-cartupload-component .upload-criteria {
  padding: 12px;
  margin-top: 144px;
}

.cxa-cartupload-component .upload-criteria h3.sub-title {
  margin-bottom: 24px;
}

.cxa-cartupload-component .upload-criteria .component-content {
  margin-bottom: 20px;
}

.cxa-cartupload-component .sample-data {
  padding: 0px;
}

.cxa-cartupload-component .sample-data .col-xs-6:first-child {
  padding-left: 0px !important;
}

.cxa-cartupload-component .sample-data .sample-csv-download {
  background-color: rgba(239, 241, 244, 0.5);
  height: 92px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.cxa-cartupload-component .sample-data .sample-csv-download .component-content {
  margin-left: 70px;
  margin-top: 30px;
}

.cxa-cartupload-component .sample-data .sample-csv-download a {
  text-align: left;
}

.cxa-cartupload-component .sample-data .sample-csv-download a::before {
  font-family: 'Material Icons';
  content: "file download";
  font-size: 40px;
  position: absolute;
  display: inline-block;
  left: 53px;
  -webkit-transform: translate(-100%, -10%);
  transform: translate(-100%, -10%);
}

.cxa-cartupload-component .sample-data p {
  font-weight: 400;
}

.cxa-cartupload-component .sample-data h5 {
  margin-bottom: 14px;
}

.cxa-cartupload-component .sample-data table {
  border: 0px;
  width: 292px;
}

.cxa-cartupload-component .sample-data table tr td {
  font-size: 12px;
  border-left: 0px !important;
  border-right: 0px;
}

.cxa-cartupload-component .sample-data table tr:first-child td {
  font-weight: 600;
  border-top: 0px;
  padding-bottom: 25px;
}

.cxa-cartupload-component .sample-data table td {
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.cxa-cartupload-component .sample-data table td:not(:first-child) {
  height: 41px;
}


.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);
  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: calc(50% - 3px);
    right: 0;
    padding: 2px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-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;
  border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image-slice: 1;
  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;
  border-image: linear-gradient(90deg, #08A864 0%, #01ADEF 100%);
  border-image-slice: 1;
  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 (max-width: 767px) {
  .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'] {
    width: 100% !important;
    height: auto;
    max-height: none;
  }
}
@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;
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

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: flex;
    flex-flow: row;
  }
}

.forgot-password-page
  .component.cxa-forgotpassword-component
  .email-entry-buttons
  button[type='submit'] {
  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: calc(50% - 15px);
    margin-bottom: 0;
  }
}

.forgot-password-page
  .component.cxa-forgotpassword-component
  .email-entry-buttons
  a {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .forgot-password-page
    .component.cxa-forgotpassword-component
    .email-entry-buttons
    a {
    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;
}

.login-password {
  position: relative;
}
.login-password .show-hide {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40px;
  right: 20px;
  cursor: pointer;
  display: flex;
  background-image: url('/-/media/Project/NHP/Sites/Shared/Icons/icon-eye-shut.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.login-password .eye-open {
  background-image: url('/-/media/Project/NHP/Sites/Shared/Icons/icon-eye-open.svg');
}
.login-password #login-info {
  align-items: center;
  border-left: 2px solid #a80013;
  display: flex;
  width: 100%;
  padding: 20px 10px;
  margin: 36px 0 0;
  background-color: rgba(168, 0, 19, 0.15);
}
.login-password #login-info #login-info-text {
  color: #a80013;
  margin-left: 12px;
}
.login-password #login-info.hide-login-info {
  display: none !important;
}



@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.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;
  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: 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, .search-box .search-box-clear-button,
.search-box .search-box-close-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%);
  transform: translateY(-50%);
  opacity: .7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-box button.search-box-button:hover, .search-box .search-box-clear-button:hover,
.search-box .search-box-close-button:hover, .cxa-searchbar-component .search-button:hover {
  background-color: transparent !important;
  text-indent: -9999px;
}

.search-box button.search-box-button:focus, .search-box .search-box-clear-button:focus,
.search-box .search-box-close-button:focus, .cxa-searchbar-component .search-button:focus {
  border: none !important;
}

.search-box button.search-box-button::before, .search-box .search-box-clear-button::before,
.search-box .search-box-close-button::before, .cxa-searchbar-component .search-button::before {
  content: none !important;
}

.search-box button.search-box-button::after, .search-box .search-box-clear-button::after,
.search-box .search-box-close-button::after, .cxa-searchbar-component .search-button::after {
  position: relative;
  height: 20px;
  width: 20px;
  top: auto;
  left: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-search.svg");
  content: " ";
  pointer-events: none;
}

.search-box button.search-box-button > span, .search-box .search-box-clear-button > span, .search-box .search-box-close-button > span, .cxa-searchbar-component .search-button > span {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.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: calc(50% - 3px);
  padding: 2px;
  right: 20px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.-is-open .dropdown-toggle:after {
  -webkit-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: 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;
    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 .search-box-close-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.07.51 1.42 1.41L1.93 17.48.52 16.07z'/%3E%3Cpath d='M.51 1.93 1.93.5l15.56 15.56-1.42 1.42L.51 1.93Z' fill='%23000'/%3E%3C/svg%3E%0A") !important;
}

.search-box .search-box-clear-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.07.51 1.42 1.41L1.93 17.48.52 16.07z'/%3E%3Cpath d='M.51 1.93 1.93.5l15.56 15.56-1.42 1.42L.51 1.93Z' fill='%23000'/%3E%3C/svg%3E%0A") !important;
  width: 16px;
  height: 16px;
}

@media (max-width: 991px) {
  .search-box .search-box-clear-button {
    display: none !important;
    width: auto !important;
    padding: 0 12px !important;
  }
  .search-box .search-box-clear-button > span {
    clip: none;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    width: auto;
    margin: 0 5px 0 0;
    overflow: visible;
    padding: 0;
    position: static;
    line-height: 1;
    opacity: 1;
    text-indent: 0;
    background: none;
    color: rgba(0, 0, 0, 0.4);
  }
  .search-box .search-box-clear-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25' viewBox='0 0 22 25' %3E%3Cpath d='M9.99 25a10.58 10.58 0 0 1-7.1-3.41A10.3 10.3 0 0 1 0 14.29a10.3 10.3 0 0 1 4.63-8.65L6.11 7.1a7.8 7.8 0 0 0-2.99 3.06 8.49 8.49 0 0 0-1.06 4.14c0 2.25.75 4.2 2.26 5.85A8.73 8.73 0 0 0 10 22.97V25Zm2.06 0v-2.03a8.8 8.8 0 0 0 5.66-2.85 8.36 8.36 0 0 0 2.23-5.83c0-2.45-.86-4.53-2.6-6.23a8.68 8.68 0 0 0-6.32-2.55h-.69l2.06 2.02L10.91 9l-4.56-4.5L10.9 0l1.48 1.45-2.06 2.03h.69c3.06 0 5.66 1.05 7.79 3.16C20.94 8.74 22 11.3 22 14.29c0 2.82-.96 5.25-2.87 7.3A10.51 10.51 0 0 1 12.05 25Z' fill='%23000' fill-opacity='.4'/%3E%3C/svg%3E%0A") !important;
    width: 20px;
    height: 20px;
  }
  .search-box .search-box-clear-button.active {
    display: inline-flex !important;
  }
}

body:not(.on-page-editor) .search-box label[for="textBoxSearch"] {
  display: none;
}

.search-box.horizontal input {
  background: #F7F8F9 !important;
}

.search-box .component-spinner__image-small {
  width: 22px;
  height: 22px;
}

.search-box .component-spinner__image-large {
  width: 30px;
  height: 30px;
}

.search-box.initialized .search-box-input {
  padding-left: 32px;
}

.search-box.initialized:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 8px;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #b3b3b3;
  z-index: 2;
}

@media (max-width: 991px) {
  .search-box.initialized:before {
    top: 80px;
    left: 24px;
  }
}

.search-box.initialized.is-loading-results:before {
  width: 20px;
  height: 20px;
  top: 74px;
  left: 22px;
  -webkit-transform: none;
  transform: none;
  border-width: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSIjQjNFNkZBIj4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDAgMTYgMzIgQTE2IDE2IDAgMCAwIDE2IDAgTTE2IDQgQTEyIDEyIDAgMCAxIDE2IDI4IEExMiAxMiAwIDAgMSAxNiA0IiAvPgogIDxwYXRoIGZpbGw9IiM0REM2RjQiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .search-box.initialized.is-loading-results:before {
    top: 14px;
    left: 8px;
  }
}

.search-box.quick-cart-search.initialized:before {
  top: 40px;
  left: 32px;
}

.search-box.quick-cart-search.initialized.is-loading-results:before {
  top: 35px;
  left: 32px;
}

.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: flex;
  height: 60px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
  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%;
    float: right;
  }
}

.sort-results select {
  font-weight: 600;
}

.sort-results > .component-content {
  display: flex;
  align-items: center;
}

.sort-results .facet-title {
  white-space: nowrap;
  margin-right: 12px;
}

@media (max-width: 991px) {
  .sort-results .facet-title {
    display: none;
  }
}

.searchresult__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flext-start;
}

.searchresult__wrapper * + * {
  margin-top: 24px;
}

.searchresult__wrapper > div {
  max-width: calc(100% - 60px);
}

.searchresult__wrapper.row {
  margin: unset;
}

.searchresult__wrapper .field-title {
  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 {
    flex-basis: 100%;
  }
}

.searchresult__wrapper .field-updated span {
  font-weight: 400;
}

@media (max-width: 991px) {
  .searchresult__wrapper .field-size {
    margin-top: 12px;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .searchresult__wrapper .field-size {
    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: flex;
  flex-wrap: wrap;
  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: calc(100% - 60px);
}

.search-result-list > li > a > div .field-title,
.brochure__content-wrapper .field-title {
  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 {
  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: flex;
  flex-wrap: wrap;
  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 {
  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 {
  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;
}

.search-box .tt-dataset {
  padding: 10px 0;
}

.search-box .tt-hint {
  display: none;
}


/*
 * 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: inherit;
  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: inherit;
}

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;
}


