/**


 * Chemical Engineering and Materials Science Page Styles


 */



/* Remove bold font-weight from college name on CHEMS pages */
body.page-node-type-chems-page p.college-name,
body.page-node-type-chems-page p.college-name a {
  font-weight: normal !important;
}

/* CHEMS Subtitle in Branding Block */
.chems-subtitle {
  position: relative;
  font-size: 1.75rem;
  font-weight: 600;
  color: #18453b;
  margin-bottom: 0.5rem;
  padding-left: 15px;
}

.chems-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 70%;
  background-color: #47CF73;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}

.chems-subtitle a {
  color: inherit;
  text-decoration: none;
}

.chems-subtitle a:hover {
  color: #18453b;
  text-decoration: underline;
}

/* Page Layout Styles */
.chems-page-section {
  /* Add your page-specific layout styles here */
}

/* CHEMS Page Container */
.node--chems-page {
  /* Add your custom node styles here */
}

/* Message Section Styles */
.chems-page-message-section {
  margin-bottom: 2rem;
  padding: 2rem 0;
}

.chems-page-message-section .message-section-inner {
  background-color: #f8f9fa;
  padding: 2rem 0;
}

/* Node Content Styles */
.node--chems-page .node__content {
  /* Add content area styles here */
}

/* Sidebar Styles */
.chems-page-section .sidebar-first,
.chems-page-section .sidebar-second {
  /* Add sidebar styles here */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .chems-page-message-section {
    margin-bottom: 3rem;
    padding: 3rem 0;
  }
}
