/* ******************* */
:root {
  --color-primary: #002c77;
  --color-interaction: #9fc9eb;
  --color-interaction-dark: #004d99;
  --color-secondary-lightest: #c3ddf7;
  --color-primary-lightest: #e3ecf5;
  --color-primary-light: #95aacc;
}
header nav a.gds-link--menu.main-link {
  font-family: "CenturyGothic", CenturyGothic, AppleGothic, sans-serif !important;
}

.webform-submission-ecertificate-for-dr-gooderham-form-modal {
  display: none;
}
.gds-header__skip,
.gds-header__metanav-bg {
  display: none;
}

.gds-header {
  border-bottom: 1px solid rgba(139, 153, 167, 0.1);
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/gothic.ttf");
  font-display: swap;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.gds-header__main .gds-header-menu .gds-link {
  font-family: "CenturyGothic", CenturyGothic, AppleGothic, sans-serif !important;
}

/* disclaimer pop-up responsive  GWS*/
@media screen and (max-width: 1200px) {
  div[aria-describedby="modal_external_link"] {
    width: 90% !important;
    margin: auto !important;
    left: 5% !important;
  }

  div[aria-describedby="modal_external_link"] #modal_external_link {
    width: 90% !important;
    padding: 0 var(--spacer-m) !important;
  }

  div[aria-describedby="modal_external_link"] .gds-modal__actions.form-actions .gds-btn-wrapper.button {
    display: block;
    text-align: center;
    margin-top: var(--spacer-s);
  }
}

@media screen and (max-width: 1200px) {
  div[aria-describedby="modal_external_link"] #modal_external_link .gds-modal__body {
    overflow: scroll !important;
    height: auto !important;
  }
}

div[aria-describedby="modal_external_link"] #modal_external_link {
  overflow-y: scroll;
}

div[aria-describedby="modal_external_link"] .gds-modal__header h3 {
  padding-left: 20px !important;
}

div[aria-describedby="modal_external_link"] .gds-modal__header {
  padding-top: 0;
}

/* cookie symbol shifting to left to avoid overlapping with back-to-top button*/
.it-eprivacy-toggle-container.toggle-position-bottom-right {
  left: 20px;
  right: unset;
  width: 80%;
}
.it-eprivacy-toggle-container.toggle-position-bottom-right {
  width: max-content !important;
}

/* cookie banner fonts */
.it-eprivacy-banner,
.it-eprivacy-policy-container {
  font-family: BISansNEXT !important;
}
/* header-skip */
.gds-header__skip {
  display: none;
}

.gds-header__main .mobileutilityitem {
  border-right: none !important;
}

ol.gds-ordered p {
  margin-bottom: 0;
}
.node-5 .gds-highlight-banner--primary-lightest .gds-btn--primary {
  background-color: var(--color-interaction-dark);
  color: var(--color-light);
}

@media screen and (min-width: 992px) {
  .node-5 .gds-hero__background-image .gds-image {
    left: 0;
  }
}

.node-5 .gds-highlight-banner__content .gds-paragraph--caption-heading {
  font-family: "CenturyGothic", CenturyGothic, AppleGothic, sans-serif !important;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .gds-secondary-hero--has-background {
    background-color: var(--color-primary);
  }
}

.node-11 .gds-grid--spacer-huge .gds-paragraph--caption-heading {
  font-family: "CenturyGothic", CenturyGothic, AppleGothic, sans-serif !important;
}
@media screen and (max-width:767px) {
  [dir="ltr"] .gds-secondary-hero__background-image .gds-image {
    left: 0;
  }
}
@media screen and (max-width: 1279px) {
  header .contrast .gds-link--menu:focus span {
    color: var(--color-grey);
  }
}

.node-5 .gds-hero__content .gds-heading {
  padding-right: calc(var(--spacer-massive) + var(--spacer-l));
}
.contrast .gds-link--menu:focus span,
.contrast .gds-link--with-icon:focus span {
  color: var(--color-grey);
}
article[data-align="center"] img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Quiz  Start*/
.gds-grid.gds-grid--spacer-massive.node-10 {
  box-shadow: 0 4px 8px 0 rgb(0 26 51 / 40%);
  padding: var(--spacer-l) var(--spacer-s);
}

.gds-grid.gds-grid--spacer-massive.node-10 .gds-cell--l-order-2 {
  display: none;
}

.gds-grid.gds-grid--spacer-massive.node-10 .gds-cell--l-order-1 {
  width: 100%;
}

.webform-submission-quiz-node-10-form .gds-heading--xs {
  font-size: var(--typography-heading-s-font-size);
  line-height: var(--typography-heading-s-line-height);
  font-weight: var(--typography-heading-s-font-weight);
  color: var(--color-primary);
  margin-bottom: var(--spacer-base);
}

.quiz h1 {
  font-size: var(--typography-heading-m-font-size);
  line-height: var(--typography-heading-m-line-height);
  font-weight: var(--typography-heading-m-font-weight);
  color: var(--color-primary);
}

.quiz .wrong {
  color: var(--color-grey-80);
}

.quiz p {
  font-size: var(--typography-p-l-font-size);
  line-height: var(--typography-p-l-line-height);
  font-weight: var(--typography-p-l-font-weight);
  font-family: var(--typography-p-l-font-family);
}

.gds-notification.gds-notification--error.node-10,
.gds-form-input__validation-message--is-error {
  display: none;
}

.webform-submission-quiz-node-10-form .gds-heading--xs.error+div {
  font-size: var(--typography-heading-xs-font-size);
  line-height: var(--typography-heading-xs-line-height);
  font-weight: var(--typography-heading-xs-font-weight);
  font-family: "CenturyGothic", CenturyGothic, AppleGothic, sans-serif !important;
  color: var(--color-error);
  margin-bottom: var(--spacer-base);
}

form#webform-submission-quiz-node-10-add-form #edit-actions {
  margin-top: var(--spacer-xxl);
}

form#webform-submission-quiz-node-10-add-form .gds-form-input {
  margin-bottom: var(--spacer-s);
}

form#webform-submission-quiz-node-10-add-form h5:nth-child(1) {
  margin-top: var(--spacer-s);
}

form#webform-submission-quiz-node-10-add-form h5 {
  margin-top: var(--spacer-l);
}

.result-block p {
  font-size: var(--typography-heading-m-font-size);
  line-height: var(--typography-heading-m-line-height);
  font-weight: var(--typography-heading-m-font-weight);
  color: var(--color-primary);
  font-family: "CenturyGothic", CenturyGothic, AppleGothic, sans-serif !important;
}
.node-10 .quiz {
  border-bottom: 1.2px solid rgba(0, 44, 119, 0.4);
  margin-bottom: var(--spacer-m);
}

.node-10 .quiz h1 {
  text-transform: uppercase;
  margin-bottom: var(--spacer-s) !important;
}

.node-10 .quiz p {
  margin-top: var(--spacer-xxs) !important;
  color: var(--color-grey);
}
.webform-submission-quiz-node-10-form .gds-form-input {
  max-width: none;
}
/*quiz end*/
/* new quiz  */
.webform-submission-disease-characteristics-node-6-form .gds-form-multiple-step__form {
  background-color: var(--color-primary);
  color: var(--color-light);
  padding: var(--spacer-m) 0;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-multiple-step__form h2 {
  padding: 0 var(--spacer-l);
  text-transform: uppercase;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-multiple-step__form h5 {
  text-transform: uppercase;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input label,
.webform-submission-disease-characteristics-node-6-form .gds-form-input .gds-heading {
  color: var(--color-light);
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input .js-form-item {
  display: flex;
  flex-wrap: nowrap;
  max-width: none;
  cursor: pointer;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input__inner--radio .gds-form-input__input-wrapper--radio label,
.webform-submission-disease-characteristics-node-6-form .gds-form-input__inner--radio label span {
  cursor: pointer;
}
.webform-submission-disease-characteristics-node-6-form #--wrapper .js-form-item:nth-of-type(1) {
  background-color: #ed4e27;
  height: 50px;
  width: 200px;
}
.webform-submission-disease-characteristics-node-6-form #--wrapper .js-form-item:nth-of-type(2) {
  background-color: #f4b941;
  height: 50px;
  width: 200px;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input__label {
  display: flex;
  align-items: center;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input__radio-checked,
.node-6.gds-grid--spacer-massive .gds-cell--l-third {
  display: none;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input__input-wrapper--radio {
  min-width: none !important;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input .gds-heading,
.webform-submission-disease-characteristics-node-6-form .gds-form-input {
  margin-bottom: 0;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input__inner--radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .node-6.gds-grid--spacer-massive .gds-cell--l-two-thirds {
    width: 75% !important;
  }
}
.node-6.gds-grid--spacer-massive .gds-cell--l-two-thirds {
  width: 100%;
}
.webform-submission-disease-characteristics-node-6-form #--wrapper {
  padding: var(--spacer-l);
}
.webform-submission-disease-characteristics-node-6-form #--wrapper:nth-of-type(even) {
  background-color: #1a1539;
}
.webform-submission-disease-characteristics-node-6-form .form-actions {
  display: none;
}
.webform-submission-disease-characteristics-node-6-form .helperText {
  width: 0;
  visibility: hidden;
}
@media screen and (min-width:768px) {
  .webform-submission-disease-characteristics-node-6-form .gds-form-input .gds-heading {
    width: 40%;
    text-transform: uppercase;
  }
  .webform-submission-disease-characteristics-node-6-form .gds-form-input {
    display: flex;
    align-items: center;
    max-width: none;
    justify-content: space-between;
  }
}
@media screen and (max-width:767px) {
  .webform-submission-disease-characteristics-node-6-form .gds-form-input {
    max-width: none;
  }
  .webform-submission-disease-characteristics-node-6-form #--wrapper .js-form-item {
    width: 100% !important;
    max-width: 400px;
    margin-top: var(--spacer-xs);
    margin-bottom: var(--spacer-xs);
  }
}
.gds-form-input__inner--radio {
  position: relative;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input__inner--radio .gds-form-input__input-wrapper--radio {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
}
.webform-submission-disease-characteristics-node-6-form .form-radio {
  border: none;
  border-radius: 0;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input__radio-checked.gds-form-input__radio-checked-- {
  background-color: transparent;
}
.webform-submission-disease-characteristics-node-6-form .gds-form-input__input:focus {
  box-shadow: none;
}
.bi-hcp-validation-modal #bi-hcp-modal,
#bi-hcp-modal .gds-modal__body {
  padding: 0;
}
#bi-hcp-modal .gds-block-bg-color {
  height: 100%;
}
.gds-btn--primary {
  color: var(--color-primary);
}
@media screen and (min-width: 992px) {
  .gds-key-fact__image-container {
    flex: 0 1 auto;
}
}
.gds-paragraph--caption-heading {
  font-family: "CenturyGothic", CenturyGothic, AppleGothic, sans-serif !important;
}
.gds-key-fact--top .gds-key-fact__content {
  display: block;
}
.gds-side-navigation__list li {
  font-family: "CenturyGothic", CenturyGothic, AppleGothic, sans-serif !important;
}
.gds-testimonial--primary .gds-testimonial__icon svg path {
  fill: var(--color-interaction);
}
.gds-testimonial--primary .gds-paragraph blockquote strong {
  font-family: BISansNEXT !important;
  font-size: var(--typography-p-xs-font-size);
}
.gds-heading--s,
.gds-heading--xs {
  color: var(--color-primary);
}
ol.gds-ordered li {
  display: flex;
  padding-left: unset;
}
form#webform-submission-quiz-node-10-add-form .gds-paragraph--base em {
  display: none;
}
.gds-video-player .gds-grid,
.gds-video-player .gds-cell {
  padding: 0;
}
@media screen and (min-width:992px) {
  .path-frontpage .gds-hero__content-inner {
    min-height: 524px;
  }
}
.gds-header-menu {
  margin-right: 0;
}
.node-17 .gds-key-fact {
  height: auto;
}
.node-5 .gds-footnote ol.gds-footnote__references li::before {
  margin-top: 4px;
  font-size: 1rem;
}
