header .grid {
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}
.theme_candor_galaxy header .site-logos-bkgd .psom-logo-blue {
    display: block;
}
.theme_candor_galaxy header .site-logos-bkgd .psom-logo-white {
    display: none;
}
.theme_candor_galaxy header .site-logos-bkgd {
    background-color: #CCC;
    background-color: rgba(255,255,255,0.75);
}
.theme_candor_galaxy header .site-logos.grid {
    padding: 0;
}
.psom-logo {
    padding: 20px;
}
.cvi-logo {
    width: 279px;
    padding: 20px;
}
.theme_candor_galaxy header .site-name.grid {
    padding-top: 0;
}
.theme_candor_galaxy header .site-name {
    width: 100%;
    padding: 0;
}
.theme_candor_galaxy header .page-title {
    padding-left: 20px;
    width: 100%;
    text-align: center;
}
.theme_candor_galaxy .page-title h1 {
    color: white;
    border-bottom: none;
    padding-bottom: 0;
}
.theme_candor_galaxy .psom-logo-white,
.cvi-logo img {
    display: inline-block;
}
.theme_candor_galaxy .news-events {
    background: black;
}
@media screen and (max-width: 568px) {
    .psom-logo, .cvi-logo {
        margin: auto;
    }
    .cvi-logo {
        padding-top: 0;
    }
}

.breadcrumb {
    margin-bottom: 35px;
}

/*added images to news, events and tweets on homepage*/
.news-events-image, .twitter-image {
    float: right;
    margin-left: 20px;
    max-width: 30%;
    clear: both;
}