/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


.job-title-text {
    text-align: center !important; 
    margin-top: -5px !important; 
    color: #58BBEB !important; 
    font-size: 16px !important;
    margin-bottom: 10px !important;
}


/* change size of superpowers checklist */
.bp-profile-search-widget .bp-checkbox-wrap label, .bp-profile-search-widget .bp-radio-wrap label {
    font-size: 12px !important;
}

/* change margin bottom of checklist */
.widget label:not(.bps-label) {
    margin-bottom: 5px !important;
}

/* add margin top to superpowers header */
#field_44_match_any_wrap {
    margin-top: 30px !important;
}