.page-node-5560 img {
    /* color:#ffFf00 !important; */
}

.page-node-5560 #main-wrapper {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page-node-5560 img {
    border-radius: 10px;
}

.page-node-5560 div .row.ck-widget {
    gap: 20px;
}

/* when screen surpasses X pixel width, make second column 60%*/

.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;
    
}

.page-node-5560 .strategy p {
    color: white;
    
}

.page-node-5560 .strategy img {
    /* width: 70%;
    height: auto; */
}