.panel {
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 0 10% 40px;
}


.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 19px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 19px;
  background-color: #dddddd;
  border-top: 1px solid #ced4dd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 19px;
  padding-right: 19px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ced4dd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ced4dd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ced4dd;
}

.panel-default {
  border-color: #ced4dd;
}
.panel-default > .panel-heading {
  color: #2a313c;
  background-color: #f6f7f8;
  border-color: #ced4dd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ced4dd;
}
.panel-default > .panel-heading .badge {
  color: #f6f7f8;
  background-color: #2a313c;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ced4dd;
}

.panel-primary {
  border-color: #1e3a57;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #522f80;
  border-color: #522f80;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #522f80;
}
.panel-primary > .panel-heading .badge {
  color: #522f80;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #522f80;
}

.panel-success {
  border-color: #522f80;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #522f80;
  border-color: #522f80;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #522f80;
}
.panel-success > .panel-heading .badge {
  color: #522f80;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #522f80;
}

.panel-info {
  border-color: #ced4dd;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #ced4dd;
  border-color: #ced4dd;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ced4dd;
}
.panel-info > .panel-heading .badge {
  color: #ced4dd;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ced4dd;
}

.panel-warning {
  border-color: #75859e;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #75859e;
  border-color: #75859e;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #75859e;
}
.panel-warning > .panel-heading .badge {
  color: #75859e;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #75859e;
}

.panel-danger {
  border-color: #d13737;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d13737;
  border-color: #d13737;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d13737;
}
.panel-danger > .panel-heading .badge {
  color: #d13737;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8a0000;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well, .like-page {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42858px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42858;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .page-pages-show-donation-wide .radio-inline label.radio + .btn, .modal-footer .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization + .btn, .page-pages-show-donation-wide .radio-inline .modal-footer label.radio + .btn, .page-pages-show-donation-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .radio.directory-card-organization + .btn, .modal-footer .page-type-moneybomb .radio-inline label.radio + .btn, .modal-footer .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .modal-footer .page-type-moneybomb .radio-inline .radio.directory-card-organization + .btn, .page-type-moneybomb .radio-inline .modal-footer label.radio + .btn, .page-type-moneybomb .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .radio.directory-card-organization + .btn, .modal-footer .page-pages-show-donation-v2-wide .radio-inline label.radio + .btn, .modal-footer .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization + .btn, .page-pages-show-donation-v2-wide .radio-inline .modal-footer label.radio + .btn, .page-pages-show-donation-v2-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .radio.directory-card-organization + .btn, .modal-footer .page-pages-show-donation-wide .radio-inline .btn + label.radio, .modal-footer .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-wide .radio-inline .btn + .radio.directory-card-organization, .page-pages-show-donation-wide .radio-inline .modal-footer .btn + label.radio, .page-pages-show-donation-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .btn + .radio.directory-card-organization, .modal-footer .page-pages-show-donation-wide .radio-inline label.radio + label.radio, .modal-footer .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization + label.radio, .modal-footer .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-wide .radio-inline label.radio + .radio.directory-card-organization, .modal-footer .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization + .radio.directory-card-organization, .page-pages-show-donation-wide .radio-inline .modal-footer label.radio + label.radio, .page-pages-show-donation-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .radio.directory-card-organization + label.radio, .page-pages-show-donation-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer label.radio + .radio.directory-card-organization, .page-pages-show-donation-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .radio.directory-card-organization + .radio.directory-card-organization, .modal-footer .page-type-moneybomb .radio-inline .btn + label.radio, .modal-footer .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-type-moneybomb .radio-inline .btn + .radio.directory-card-organization, .page-type-moneybomb .radio-inline .modal-footer .btn + label.radio, .page-type-moneybomb .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .btn + .radio.directory-card-organization, .modal-footer .page-type-moneybomb .radio-inline label.radio + label.radio, .modal-footer .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .modal-footer .page-type-moneybomb .radio-inline .radio.directory-card-organization + label.radio, .modal-footer .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-type-moneybomb .radio-inline label.radio + .radio.directory-card-organization, .modal-footer .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-type-moneybomb .radio-inline .radio.directory-card-organization + .radio.directory-card-organization, .page-type-moneybomb .radio-inline .modal-footer label.radio + label.radio, .page-type-moneybomb .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .radio.directory-card-organization + label.radio, .page-type-moneybomb .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer label.radio + .radio.directory-card-organization, .page-type-moneybomb .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .radio.directory-card-organization + .radio.directory-card-organization, .modal-footer .page-pages-show-donation-v2-wide .radio-inline .btn + label.radio, .modal-footer .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-v2-wide .radio-inline .btn + .radio.directory-card-organization, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn + label.radio, .page-pages-show-donation-v2-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn + .radio.directory-card-organization, .modal-footer .page-pages-show-donation-v2-wide .radio-inline label.radio + label.radio, .modal-footer .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization + label.radio, .modal-footer .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-v2-wide .radio-inline label.radio + .radio.directory-card-organization, .modal-footer .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization + .radio.directory-card-organization, .page-pages-show-donation-v2-wide .radio-inline .modal-footer label.radio + label.radio, .page-pages-show-donation-v2-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .radio.directory-card-organization + label.radio, .page-pages-show-donation-v2-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer label.radio + .radio.directory-card-organization, .page-pages-show-donation-v2-wide .radio-inline .modal-footer #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .radio.directory-card-organization + .radio.directory-card-organization {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline label.radio + .btn, .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization + .btn, .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group label.radio + .btn, .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group .radio.directory-card-organization + .btn, .modal-footer .btn-group .page-type-moneybomb .radio-inline label.radio + .btn, .modal-footer .btn-group .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-type-moneybomb .radio-inline .radio.directory-card-organization + .btn, .page-type-moneybomb .radio-inline .modal-footer .btn-group label.radio + .btn, .page-type-moneybomb .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .btn-group .radio.directory-card-organization + .btn, .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline label.radio + .btn, .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization + .btn, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group label.radio + .btn, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .btn, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group .radio.directory-card-organization + .btn, .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline .btn + label.radio, .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline .btn + .radio.directory-card-organization, .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group .btn + label.radio, .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group .btn + .radio.directory-card-organization, .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline label.radio + label.radio, .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization + label.radio, .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline label.radio + .radio.directory-card-organization, .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization + .radio.directory-card-organization, .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group label.radio + label.radio, .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group .radio.directory-card-organization + label.radio, .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group label.radio + .radio.directory-card-organization, .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .modal-footer .btn-group .radio.directory-card-organization + .radio.directory-card-organization, .modal-footer .btn-group .page-type-moneybomb .radio-inline .btn + label.radio, .modal-footer .btn-group .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-type-moneybomb .radio-inline .btn + .radio.directory-card-organization, .page-type-moneybomb .radio-inline .modal-footer .btn-group .btn + label.radio, .page-type-moneybomb .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .btn-group .btn + .radio.directory-card-organization, .modal-footer .btn-group .page-type-moneybomb .radio-inline label.radio + label.radio, .modal-footer .btn-group .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-type-moneybomb .radio-inline .radio.directory-card-organization + label.radio, .modal-footer .btn-group .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-type-moneybomb .radio-inline label.radio + .radio.directory-card-organization, .modal-footer .btn-group .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-type-moneybomb .radio-inline .radio.directory-card-organization + .radio.directory-card-organization, .page-type-moneybomb .radio-inline .modal-footer .btn-group label.radio + label.radio, .page-type-moneybomb .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .btn-group .radio.directory-card-organization + label.radio, .page-type-moneybomb .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .btn-group label.radio + .radio.directory-card-organization, .page-type-moneybomb .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .modal-footer .btn-group .radio.directory-card-organization + .radio.directory-card-organization, .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline .btn + label.radio, .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline .btn + .radio.directory-card-organization, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group .btn + label.radio, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .btn + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group .btn + .radio.directory-card-organization, .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline label.radio + label.radio, .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization + label.radio, .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline label.radio + .radio.directory-card-organization, .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .modal-footer .btn-group .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization + .radio.directory-card-organization, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group label.radio + label.radio, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + label.radio, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group .radio.directory-card-organization + label.radio, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text label.radio + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group label.radio + .radio.directory-card-organization, .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group #directory-cards .directory-card .directory-card-text .radio.directory-card-organization + .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .modal-footer .btn-group .radio.directory-card-organization + .radio.directory-card-organization {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: proxima-soft, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: proxima-soft, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42858;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4dd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #929fb3;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #929fb3;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #929fb3;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #929fb3;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .page-pages-show-donation-wide .radio-inline label.radio, .carousel-caption .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .carousel-caption .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization, .page-pages-show-donation-wide .radio-inline .carousel-caption label.radio, .page-pages-show-donation-wide .radio-inline .carousel-caption #directory-cards .directory-card .directory-card-text .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .carousel-caption .radio.directory-card-organization, .carousel-caption .page-type-moneybomb .radio-inline label.radio, .carousel-caption .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .carousel-caption .page-type-moneybomb .radio-inline .radio.directory-card-organization, .page-type-moneybomb .radio-inline .carousel-caption label.radio, .page-type-moneybomb .radio-inline .carousel-caption #directory-cards .directory-card .directory-card-text .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .carousel-caption .radio.directory-card-organization, .carousel-caption .page-pages-show-donation-v2-wide .radio-inline label.radio, .carousel-caption .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .carousel-caption .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization, .page-pages-show-donation-v2-wide .radio-inline .carousel-caption label.radio, .page-pages-show-donation-v2-wide .radio-inline .carousel-caption #directory-cards .directory-card .directory-card-text .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .carousel-caption .radio.directory-card-organization {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "responsive";
  src: url("responsive.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "responsive";
  src: url("responsive.eot");
  src: url("responsive.eot?#iefix") format("embedded-opentype"), url("responsive.woff") format("woff"), url("data:font/opentype;base64, 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") format("truetype"), url("responsive.svg#responsive") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before,
.flex-next:before,
.flex-prev:before {
  font-family: "responsive";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  /* margin-left: 0.2em; */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon32 {
  height: 32px;
  width: 32px;
  display: block;
}

.xicon-calendar--arrow {
  background-image: url(/assets/icons/fugue/calendar--arrow.png);
}

.icon-mail--minus:before {
  content: "-";
}

/* '-' */
.icon-bomb:before {
  content: "⏳";
}

/* '⏳' */
.icon-star:before {
  content: "★";
}

/* '★' */
.icon-tick-octagon-frame:before {
  content: "☑";
}

/* '☑' */
.icon-cog:before {
  content: "⚙";
}

/* '⚙' */
.icon-edit:before {
  content: "✍";
}

/* '✍' */
.icon-feather:before {
  content: "✒";
}

/* '✒' */
.icon-tick:before {
  content: "✓";
}

/* '✓' */
.icon-arrow-curve-000-left:before {
  content: "➦";
}

/* '➦' */
.icon-users:before {
  content: "";
}

/* '' */
.icon-question-octagon-frame:before {
  content: "";
}

/* '' */
.icon-arrow-curve-180:before {
  content: "";
}

/* '' */
.icon-balloon:before {
  content: "";
}

/* '' */
.icon-envelope-label:before {
  content: "";
}

/* '' */
.icon-popup:before {
  content: "";
}

/* '' */
.icon-application:before {
  content: "";
}

/* '' */
.icon-left-open:before, .flex-prev:before {
  content: "";
}

/* '' */
.icon-right-open:before, .flex-next:before {
  content: "";
}

/* '' */
.icon-newspaper:before {
  content: "";
}

/* '' */
.icon-equalizer:before {
  content: "";
}

/* '' */
.icon-property:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-jar:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: "";
}

/* '' */
.icon-meetup_16:before {
  content: "🌎";
}

/* '' */
.icon-medal:before {
  content: "🏆";
}

/* '' */
.icon-stamp:before {
  content: "👍";
}

/* '' */
.icon-hand:before {
  content: "";
}

/* '' */
.icon-credit-card-green:before {
  content: "💳";
}

/* '' */
.icon-calendar-list:before {
  content: "📅";
}

/* '' */
.icon-calendar:before {
  content: "";
}

/* '' */
.icon-clipboard-task:before {
  content: "📋";
}

/* '' */
.icon-megaphone:before {
  content: "📣";
}

/* '' */
.icon-box:before {
  content: "📦";
}

/* '' */
.icon-blogs:before, .icon-blog:before {
  content: "📰";
}

/* '' */
.icon-magnifier:before {
  content: "🔍";
}

/* '' */
.icon-rss:before {
  content: "";
}

/* '' */
.icon-cancel-circle:before {
  content: "✖";
}

/* '✖' */
.icon-plus-squared:before {
  content: "";
}

/* '' */
.icon-twitter-squared:before {
  content: "";
}

/* '' */
.icon-facebook-squared:before {
  content: "";
}

/* '' */
.icon-phone-squared:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-tag:before {
  content: "";
}

/* '' */
.icon-up-dir:before {
  content: "▴";
}

/* '▴' */
.CodeRay {
  background-color: transparent;
  font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  color: #000;
  margin-bottom: 14px;
}

.CodeRay pre {
  margin: 0px;
  padding: 1em;
}

span.CodeRay {
  white-space: pre;
  border: 0px;
  padding: 2px;
}

table.CodeRay {
  border-collapse: collapse;
  width: 100%;
  padding: 2px;
}

table.CodeRay td {
  padding: 1em 0.5em;
  vertical-align: top;
}

.CodeRay .line-numbers, .CodeRay .no {
  background-color: transparent;
  color: #AAA;
  text-align: right;
}

.CodeRay .line-numbers a {
  color: #AAA;
}

.CodeRay .line-numbers tt {
  font-weight: bold;
}

.CodeRay .line-numbers .highlighted {
  color: red;
}

.CodeRay .line {
  display: block;
  float: left;
  width: 100%;
}

.CodeRay span.line-numbers {
  padding: 0px 4px;
}

.CodeRay .code {
  width: 100%;
}

ol.CodeRay {
  font-size: 10pt;
}

ol.CodeRay li {
  white-space: pre;
}

.CodeRay .code pre {
  overflow: auto;
}

.CodeRay .debug {
  color: white !important;
  background: blue !important;
}

.CodeRay .annotation {
  color: #007;
}

.CodeRay .attribute-name {
  color: #f08;
}

.CodeRay .attribute-value {
  color: #700;
}

.CodeRay .binary {
  color: #509;
  font-weight: bold;
}

.CodeRay .comment {
  color: #998;
  font-style: italic;
}

.CodeRay .char {
  color: #04D;
}

.CodeRay .char .content {
  color: #04D;
}

.CodeRay .char .delimiter {
  color: #039;
}

.CodeRay .class {
  color: #458;
  font-weight: bold;
}

.CodeRay .complex {
  color: #A08;
  font-weight: bold;
}

.CodeRay .constant {
  color: teal;
}

.CodeRay .color {
  color: #0A0;
}

.CodeRay .class-variable {
  color: #369;
}

.CodeRay .decorator {
  color: #B0B;
}

.CodeRay .definition {
  color: #099;
  font-weight: bold;
}

.CodeRay .directive {
  color: #088;
  font-weight: bold;
}

.CodeRay .delimiter {
  color: black;
}

.CodeRay .doc {
  color: #970;
}

.CodeRay .doctype {
  color: #34b;
}

.CodeRay .doc-string {
  color: #D42;
  font-weight: bold;
}

.CodeRay .escape {
  color: #666;
  font-weight: bold;
}

.CodeRay .entity {
  color: #800;
  font-weight: bold;
}

.CodeRay .error {
  color: #F00;
  background-color: #FAA;
}

.CodeRay .exception {
  color: #C00;
  font-weight: bold;
}

.CodeRay .filename {
  color: #099;
}

.CodeRay .function {
  color: #900;
  font-weight: bold;
}

.CodeRay .global-variable {
  color: teal;
  font-weight: bold;
}

.CodeRay .hex {
  color: #058;
  font-weight: bold;
}

.CodeRay .integer {
  color: #099;
}

.CodeRay .include {
  color: #B44;
  font-weight: bold;
}

.CodeRay .inline {
  color: black;
}

.CodeRay .inline .inline {
  background: #ccc;
}

.CodeRay .inline .inline .inline {
  background: #bbb;
}

.CodeRay .inline .inline-delimiter {
  color: #D14;
}

.CodeRay .inline-delimiter {
  color: #D14;
}

.CodeRay .important {
  color: #f00;
}

.CodeRay .interpreted {
  color: #B2B;
  font-weight: bold;
}

.CodeRay .instance-variable {
  color: teal;
}

.CodeRay .label, .CodeRay .on-button-small, .CodeRay .off-button-small {
  color: #970;
  font-weight: bold;
}

.CodeRay .local-variable {
  color: #963;
}

.CodeRay .octal {
  color: #40E;
  font-weight: bold;
}

.CodeRay .predefined-constant {
  font-weight: bold;
}

.CodeRay .predefined {
  color: #369;
  font-weight: bold;
}

.CodeRay .preprocessor {
  color: #579;
}

.CodeRay .pseudo-class {
  color: #00C;
  font-weight: bold;
}

.CodeRay .predefined-type {
  color: #074;
  font-weight: bold;
}

.CodeRay .reserved, .keyword {
  color: #000;
  font-weight: bold;
}

.CodeRay .key {
  color: #808;
}

.CodeRay .key .delimiter {
  color: #606;
}

.CodeRay .key .char {
  color: #80f;
}

.CodeRay .value {
  color: #088;
}

.CodeRay .regexp {
  background-color: #fff0ff;
}

.CodeRay .regexp .content {
  color: #808;
}

.CodeRay .regexp .delimiter {
  color: #404;
}

.CodeRay .regexp .modifier {
  color: #C2C;
}

.CodeRay .regexp .function {
  color: #404;
  font-weight: bold;
}

.CodeRay .string {
  color: #D20;
}

.CodeRay .string .string .string {
  background-color: #ffd0d0;
}

.CodeRay .string .content {
  color: #D14;
}

.CodeRay .string .char {
  color: #D14;
}

.CodeRay .string .delimiter {
  color: #D14;
}

.CodeRay .shell {
  color: #D14;
}

.CodeRay .shell .delimiter {
  color: #D14;
}

.CodeRay .symbol {
  color: #990073;
}

.CodeRay .symbol .content {
  color: #A60;
}

.CodeRay .symbol .delimiter {
  color: #630;
}

.CodeRay .tag {
  color: #070;
}

.CodeRay .tag-special {
  color: #D70;
  font-weight: bold;
}

.CodeRay .type {
  color: #339;
  font-weight: bold;
}

.CodeRay .variable {
  color: #036;
}

.CodeRay .insert {
  background: #afa;
}

.CodeRay .delete {
  background: #faa;
}

.CodeRay .change {
  color: #aaf;
  background: #007;
}

.CodeRay .head {
  color: #f8f;
  background: #505;
}

.CodeRay .insert .insert {
  color: #080;
  font-weight: bold;
}

.CodeRay .delete .delete {
  color: #800;
  font-weight: bold;
}

.CodeRay .change .change {
  color: #66f;
}

.CodeRay .head .head {
  color: #f4f;
}

#slider-cards {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 48px;
}
#slider-cards .slider-card-wrap {
  position: absolute;
  left: 1680px;
  width: 9999px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#slider-cards .slider-card {
  width: 160px;
  position: relative;
  text-align: left;
  display: block;
  float: left;
  text-align: left;
}
#slider-cards .slider-card-profile {
  background: #f6f7f8;
  height: 48px;
  box-sizing: border-box;
  padding: 0px 7px 0px 10px;
  position: relative;
  border-radius: 0px;
}
#slider-cards .slider-card-profile img {
  float: left;
  margin-right: 0.5em;
}
#slider-cards .slider-card-profile .slider-name {
  position: relative;
  line-height: 48px;
  top: 0em;
}
#slider-cards .slider-card-profile .slider-name a:link, #slider-cards .slider-card-profile .slider-name a:visited, #slider-cards .slider-card-profile .slider-name a:active {
  color: inherit;
}

.page-pages-show-donation-wide, .page-pages-show-donation-v2-wide {
  /*.radio-inline {
    padding-left: 0;

    input[type="radio"] {
      display: block;
      position: absolute;
      left: -9999px;
    }
    span:not(.option_label) {
      float: left;
      width: 50%;
      padding-bottom: $padding-large-vertical;

      &:nth-child(even) {
        padding-left: $padding-base-horizontal / 2;
      }
      &:nth-child(odd) {
        padding-right: $padding-base-horizontal / 2;
      }

    }
    label.radio {
      display: block;
      margin-bottom: 0; // For input.btn
      font-weight: $btn-font-weight;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
      border: 1px solid transparent;
      white-space: nowrap;
      @include button-size($padding-base-vertical, $padding-base-horizontal, $font-size-base, $line-height-base, $border-radius-base);
      @include user-select(none);
      margin-right: 0;

      &,
      &:active,
      &.active {
        &:focus,
        &.focus {
          @include tab-focus;
        }
      }

      &:hover,
      &:focus,
      &.focus {
        color: $btn-default-color;
        text-decoration: none;
      }

      &:active,
      &.active {
        outline: 0;
        background-image: none;
        @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
      }

      &.disabled,
      &[disabled],
      fieldset[disabled] & {
        cursor: $cursor-disabled;
        pointer-events: none; // Future-proof disabling of clicks
        @include opacity(.65);
        @include box-shadow(none);
      }
    }
    input[type="radio"]:checked+label {
      background-color: $brand-primary;
      color: #fff;
    }
  }

  [for='donation_amount_other'] {
    //margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .form-wrap #donation_amount_other {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }*/
}
.page-pages-show-donation-wide .form-progress-indicator, .page-pages-show-donation-v2-wide .form-progress-indicator {
  width: 130%;
  left: -15%;
  position: relative;
}
.page-pages-show-donation-wide .progress-indicator-stages, .page-pages-show-donation-v2-wide .progress-indicator-stages {
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.page-pages-show-donation-wide .progress-indicator-stages li, .page-pages-show-donation-v2-wide .progress-indicator-stages li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  width: 81px;
  margin: 0 22px;
}
.page-pages-show-donation-wide .progress-indicator-stages li:after, .page-pages-show-donation-v2-wide .progress-indicator-stages li:after {
  content: " ";
  width: 84px;
  height: 0;
  border-bottom: 2px solid #522f80;
  position: absolute;
  top: 45px;
  left: 63px;
}

@media (max-width: 767px) {
  .page-pages-show-donation-wide .progress-indicator-stages li, .page-pages-show-donation-v2-wide .progress-indicator-stages li {
    margin: 0 5px;
  }
  .page-pages-show-donation-wide .progress-indicator-stages li:after, .page-pages-show-donation-v2-wide .progress-indicator-stages li:after {
  content: " ";
  width: 48px;
  height: 0;
  border-bottom: 2px solid #522f80;
  position: absolute;
  top: 45px;
  left: 63px;
}
}
.page-pages-show-donation-wide .progress-indicator-stages li:last-child:after, .page-pages-show-donation-v2-wide .progress-indicator-stages li:last-child:after {
  display: none;
}
.page-pages-show-donation-wide .progress-indicator-stages li .stage-label, .page-pages-show-donation-v2-wide .progress-indicator-stages li .stage-label {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.page-pages-show-donation-wide .progress-indicator-stages li .stage-count, .page-pages-show-donation-v2-wide .progress-indicator-stages li .stage-count {
  position: relative;
  display: block;
  color: #fff;
  width: 47px;
  height: 47px;
  text-align: center;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  margin-left: auto;
  margin-right: auto;
}
.page-pages-show-donation-wide .progress-indicator-stages li .stage-count-inner, .page-pages-show-donation-v2-wide .progress-indicator-stages li .stage-count-inner {
  width: 39px;
  height: 39px;
  left: 3px;
  top: 3px;
  line-height: 40px;
  display: block;
  position: relative;
  background: #522f8026;
  color: #522f80;
  font-weight: bold;
  position: relative;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
}
.page-pages-show-donation-wide .progress-indicator-stages li.active .stage-count-inner, .page-pages-show-donation-v2-wide .progress-indicator-stages li.active .stage-count-inner {
  background: #522f80;
  color: #fff;
}
.page-pages-show-donation-wide .progress-indicator-stages li.seen .stage-count-inner, .page-pages-show-donation-v2-wide .progress-indicator-stages li.seen .stage-count-inner {
  background: #522f80;
  color: #fff;
  cursor: pointer;
}
.page-pages-show-donation-wide .progress-indicator-stages li.completed .stage-count-inner, .page-pages-show-donation-v2-wide .progress-indicator-stages li.completed .stage-count-inner {
  text-indent: -9999px;
  background: #522f80;
  cursor: pointer;
}
.page-pages-show-donation-wide .progress-indicator-stages li.completed .stage-count-inner:before, .page-pages-show-donation-v2-wide .progress-indicator-stages li.completed .stage-count-inner:before {
  color: #fff;
  position: absolute;
  width: 39px;
  line-height: 39px;
  z-index: 20;
  opacity: 1;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 1.25em;
  cursor: pointer;
  text-indent: 0;
}
.page-pages-show-donation-wide .progress-indicator-stages li.completed .stage-count, .page-pages-show-donation-v2-wide .progress-indicator-stages li.completed .stage-count {
  cursor: pointer;
}
.page-pages-show-donation-wide .progress-stages, .page-pages-show-donation-v2-wide .progress-stages {
  background-color: transparent;
  padding: 5.5px 0 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.page-pages-show-donation-wide .progress-stages .progress-stage, .page-pages-show-donation-v2-wide .progress-stages .progress-stage {
  display: none;
}
.page-pages-show-donation-wide .progress-stages .progress-stage.active, .page-pages-show-donation-v2-wide .progress-stages .progress-stage.active {
  display: block;
}
.page-pages-show-donation-wide .progress-stage-button-prev, .page-pages-show-donation-v2-wide .progress-stage-button-prev {
  display: inline-block;
  margin-top: 5px;
}
.page-pages-show-donation-wide .progress-stage label.checkbox, .page-pages-show-donation-wide .progress-stage #directory-cards .directory-card .directory-card-text .checkbox.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .progress-stage .checkbox.directory-card-organization, .page-pages-show-donation-v2-wide .progress-stage label.checkbox, .page-pages-show-donation-v2-wide .progress-stage #directory-cards .directory-card .directory-card-text .checkbox.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .progress-stage .checkbox.directory-card-organization {
  margin-left: 20px;
}
.page-pages-show-donation-wide .form-error + .donation-v2-amounts, .page-pages-show-donation-v2-wide .form-error + .donation-v2-amounts {
  margin-top: 9px;
}

.lt-ie9 .progress-indicator-stages li.stage-3:after {
  display: none;
}

#donation_billing_address_state {
  width: 100%;
}

.page-pages-show-donation-v2-wide .progress-stage label.checkbox, .page-pages-show-donation-v2-wide .progress-stage #directory-cards .directory-card .directory-card-text .checkbox.directory-card-organization, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .progress-stage .checkbox.directory-card-organization {
  margin-left: 0;
}

#frequency-divider {
  margin-top: 8px;
}

.module, .reaction-wrap .user-session-form-container, .sidebar > div, .sidebar > div.media, .sidebar > ul, .main-container, .breadcrumb, .excerpt, .page-tags, .event-block, .event-map:not(.form-wrap), .event-detail, .continue, .page-follow, .like-page {
  margin-top: 22px;
  margin-bottom: 22px;
}

img {
  max-width: 100%;
}

.padtop {
  padding-top: 11px;
}

.padbottom {
  padding-bottom: 11px;
}

.padtopless {
  padding-top: 5.5px;
}

.padbottomless {
  padding-bottom: 5.5px;
}

.padtopmore {
  padding-top: 16.5px;
}

.padbottommore {
  padding-bottom: 16.5px;
}

.margintopzero {
  margin-top: 0;
}

.margintopless, .form-group input + input, .cc, .form-submit {
  margin-top: 11px;
}

.margintop, .released-at, input.text ~ .submit-button, .textarea ~ .submit-button {
  margin-top: 16.5px;
}

.margintopmore, .share-container.panel {
  margin-top: 22px;
}

.marginbottomless, .connect-button, .bar-goal {
  margin-bottom: 11px;
}

.margintopzero {
  margin-bottom: 0;
}

.marginbottom, .radio-inline, .checkbox-inline {
  margin-bottom: 16.5px;
}

.marginbottommore, .byline, .twitter-slider-one .timePosted, #slider-cards, .intro, .flag_form {
  margin-bottom: 22px;
}

.center {
  text-align: center;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img, .header-image-container > img {
  width: 100%;
}

footer {
  margin: 40px 0 20px 0;
}

.site-logo {
  padding: 15px 15px 15px 0;
}

.navbar-brand {
  height: auto;
}

.sidebar .btn-group-vertical {
  display: block;
}

.sharetable > div {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.share-container.panel {
  margin-bottom: 0;
}

.share-close {
  margin-top: -0.4em;
}

.reaction-wrap .activities {
  margin: 5px 0;
}

.panel .excerpt-type {
  margin-top: -0.2em;
}

.media .media-left img {
  max-width: none;
}

.homepage-excerpt > div:last-child, .homepage-excerpt > a:last-child {
  margin-bottom: 0;
}

.page-excerpt:last-of-type + hr, .page-excerpt:last-child + hr {
  display: none;
}

.page-excerpts > li:last-child > hr:last-child {
  display: none;
}

.progress + .bar-goal {
  text-align: center;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .page-follow {
    clear: both;
  }
}

.pagination-container {
  margin-top: 22px;
  border-top: 1px solid #ced4dd;
}

.addreaction {
  margin-right: 5px;
}

.radio-inline, .checkbox-inline {
  cursor: default;
}
.radio-inline > span, .checkbox-inline > span {
  white-space: nowrap;
  display: inline-block;
}
.radio-inline label.radio, .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .radio-inline .radio.directory-card-organization, .radio-inline label.checkbox, .radio-inline #directory-cards .directory-card .directory-card-text .checkbox.directory-card-organization, #directory-cards .directory-card .directory-card-text .radio-inline .checkbox.directory-card-organization, .checkbox-inline label.radio, .checkbox-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization, #directory-cards .directory-card .directory-card-text .checkbox-inline .radio.directory-card-organization, .checkbox-inline label.checkbox, .checkbox-inline #directory-cards .directory-card .directory-card-text .checkbox.directory-card-organization, #directory-cards .directory-card .directory-card-text .checkbox-inline .checkbox.directory-card-organization {
  cursor: pointer;
  display: inline-block;
  margin: 0 30px 0 0;
}

.form-group > select[id*=_card_expires_on] {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}
.form-group > select[id*=_card_expires_on]:last-child, .form-group > select[id*=_card_expires_on]:last-of-type {
  margin-right: 0;
}
.form-group label, .form-group #directory-cards .directory-card .directory-card-text .directory-card-organization, #directory-cards .directory-card .directory-card-text .form-group .directory-card-organization {
  display: block;
}
.user_session_form #user_session_email {
  margin-bottom: 15px;
}
.user_session_form .or-create-account {
  display: block;
  margin-top: 5px;
}

[for=donation_amount_other], #donation_amount_other, #donation_amount_other_input, [for=donation_amount_other_input] {
  margin-left: -20px;
  margin-top: 10px;
}

#donation_amount_other, #donation_amount_other_input {
  width: auto;
}
@media (max-width: 767px) {
  #donation_amount_other, #donation_amount_other_input {
    width: 100%;
  }
}

.invoices .expander-sign {
  cursor: pointer;
}
.invoices .expander-content {
  display: none;
}

.invoice-total strong {
  font-size: 14px;
  text-transform: uppercase;
}

/*.within {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 15px 0;
}*/
.event-detail .subtext .profile_image {
  margin-top: 5px;
  margin-right: 5px;
}

.map img {
  max-width: none;
}

h6.subhead {
  margin-bottom: 0;
}

#pledge_amount_other {
  width: auto;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #pledge_amount_other {
    width: 100%;
  }
}

#suggestion-page-form-expanded {
  display: none;
}

.how-would-you-tag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 15px 0;
}

.profile-name, .people-name {
  display: inline-block;
  vertical-align: middle;
}

.profile-name {
  margin-bottom: 2px;
  margin-right: 3px;
}

.people-list-follow .delete {
  margin-left: 3px;
  vertical-align: middle;
}

.people-list {
  padding-top: 15px;
  border-top: 1px solid #ced4dd;
}
.people-list .media-body {
  width: 100%;
  padding: 0.5em 0.5em 0.5em 0;
}

.leaderboard-rank {
  position: relative;
  display: block;
  float: left;
  margin: -20px 0 0 4px;
}

@media (min-width: 768px) {
  .page-follow {
    float: right;
  }

  .reaction-wrap .review-rules {
    text-align: right;
  }

  .people-list-follow {
    float: right;
    text-align: right;
  }

  .user_session_form #user_session_email {
    margin-bottom: 0;
  }
  .user_session_form .or-create-account {
    display: inline;
  }
}
/* Nation Media Styles
------------------------------------- */
/* Style Imports
------------------------------------- */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
#cd-nav {
  position: relative;
  z-index: 9993;
}

#cd-nav ul {
  /* mobile first */
  position: fixed;
  width: 90%;
  max-width: 230px;
  bottom: 14px;
  right: 5px;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #62B6CF;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
  overflow: hidden;
  z-index: 9991;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}

#cd-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cd-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}

#cd-nav ul.is-visible li:nth-child(1) {
  /* list items animation */
  -webkit-animation: cd-slide-in 0.2s;
  -moz-animation: cd-slide-in 0.2s;
  animation: cd-slide-in 0.2s;
}

#cd-nav ul.is-visible li:nth-child(2) {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}

#cd-nav ul.is-visible li:nth-child(3) {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}

#cd-nav ul.is-visible li:nth-child(4) {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}

#cd-nav ul.is-visible li:nth-child(5) {
  -webkit-animation: cd-slide-in 0.6s;
  -moz-animation: cd-slide-in 0.6s;
  animation: cd-slide-in 0.6s;
}

#cd-nav li a {
  color: white !important;
  display: block;
  padding: 1.1em;
  border-bottom: 1px solid #4b9db5;
  text-decoration: none;
  line-height: initial;
}

#cd-nav li:last-child a {
  border-bottom: none;
}

#cd-nav li a:hover {
  text-decoration: none;
}

.cd-nav-trigger {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 14px;
  right: 5px;
  z-index: 9992;
  width: 44px;
  height: 44px;
  background: #62B6CF;
  border-radius: 0.25em;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.cd-nav-trigger img {
  margin: 17px 0 -21px 14px;
  opacity: 1;
  transition: opacity 0.3s;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  position: relative;
  top: -10px;
}

.cd-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: white;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: "";
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}

.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.cd-nav-trigger.menu-is-open {
  box-shadow: none;
}

.cd-nav-trigger.menu-is-open img {
  opacity: 0;
}

.cd-nav-trigger.menu-is-open span {
  background: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: white;
}

.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

#cd-gallery-items li {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}

#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}

@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }

  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }

  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }

  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}
/* Mixins
------------------------------------- */
/*@mixin clearfix() {
    &:before,
    &:after {
        content: "";
        display: table;
    }
    &:after {
        clear: both;
    }
}*/
/*@mixin box-shadow($box-shadow) {
  -webkit-box-shadow: $box-shadow;
  -moz-box-shadow: $box-shadow;
  -ms-box-shadow: $box-shadow;
  -o-box-shadow: $box-shadow;
  box-shadow: $box-shadow;
}*/
/* Social Media Colors
------------------------------------- */
/* Misc
------------------------------------- */
.faded, .brand-secondary-bg hr {
  opacity: 0.2;
}

.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.half-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.half-container.half-container-no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .half-container {
    max-width: 485px;
  }
}
@media (min-width: 992px) {
  .half-container {
    max-width: 585px;
  }
}

.max-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.max-container:before, .max-container:after {
  content: " ";
  display: table;
}
.max-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .max-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .max-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .max-container {
    max-width: 1170px;
  }
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.abs-row {
  position: absolute;
  left: 0;
  width: 100%;
}

.text-bold {
  font-weight: bold;
}

.text-500 {
  font-weight: 500;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.font-family-serif {
  font-family: proxima-soft, sans-serif;
}

.line-height-1 {
  line-height: 1;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vbottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.display-inline-block {
  display: inline-block;
}

.font-size-small {
  font-size: 14px;
}

.font-size-smaller {
  font-size: 14px;
}

.font-size-base {
  font-size: 16px;
}

.font-size-large {
  font-size: 20px;
}

.no-border {
  border: none !important;
}

.btn-square {
  border-radius: 0;
}

.btn-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.td-width-25 {
  width: 25%;
}

.td-width-33 {
  width: 33.33333%;
}

.padtopmoremore {
  padding-top: 22px;
}

.padbottommoremore {
  padding-bottom: 22px;
}

.padtopmoremoremore {
  padding-top: 33px;
}

.padbottommoremoremore {
  padding-bottom: 33px;
}

.padtopmoremoremore {
  padding-top: 44px;
}

.padbottommoremoremore {
  padding-bottom: 44px;
}

.margintopmoremore {
  margin-top: 33px;
}

.marginbottommoremore {
  margin-bottom: 33px;
}

.margintopmoremoremore {
  margin-top: 44px;
}

.marginbottommoremoremore {
  margin-bottom: 44px;
}

.margintopmoremoremoremore {
  margin-top: 66px;
}

.marginbottommoremoremoremore {
  margin-bottom: 66px;
}

/* Padding & Margin Helpers
------------------------------------- */
.pad-vert-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pad-vert-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pad-vert-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad-vert-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad-vert-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad-vert-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pad-vert-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad-vert-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pad-vert-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pad-vert-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pad-vert-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-vert-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pad-vert-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mar-vert-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mar-vert-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mar-vert-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mar-vert-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mar-vert-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mar-vert-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mar-vert-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mar-vert-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mar-vert-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mar-vert-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mar-vert-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mar-vert-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mar-vert-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mar-vert-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pad-bottom-0 {
  padding-bottom: 0;
}

.pad-bottom-5 {
  padding-bottom: 5px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-bottom-15 {
  padding-bottom: 15px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.pad-bottom-25 {
  padding-bottom: 25px;
}

.pad-bottom-30 {
  padding-bottom: 30px;
}

.pad-bottom-35 {
  padding-bottom: 35px;
}

.pad-bottom-40 {
  padding-bottom: 40px;
}

.pad-bottom-45 {
  padding-bottom: 45px;
}

.pad-bottom-50 {
  padding-bottom: 50px;
}

.pad-bottom-75 {
  padding-bottom: 75px;
}

.pad-bottom-100 {
  padding-bottom: 100px;
}

.mar-bottom-0 {
  margin-bottom: 0;
}

.mar-bottom-5 {
  margin-bottom: 5px;
}

.mar-bottom-10 {
  margin-bottom: 10px;
}

.mar-bottom-15 {
  margin-bottom: 15px;
}

.mar-bottom-20 {
  margin-bottom: 20px;
}

.mar-bottom-25 {
  margin-bottom: 25px;
}

.mar-bottom-30 {
  margin-bottom: 30px;
}

.mar-bottom-35 {
  margin-bottom: 35px;
}

.mar-bottom-40 {
  margin-bottom: 40px;
}

.mar-bottom-45 {
  margin-bottom: 45px;
}

.mar-bottom-50 {
  margin-bottom: 50px;
}

.mar-bottom-75 {
  margin-bottom: 75px;
}

.mar-bottom-100 {
  margin-bottom: 100px;
}

.pad-top-0 {
  padding-top: 0;
}

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-15 {
  padding-top: 15px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-top-25 {
  padding-top: 25px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-top-35 {
  padding-top: 35px;
}

.pad-top-40 {
  padding-top: 40px;
}

.pad-top-45 {
  padding-top: 45px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-75 {
  padding-top: 75px;
}

.pad-top-100 {
  padding-top: 100px;
}

.mar-top-0 {
  margin-top: 0;
}

.mar-top-0-important {
  margin-top: 0 !important;
}

.mar-top-5 {
  margin-top: 5px;
}

.mar-top-10 {
  margin-top: 10px;
}

.mar-top-15 {
  margin-top: 15px;
}

.mar-top-20 {
  margin-top: 20px;
}

.mar-top-25 {
  margin-top: 25px;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-35 {
  margin-top: 35px;
}

.mar-top-40 {
  margin-top: 40px;
}

.mar-top-45 {
  margin-top: 45px;
}

.mar-top-50 {
  margin-top: 50px;
}

.mar-top-75 {
  margin-top: 75px;
}

.mar-top-100 {
  margin-top: 100px;
}

.pad-hor-0 {
  padding-left: 0;
  padding-right: 0;
}

.pad-hor-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-hor-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad-hor-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-hor-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pad-hor-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pad-hor-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pad-hor-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pad-hor-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pad-hor-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pad-hor-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.mar-hor-0 {
  margin-left: 0;
  margin-right: 0;
}

.mar-hor-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mar-hor-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mar-hor-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mar-hor-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mar-hor-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mar-hor-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mar-hor-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mar-hor-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mar-hor-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mar-hor-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.pad-right-0 {
  padding-right: 0;
}

.pad-right-5 {
  padding-right: 5px;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-15 {
  padding-right: 15px;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-right-25 {
  padding-right: 25px;
}

.pad-right-30 {
  padding-right: 30px;
}

.pad-right-35 {
  padding-right: 35px;
}

.pad-right-40 {
  padding-right: 40px;
}

.pad-right-45 {
  padding-right: 45px;
}

.pad-right-50 {
  padding-right: 50px;
}

.mar-right-0 {
  margin-right: 0;
}

.mar-right-5 {
  margin-right: 5px;
}

.mar-right-8 {
  margin-right: 8px;
}

.mar-right-10 {
  margin-right: 10px;
}

.mar-right-15 {
  margin-right: 15px;
}

.mar-right-20 {
  margin-right: 20px;
}

.mar-right-25 {
  margin-right: 25px;
}

.mar-right-30 {
  margin-right: 30px;
}

.mar-right-35 {
  margin-right: 35px;
}

.mar-right-40 {
  margin-right: 40px;
}

.mar-right-45 {
  margin-right: 45px;
}

.mar-right-50 {
  margin-right: 50px;
}

.pad-left-0 {
  padding-left: 0;
}

.pad-left-5 {
  padding-left: 5px;
}

.pad-left-10 {
  padding-left: 10px;
}

.pad-left-15 {
  padding-left: 15px;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-left-25 {
  padding-left: 25px;
}

.pad-left-30 {
  padding-left: 30px;
}

.pad-left-35 {
  padding-left: 35px;
}

.pad-left-40 {
  padding-left: 40px;
}

.pad-left-45 {
  padding-left: 45px;
}

.pad-left-50 {
  padding-left: 50px;
}

.mar-left-0 {
  margin-left: 0;
}

.mar-left-5 {
  margin-left: 5px;
}

.mar-left-8 {
  margin-left: 8px;
}

.mar-left-10 {
  margin-left: 10px;
}

.mar-left-15 {
  margin-left: 15px;
}

.mar-left-20 {
  margin-left: 20px;
}

.mar-left-25 {
  margin-left: 25px;
}

.mar-left-30 {
  margin-left: 30px;
}

.mar-left-35 {
  margin-left: 35px;
}

.mar-left-40 {
  margin-left: 40px;
}

.mar-left-45 {
  margin-left: 45px;
}

.mar-left-50 {
  margin-left: 50px;
}

/* Common Mixins
------------------------------------- */
/* Common Misc
------------------------------------- */
body {
  background-color: #f6f7f8;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0px;
  text-transform: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/*
@media (max-width: 767px) {
  body h1, body .h1, body h2, body .h2 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
*/
body .body-fade-in {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  /*&.animated.fadeOut {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
  }*/
}

#intro, #endorsement-content, #moneybomb-content, #petition-content, .excerpt, .homepage-excerpt, .answer {
  font-family: proxima-soft, sans-serif;
  letter-spacing: 0px;
  font-weight: 400;
  /*a {
    color: $link-color;
    border-bottom: $small-border-width $primary-border-style $neutral-gray;
    box-shadow: inset 0px (-$small-border-width) 0px $neutral-gray;
    background-color: transparent;

    &:hover, &:focus {
      color: $link-color;
      background-color: $neutral-gray;
    }

  }*/
  /*blockquote {

    a {
      color: inherit;
      border-bottom: $small-border-width $primary-border-style #fff;
      //box-shadow: inset 0px -$small-border-width 0px #fff;
      background-color: transparent;

      &:hover, &:focus {
        color: $link-color;
        background-color: #fff;
      }

    }

  }*/
}
.form-wrap #intro, #intro .meta-data, .form-wrap #endorsement-content, #endorsement-content .meta-data, .form-wrap #moneybomb-content, #moneybomb-content .meta-data, .form-wrap #petition-content, #petition-content .meta-data, .form-wrap .excerpt, .excerpt .meta-data, .form-wrap .homepage-excerpt, .homepage-excerpt .meta-data, .form-wrap .answer, .answer .meta-data {
  font-family: proxima-soft, sans-serif;
  letter-spacing: 0px;
  font-weight: 400;
}

#intro p a:not(.btn), #intro li a:not(.btn), #intro .event-detail a:not(.btn), #intro [class*=truncate-] a:not(.btn), #endorsement-content p a:not(.btn), #endorsement-content li a:not(.btn), #endorsement-content .event-detail a:not(.btn), #endorsement-content [class*=truncate-] a:not(.btn), #moneybomb-content p a:not(.btn), #moneybomb-content li a:not(.btn), #moneybomb-content .event-detail a:not(.btn), #moneybomb-content [class*=truncate-] a:not(.btn), #petition-content p a:not(.btn), #petition-content li a:not(.btn), #petition-content .event-detail a:not(.btn), #petition-content [class*=truncate-] a:not(.btn), .excerpt p a:not(.btn), .excerpt li a:not(.btn), .excerpt .event-detail a:not(.btn), .excerpt [class*=truncate-] a:not(.btn), .homepage-excerpt p a:not(.btn), .homepage-excerpt li a:not(.btn), .homepage-excerpt .event-detail a:not(.btn), .homepage-excerpt [class*=truncate-] a:not(.btn), .answer p a:not(.btn), .answer li a:not(.btn), .answer .event-detail a:not(.btn), .answer [class*=truncate-] a:not(.btn), .panel-body p p a:not(.btn), .panel-body p li a:not(.btn), .panel-body p .event-detail a:not(.btn), .panel-body p [class*=truncate-] a:not(.btn), .well p p a:not(.btn), .like-page p p a:not(.btn), .well p li a:not(.btn), .like-page p li a:not(.btn), .well p .event-detail a:not(.btn), .like-page p .event-detail a:not(.btn), .well p [class*=truncate-] a:not(.btn), .like-page p [class*=truncate-] a:not(.btn), .remodal-content p a:not(.btn), .remodal-content li a:not(.btn), .remodal-content .event-detail a:not(.btn), .remodal-content [class*=truncate-] a:not(.btn), .activity-content p a:not(.btn), .activity-content li a:not(.btn), .activity-content .event-detail a:not(.btn), .activity-content [class*=truncate-] a:not(.btn), .directory-bio-text p a:not(.btn), .directory-bio-text li a:not(.btn), .directory-bio-text .event-detail a:not(.btn), .directory-bio-text [class*=truncate-] a:not(.btn), .profile-content p a:not(.btn), .profile-content li a:not(.btn), .profile-content .event-detail a:not(.btn), .profile-content [class*=truncate-] a:not(.btn), .page-profile p a:not(.btn), .page-profile li a:not(.btn), .page-profile .event-detail a:not(.btn), .page-profile [class*=truncate-] a:not(.btn), .homepage-excerpt p a:not(.btn), .homepage-excerpt li a:not(.btn), .homepage-excerpt .event-detail a:not(.btn), .homepage-excerpt [class*=truncate-] a:not(.btn) {
  font-weight: 600;
  color: #522f80;
  border-bottom: 1px solid #ced4dd;
  box-shadow: inset 0px -1px 0px #ced4dd;
  background-color: transparent;
}
#intro p a:not(.btn):hover, #intro p a:not(.btn):focus, #intro li a:not(.btn):hover, #intro li a:not(.btn):focus, #intro .event-detail a:not(.btn):hover, #intro .event-detail a:not(.btn):focus, #intro [class*=truncate-] a:not(.btn):hover, #intro [class*=truncate-] a:not(.btn):focus, #endorsement-content p a:not(.btn):hover, #endorsement-content p a:not(.btn):focus, #endorsement-content li a:not(.btn):hover, #endorsement-content li a:not(.btn):focus, #endorsement-content .event-detail a:not(.btn):hover, #endorsement-content .event-detail a:not(.btn):focus, #endorsement-content [class*=truncate-] a:not(.btn):hover, #endorsement-content [class*=truncate-] a:not(.btn):focus, #moneybomb-content p a:not(.btn):hover, #moneybomb-content p a:not(.btn):focus, #moneybomb-content li a:not(.btn):hover, #moneybomb-content li a:not(.btn):focus, #moneybomb-content .event-detail a:not(.btn):hover, #moneybomb-content .event-detail a:not(.btn):focus, #moneybomb-content [class*=truncate-] a:not(.btn):hover, #moneybomb-content [class*=truncate-] a:not(.btn):focus, #petition-content p a:not(.btn):hover, #petition-content p a:not(.btn):focus, #petition-content li a:not(.btn):hover, #petition-content li a:not(.btn):focus, #petition-content .event-detail a:not(.btn):hover, #petition-content .event-detail a:not(.btn):focus, #petition-content [class*=truncate-] a:not(.btn):hover, #petition-content [class*=truncate-] a:not(.btn):focus, .excerpt p a:not(.btn):hover, .excerpt p a:not(.btn):focus, .excerpt li a:not(.btn):hover, .excerpt li a:not(.btn):focus, .excerpt .event-detail a:not(.btn):hover, .excerpt .event-detail a:not(.btn):focus, .excerpt [class*=truncate-] a:not(.btn):hover, .excerpt [class*=truncate-] a:not(.btn):focus, .homepage-excerpt p a:not(.btn):hover, .homepage-excerpt p a:not(.btn):focus, .homepage-excerpt li a:not(.btn):hover, .homepage-excerpt li a:not(.btn):focus, .homepage-excerpt .event-detail a:not(.btn):hover, .homepage-excerpt .event-detail a:not(.btn):focus, .homepage-excerpt [class*=truncate-] a:not(.btn):hover, .homepage-excerpt [class*=truncate-] a:not(.btn):focus, .answer p a:not(.btn):hover, .answer p a:not(.btn):focus, .answer li a:not(.btn):hover, .answer li a:not(.btn):focus, .answer .event-detail a:not(.btn):hover, .answer .event-detail a:not(.btn):focus, .answer [class*=truncate-] a:not(.btn):hover, .answer [class*=truncate-] a:not(.btn):focus, .panel-body p p a:not(.btn):hover, .panel-body p p a:not(.btn):focus, .panel-body p li a:not(.btn):hover, .panel-body p li a:not(.btn):focus, .panel-body p .event-detail a:not(.btn):hover, .panel-body p .event-detail a:not(.btn):focus, .panel-body p [class*=truncate-] a:not(.btn):hover, .panel-body p [class*=truncate-] a:not(.btn):focus, .well p p a:not(.btn):hover, .like-page p p a:not(.btn):hover, .well p p a:not(.btn):focus, .like-page p p a:not(.btn):focus, .well p li a:not(.btn):hover, .like-page p li a:not(.btn):hover, .well p li a:not(.btn):focus, .like-page p li a:not(.btn):focus, .well p .event-detail a:not(.btn):hover, .like-page p .event-detail a:not(.btn):hover, .well p .event-detail a:not(.btn):focus, .like-page p .event-detail a:not(.btn):focus, .well p [class*=truncate-] a:not(.btn):hover, .like-page p [class*=truncate-] a:not(.btn):hover, .well p [class*=truncate-] a:not(.btn):focus, .like-page p [class*=truncate-] a:not(.btn):focus, .remodal-content p a:not(.btn):hover, .remodal-content p a:not(.btn):focus, .remodal-content li a:not(.btn):hover, .remodal-content li a:not(.btn):focus, .remodal-content .event-detail a:not(.btn):hover, .remodal-content .event-detail a:not(.btn):focus, .remodal-content [class*=truncate-] a:not(.btn):hover, .remodal-content [class*=truncate-] a:not(.btn):focus, .activity-content p a:not(.btn):hover, .activity-content p a:not(.btn):focus, .activity-content li a:not(.btn):hover, .activity-content li a:not(.btn):focus, .activity-content .event-detail a:not(.btn):hover, .activity-content .event-detail a:not(.btn):focus, .activity-content [class*=truncate-] a:not(.btn):hover, .activity-content [class*=truncate-] a:not(.btn):focus, .directory-bio-text p a:not(.btn):hover, .directory-bio-text p a:not(.btn):focus, .directory-bio-text li a:not(.btn):hover, .directory-bio-text li a:not(.btn):focus, .directory-bio-text .event-detail a:not(.btn):hover, .directory-bio-text .event-detail a:not(.btn):focus, .directory-bio-text [class*=truncate-] a:not(.btn):hover, .directory-bio-text [class*=truncate-] a:not(.btn):focus, .profile-content p a:not(.btn):hover, .profile-content p a:not(.btn):focus, .profile-content li a:not(.btn):hover, .profile-content li a:not(.btn):focus, .profile-content .event-detail a:not(.btn):hover, .profile-content .event-detail a:not(.btn):focus, .profile-content [class*=truncate-] a:not(.btn):hover, .profile-content [class*=truncate-] a:not(.btn):focus, .page-profile p a:not(.btn):hover, .page-profile p a:not(.btn):focus, .page-profile li a:not(.btn):hover, .page-profile li a:not(.btn):focus, .page-profile .event-detail a:not(.btn):hover, .page-profile .event-detail a:not(.btn):focus, .page-profile [class*=truncate-] a:not(.btn):hover, .page-profile [class*=truncate-] a:not(.btn):focus, .homepage-excerpt p a:not(.btn):hover, .homepage-excerpt p a:not(.btn):focus, .homepage-excerpt li a:not(.btn):hover, .homepage-excerpt li a:not(.btn):focus, .homepage-excerpt .event-detail a:not(.btn):hover, .homepage-excerpt .event-detail a:not(.btn):focus, .homepage-excerpt [class*=truncate-] a:not(.btn):hover, .homepage-excerpt [class*=truncate-] a:not(.btn):focus {
  color: #522f80;
  background-color: #ced4dd;
}
.activity-content [class*=truncate-] a:not(.btn):hover, .activity-content [class*=truncate-] a:not(.btn):focus {
  background-color: #ced4dd;
}

strong a {
  font-weight: bold;
}

.main-container, .no-hero {
  margin-top: 0;
  margin-bottom: 0;
}
.no-hero-bg .main-container, .hp-hero-bg .main-container, .no-hero-bg .no-hero, .hp-hero-bg .no-hero {
  background-color: transparent;
}
@media (min-width: 992px) {
  .no-hero-bg .main-container, .hp-hero-bg .main-container, .no-hero-bg .no-hero, .hp-hero-bg .no-hero {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .no-hero-bg .main-container, .hp-hero-bg .main-container, .no-hero-bg .no-hero, .hp-hero-bg .no-hero {
    background-color: #fff;
  }
  .no-hero-bg .main-container h1, .no-hero-bg .main-container p, .hp-hero-bg .main-container h1, .hp-hero-bg .main-container p, .no-hero-bg .no-hero h1, .no-hero-bg .no-hero p, .hp-hero-bg .no-hero h1, .hp-hero-bg .no-hero p {
    text-shadow: none;
  }
}


@media (min-width: 992px) {
  .no-hero-bg .main {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 992px) {
  .no-hero .main {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.blocks-wrapper-before, .blocks-wrapper-after {
  position: relative;
}
.blocks-wrapper-before .main, .blocks-wrapper-after .main {
  color: #2a313c;
  padding-top: 22px;
  padding-bottom: 22px;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  letter-spacing: 0px;
}
h1 small,
h1 .small,
h1 .event-detail .subtext,
.event-detail h1 .subtext,
h1 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list h1 .activity.media,
h1 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities h1 .activity.media, .h1 small,
.h1 .small,
.h1 .event-detail .subtext,
.event-detail .h1 .subtext,
.h1 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list .h1 .activity.media,
.h1 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities .h1 .activity.media,
h2 small,
h2 .small,
h2 .event-detail .subtext,
.event-detail h2 .subtext,
h2 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list h2 .activity.media,
h2 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities h2 .activity.media, .h2 small,
.h2 .small,
.h2 .event-detail .subtext,
.event-detail .h2 .subtext,
.h2 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list .h2 .activity.media,
.h2 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities .h2 .activity.media,
h3 small,
h3 .small,
h3 .event-detail .subtext,
.event-detail h3 .subtext,
h3 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list h3 .activity.media,
h3 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities h3 .activity.media, .h3 small,
.h3 .small,
.h3 .event-detail .subtext,
.event-detail .h3 .subtext,
.h3 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list .h3 .activity.media,
.h3 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities .h3 .activity.media {
  letter-spacing: 0px;
}

h4, .h4,
h5,
.errorExplanation h2, .h5,
h6, .h6 {
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 800;
}
h4 small,
h4 .small,
h4 .event-detail .subtext,
.event-detail h4 .subtext,
h4 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list h4 .activity.media,
h4 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities h4 .activity.media, .h4 small,
.h4 .small,
.h4 .event-detail .subtext,
.event-detail .h4 .subtext,
.h4 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list .h4 .activity.media,
.h4 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities .h4 .activity.media,
h5 small,
.errorExplanation h2 small,
h5 .small,
h5 .event-detail .subtext,
.event-detail h5 .subtext,
h5 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list h5 .activity.media,
h5 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities h5 .activity.media,
.errorExplanation h2 .small,
.errorExplanation h2 .event-detail .subtext,
.event-detail .errorExplanation h2 .subtext,
.errorExplanation h2 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list .errorExplanation h2 .activity.media,
.errorExplanation h2 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities .errorExplanation h2 .activity.media, .h5 small,
.h5 .small,
.h5 .event-detail .subtext,
.event-detail .h5 .subtext,
.h5 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list .h5 .activity.media,
.h5 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities .h5 .activity.media,
h6 small,
h6 .small,
h6 .event-detail .subtext,
.event-detail h6 .subtext,
h6 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list h6 .activity.media,
h6 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities h6 .activity.media, .h6 small,
.h6 .small,
.h6 .event-detail .subtext,
.event-detail .h6 .subtext,
.h6 #stream .reaction-wrap .content-list .activity.media,
#stream .reaction-wrap .content-list .h6 .activity.media,
.h6 #stream .reaction-wrap .activities .activity.media,
#stream .reaction-wrap .activities .h6 .activity.media {
  letter-spacing: 0px;
}

h3.excerpt-title {
  margin-top: 11px;
}

/*h1, .h1 { @media (max-width: $screen-xs-max) { font-size: $font-size-h1 * .8; } }
h2, .h2 { @media (max-width: $screen-xs-max) { font-size: $font-size-h2 * .8; } }
h3, .h3 { @media (max-width: $screen-xs-max) { font-size: $font-size-h3 * .8; } }
h4, .h4 { @media (max-width: $screen-xs-max) { font-size: $font-size-h4 * .8; } }
h5, .h5 { @media (max-width: $screen-xs-max) { font-size: $font-size-h5 * .8; } }
h6, .h6 { @media (max-width: $screen-xs-max) { font-size: $font-size-h6 * .8; } }

@media (max-width: $screen-xs-max) {

  .btn {
    padding: $padding-base-vertical * .9 $padding-base-horizontal * .9;
    font-size: $font-size-base * .9;
    //line-height: $line-height-base * .9;
  }
  .btn-lg {
    padding: $padding-large-vertical * .8 $padding-large-horizontal * .8;
    font-size: $font-size-large * .8;
    //line-height: $line-height-large * .8;
  }
  .btn-sm {
    padding: $padding-small-vertical * .9 $padding-small-horizontal * .9;
    font-size: $font-size-small * .9;
    //line-height: $line-height-small * .9;
  }
  .btn-xs {
    padding: $padding-xs-vertical * .9 $padding-xs-horizontal * .9;
    font-size: $font-size-small * .9;
    //line-height: $line-height-small * .9;
  }

}*/
.brand-primary-bg .heading-text-shadow, .brand-secondary-bg .heading-text-shadow {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.brand-primary-bg .heading-text-shadow + .divider, .brand-secondary-bg .heading-text-shadow + .divider {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.form-wrap .heading-text-shadow {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.form-wrap .heading-text-shadow + .divider {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
img {
  height: auto;
  vertical-align: middle;
  border: none;
}

/*.main-container p a:not(.btn), .main-container li a:not(.btn), .main-container a:not(.btn) {
  border-bottom: 1px solid $brand-secondary;
  box-shadow: inset 0 -2px 0 $brand-secondary;
  //color: $brand-secondary;
  @include transition-main;

  &:hover, &:focus {
    color: #fff;
    background-color: $brand-secondary;
  }

}*/
.lead {
  font-family: proxima-soft, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.lead p {
  margin-bottom: 0;
}

small, .small, .event-detail .subtext, #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .activities .activity.media {
  color: #297fca;
  font-weight: normal;
}

.divider {
  background-color: #ced4dd;
  width: 100px;
  height: 4px;
}
.page-heading .divider {
  display: inline-block;
}
.divider.divider-center {
  margin-left: auto;
  margin-right: auto;
}

abbr[title], acronym[title] {
  text-decoration: none;
}
hr {
  border-top-width: 1px;
}

.faded-divider {
  position: relative;
}
.faded-divider:before {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: -webkit-radial-gradient(center, ellipse, rgba(42, 49, 60, 0.2) 0, rgba(42, 49, 60, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(42, 49, 60, 0.2) 0, rgba(42, 49, 60, 0) 75%);
}

.light-gray-bg, footer:not(#footer-two) .footer-credits {
  background: #f6f7f8;
  display: none !important;
}

.btn-transparent {
  background-color: #fff;
  border-color: #ced4dd;
  color: #2a313c;
}
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #ced4dd;
  color: #2a313c;
}

.brand-primary-bg {
  color: #fff;
}
.brand-purple-bg {
  background-color: #39216b;
  color: #fff;
}
.brand-purple-bg a {
  color: #fff;
}
.brand-primary-bg a:not(.btn):not(.infowindow-link) {
  color: #fff;
  font-weight: bold;
}
.brand-primary-bg a:not(.btn):not(.infowindow-link):hover, .brand-primary-bg a:not(.btn):not(.infowindow-link):focus {
  color: #d13737;
}
.brand-purple-bg a:not(.btn):not(.infowindow-link):hover, .brand-purple-bg a:not(.btn):not(.infowindow-link):focus {
  color: #978baf;
}
.brand-primary-bg a:not(.btn):not(.infowindow-link) small, .brand-primary-bg a:not(.btn):not(.infowindow-link) .small, .brand-primary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext, .event-detail .brand-primary-bg a:not(.btn):not(.infowindow-link) .subtext, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.brand-primary-bg a:not(.btn):not(.infowindow-link) small:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) small:focus, .brand-primary-bg a:not(.btn):not(.infowindow-link) .small:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:hover, .event-detail .brand-primary-bg a:not(.btn):not(.infowindow-link) .subtext:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:hover, #stream .reaction-wrap .content-list .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:hover, #stream .reaction-wrap .activities .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-primary-bg a:not(.btn):not(.infowindow-link) .small:focus, .brand-primary-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:focus, .event-detail .brand-primary-bg a:not(.btn):not(.infowindow-link) .subtext:focus, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:focus, #stream .reaction-wrap .content-list .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media:focus, .brand-primary-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:focus, #stream .reaction-wrap .activities .brand-primary-bg a:not(.btn):not(.infowindow-link) .activity.media:focus {
  color: #d13737;
}
.brand-primary-bg #intro p a:not(.btn), .brand-primary-bg #intro li a:not(.btn), .brand-primary-bg #intro .event-detail a:not(.btn), .brand-primary-bg #intro [class*=truncate-] a:not(.btn), .brand-primary-bg #endorsement-content p a:not(.btn), .brand-primary-bg #endorsement-content li a:not(.btn), .brand-primary-bg #endorsement-content .event-detail a:not(.btn), .brand-primary-bg #endorsement-content [class*=truncate-] a:not(.btn), .brand-primary-bg #moneybomb-content p a:not(.btn), .brand-primary-bg #moneybomb-content li a:not(.btn), .brand-primary-bg #moneybomb-content .event-detail a:not(.btn), .brand-primary-bg #moneybomb-content [class*=truncate-] a:not(.btn), .brand-primary-bg #petition-content p a:not(.btn), .brand-primary-bg #petition-content li a:not(.btn), .brand-primary-bg #petition-content .event-detail a:not(.btn), .brand-primary-bg #petition-content [class*=truncate-] a:not(.btn), .brand-primary-bg .excerpt p a:not(.btn), .brand-primary-bg .excerpt li a:not(.btn), .brand-primary-bg .excerpt .event-detail a:not(.btn), .brand-primary-bg .excerpt [class*=truncate-] a:not(.btn), .brand-primary-bg .homepage-excerpt p a:not(.btn), .brand-primary-bg .homepage-excerpt li a:not(.btn), .brand-primary-bg .homepage-excerpt .event-detail a:not(.btn), .brand-primary-bg .homepage-excerpt [class*=truncate-] a:not(.btn), .brand-primary-bg .answer p a:not(.btn), .brand-primary-bg .answer li a:not(.btn), .brand-primary-bg .answer .event-detail a:not(.btn), .brand-primary-bg .answer [class*=truncate-] a:not(.btn), .brand-primary-bg .panel-body p p a:not(.btn), .brand-primary-bg .panel-body p li a:not(.btn), .brand-primary-bg .panel-body p .event-detail a:not(.btn), .brand-primary-bg .panel-body p [class*=truncate-] a:not(.btn), .brand-primary-bg .well p p a:not(.btn), .brand-primary-bg .like-page p p a:not(.btn), .brand-primary-bg .well p li a:not(.btn), .brand-primary-bg .like-page p li a:not(.btn), .brand-primary-bg .well p .event-detail a:not(.btn), .brand-primary-bg .like-page p .event-detail a:not(.btn), .brand-primary-bg .well p [class*=truncate-] a:not(.btn), .brand-primary-bg .like-page p [class*=truncate-] a:not(.btn), .brand-primary-bg .remodal-content p a:not(.btn), .brand-primary-bg .remodal-content li a:not(.btn), .brand-primary-bg .remodal-content .event-detail a:not(.btn), .brand-primary-bg .remodal-content [class*=truncate-] a:not(.btn), .brand-primary-bg .activity-content p a:not(.btn), .brand-primary-bg .activity-content li a:not(.btn), .brand-primary-bg .activity-content .event-detail a:not(.btn), .brand-primary-bg .activity-content [class*=truncate-] a:not(.btn), .brand-primary-bg .directory-bio-text p a:not(.btn), .brand-primary-bg .directory-bio-text li a:not(.btn), .brand-primary-bg .directory-bio-text .event-detail a:not(.btn), .brand-primary-bg .directory-bio-text [class*=truncate-] a:not(.btn), .brand-primary-bg .profile-content p a:not(.btn), .brand-primary-bg .profile-content li a:not(.btn), .brand-primary-bg .profile-content .event-detail a:not(.btn), .brand-primary-bg .profile-content [class*=truncate-] a:not(.btn) {
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px -1px 0px #fff;
  background-color: transparent;
}
.brand-primary-bg #intro p a:not(.btn):hover, .brand-primary-bg #intro p a:not(.btn):focus, .brand-primary-bg #intro li a:not(.btn):hover, .brand-primary-bg #intro li a:not(.btn):focus, .brand-primary-bg #intro .event-detail a:not(.btn):hover, .brand-primary-bg #intro .event-detail a:not(.btn):focus, .brand-primary-bg #intro [class*=truncate-] a:not(.btn):hover, .brand-primary-bg #intro [class*=truncate-] a:not(.btn):focus, .brand-primary-bg #endorsement-content p a:not(.btn):hover, .brand-primary-bg #endorsement-content p a:not(.btn):focus, .brand-primary-bg #endorsement-content li a:not(.btn):hover, .brand-primary-bg #endorsement-content li a:not(.btn):focus, .brand-primary-bg #endorsement-content .event-detail a:not(.btn):hover, .brand-primary-bg #endorsement-content .event-detail a:not(.btn):focus, .brand-primary-bg #endorsement-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg #endorsement-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg #moneybomb-content p a:not(.btn):hover, .brand-primary-bg #moneybomb-content p a:not(.btn):focus, .brand-primary-bg #moneybomb-content li a:not(.btn):hover, .brand-primary-bg #moneybomb-content li a:not(.btn):focus, .brand-primary-bg #moneybomb-content .event-detail a:not(.btn):hover, .brand-primary-bg #moneybomb-content .event-detail a:not(.btn):focus, .brand-primary-bg #moneybomb-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg #moneybomb-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg #petition-content p a:not(.btn):hover, .brand-primary-bg #petition-content p a:not(.btn):focus, .brand-primary-bg #petition-content li a:not(.btn):hover, .brand-primary-bg #petition-content li a:not(.btn):focus, .brand-primary-bg #petition-content .event-detail a:not(.btn):hover, .brand-primary-bg #petition-content .event-detail a:not(.btn):focus, .brand-primary-bg #petition-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg #petition-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .excerpt p a:not(.btn):hover, .brand-primary-bg .excerpt p a:not(.btn):focus, .brand-primary-bg .excerpt li a:not(.btn):hover, .brand-primary-bg .excerpt li a:not(.btn):focus, .brand-primary-bg .excerpt .event-detail a:not(.btn):hover, .brand-primary-bg .excerpt .event-detail a:not(.btn):focus, .brand-primary-bg .excerpt [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .excerpt [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .homepage-excerpt p a:not(.btn):hover, .brand-primary-bg .homepage-excerpt p a:not(.btn):focus, .brand-primary-bg .homepage-excerpt li a:not(.btn):hover, .brand-primary-bg .homepage-excerpt li a:not(.btn):focus, .brand-primary-bg .homepage-excerpt .event-detail a:not(.btn):hover, .brand-primary-bg .homepage-excerpt .event-detail a:not(.btn):focus, .brand-primary-bg .homepage-excerpt [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .homepage-excerpt [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .answer p a:not(.btn):hover, .brand-primary-bg .answer p a:not(.btn):focus, .brand-primary-bg .answer li a:not(.btn):hover, .brand-primary-bg .answer li a:not(.btn):focus, .brand-primary-bg .answer .event-detail a:not(.btn):hover, .brand-primary-bg .answer .event-detail a:not(.btn):focus, .brand-primary-bg .answer [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .answer [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .panel-body p p a:not(.btn):hover, .brand-primary-bg .panel-body p p a:not(.btn):focus, .brand-primary-bg .panel-body p li a:not(.btn):hover, .brand-primary-bg .panel-body p li a:not(.btn):focus, .brand-primary-bg .panel-body p .event-detail a:not(.btn):hover, .brand-primary-bg .panel-body p .event-detail a:not(.btn):focus, .brand-primary-bg .panel-body p [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .panel-body p [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .well p p a:not(.btn):hover, .brand-primary-bg .like-page p p a:not(.btn):hover, .brand-primary-bg .well p p a:not(.btn):focus, .brand-primary-bg .like-page p p a:not(.btn):focus, .brand-primary-bg .well p li a:not(.btn):hover, .brand-primary-bg .like-page p li a:not(.btn):hover, .brand-primary-bg .well p li a:not(.btn):focus, .brand-primary-bg .like-page p li a:not(.btn):focus, .brand-primary-bg .well p .event-detail a:not(.btn):hover, .brand-primary-bg .like-page p .event-detail a:not(.btn):hover, .brand-primary-bg .well p .event-detail a:not(.btn):focus, .brand-primary-bg .like-page p .event-detail a:not(.btn):focus, .brand-primary-bg .well p [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .like-page p [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .well p [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .like-page p [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .remodal-content p a:not(.btn):hover, .brand-primary-bg .remodal-content p a:not(.btn):focus, .brand-primary-bg .remodal-content li a:not(.btn):hover, .brand-primary-bg .remodal-content li a:not(.btn):focus, .brand-primary-bg .remodal-content .event-detail a:not(.btn):hover, .brand-primary-bg .remodal-content .event-detail a:not(.btn):focus, .brand-primary-bg .remodal-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .remodal-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .activity-content p a:not(.btn):hover, .brand-primary-bg .activity-content p a:not(.btn):focus, .brand-primary-bg .activity-content li a:not(.btn):hover, .brand-primary-bg .activity-content li a:not(.btn):focus, .brand-primary-bg .activity-content .event-detail a:not(.btn):hover, .brand-primary-bg .activity-content .event-detail a:not(.btn):focus, .brand-primary-bg .activity-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .activity-content [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .directory-bio-text p a:not(.btn):hover, .brand-primary-bg .directory-bio-text p a:not(.btn):focus, .brand-primary-bg .directory-bio-text li a:not(.btn):hover, .brand-primary-bg .directory-bio-text li a:not(.btn):focus, .brand-primary-bg .directory-bio-text .event-detail a:not(.btn):hover, .brand-primary-bg .directory-bio-text .event-detail a:not(.btn):focus, .brand-primary-bg .directory-bio-text [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .directory-bio-text [class*=truncate-] a:not(.btn):focus, .brand-primary-bg .profile-content p a:not(.btn):hover, .brand-primary-bg .profile-content p a:not(.btn):focus, .brand-primary-bg .profile-content li a:not(.btn):hover, .brand-primary-bg .profile-content li a:not(.btn):focus, .brand-primary-bg .profile-content .event-detail a:not(.btn):hover, .brand-primary-bg .profile-content .event-detail a:not(.btn):focus, .brand-primary-bg .profile-content [class*=truncate-] a:not(.btn):hover, .brand-primary-bg .profile-content [class*=truncate-] a:not(.btn):focus {
  color: #522f80;
  background-color: #fff;
}
.brand-primary-bg .brand-color-link a:not(.btn) {
  color: #d13737;
}
.brand-primary-bg .brand-color-link a:not(.btn):hover, .brand-primary-bg .brand-color-link a:not(.btn):focus {
  color: #570000;
}
.brand-primary-bg .oppo-color-icon {
  color: #d13737 !important;
}
.brand-primary-bg hr {
  border-color: #fff;
}
.brand-primary-bg .faded-divider:before {
  background: -webkit-radial-gradient(center, ellipse, white 0, rgba(255, 255, 255, 0) 75%);
  background: radial-gradient(ellipse at center, white 0, rgba(255, 255, 255, 0) 75%);
}
.brand-primary-bg .divider {
  background-color: #fff;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) {
  color: #fff;
  background-color: #d13737;
  border-color: #d13737;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .open > .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .open > .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .open > .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .open > .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .open > .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .open > .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
  color: #fff;
  background-color: #ef373e;
  border-color: #ef373e;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .open > .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .open > .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-wide .radio-inline .open > .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .open > .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .open > .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-type-moneybomb .radio-inline .open > .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .open > .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .open > .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .open > .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, .page-pages-show-donation-v2-wide .radio-inline .open > .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .open > .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).dropdown-toggle {
  background-image: none;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:hover, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled:active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).disabled.active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled], .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:hover, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].focus, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled]:active, .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent)[disabled].active, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):hover, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):focus, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).focus, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent):active, fieldset[disabled] .brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text fieldset[disabled] .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline fieldset[disabled] .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent).active {
  background-color: #d13737;
  border-color: #d13737;
}
.brand-primary-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-type-moneybomb .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-type-moneybomb .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #directory-cards .directory-card .directory-card-text .brand-primary-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge, #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-primary-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) .badge {
  color: #d13737;
  background-color: #fff;
}
.brand-primary-bg .btn-transparent, .brand-primary-bg .btn-email-transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.brand-primary-bg .btn-transparent:hover, .brand-primary-bg .btn-transparent:focus, .brand-primary-bg .btn-email-transparent:hover, .brand-primary-bg .btn-email-transparent:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.brand-primary-bg .btn-transparent:hover, .brand-primary-bg .btn-transparent:focus, .brand-primary-bg .btn-email-transparent:hover, .brand-primary-bg .btn-email-transparent:focus {
  background-color: #fff;
  border-color: #fff;
  color: #522f80;
}
.brand-primary-bg .label-transparent {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.brand-primary-bg .btn-link {
  color: #fff;
  border-bottom-color: #fff;
  box-shadow: inset 0px -1px 0px #fff !important;
}
.brand-primary-bg .btn-link:hover, .brand-primary-bg .btn-link:focus {
  color: #522f80;
  background-color: #fff;
}
.brand-primary-bg small, .brand-primary-bg .small, .brand-primary-bg .event-detail .subtext, .event-detail .brand-primary-bg .subtext, .brand-primary-bg #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-primary-bg .activity.media, .brand-primary-bg #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-primary-bg .activity.media {
  color: rgba(255, 255, 255, 0.6);
}
.brand-primary-bg .progress {
  border: 2px solid #fff;
  background-color: transparent;
}
.brand-primary-bg .progress .progress-bar {
  background-color: #d13737;
}
.page-type-moneybomb .brand-primary-bg .event-detail {
  padding: 8px 5px 5px 5px;
  background: rgba(255, 255, 255, 0.35);
  border: 2px solid #fff;
  border-radius: 0px;
}
.page-type-moneybomb .brand-primary-bg .event-detail .subhead {
  font-weight: bold;
}
.brand-primary-bg blockquote {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.brand-primary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom {
  color: rgba(255, 255, 255, 0.6);
}
.brand-primary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a {
  font-weight: 600;
  color: #fff;
}
.brand-primary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:hover, .brand-primary-bg #slider-cards-custom .slider-card-wrap-custom .slider-card-custom .slider-card-profile-custom .slider-name-custom a:focus {
  color: #d13737;
}
.brand-primary-bg .slick-dots li button:before {
  opacity: 0.25;
  color: #fff;
}
.brand-primary-bg .slick-dots li button:hover:before, .brand-primary-bg .slick-dots li button:focus:before {
  color: #fff;
  opacity: 0.8;
}
.brand-primary-bg .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.brand-alternate-bg {
  background-color: #234466;
  color: #fff;
}
.brand-alternate-bg a:not(.btn):not(.infowindow-link) {
  color: #fff;
  font-weight: bold;
}
.brand-alternate-bg a:not(.btn):not(.infowindow-link):hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link):focus {
  color: #d13737;
}
.brand-alternate-bg a:not(.btn):not(.infowindow-link) small, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .small, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext, .event-detail .brand-alternate-bg a:not(.btn):not(.infowindow-link) .subtext, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media, #stream .reaction-wrap .content-list .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media, #stream .reaction-wrap .activities .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.brand-alternate-bg a:not(.btn):not(.infowindow-link) small:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) small:focus, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .small:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:hover, .event-detail .brand-alternate-bg a:not(.btn):not(.infowindow-link) .subtext:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:hover, #stream .reaction-wrap .content-list .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:hover, #stream .reaction-wrap .activities .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media:hover, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .small:focus, .brand-alternate-bg a:not(.btn):not(.infowindow-link) .event-detail .subtext:focus, .event-detail .brand-alternate-bg a:not(.btn):not(.infowindow-link) .subtext:focus, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .content-list .activity.media:focus, #stream .reaction-wrap .content-list .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media:focus, .brand-alternate-bg a:not(.btn):not(.infowindow-link) #stream .reaction-wrap .activities .activity.media:focus, #stream .reaction-wrap .activities .brand-alternate-bg a:not(.btn):not(.infowindow-link) .activity.media:focus {
  color: #d13737;
}
.brand-alternate-bg #intro p a:not(.btn), .brand-alternate-bg #intro li a:not(.btn), .brand-alternate-bg #intro .event-detail a:not(.btn), .brand-alternate-bg #intro [class*=truncate-] a:not(.btn), .brand-alternate-bg #endorsement-content p a:not(.btn), .brand-alternate-bg #endorsement-content li a:not(.btn), .brand-alternate-bg #endorsement-content .event-detail a:not(.btn), .brand-alternate-bg #endorsement-content [class*=truncate-] a:not(.btn), .brand-alternate-bg #moneybomb-content p a:not(.btn), .brand-alternate-bg #moneybomb-content li a:not(.btn), .brand-alternate-bg #moneybomb-content .event-detail a:not(.btn), .brand-alternate-bg #moneybomb-content [class*=truncate-] a:not(.btn), .brand-alternate-bg #petition-content p a:not(.btn), .brand-alternate-bg #petition-content li a:not(.btn), .brand-alternate-bg #petition-content .event-detail a:not(.btn), .brand-alternate-bg #petition-content [class*=truncate-] a:not(.btn), .brand-alternate-bg .excerpt p a:not(.btn), .brand-alternate-bg .excerpt li a:not(.btn), .brand-alternate-bg .excerpt .event-detail a:not(.btn), .brand-alternate-bg .excerpt [class*=truncate-] a:not(.btn), .brand-alternate-bg .homepage-excerpt p a:not(.btn), .brand-alternate-bg .homepage-excerpt li a:not(.btn), .brand-alternate-bg .homepage-excerpt .event-detail a:not(.btn), .brand-alternate-bg .homepage-excerpt [class*=truncate-] a:not(.btn), .brand-alternate-bg .answer p a:not(.btn), .brand-alternate-bg .answer li a:not(.btn), .brand-alternate-bg .answer .event-detail a:not(.btn), .brand-alternate-bg .answer [class*=truncate-] a:not(.btn), .brand-alternate-bg .panel-body p p a:not(.btn), .brand-alternate-bg .panel-body p li a:not(.btn), .brand-alternate-bg .panel-body p .event-detail a:not(.btn), .brand-alternate-bg .panel-body p [class*=truncate-] a:not(.btn), .brand-alternate-bg .well p p a:not(.btn), .brand-alternate-bg .like-page p p a:not(.btn), .brand-alternate-bg .well p li a:not(.btn), .brand-alternate-bg .like-page p li a:not(.btn), .brand-alternate-bg .well p .event-detail a:not(.btn), .brand-alternate-bg .like-page p .event-detail a:not(.btn), .brand-alternate-bg .well p [class*=truncate-] a:not(.btn), .brand-alternate-bg .like-page p [class*=truncate-] a:not(.btn), .brand-alternate-bg .remodal-content p a:not(.btn), .brand-alternate-bg .remodal-content li a:not(.btn), .brand-alternate-bg .remodal-content .event-detail a:not(.btn), .brand-alternate-bg .remodal-content [class*=truncate-] a:not(.btn), .brand-alternate-bg .activity-content p a:not(.btn), .brand-alternate-bg .activity-content li a:not(.btn), .brand-alternate-bg .activity-content .event-detail a:not(.btn), .brand-alternate-bg .activity-content [class*=truncate-] a:not(.btn), .brand-alternate-bg .directory-bio-text p a:not(.btn), .brand-alternate-bg .directory-bio-text li a:not(.btn), .brand-alternate-bg .directory-bio-text .event-detail a:not(.btn), .brand-alternate-bg .directory-bio-text [class*=truncate-] a:not(.btn), .brand-alternate-bg .profile-content p a:not(.btn), .brand-alternate-bg .profile-content li a:not(.btn), .brand-alternate-bg .profile-content .event-detail a:not(.btn), .brand-alternate-bg .profile-content [class*=truncate-] a:not(.btn) {
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px -1px 0px #fff;
  background-color: transparent;
}
.brand-alternate-bg #intro p a:not(.btn):hover, .brand-alternate-bg #intro p a:not(.btn):focus, .brand-alternate-bg #intro li a:not(.btn):hover, .brand-alternate-bg #intro li a:not(.btn):focus, .brand-alternate-bg #intro .event-detail a:not(.btn):hover, .brand-alternate-bg #intro .event-detail a:not(.btn):focus, .brand-alternate-bg #intro [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg #intro [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg #endorsement-content p a:not(.btn):hover, .brand-alternate-bg #endorsement-content p a:not(.btn):focus, .brand-alternate-bg #endorsement-content li a:not(.btn):hover, .brand-alternate-bg #endorsement-content li a:not(.btn):focus, .brand-alternate-bg #endorsement-content .event-detail a:not(.btn):hover, .brand-alternate-bg #endorsement-content .event-detail a:not(.btn):focus, .brand-alternate-bg #endorsement-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg #endorsement-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg #moneybomb-content p a:not(.btn):hover, .brand-alternate-bg #moneybomb-content p a:not(.btn):focus, .brand-alternate-bg #moneybomb-content li a:not(.btn):hover, .brand-alternate-bg #moneybomb-content li a:not(.btn):focus, .brand-alternate-bg #moneybomb-content .event-detail a:not(.btn):hover, .brand-alternate-bg #moneybomb-content .event-detail a:not(.btn):focus, .brand-alternate-bg #moneybomb-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg #moneybomb-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg #petition-content p a:not(.btn):hover, .brand-alternate-bg #petition-content p a:not(.btn):focus, .brand-alternate-bg #petition-content li a:not(.btn):hover, .brand-alternate-bg #petition-content li a:not(.btn):focus, .brand-alternate-bg #petition-content .event-detail a:not(.btn):hover, .brand-alternate-bg #petition-content .event-detail a:not(.btn):focus, .brand-alternate-bg #petition-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg #petition-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .excerpt p a:not(.btn):hover, .brand-alternate-bg .excerpt p a:not(.btn):focus, .brand-alternate-bg .excerpt li a:not(.btn):hover, .brand-alternate-bg .excerpt li a:not(.btn):focus, .brand-alternate-bg .excerpt .event-detail a:not(.btn):hover, .brand-alternate-bg .excerpt .event-detail a:not(.btn):focus, .brand-alternate-bg .excerpt [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .excerpt [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .homepage-excerpt p a:not(.btn):hover, .brand-alternate-bg .homepage-excerpt p a:not(.btn):focus, .brand-alternate-bg .homepage-excerpt li a:not(.btn):hover, .brand-alternate-bg .homepage-excerpt li a:not(.btn):focus, .brand-alternate-bg .homepage-excerpt .event-detail a:not(.btn):hover, .brand-alternate-bg .homepage-excerpt .event-detail a:not(.btn):focus, .brand-alternate-bg .homepage-excerpt [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .homepage-excerpt [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .answer p a:not(.btn):hover, .brand-alternate-bg .answer p a:not(.btn):focus, .brand-alternate-bg .answer li a:not(.btn):hover, .brand-alternate-bg .answer li a:not(.btn):focus, .brand-alternate-bg .answer .event-detail a:not(.btn):hover, .brand-alternate-bg .answer .event-detail a:not(.btn):focus, .brand-alternate-bg .answer [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .answer [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .panel-body p p a:not(.btn):hover, .brand-alternate-bg .panel-body p p a:not(.btn):focus, .brand-alternate-bg .panel-body p li a:not(.btn):hover, .brand-alternate-bg .panel-body p li a:not(.btn):focus, .brand-alternate-bg .panel-body p .event-detail a:not(.btn):hover, .brand-alternate-bg .panel-body p .event-detail a:not(.btn):focus, .brand-alternate-bg .panel-body p [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .panel-body p [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .well p p a:not(.btn):hover, .brand-alternate-bg .like-page p p a:not(.btn):hover, .brand-alternate-bg .well p p a:not(.btn):focus, .brand-alternate-bg .like-page p p a:not(.btn):focus, .brand-alternate-bg .well p li a:not(.btn):hover, .brand-alternate-bg .like-page p li a:not(.btn):hover, .brand-alternate-bg .well p li a:not(.btn):focus, .brand-alternate-bg .like-page p li a:not(.btn):focus, .brand-alternate-bg .well p .event-detail a:not(.btn):hover, .brand-alternate-bg .like-page p .event-detail a:not(.btn):hover, .brand-alternate-bg .well p .event-detail a:not(.btn):focus, .brand-alternate-bg .like-page p .event-detail a:not(.btn):focus, .brand-alternate-bg .well p [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .like-page p [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .well p [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .like-page p [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .remodal-content p a:not(.btn):hover, .brand-alternate-bg .remodal-content p a:not(.btn):focus, .brand-alternate-bg .remodal-content li a:not(.btn):hover, .brand-alternate-bg .remodal-content li a:not(.btn):focus, .brand-alternate-bg .remodal-content .event-detail a:not(.btn):hover, .brand-alternate-bg .remodal-content .event-detail a:not(.btn):focus, .brand-alternate-bg .remodal-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .remodal-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .activity-content p a:not(.btn):hover, .brand-alternate-bg .activity-content p a:not(.btn):focus, .brand-alternate-bg .activity-content li a:not(.btn):hover, .brand-alternate-bg .activity-content li a:not(.btn):focus, .brand-alternate-bg .activity-content .event-detail a:not(.btn):hover, .brand-alternate-bg .activity-content .event-detail a:not(.btn):focus, .brand-alternate-bg .activity-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .activity-content [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .directory-bio-text p a:not(.btn):hover, .brand-alternate-bg .directory-bio-text p a:not(.btn):focus, .brand-alternate-bg .directory-bio-text li a:not(.btn):hover, .brand-alternate-bg .directory-bio-text li a:not(.btn):focus, .brand-alternate-bg .directory-bio-text .event-detail a:not(.btn):hover, .brand-alternate-bg .directory-bio-text .event-detail a:not(.btn):focus, .brand-alternate-bg .directory-bio-text [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .directory-bio-text [class*=truncate-] a:not(.btn):focus, .brand-alternate-bg .profile-content p a:not(.btn):hover, .brand-alternate-bg .profile-content p a:not(.btn):focus, .brand-alternate-bg .profile-content li a:not(.btn):hover, .brand-alternate-bg .profile-content li a:not(.btn):focus, .brand-alternate-bg .profile-content .event-detail a:not(.btn):hover, .brand-alternate-bg .profile-content .event-detail a:not(.btn):focus, .brand-alternate-bg .profile-content [class*=truncate-] a:not(.btn):hover, .brand-alternate-bg .profile-content [class*=truncate-] a:not(.btn):focus {
  color: #522f80;
  background-color: #fff;
}
.brand-alternate-bg .brand-color-link a:not(.btn) {
  color: #d13737;
}
.brand-alternate-bg .brand-color-link a:not(.btn):hover, .brand-alternate-bg .brand-color-link a:not(.btn):focus {
  color: #570000;
}
.brand-alternate-bg .oppo-color-icon {
  color: #d13737 !important;
}
.brand-alternate-bg hr {
  border-color: #fff;
  opacity: 0.2;
}
.brand-alternate-bg .faded-divider:before {
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 75%);
}
.brand-alternate-bg .divider {
  background-color: #fff;
}
.brand-alternate-bg .btn:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-pages-show-donation-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-pages-show-donation-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .brand-alternate-bg .page-pages-show-donation-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-wide .radio-inline .brand-alternate-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-pages-show-donation-wide .radio-inline .brand-alternate-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-type-moneybomb .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-type-moneybomb .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .brand-alternate-bg .page-type-moneybomb .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-type-moneybomb .radio-inline .brand-alternate-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-type-moneybomb .radio-inline .brand-alternate-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .brand-alternate-bg .page-pages-show-donation-v2-wide .radio-inline .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg label.radio:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg #directory-cards .directory-card .directory-card-text .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent), #directory-cards .directory-card .directory-card-text .page-pages-show-donation-v2-wide .radio-inline .brand-alternate-bg .radio.directory-card-organization:not(.btn-twitter):not(.btn-facebook):not(.btn-email):not(.btn-google-plus):not(.btn-link):not(.btn-transparent) {
  color: #fff;
  background-color: #d13737;
  border-color: #d13737;
}