/*account dropdown*/
.dropdown-menu li.accLabel {
  display: block;
  padding: 7px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #212221;
  white-space: nowrap;
}

/*Stay Informed Modal*/
.sa-modal-confirm .modal-title [class^="icon-"]:before {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.sa-modal-confirm .modal-content {
  border-top: 5px solid transparent;
}

.sa-modal-confirm-success .modal-content {
  border-top-color: #16a44a;
}

.sa-modal-confirm-success .modal-title [class^="icon-"]:before {
  color: white;
  background-color: #16a44a;
}

.sa-modal-confirm .modal-header {
  padding-top: 25px;
  padding-bottom: 18px;
}
.modal-title {
  font-size: 1.25em;
  color: #212221;
  font-family: Source Sans Pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}


.modal-body,
.sa-modal-footer {
  position: relative;
  padding: 20px 30px;
  padding-top: 0;
}
.sa-modal-footer {
  text-align: right;
}
.sa-modal-footer .btn {
  margin: 5px 0 0;
}

@media (min-width: 480px) {
  .modal-title {
    font-size: 1.5em;
  }
 .sa-modal-footer .btn,
  .sa-modal-edit-actions .btn {
    margin-left: 0.3em;
  }
  .sa-modal-footer .btn:first-child,
  .sa-modal-edit-actions .btn:first-child {
    margin-left: 0;
  }
  
}

@media (max-width: 767.98px) {
    .sa-list-inline-dark li:after {
        border-right: none;
    }

    .sa-footer-b-links.list-inline > li {
        display: block;
    }
}

@media (min-width: 768.01px) and (max-width: 991.98px) {
    .sa-footer-b-links.sa-list-inline {
        width: 100%;
        float: left;
    }
}
