/* Overrides
====================================*/
/*table input {
    max-width: 269px !important;
    width: auto !important;
}

.form-item{
	margin-right: -10px !important;
	margin-bottom: 25px !important;
}

fieldset.collapsible {
	margin-bottom: 25px;
}

label {
	font-size: 14px !important;
	margin-bottom: 0px !important;
}

table .form-item{
	margin-bottom: 0px !important;
}*/


.hidden {
	display: none !important;
}

fieldset.collapsed {
	height: auto !important;
}

.group-cluster .field.clearfix .field-items {
  float: right !important;
  width: 60%;
}
.group-cluster .field.clearfix .field-label {
  font-weight: bold;
  max-width: 33%;
}

.group-cluster .field.clearfix {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
}
.group-cluster .field:last-child {
  margin-bottom: 50px;
  border-bottom: none;
}

.group-cluster .field-collection-view .field:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

#cluster-profile-fixed-nav.affix {
  z-index: 900;
  position: fixed;
  top: 0px;
  background-color: white;
}

/* remove  newsletter */
.node-cluster_profile-form .form-item-subscriptions-notify{
	display:none;
}
.node-form-options #edit-note{
	display: none;
}