/* **************** */
/* global overrides */
/* **************** */

a:link, 
a:visited, 
a:active {
  text-decoration: none;
}
label {
  white-space: normal;
}
table, 
tr, 
th, 
td, 
textarea, 
input, 
select, 
option {
  font-family: inherit;
}

/* ************* */
/* progress bars */
/* ************* */

.progress-bar {
  background-color: #65378e;
}

/* ******* */
/* buttons */
/* ******* */

.btn-primary {
  background-color: #65378e;
  border-color: #666666;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
  background-color: #65378e;
  border-color: #666666;
}

/* *************** */
/* outer container */
/* *************** */

#pc-container {
  padding: 0 1.25em;
}

/* ***************** */
/* cons profile view */
/* ***************** */

#cons-profile-name-title-wrap, 
#cons-profile-name-middle-wrap, 
#cons-profile-name-suffix-wrap, 
#cons-profile-name-prof-suffix-wrap, 
#cons-profile-dir-member-wrap, 
#cons-profile-dir-member-opt-in-wrap, 
#cons-profile-email-preferred-format-wrap, 
#cons-profile-districts-home-county-id-wrap, 
#cons-profile-accepts-postal-mail-wrap, 
#cons-profile-employment, 
#cons-profile-additional-information {
  display: none;
}