
/* NODE 5570 - GRADUATE CLONE */
/* ************************** */
/* ************************** */

/* Begin featured-stop */
.page-node-5579 #block-ideagraduatehero {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
    url('../img/undergraduate_hero_background.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 
  padding: 4rem;
}

.page-node-5579 #block-ideagraduatehero h1 {
  color: #ffff;
  font-family: Teko;
}

.page-node-5579 .inline-line-container {
  display: flex;
  align-items: center;
  text-align: center;
}

.page-node-5579 .line {
  flex-grow: 1;
  height: 2px;
  background-color: #FFCD00;
  margin-left: 15px;
}

/* End featured-top */





.page-node-5579 .custom-line {
  border: none;                /* Removes the default 3D browser border */
  border-top: 2px solid #333;  /* Sets thickness, style, and color */
  width: 100%;                 /* Controls the length of the line */
  margin: 20px auto;           /* Adds space above/below and centers it */
}

.page-node-5579 .section-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-node-5579 .divider-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
}

.page-node-5579 .divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #999;
}


.page-node-5579  .row .col.grad-card {
  border-radius: 15px;
  background-color: #F5F0E6;
  padding: 0;
  margin: 10px;
}

.page-node-5579  .row .col.grad-card img {
  border-radius: 15px 15px 0 0;
}

.page-node-5579  .row .col.grad-card > p:not(:first-child) {
  padding: 15px;
}
