:root {
  --black: #222222;
  --white: #ffffff;
  --admin-toolbar-sidebar-width: 0px;
  --desktop_header_bg: $dark_blue;
  --desktop_header_link: $white;
  --desktop_header_link_active: $water_blue;
  --desktop_icons: $white;
  --desktop_headings: $dark_blue;
  --desktop_text: $neutral_700;
  --desktop_link: $dark_blue;
  --desktop_link_hover: $water_blue;
  --desktop_button_color: $dark_blue;
  --desktop_button_color_hover_primary: $water_blue;
  --desktop_button_color_hover_secondary: $clear_blue;
  --desktop_button_text_primary: $white;
  --desktop_button_text_secondary: $neutral_700;
  --desktop_footer_link: $neutral_10;
}

.d-none {
  display: none !important;
}

.page-node-page .container-breadcrumbs-title {
  position: relative;
}
.page-node-page .container-breadcrumbs-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../../assets/Hero-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.page-node-page .container-breadcrumbs-title #block-aicib-lms-custom-theme-pagetitle {
  max-width: 800px;
  justify-self: center;
  padding: 30px 0 80px 0;
}
@media only screen and (max-width : 768px) {
  .page-node-page .container-breadcrumbs-title #block-aicib-lms-custom-theme-pagetitle {
    padding: 10px 0 60px 0;
  }
}
.page-node-page .container-breadcrumbs-title #block-aicib-lms-custom-theme-pagetitle .block-page-title-block h1, .page-node-page .container-breadcrumbs-title #block-aicib-lms-custom-theme-pagetitle .block-page-title-block h1 span {
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0px;
  text-align: center;
  color: #003C71;
  text-transform: none;
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .page-node-page .container-breadcrumbs-title #block-aicib-lms-custom-theme-pagetitle .block-page-title-block h1, .page-node-page .container-breadcrumbs-title #block-aicib-lms-custom-theme-pagetitle .block-page-title-block h1 span {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
  }
}
