@charset "UTF-8";
:root {
  --bs-teal-bg:#EBF0F9;
}

/* General variations*/
.grid-container--no-gutter .grid-container__cols {
  --bs-gutter-x: 0;
}

[data-action^=download]::after,
.content-block--card a[href$="cmi.pdf"]::after {
  content: "\f019";
  font-family: "FontAwesome";
  margin-left: 5px;
}

a[data-original-link^="https://apps.apple.com"] {
  color: transparent !important;
  display: inline-block;
  overflow: hidden;
  width: 125px;
  background: url(https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83&amp;releaseDate=1588291200?h=237bfd1…) no-repeat;
  background-size: 100%;
  background-position-y: 26px;
}

a[data-original-link^="https://play.google.com"] {
  color: transparent !important;
  display: inline-block;
  overflow: hidden;
  width: 155px;
  background: url(https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png) no-repeat;
  background-size: 156px;
  background-position: 0 -10px;
}

[data-for=Treatment] .btn {
  --bs-btn-border-radius:20px;
  padding: 2rem;
  max-width: min-content;
}

label[for=Treatment0] {
  padding-top: 3rem !important;
}

/** MIXINS are functions or partial styles shared across many comonents*/
/** Grid breakpoint alias*/
/** MIXINS are functions or partial styles shared across many comonents*/
/** Grid breakpoint alias*/
.btn, .stepped-form__control {
  border-radius: 80px;
  font-size: 1rem;
  transition: 0.3s;
  --bs-btn-padding-x: 2.75rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-line-height: 1rem;
}

@media screen and (max-width: 991px) {
  .stepped-form__control {
    min-width: 100%;
    margin: 1rem auto;
    float: none;
  }
}
.btn-info, .btn:first-child:active, .btn-info:active, .btn-info:hover {
  color: white;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-font-weight: 700;
  --bs-btn-bg: #A10124;
  --bs-btn-border-color: #006373;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #005462;
  --bs-btn-hover-border-color: #004f5c;
  --bs-btn-focus-shadow-rgb: 38, 122, 136;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004f5c;
  --bs-btn-active-border-color: #004a56;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A10124;
  --bs-btn-disabled-border-color: #A10124;
}

.btn-secondary, .axion-service--login .axion-service__links-enrol--login a {
  --bs-btn-bg: #58595B;
  --bs-btn-color: #fff;
  --bs-btn-font-weight: 700;
  --bs-btn-border-color:#58595B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002e36;
  --bs-btn-hover-border-color: #002e36;
  --bs-btn-focus-shadow-rgb: 224, 45, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #DA0812;
  --bs-btn-disabled-border-color: #DA0812;
}

.btn-tertiary {
  --bs-btn-bg: #E35B4D;
  --bs-btn-color: #fff;
  --bs-btn-font-weight: 700;
  --bs-btn-bg: #E35B4D;
  --bs-btn-border-color:var(--novo-btn-group);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a34338;
  --bs-btn-hover-border-color: #a34338;
  --bs-btn-focus-shadow-rgb: 224, 45, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #DA0812;
  --bs-btn-disabled-border-color: #DA0812;
}

.btn-group {
  --novo-btn-group:#f4f4f4;
  display: flex;
}
@media screen and (max-width: 991px) {
  .btn-group {
    flex-direction: column;
  }
}
.btn-group .btn {
  border-radius: var(--bs-btn-border-radius) !important;
  margin-right: 3rem;
}
@media screen and (min-width: 768px) {
  .btn-group .btn:not(:first-child):not(:last-child) {
    margin-right: 1rem;
  }
}
.btn-group .btn-primary {
  --bs-btn-bg:var(--novo-btn-group);
  --bs-btn-color: #58595B;
  --bs-btn-font-weight: 700;
  --bs-btn-bg: var(--novo-btn-group);
  --bs-btn-border-color:var(--novo-btn-group);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #E35B4D;
  --bs-btn-hover-border-color: #E35B4D;
  --bs-btn-focus-shadow-rgb: 224, 45, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #E35B4D;
  --bs-btn-active-border-color: #E35B4D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #DA0812;
  --bs-btn-disabled-border-color: #DA0812;
}
.btn-group .btn-tertiary {
  --bs-btn-bg: #E35B4D;
  --bs-btn-color: #fff;
  --bs-btn-font-weight: 700;
  --bs-btn-bg: #E35B4D;
  --bs-btn-border-color:var(--novo-btn-group);
  --bs-btn-hover-color: #fff;
  --bs-btn-focus-shadow-rgb: 224, 45, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #DA0812;
  --bs-btn-disabled-border-color: #DA0812;
}

.back_to_top {
  display: none;
}

/* TypoGraphy */
/** MIXINS are functions or partial styles shared across many comonents*/
/** Grid breakpoint alias*/
:root {
  --bs-body-font-size:calc(0.8vw + 0.3em);
  --small-font:14px;
}
@media screen and (max-width: 991px) {
  :root {
    --bs-body-font-size:14px;
  }
}

.navbar {
  --bs-navbar-active-color:#6197AE;
}

html {
  font-size: var(--bs-body-font-size);
}

body {
  font-size: unset;
}

h1 {
  margin-bottom: 2rem;
  font-family: Helvetica;
  font-weight: 700;
  color: #4976C4;
}

h3 {
  margin-bottom: 1.25rem;
  font-size: calc(1rem + 0.6vw);
  color: var(--bs-gray-mid);
  font-weight: bold;
}

h2, h4, h5 {
  margin-bottom: 1rem;
  color: var(--bs-teal);
  font-weight: 500;
}
h2 h6, h4 h6, h5 h6 {
  font-weight: 700;
  size: 1.5rem;
  line-height: 2rem;
}

div.right {
  text-align: right;
}

.secondary-link, .axion-service--login .axion-service__links-reset--login a {
  color: rgba(var(--bs-secondary-rgb), 1) !important;
}

.panel-container--grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-container--background-grey {
  background-color: #EBF0F9;
}

#axionloader {
  box-sizing: border-box;
  position: fixed;
  display: none;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}
#axionloader .loadingoverlay_element {
  order: 1;
  box-sizing: border-box;
  overflow: visible;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: loadingoverlay_animation__rotate_right;
  animation-duration: 2000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 120px;
  height: 120px;
}
#axionloader .loadingoverlay_element svg {
  width: 100%;
  height: 100%;
  fill: var(--orange);
}
#axionloader .loadingoverlay_element svg circle {
  fill: var(--orange);
}

header.global-header {
  position: absolute;
  top: 0;
  padding: 1rem 2rem;
  background: #EBF0F9;
  position: relative;
}
header.global-header site-logo .last {
  text-transform: lowercase;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0rem;
  padding-bottom: 1rem;
}
header.global-header site-logo .nz {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  color: #959595;
  text-transform: uppercase;
}
header.global-header site-logo .nz.first {
  font-weight: 800;
  line-height: 0.5;
}
header.global-header site-logo .nz.last {
  font-weight: 400;
}

/*certain pages need a fiddly thing where in wide, header is 40% on left absoulute
.. but then back to normal for mobile*/
@media screen and (min-width: 992px) {
  #start header.global-header {
    position: absolute;
    width: 40%;
  }
  #start header.global-header site-logo .nz.logo {
    width: 320px !important;
  }
}
footer.global-footer {
  padding: 2rem;
  margin-top: 1rem;
  font-size: var(--small-font);
}
footer.global-footer ul {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
footer.global-footer ul li:last-of-type {
  border-right: none;
}
footer.global-footer ul li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid black;
}
footer.global-footer ul li a {
  text-decoration: underline;
  text-transform: initial;
  color: black;
}

.form-control {
  background-color: #eee;
  border: 0;
  padding: 0.75rem;
}

label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--teal-rgb), 0.25);
  background-color: #eee;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 22px center;
}

input.form-control.InputType-Date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237e7175' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M152 64H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V64H384C419.3 64 448 92.65 448 128V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V128C0 92.65 28.65 64 64 64H104V24C104 10.75 114.7 0 128 0C141.3 0 152 10.75 152 24V64zM48 248H128V192H48V248zM48 296V360H128V296H48zM176 296V360H272V296H176zM320 296V360H400V296H320zM400 192H320V248H400V192zM400 408H320V464H384C392.8 464 400 456.8 400 448V408zM272 408H176V464H272V408zM128 408H48V448C48 456.8 55.16 464 64 464H128V408zM272 192H176V248H272V192z'/%3E%3C/svg%3E");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

input.form-control.InputType-Date[name=DateOfBirth] {
  background-image: none !important;
}

input.form-control.InputType-Date[name=InfusionDate1] {
  background-image: none !important;
}

.stepped-form .stepped-form__indicators {
  position: absolute;
  top: -4rem;
  right: 0;
  display: inline-flex;
  justify-content: flex-end;
  margin: 0;
  height: 45px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .stepped-form .stepped-form__indicators {
    top: -15px;
    position: relative;
  }
}
.stepped-form .stepped-form__indicators li {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  opacity: 1;
  font-size: 0;
  border: none;
  margin-right: 13px;
}
.stepped-form .stepped-form__indicators li.active {
  background-color: var(--bs-teal);
}
.stepped-form .stepped-form__indicators li.active::after {
  color: white;
}
.stepped-form .stepped-form__indicators li:after {
  content: attr(data-step);
  font-size: 20px;
  color: black;
  top: 0;
  right: 0;
}
.stepped-form .stepped-form__inner .form-group__header .col {
  justify-content: space-between;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .stepped-form .stepped-form__inner .stepped-form__stepHeader {
    padding-right: 200px;
  }
  .stepped-form .stepped-form__inner .content-block--card {
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .stepped-form .axion-service__form .col {
    flex-basis: 100%;
  }
  .stepped-form .axion-service__form .btn-group {
    flex-wrap: wrap;
  }
  .stepped-form .axion-service__form .btn-group .btn {
    min-width: 50%;
  }
}

.was-validated .form-control:valid,
.was-validated input.form-control:valid,
.was-validated .form-control:valid:focus {
  border-color: #d1d1d1;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23006373' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.was-validated .form-control:invalid:focus,
.was-validated input.form-control.input-validation-error:valid {
  border-color: #DA0812;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23DA0812'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23DA0812' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.field-validation-error {
  color: var(--bs-red);
  font-weight: 700;
}

.was-validated .form-check-input:valid, .was-validated input.form-check-input.valid, .was-validated div.checkbox input[type=checkbox]:valid, .was-validated div.checkbox input[type=checkbox].valid, div.checkbox .was-validated input[type=checkbox]:valid, div.checkbox .was-validated input[type=checkbox].valid, .form-check-input.is-valid, div.checkbox input.is-valid[type=checkbox] {
  border-color: unset;
}

.modal {
  --bs-modal-width: 75vw;
  --bs-modal-footer-border-width:0;
}
.modal .modal-content {
  border-radius: 0;
  padding: 1.5rem 2rem;
}
.modal .modal-content h1 {
  color: #58595B;
  font-weight: 700;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  background-color: #C0D6FF;
  margin-top: -1.5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal .modal-content .modal-header .close {
  position: absolute;
  top: 4px;
  right: 20px;
  border: 0;
  font-size: 38px;
  background: none;
}
.modal .modal-content .modal-header .modal-title {
  color: var(--bs-teal);
  font-size: 30px;
  padding-left: 2rem;
}
.modal .modal-content .modal-header site-logo .last {
  text-transform: lowercase;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0rem;
  padding-bottom: 1rem;
}
.modal .modal-content .modal-header h5 {
  margin-bottom: 1rem;
}
.modal .modal-content .axion-service__buttons {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.modal .modal-content .axion-service__buttons .btn {
  margin: 0 1rem;
}
.modal .modal-content .axion-service__buttons .btn:last-of-type {
  margin-right: 0;
}
.modal .modal-content .axion-service__buttons .btn:first-of-type {
  margin-left: 0;
}
.modal .modal-content .stepped-form__indicators {
  position: absolute;
  top: -4rem;
  right: 0;
  display: inline-flex;
  justify-content: flex-end;
  margin: 0;
  height: 45px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .modal .modal-content .stepped-form__indicators {
    top: -15px;
    position: relative;
  }
}
.modal .modal-content .stepped-form__indicators li {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  opacity: 1;
  font-size: 0;
  border: none;
  margin-right: 13px;
}
.modal .modal-content .stepped-form__indicators li.active {
  background-color: var(--bs-teal);
}
.modal .modal-content .stepped-form__indicators li.active::after {
  color: white;
}
.modal .modal-content .stepped-form__indicators li:after {
  content: attr(data-step);
  font-size: 20px;
  color: black;
  top: 0;
  right: 0;
}

.axion-service--login .btn {
  min-width: 14rem;
}
.axion-service--login .axion-service__links-reset--login {
  margin-left: 2rem;
}
.axion-service--login .axion-service__links--login {
  margin: 1rem 0;
}
.axion-service--login .axion-service__links-enrol--login a {
  margin-left: 1rem;
}

#LeavingSiteAlertModal {
  padding-right: 17px;
  display: none;
}

.video-block {
  padding: 2rem;
  padding-bottom: 1rem;
  /*P has bottom margin so need remove 1rem off bottom*/
  margin-bottom: 2rem;
  background: #F0EFED;
}
.video-block .video-block__content iframe {
  display: block;
  height: 260px;
  width: 100%;
}
.video-block .video-block__image {
  display: none;
}
.video-block .video-block__content {
  margin-bottom: 1rem;
}
.video-block h2, .video-block h5 {
  color: var(--bs-teal);
}
.video-block h3 {
  color: var(--bs-red);
}

/** MIXINS are functions or partial styles shared across many comonents*/
/** Grid breakpoint alias*/
.content-block--card-highlight {
  padding: 2rem;
  padding-bottom: 1rem;
  /*P has bottom margin so need remove 1rem off bottom*/
  margin-bottom: 2rem;
  background: #8FB7FC;
}
.content-block--card-highlight, .content-block--card-highlight h3 {
  color: white;
}
.content-block--card-highlight .btn-light {
  color: var(--bs-gray);
  font-weight: bold;
}
.content-block--card-callout {
  padding: 2rem;
  padding-bottom: 1rem;
  /*P has bottom margin so need remove 1rem off bottom*/
  margin-bottom: 2rem;
  font-weight: 500;
  text-align: center;
  background-color: #58595B;
  /*seems custom in designs*/
  color: white;
}
.content-block--card-icon-border {
  padding: 2rem;
  padding-bottom: 1rem;
  /*P has bottom margin so need remove 1rem off bottom*/
  margin-bottom: 2rem;
  color: #4976C4;
  border: #4976C4 2px solid;
  padding: 1rem;
  margin: 0.5rem;
}
.content-block--card-icon-border.has-image .content-block__image {
  float: left;
  margin-right: 1rem;
}
.content-block--card-icon-border h5 {
  min-height: 78px;
  padding-top: 0.5rem;
  font-weight: 700;
}
.content-block--card {
  padding: 2rem;
  padding-bottom: 1rem;
  /*P has bottom margin so need remove 1rem off bottom*/
  margin-bottom: 2rem;
  background: #ebf0f9;
  /* Panel is a small white box inside card*/
  /* buttons is a row of buttons*/
}
.content-block--card h2 {
  color: var(--bs-teal);
}
.content-block--card h3 {
  color: var(--bs-teal);
}
.content-block--card a {
  color: #02215B;
  text-decoration: none;
}
.content-block--card a:hover {
  color: var(--bs-link-hover-color);
}
.content-block--card .form-control {
  margin: 1rem 0;
  background-color: white;
}
.content-block--card .panel {
  border-radius: 8px;
  margin-bottom: 1rem;
  background: white;
  padding: 1rem;
}
.content-block--card .panel a {
  color: var(--bs-teal);
}
.content-block--card .buttons {
  display: flex;
}
.content-block--card.has-image {
  padding: 0;
}
.content-block--card.has-image .content-block__image img {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}
.content-block--card.has-image .content-block__content {
  padding: 1rem 2rem;
}
.content-block--card.has-image .content-block__content #refer-other-patient {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .content-block--card.has-image .content-block__inner {
    display: flex;
  }
  .content-block--card.has-image .content-block__inner .content-block__image {
    width: 25%;
  }
  .content-block--card.has-image .content-block__inner .content-block__image img {
    object-fit: cover;
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .content-block--card.has-image .content-block__inner .content-block__content {
    width: 75%;
  }
}

site-logo {
  font-size: 2rem;
  /* default*/
  font-weight: bold;
  font-family: Arvo;
  color: var(--bs-teal);
}
site-logo .last {
  color: white;
}
site-logo .nz {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  color: #959595;
  text-transform: uppercase !important;
}
site-logo .nz.first {
  font-weight: 800;
  line-height: 0.5;
}
site-logo .nz.last {
  font-weight: 400;
}
site-logo .nz.logo {
  position: relative !important;
  width: 300px !important;
  height: 100px !important;
}

@media (max-width: 576px) {
  site-logo .nz.logo {
    width: 100% !important;
    height: 50% !important;
  }
}
/**Pages**/
/** MIXINS are functions or partial styles shared across many comonents*/
/** Grid breakpoint alias*/
#page-start {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  background-color: var(--bs-teal-bg);
  display: flex;
}
#page-start:after {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 78vh;
  content: " ";
  flex-grow: 1;
}
#page-start h1 {
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #page-start {
    flex-direction: column-reverse;
  }
  #page-start:after {
    min-height: 5px;
  }
}
@media screen and (min-width: 992px) {
  #page-start #main-content {
    margin-top: 8rem;
  }
}
#page-start #main-content > .content-block {
  padding: 2rem 5rem;
  padding-top: 5rem;
  color: var(--bs-teal);
}
#page-start #main-content > .content-block site-logo {
  color: white;
}
#page-start #main-content > .content-block .btn {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #page-start #main-content > .content-block {
    max-width: unset;
  }
  #page-start #main-content > .content-block .btn-secondary, #page-start #main-content > .content-block .axion-service--login .axion-service__links-enrol--login a, .axion-service--login .axion-service__links-enrol--login #page-start #main-content > .content-block a {
    float: unset;
  }
}
#page-start .redirect-icon {
  width: 62px;
  height: 62px;
}

#section-patient-referral {
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  #section-patient-referral {
    max-width: 80%;
    padding: 4rem;
  }
}

.nz #block-1698 {
  font-size: var(--small-font);
}

#page-article .article {
  width: 100%;
}
#page-article .breadcrumbs {
  display: none;
}
#page-article .hero-image {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-bottom: 1.5rem;
}
#page-article .hero-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.your-treatment .hero-image img {
  object-position: 0 13%;
}
.your-treatment .video-block .video-block__content iframe {
  height: 500px;
}

.page.general-hcp-access {
  background-color: #F0EFED;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  color: #02215B;
}
.page.general-hcp-access .content-block--card {
  padding-right: 3rem;
}
.page.general-hcp-access .content-block--card label {
  color: #02215B;
}
.page.general-hcp-access p {
  color: #02215B;
}
.page.general-hcp-access label {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page.general-hcp-access img {
    /* the guy*/
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    object-fit: cover;
    object-position: 80% 0%;
  }
}
@media screen and (max-width: 991px) {
  .page.general-hcp-access .grid-container__cols {
    flex-direction: column-reverse;
  }
}

#layout-base.hcp header {
  display: none;
}
#layout-base.hcp .content-block--card h5, #layout-base.hcp .content-block--card a, #layout-base.hcp .content-block--card p {
  color: var(--bs-teal);
}
#layout-base.hcp .grid-container__col--5 {
  margin-top: 3rem;
}
#layout-base.hcp #block-932, #layout-base.hcp #block-1355 {
  background-color: #F0F3F0;
  text-decoration: none;
}
#layout-base.hcp #block-932 .content-block__image, #layout-base.hcp #block-1355 .content-block__image {
  max-width: 15%;
  display: flex;
  flex-direction: row;
  margin: 2.5rem;
}
#layout-base.hcp #block-932 .content-block__image img, #layout-base.hcp #block-1355 .content-block__image img {
  object-position: bottom;
}
#layout-base.hcp #block-932 p, #layout-base.hcp #block-1355 p {
  font-weight: 700;
}
#layout-base.hcp #block-932 p::after, #layout-base.hcp #block-1355 p::after {
  content: "\f054";
  font-family: "FontAwesome";
  margin-left: 5px;
}
#layout-base.hcp #block-933 {
  margin-top: 2rem;
}
#layout-base.hcp #VideoPopup {
  --bs-modal-width: 40vw;
}
#layout-base.hcp #VideoPopup .modal-title {
  padding-bottom: 1rem;
}
#layout-base.hcp #VideoPopup .modal-body {
  padding: 0;
}
#layout-base.hcp #VideoPopup .video-block {
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
#layout-base.hcp #VideoPopup .video-block__content {
  margin: 0;
}
#layout-base.hcp #VideoPopup iframe {
  min-height: 300px;
}
#layout-base.hcp #VideoPopup iframe .player {
  border: solid 1px black;
}
#layout-base.hcp .grid-container--background-grey {
  padding-left: 2rem;
  padding-right: 2rem;
}
#layout-base.hcp .program-resource {
  min-height: 100px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #layout-base.hcp .program-resource {
    min-height: auto;
    max-height: 100px;
  }
}

.nz #block-1700 {
  font-size: var(--small-font);
}

#page-register h1 {
  color: #58595B;
}

.nz #block-1696 {
  font-size: var(--small-font);
}

#section-unsubscribe .content-block__content {
  text-align: center;
}
#section-unsubscribe iframe {
  height: 400px;
  width: 400px;
}

:root {
  --teal-rgb:0,99,115;
  --bs-teal: #4976C4;
}

/* master layout width for all pages smaller than laptop*/
.container-md {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: unset;
}

.img-fluid {
  width: 100%;
}

.text-red {
  color: #902326 !important;
}

input[name=TreatmentName] + label {
  width: 110px;
  height: 110px;
  padding: 10px;
  font-size: 14px;
  background: white;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  display: inline-flex;
  line-height: 1.5em;
}

input[name=TreatmentName]:checked + label {
  background-color: #A10124 !important;
}

label[for=TreatmentName] {
  display: block;
}

label[for=TreatmentName] + div {
  display: inline;
}

.inceptua-icon {
  cursor: pointer;
  position: relative;
}

img#inceptua-image.inceptua-info {
  display: none;
  position: absolute;
  z-index: 999;
}

.box-bg-blue {
  background-color: #8FB7FC !important;
}

.exam-rounded-box {
  width: 60px;
  height: 60px;
  background-color: #A10124 !important;
}

.exam-icon {
  margin-left: 10px;
}

body#hcp-access {
  background-color: #ebf0f9;
}

.pre-footer {
  margin-top: 100px;
}

#hcp-access .pre-footer ul li {
  color: #4976C4;
}

#service-HCPReferral .form-row {
  margin-top: 10px;
}

.custom-icon-tooltip {
  position: absolute;
  background: #902326;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  white-space: normal;
  word-wrap: break-word;
  z-index: 1000;
  display: none;
  pointer-events: none;
  transition: opacity 0.2s;
  max-width: 300px;
  font-weight: 400;
}

.completion-footer-logo {
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

#redirect-external {
  color: #02215B;
  text-decoration: underline;
  cursor: pointer;
}

#redirect-external:hover {
  color: #902326 !important;
}

/*# sourceMappingURL=main.css.map */
