/* NODE 5560 - ABOUT CLONE (OLD) */
/* ************************** */
/* ************************** */


/* .page-node-5560 {
    color: green;
} */

.page-node-5560 #main-wrapper {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .page-node-5560 .region-featured-top {
  color: white;
  background-image: url('../img/idea-hero-background.jpg');
  background-position: center center; 
  background-size: cover;
  padding: 30px;
} */


.page-node-5560 img {
    border-radius: 10px;
}

.page-node-5560 h2, h3, h4 {
    font-weight: bold;
}

h2, h3 {
    /* font-family: 'Teko', Roboto, serif */
}

.page-node-5560 div .row.ck-widget {
    gap: 20px;
}

.page-node-5560 .card {
    background-color: #F5F0E6;
    border-radius: 10px;
    padding: 0px;
}

.page-node-5560 .card-image {
    border-bottom: 5px solid #006da8;
    border-radius: 10px 10px 0 0;
}

/* .page-node-5560 div .row.ck-widget > .col-md > p:nth-child(2) {
    padding: 20px;
} */

.page-node-5560 .card-body {
    padding: 20px;
}

.page-node-5560 h2 {
    text-align: center;
}

.page-node-5560 h2 ~ p {
    text-align: center;
}

.page-node .main-content {
    margin-bottom: 0;
}

.page-node-5560 .nondiscrimination {
    background-color: #F5F0E6;
    padding: 40px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
}

/* change file path based on path in drupal

https://jacobsschool.ucsd.edu/sites/default/files/styles/large/public/2026-06/background.png?itok=hcu7cdIo

*/
.page-node-5560 .strategy {
    background-image: url("background.png");
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    background-position: center; 
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-node-5560 .strategy h2 {
    color: white;
    padding-top: 2rem;
}

.page-node-5560 .strategy p {
    color: white;
}

.page-node-5560 .strategy img {
    /* width: 70%;
    height: auto; */
    border: 5px solid white;
    border-radius: 20px;
}

.page-node-5560 .bFnJ2A {
    width: 50%;
}