/* STYLES FOR THE C4 MICROSITE THAT EITHER OVERRIDE EXISTING SITE STYLES OR ADD SOMETHING NEW TO DIFFERENTIATE THIS SITE FROM THE MAIN BRADY SITE */

div.redactor-wrapper figure {
  /* Remove existing styles as they aren't needed with the other style changes being made */
  position: unset;
  right: unset;
  margin: 30px auto;
  width: unset;
  height: unset;
  align-self: center;
}

nav.c4 {
  background-color: #5c068c;
}

.nav__item-list.c4 {
  justify-content: flex-end;
  background-color: #5c068c;
}

.nav__item-list.c4 li {
  margin: auto 25px auto 0;
  color: #fff;
}

.nav__item-list.c4 li:last-child {
  margin-right: 0;
}

.ham-line {
  background-color: #fff;
}

.election-grid-wrapper {
  margin-top: 2rem;
}

div.footer { margin-top: 4rem; }

#electionsHome h2.t24 {
  font-size: 2.75rem;
  line-height: 3.25rem;
}

#electionsHome h3.t14 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#electionsHome .banText h2.t24 {
  font-size: 24px;
  line-height: 30px;;
}

.notice {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px;
  color: #5C068C;
  background: #fff;
  position: relative;
}

.notice:before, .notice:after {
  content: '';
  width: 100vw;
  height: 50%;
  left: -10px;
  position: absolute;
  z-index: -1;
}

.notice::before {
  top: 0;
  background: #126bfa;
}

.notice::after {
  top: 50%;
  background: #e4002b;
}

.notice > .notice-button {
  width: 300px !important;
}

.notice-close > a { color: #5B058C; }

.strip-btnBorder { box-shadow: 0 0 rgba(255,255,255,0); }

.elecResult {
  margin: 0.5rem 0 1rem;
  padding: 0.5rem 0;
  text-align: center;
  border-top: 1px solid #5c068c;
  border-bottom: 1px solid #5c068c;
}