/*Color variables*/
/*depmap*/
/*skyros*/
/*dmc*/
/*depmap pillars*/
/*drug*/
/*data aspects*/
.dmc_feature_content {
  display: grid;
  justify-items: center; }
  @media screen and (min-width: 1380px) {
    .dmc_feature_content {
      padding: 0 150px 20px; } }
  @media screen and (min-width: 992px) and (max-width: 1380px) {
    .dmc_feature_content {
      padding: 0 100px 20px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .dmc_feature_content {
      padding: 0 50px 10px; } }
  @media screen and (max-width: 768px) {
    .dmc_feature_content {
      padding: 0 10px 0; } }
  @media screen and (min-width: 992px) {
    .dmc_feature_content .search_bar {
      width: 70%; } }
  @media screen and (max-width: 991px) {
    .dmc_feature_content .search_bar {
      width: 100%; } }
.featured_tools_title h2 {
  font-size: 42px !important;
  font-weight: 600 !important;
  color: #771e70;
  text-align: center; }

.featured_portal_tools {
  display: grid;
  gap: 2rem;
  text-align: center;
  filter: drop-shadow(1px 5px 3px #d9d9d9); }
  @media screen and (min-width: 992px) {
    .featured_portal_tools {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 992px) {
    .featured_portal_tools {
      grid-template-columns: repeat(2, 1fr); } }
  .featured_portal_tools .thumbnail {
    padding: 20px; }
    .featured_portal_tools .thumbnail a {
      text-decoration: none;
      color: inherit; }
    .featured_portal_tools .thumbnail img {
      transform: scale(0.7); }

.dmc_about_div {
  height: 100%;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .dmc_about_div {
      padding-top: 25px; } }
  @media screen and (min-width: 992px) {
    .dmc_about_div .dmc_about {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 992px) {
    .dmc_about_div .dmc_about {
      padding-left: 20px;
      padding-right: 20px; } }
  .dmc_about_div .dmc_about h1 {
    color: #771e70; }
  .dmc_about_div .dmc_about h4 {
    color: #771e70;
    margin-bottom: 20px; }

.explore_tools_background {
  color: white; }
  .explore_tools_background.public {
    background-image: linear-gradient(#6790f7, #16215b); }
  .explore_tools_background .cards_section {
    display: flex;
    gap: 2%;
    min-height: 500px; }
    @media screen and (min-width: 992px) {
      .explore_tools_background .cards_section {
        flex-direction: row; } }
    @media screen and (max-width: 991px) {
      .explore_tools_background .cards_section {
        flex-direction: column; } }
  .explore_tools_background .thumbnail {
    color: #303030;
    padding: 0 20px 0px 20px;
    border-radius: 6px;
    flex: 1 1 0px;
    position: relative; }
    .explore_tools_background .thumbnail img {
      width: 100%; }

.alert {
  border-radius: 0; }

.data_privacy_banner {
  padding: 15px;
  color: white;
  text-align: center;
  font-family: roboto; }
  .data_privacy_banner.public {
    background-color: #6790f7; }
  .data_privacy_banner .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s; }
  .data_privacy_banner .closebtn:hover {
    color: lightgray; }
  .data_privacy_banner h3 {
    font-size: 24px;
    font-family: roboto;
    font-weight: 500;
    color: white;
    margin-bottom: 0em; }
    .data_privacy_banner h3 a {
      color: white;
      text-decoration: none;
      border-bottom: 1px solid white; }
    .data_privacy_banner h3 a:hover {
      border-bottom: none; }

.btn-non-public {
  color: white !important;
  background-color: #a8529d;
  font-weight: 700;
  font-size: 16px;
  font-family: roboto;
  text-decoration: none !important;
  margin: 20px 10px 20px 0; }

.btn-non-public:hover {
  background-color: #933186; }

.btn-non-public:active {
  background-color: #711971; }

.btn-outline-non-public {
  color: #a8529d !important;
  background-color: transparent;
  background-image: none;
  font-weight: 700;
  font-size: 16px;
  font-family: roboto;
  border-color: #a8529d;
  text-decoration: none !important;
  margin: 20px 10px 20px 0; }

.btn-outline-non-public:hover {
  color: #933186 !important;
  border-color: #933186;
  background-color: rgba(147, 49, 134, 0.3); }

.btn-outline-non-public:active {
  color: white !important;
  background-color: #711971; }

.btn-public {
  color: white !important;
  background-color: #6790f7;
  font-weight: 700;
  font-size: 16px;
  font-family: roboto;
  text-decoration: none !important;
  margin: 20px 10px 20px 0; }

.btn-public:hover {
  background-color: #406ad4; }

.btn-public:active {
  background-color: #1f49b4; }

.btn-outline-public {
  color: #6790f7 !important;
  background-color: transparent;
  background-image: none;
  font-weight: 700;
  font-size: 16px;
  font-family: roboto;
  border-color: #6790f7;
  text-decoration: none !important;
  margin: 20px 10px 20px 0; }

.btn-outline-public:hover {
  color: #406ad4 !important;
  border-color: #406ad4;
  background-color: rgba(64, 106, 212, 0.3); }

.btn-outline-public:active {
  color: white !important;
  background-color: #1f49b4; }

.communications_section h1 {
  margin-bottom: 0.5em; }

.communications_section h4 {
  margin-bottom: 1em; }

.communications_section.public a {
  font-weight: 600; }

.communications_section.dmc h2 {
  font-size: 42;
  font-weight: 600; }

.communications_section.dmc h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px; }

.communications_section.dmc h5 {
  font-size: 18px;
  line-height: 26px; }

@media screen and (min-width: 992px) and (max-width: 1375px) {
  .announcements_section {
    padding-bottom: 90px; } }

@media screen and (max-width: 992px) {
  .announcements_section {
    border-bottom: 0.5mm solid #999999;
    padding-bottom: 25px; } }

@media screen and (min-width: 992px) {
  .announcements_section {
    border-right: 0.5mm solid #999999;
    padding-right: 25px; } }

.announcements_section h6 {
  font-weight: 600; }

@media screen and (min-width: 992px) {
  .announcements_section.dmc {
    padding-left: 50px;
    margin-bottom: 20px; } }

@media screen and (max-width: 992px) {
  .announcements_section.dmc {
    padding-left: 20px;
    border-bottom: 0.5mm solid #999999;
    padding-bottom: 20px; } }

.announcements_section.dmc h1 {
  color: #771e70; }

.announcements_section.dmc h4 {
  color: #771e70;
  margin-bottom: 20px; }

.announcement_date {
  font-family: roboto;
  font-size: 16px;
  padding-right: 10px;
  color: #303030; }

.announcement_details {
  padding-inline-start: 10px;
  border-left: 0.5mm solid #999999;
  color: #303030; }

.skeeeros {
  font-family: roboto;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #2b3b61; }

.skeeeros_padding {
  padding: 50px 0 20px 0;
  /*	border-style: solid;*/
  border-width: 1pt;
  border-color: #e8eaee; }

.skeeeros_play {
  height: 16px;
  width: 16px; }

.padding_pronouce {
  padding-left: 0.25em; }

.skeeeros_logo {
  width: 85%; }

.homepage {
  font-family: roboto;
  /* homepage typography (overrides base.scss) */ }
  @media screen and (min-width: 1366px) {
    .homepage {
      padding: 100px; } }
  @media screen and (min-width: 768px) and (max-width: 1365px) {
    .homepage {
      padding: 50px; } }
  @media screen and (max-width: 768px) {
    .homepage {
      padding: 20px; } }
  @media screen and (min-width: 1366px) {
    .homepage.dmc {
      padding: 50px 100px; } }
  @media screen and (min-width: 768px) and (max-width: 1365px) {
    .homepage.dmc {
      padding: 25px 50px; } }
  @media screen and (max-width: 768px) {
    .homepage.dmc {
      padding: 10px 20px; } }
  .homepage.dmc_feature {
    background-size: cover;
    color: white;
    text-align: center; }
    .homepage.dmc_feature h1 {
      font-size: 60px;
      font-weight: 700;
      margin: 0px 0px 30px; }
    .homepage.dmc_feature h2 {
      font-size: 32px;
      font-weight: 400;
      margin: 0px 0px 30px; }
  @media screen and (min-width: 1366px) {
    .homepage.nonpublic_feature {
      padding: 0px 100px 0px 100px; } }
  @media screen and (min-width: 768px) and (max-width: 1365px) {
    .homepage.nonpublic_feature {
      padding: 0px 50px 0px 50px; } }
  .homepage h1 {
    font-family: roboto;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 1em;
    line-height: 1.25; }
  .homepage h2 {
    font-family: roboto;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.25; }
  .homepage h3 {
    font-family: roboto;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0em;
    margin-bottom: 1em;
    line-height: 1.25; }
  .homepage h4 {
    font-family: roboto;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0em;
    margin-bottom: 0.5em; }
  .homepage h5 {
    font-family: roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0.5em; }
  .homepage h6 {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0.5em; }
    .homepage h6 a {
      font-weight: 600; }
  .homepage p {
    font-family: roboto;
    font-size: 14px;
    font-weight: normal; }
  .homepage.public {
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media screen and (min-width: 1024px) {
      .homepage.public {
        background-size: contain; } }
    @media screen and (max-width: 1023px) {
      .homepage.public {
        background-size: 100%; } }
    @media screen and (max-width: 767px) {
      .homepage.public {
        background-size: 150%;
        padding: 70px; } }
    .homepage.public a {
      color: #406ad4;
      text-decoration: underline; }
  .homepage a {
    color: #a8529d;
    text-decoration: underline; }
  .homepage a:hover {
    color: #303030;
    text-decoration: none; }
  @media screen and (min-width: 1024px) {
    .homepage .feature_content.public {
      display: grid;
      grid-template-columns: 0.6fr 1fr; } }
  @media screen and (min-width: 1050px) {
    .homepage .feature_content.nonpublic {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .homepage .feature_content.nonpublic .feature_text {
        padding-right: 100px; } }
  @media screen and (max-width: 1049px) {
    .homepage .feature_content.nonpublic {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: rgba(255, 255, 255, 0.486);
      background-blend-mode: overlay; } }
  @media screen and (max-width: 1050px) {
    .homepage .feature_content.nonpublic .fadeshow {
      display: none; } }
  @media screen and (min-width: 1050px) {
    .homepage .feature_content.nonpublic .fadeshow {
      display: flex;
      height: inherit;
      justify-content: center;
      flex-direction: column;
      width: 100%; } }
  .homepage .feature_content .feature_text {
    display: flex;
    height: inherit;
    justify-content: center;
    width: 100%;
    flex-direction: column; }

.public_explore_depmap_background {
  background-color: #c4d4fa; }

@media screen and (min-width: 992px) {
  .explore_depmap_section {
    display: flex; } }

.explore_depmap_caption {
  color: #16215b;
  font-family: roboto;
  margin-top: 20px;
  margin-bottom: 50px; }
  .explore_depmap_caption p {
    font-size: 18px;
    font-weight: 700; }
  .explore_depmap_caption a {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700; }

.card-img-top {
  filter: drop-shadow(1px 5px 3px #cdcdcd); }

@media screen and (min-width: 992px) {
  .contribute_depmap {
    display: grid;
    grid-template-columns: 1fr 6fr; } }

@media screen and (min-width: 992px) {
  .contribute_depmap .contribute_depmap_text {
    display: flex;
    height: inherit;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding-left: 50px; } }
