.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;
}
