/* ========================================================================== *\
   The entire theme for UC Davis SOE was created using less locally. The theme
   is contained within a minified CSS file in addition to all javascript.
   Please place theme overrides below here to lock and protect the original
   site theme. If heavy changes need to be made, take care of them locally and
   produce another minified theme base
\* ========================================================================== */

@media (max-width: 768px) {
.button-center {
       display: flex !important;
    }

.page-center {
        flex-direction: column !important; 
    }

.page-sidebar {
        order: -1 !important;
    }

.center-featured-pods {
        order: 0 !important;
    }
}

/* Ticket #41628 - Hide label in checkbox */
body.node-8346 .form-item-submitted-school-of-education-degrees-earned-teaching-credential > label,
body.node-8346 .form-item-submitted-school-of-education-degrees-earned-master-arts > label,
body.node-8346 .form-item-submitted-school-of-education-degrees-earned-master-arts-standalone > label,
body.node-8346 .form-item-submitted-school-of-education-degrees-earned-phd > label,
body.node-8346 .form-item-submitted-school-of-education-degrees-earned-edd > label,
body.node-8346 .form-item-submitted-school-of-education-degrees-earned-other > label {
    display: none;
}
/* End */

.home-events .node-content em , strong {
    display: contents !important;
}