/*custom style for the explore the campus widget*/
.leeu-explore-mirror-widget h3 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    font-size: 2rem !important;
}

.leeu-explore-mirror-widget .simple-banner-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
}

/*giving level popover styles*/
#giving-levels-mirror-widget .lsow-title {
    font-size: 25px !important;
}

@media only screen and (max-width: 1000px) {      
    /* makes font size small for title of giving levels on mobile*/ 
    #giving-levels-mirror-widget .lsow-title {
      font-size: 15px !important;
    }
}