  ﻿

.bridwell-alert {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .bridwell-alert:before, .bridwell-alert:after {
    content: " ";
    display: table; }
  .bridwell-alert:after {
    clear: both; }
  .bridwell-alert .alert-wrapper {
    margin-left: 0;
    margin-right: 0; }
    .bridwell-alert .alert-wrapper:before, .bridwell-alert .alert-wrapper:after {
      content: " ";
      display: table; }
    .bridwell-alert .alert-wrapper:after {
      clear: both; }
    .bridwell-alert .alert-wrapper .alert-message {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0; }

/* Bridwell Alert Styles */
.bridwell-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  letter-spacing: 1.2px;
  text-align: center; }
  .bridwell-alert h1, .bridwell-alert h2, .bridwell-alert h3, .bridwell-alert h4, .bridwell-alert h5, .bridwell-alert h6 {
    margin-bottom: 12px !important;
    color: inherit !important; }
  .bridwell-alert .alert-message > p,
  .bridwell-alert .alert-message > ul {
    margin-bottom: 0 !important; }
  .bridwell-alert .alert-message > p + p {
    margin-top: 5px !important; }
  .bridwell-alert .alert-message a {
    color: #FFFFFF;
    text-decoration: underline; }
  .bridwell-alert .alert-message p {
    margin: 0; }
  .bridwell-alert.none {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #333333; }
    .bridwell-alert.none hr {
      border-top-color: #f2f2f2; }
    .bridwell-alert.none .alert-link {
      color: #1a1a1a; }
    .bridwell-alert.none .alert-message a {
      color: #116FD6; }
  .bridwell-alert.red {
    background-color: #CC0035;
    border-color: #CC0035;
    color: #FFFFFF; }
    .bridwell-alert.red hr {
      border-top-color: #b3002e; }
    .bridwell-alert.red .alert-link {
      color: #e6e6e6; }
  .bridwell-alert.blue {
    background-color: #354CA1;
    border-color: #354CA1;
    color: #FFFFFF; }
    .bridwell-alert.blue hr {
      border-top-color: #2f438e; }
    .bridwell-alert.blue .alert-link {
      color: #e6e6e6; }
  .bridwell-alert.green {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #FFFFFF; }
    .bridwell-alert.green hr {
      border-top-color: #4cae4c; }
    .bridwell-alert.green .alert-link {
      color: #e6e6e6; }
  .bridwell-alert.yellow {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #FFFFFF; }
    .bridwell-alert.yellow hr {
      border-top-color: #eea236; }
    .bridwell-alert.yellow .alert-link {
      color: #e6e6e6; }

/* end Bridwell Alert Styles */
