/**
 * @file
 * Profile specific styles.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 8, ../sass/profile.scss */
.private-profile-note {
  padding: 0.6em 0.8em;
  border: 1px solid red;
  border-radius: 5px;
  margin: 1em 0;
  color: red;
}

/* line 17, ../sass/profile.scss */
.pane-profile2-field-qualifications .field-qualifications {
  background: url(../images/svg/arrows-bullets/bullet-arrow2.svgz) no-repeat 0 7px;
  background-size: 3px 5px;
  padding: 0 0 0 10px;
  margin: 0 0 5px 0;
}

/* line 27, ../sass/profile.scss */
.pane-profile2-field-profile-image .pane-content .field-profile-image {
  text-align: center;
  margin: 1em auto;
}
