/* Hide Selected Profiles Fields for Future Use */
/* Birthday */
.new-profile-birthday,
.pr-birthdate,
#myprofile .ig-birthdate,

/* Work Start Date */
.new-profile-workStartDate,
.wr-work_start_date,
#myprofile .ig-work_start_date,

/* My Achievements */
#card-milestones,

/* My Badges */
#card-badges,

/* My Groups */
#card-groups,

/* My Activity */
#card-activity,

/* Slack */
.new-profile-slack,
.s_slack,
.s_slack.form-column.narrow,
#myprofile .ig-s_slack,

/* Associations */
#card-associations,
.wr-associations,
#myprofile .ig-associations

{ 
   display: none !important; 
}



.new-profile-slack a:hover {
  text-decoration:none !important;
}

.white-text {
  color: #ffffff;
  }
  
/* row class: add-bottom-margin */
#ig-page-view .add-bottom-margin {
    margin-bottom: 50px;
}

/* Row Class: row-grey */
#ig-page-view .row-grey {
   width: 100% !important;   
    margin-bottom: 50px;
    padding: 18px 0 0 0;
    background: #EEF7FF;
}
#ig-page-view .row-grey .ig-row-wrap {
    width: 90%;
max-width: 1400px;
    margin: 0 auto;
}
@media (max-width: 1400px) 
#ig-page-view .row-grey .ig-row-wrap {
        width: 90%;
    }
    
.no-padding .ig-cpt-body > div {
  padding: 0px 0px 0px !important
  }
  
.mira-fragment__title___1zgt7 {
  font-size: 16px !important;
}

.mira-fragment___3gbwC {
  margin-bottom: 10px !important;
}  

.mira-fragment__title___1zgt7 {
  margin-top: 5px !important;
  }
  
  /***** CUSTOM STYLES *****/

.moveitup30 { margin-top: -30px !important;}

.moveitup20 { margin-top: -20px !important;}

.moveitdown30 { margin-top: 30px !important;}

/* Support accordions AND tabs together */
div.ps-tab.accordion .ig-cpt-title {
    display: inherit !important;
 }
 
 /* Hides filters for content types not used content type 10 is microblogs content type 6 is events*/
div[data-jam-id="content-type-10"],
div[data-jam-id="content-type-6"]{
  display:none;
}