body {
  font-family: Arial, Helvetica, sans-serif;
}
.has-error .sem-legend {
  color: #a94442;
}
.btn {
  border-bottom: 2px solid #888;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn:hover {
  border-bottom: 2px solid #888;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn-default {
  background-color: #fff;
  color: #555;
  border-radius: 10px;
}
.btn-default:hover {
  background-color: #fff;
  border-color: #888;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn-primary {
  background-color: #e5007d;
  color: #fff;
  border-radius: 10px;
}
.btn-primary:hover {
  background-color: #e5007d;
  border-color: #888;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
header .navbar {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
header .navbar .navbar-brand {
  height: auto;
}
header .navbar ul.navbar-nav {
  float: right;
  margin-top: 40px;
}
header .navbar ul.navbar-nav li a {
  font-size: 16px;
  color: #559bcd;
  font-family: 'Lato', sans-serif;
}
header .navbar ul.navbar-nav li a:hover {
  color: #e91c8c;
}
header .navbar ul.navbar-nav li.nav-selected a,
header .navbar ul.navbar-nav li.nav-path-selected a {
  color: #e91c8c;
}
header .navbar a.btn-primary {
  background-color: #e5007d;
  color: #fff;
  margin-top: 47px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  header .navbar {
    margin-bottom: 0;
  }
  header .navbar .navbar-toggle {
    float: left;
    margin: 0 0 15px 15px;
  }
  header .navbar ul.navbar-nav {
    float: none;
    margin: 0;
  }
  header .navbar .navbar-collapse {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  header .navbar .xs-navbar-logo {
    border-top: 1px solid #ddd;
    padding: 15px 15px 0;
  }
  header .navbar .xs-navbar-logo a.btn-primary {
    margin-top: 30px;
    margin-left: 0;
  }
  .page-donations header .navbar .xs-navbar-logo {
    margin-bottom: 30px;
  }
  .page-donations header .navbar .xs-navbar-logo a.btn-primary {
    display: none;
  }
}
footer {
  background-color: #ebebeb;
  padding-top: 35px;
  padding-bottom: 35px;
/* small tablet */
/* mobile */
}
footer .col-sm-5ths strong {
  text-align: center;
  color: #595759;
  font-size: 15px;
  font-weight: bold;
}
footer .col-sm-5ths p {
  text-align: center;
}
footer .col-sm-5ths ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
footer .col-sm-5ths ul li {
  text-align: center;
}
footer .col-sm-5ths ul li a {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  color: #929192;
}
footer .col-sm-5ths ul li a:hover {
  color: #595759;
  text-decoration: underline;
}
footer .bottom-row {
  margin-top: 55px;
}
footer .bottom-row .donation-widget {
  background-color: #e5007d;
  min-height: 255px;
  text-align: center;
  padding: 20px 35px;
}
footer .bottom-row .donation-widget i {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}
footer .bottom-row .donation-widget strong {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}
footer .bottom-row .donation-widget a.btn {
  background-color: #fff;
  color: #e5007d;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 12px;
/*border-color:transparent;*/
}
footer .bottom-row .newsletter-widget {
  background-color: #bcd1e0;
  min-height: 255px;
  text-align: center;
  padding: 20px 35px;
}
footer .bottom-row .newsletter-widget i {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}
footer .bottom-row .newsletter-widget strong {
  font-size: 25px;
  color: #0a6eb6;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}
footer .bottom-row .newsletter-widget p {
  color: #444;
}
footer .bottom-row .newsletter-widget .btn {
  background-color: #fff;
  color: #0a6eb6;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 12px;
/*border-color:transparent;*/
}
footer .bottom-row .address-widget h2 {
  color: #555;
  font-size: 25px;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  font-family: 'Lato', sans-serif;
}
footer .bottom-row .address-widget p {
  color: #666;
  line-height: 1.3em;
}
footer .bottom-row .contact-widget a.tel {
  color: #b66baa;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -2px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
footer .bottom-row .contact-widget a.email {
  color: #e5007d;
  font-size: 14px;
}
footer .bottom-row .contact-widget span {
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 20px;
}
footer .bottom-row .contact-widget a.social-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/social-icons.png");
  background-repeat: no-repeat;
}
footer .bottom-row .contact-widget a.social-icon.facebook {
  background-position: 0px 0px;
}
footer .bottom-row .contact-widget a.social-icon.twitter {
  background-position: -43px 0px;
}
footer .bottom-row .contact-widget a.social-icon.linkedin {
  background-position: -86px 0px;
}
footer .bottom-row .contact-widget a.social-icon.googleplus {
  background-position: -129px 0px;
}
footer .bottom-row .contact-widget a.social-icon.instagram {
  background-position: -170px 0px;
}
footer .bottom-row .copyright {
  margin-top: 30px;
}
footer .bottom-row .copyright p {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 1023px) {
  footer .donation-widget,
  footer .newsletter-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom-row {
    margin-top: 0px;
  }
  footer .bottom-row .donation-widget,
  footer .bottom-row .newsletter-widget {
    min-height: auto;
  }
}
#webletterModal .modal-sm {
  width: 370px;
}
#webletterModal .modal-title {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  color: #555;
  text-align: center;
  display: block;
}
#webletterModal .positioning {
  text-align: center;
  font-size: 16px;
  color: #555;
}
#webletterModal .radio {
  display: inline-block;
  margin-right: 25px;
}
#webletterModal .form-group {
  margin-bottom: 10px;
}
.page-content h2 {
  color: #595759;
  font-size: 26px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-family: 'Lato', sans-serif;
}
.page-content h2 strong {
  color: #8c898c;
}
.page-content ul {
  padding-left: 16px;
}
.page-content ul li {
  color: #595759;
  margin-bottom: 3px;
}
.donations-form .form-control {
  background-color: #ebebeb;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 2px 1px #dedede;
  -moz-box-shadow: inset 0px 2px 1px #dedede;
  box-shadow: inset 0px 2px 1px #dedede;
  height: 39px;
}
.donations-form select.form-control {
  background-color: #f8f8f8;
  border: 1px solid #999;
  -webkit-box-shadow: 0 2px 0 #bfbfbf;
  -moz-box-shadow: 0 2px 0 #bfbfbf;
  box-shadow: 0 2px 0 #bfbfbf;
}
.donations-form textarea.form-control {
  background-color: #fff;
  height: auto;
  resize: none;
}
.donations-form .has-error .form-control {
  border: 1px solid #b94a48;
}
.donations-form .has-error select.form-control {
  border: 1px solid #b94a48;
}
.donations-form .has-error label {
  color: #b94a48;
}
#donation-header {
  background: url("../img/donation-banner-form-lady.png") #e5007d no-repeat right top;
  min-height: 410px;
  color: #fff;
  margin-bottom: 45px;
}
#donation-header h1 {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 12px;
}
#donation-header h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 15px;
}
#donation-header p {
  font-size: 16px;
  margin: 0;
}
#donation-header p.donation-amount {
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  font-weight: 300;
}
#donation-header .breadcrumb {
  background-color: #e5007d;
  border-radius: 0;
  margin: 0 0 25px;
  padding: 0;
}
#donation-header .breadcrumb li {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
#donation-header .breadcrumb li a {
  color: #fff;
}
#donation-header .breadcrumb li+li:before {
  color: #fff;
}
#donation-header .donation-steps {
  margin-bottom: 15px;
}
#donation-header .donation-steps li .fa-check {
  margin-left: -1px;
}
#donation-header .donation-steps li .badge {
  background-color: #e5007d;
  border: 2px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  margin-right: 6px;
}
#donation-header .donation-steps li.active .badge {
  background-color: #fff;
  color: #e5007d;
}
#donation-header .donation-heading-area {
  padding: 30px 35px;
}
#donation-header .donation-intro {
  padding-bottom: 60px;
}
#donation-header .donation-form-wrapper {
  padding-top: 0;
}
#donation-header .donation-form-wrapper .donations-form button {
  height: 43px;
}
#donation-header .donation-form-wrapper .donations-form select.form-control {
  width: 185px;
}
#donation-header .donation-form-wrapper .donations-form .help-block {
  color: #fff;
  margin-bottom: 5px;
}
#donation-details-form {
  padding-bottom: 60px;
}
#donation-details-form label {
  color: #595759;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
#donation-details-form .has-error label {
  color: #b94a48;
}
#donation-details-form legend {
  border: none;
  font-family: 'Lato', sans-serif;
  color: #595759;
  font-size: 25px;
  font-weight: 700;
}
#donation-details-form .well {
  background-color: #ebebeb;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#donation-details-form .well label,
#donation-details-form .well .pseudo-label {
  color: #951b81;
}
#donation-details-form .well .checkbox,
#donation-details-form .well .radio {
  margin-bottom: 0;
  margin-top: 0;
}
#donation-details-form .well .checkbox label,
#donation-details-form .well .radio label {
  color: #595759;
  margin-bottom: 0;
}
#donation-details-form .checkbox label a,
#donation-details-form .radio label a {
  color: #951b81;
}
#donation-details-form button {
  height: 50px;
}
#donation-details-form .has-error .help-block {
  margin: 0;
}
#donation-thanks-content {
  padding-bottom: 60px;
}
#donation-thanks-content h2.thanks {
  color: #595759;
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  font-weight: 300;
}
#donation-thanks-content h2.thanks .fa-heart-o {
  color: #e6007e;
}
@media (max-width: 767px) {
  #donation-header {
    background-image: none;
    min-height: auto;
  }
  #donation-header h1 {
    font-size: 30px;
  }
  #donation-header h2 {
    font-size: 22px;
  }
  #donation-header p.donation-amount {
    font-size: 40px;
  }
  #donation-header .donation-heading-area {
    padding: 15px;
  }
  #donation-header .donation-form-wrapper {
    padding-top: 0;
  }
  #donation-header .donation-form-wrapper .donations-form button {
    width: 100%;
    margin-top: 0;
  }
  #donation-header .donation-form-wrapper .donations-form select.form-control {
    width: 100%;
  }
}
.grant-qualification h2 {
  color: #595759;
  font-size: 26px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-family: 'Lato', sans-serif;
}
.grant-qualification h2 strong {
  color: #8c898c;
}
.grant-qualification div.question {
  background-color: #ebebeb;
  padding: 20px;
  margin-bottom: 12px;
}
.grant-qualification div.question.disabled {
  opacity: 0.3;
}
.grant-qualification div.question.disabled label {
  display: none;
}
.grant-qualification div.question h3 {
  color: #595759;
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.grant-qualification div.question label {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  margin: 0px 15px 0px 0px;
/* mobile */
}
.grant-qualification div.question label input {
  margin: 0px 8px 0px 0px;
}
@media screen and (max-width: 767px) {
  .grant-qualification div.question label input {
    margin-top: 15px;
  }
}
.grant-qualification div.fallback {
  background-color: #fff6f7;
  padding: 20px;
  margin-bottom: 12px;
  margin-top: -12px;
}
.grant-qualification div.fallback h3 {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 8px 0px;
}
.grant-qualification div.fallback p {
  color: #f00;
}
.grant-qualification div.fallback strong {
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
}
.grant-qualification div.fallback a {
  display: inline-block;
  margin-right: 20px;
}
.grant-qualification div.nextstep label.heading {
  color: #595759;
  font-size: 26px;
  font-weight: bold;
  padding: 0px;
  margin: 20px 0px 5px 0px;
  font-family: 'Lato', sans-serif;
}
.grant-qualification div.nextstep select {
  display: block;
  padding: 10px;
  font-size: 16px;
  min-width: 270px;
  margin-bottom: 20px;
}
.news-grid div.news-item {
  min-height: 420px;
}
@media (max-width: 1023px) {
  .news-grid div.news-item {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .news-grid div.news-item {
    min-height: auto;
    margin-bottom: 30px;
  }
}
.news-grid div.news-item a.news-thumbnail {
  width: 100%;
  height: 150px;
  display: block;
  outline: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .news-grid div.news-item a.news-thumbnail {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .news-grid div.news-item a.news-thumbnail {
    height: 200px;
  }
}
.news-grid div.news-item h2 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: 'Lato', sans-serif;
  margin-bottom: 4px;
}
.news-grid div.news-item span.date {
  font-size: 0.8em;
  display: block;
  margin-bottom: 15px;
}
.news-grid div.news-item a.read-more {
  display: block;
  margin-bottom: 0px;
  font-size: 13px;
}
.news-grid div.news-item p {
  font-size: 13px;
  line-height: 19px;
}
.btn-container {
  margin-bottom: 90px;
}
.btn-container .btn {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.btn-container .btn-default {
  background-color: #ebebeb;
}
.container-less .btn {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.container-less .btn-default {
  background-color: #ebebeb;
}
.pagination {
  margin-bottom: 20px;
}
.container-less {
  margin-bottom: 50px;
}
.grant-filters {
  background-color: #ebebeb;
  padding-bottom: 10px;
}
.grant-filters h2 {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.grant-filters input[type=text] {
  height: 32px;
  padding-left: 5px;
  padding-right: 5px;
}
.grant-filters input[type=submit] {
  border: none;
  background-color: #0069b4;
  color: #fff;
  height: 30px;
}
.grant-filters span {
  border: 1px solid #ccc;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.grant-filters span.active {
  background-color: #e91c8c;
  color: #fff;
  border: 1px solid #e91c8c;
}
.grant-filters label {
  font-weight: normal;
}
.grant-filters .quick-search {
  padding-top: 10px;
  font-size: 11px;
}
.grant-filters .quick-search strong {
  color: #559bcd;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
}
.grants-grid div.grant-item {
  min-height: 570px;
}
@media (max-width: 1023px) {
  .grants-grid div.grant-item {
    min-height: 590px;
  }
}
@media (max-width: 1023px) {
  .grants-grid div.grant-item {
    min-height: 510px;
  }
}
@media (max-width: 767px) {
  .grants-grid div.grant-item {
    min-height: auto;
    margin-bottom: 50px;
  }
}
.grants-grid div.grant-item div.grant-thumbnail {
  width: 100%;
  height: 150px;
  display: block;
  outline: none;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .grants-grid div.grant-item div.grant-thumbnail {
    height: 200px;
  }
}
.grants-grid div.grant-item h2 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
}
.grants-grid div.grant-item span.date {
  font-size: 0.8em;
  display: inline;
}
.grants-grid div.grant-item span.amount {
  color: #e91c8c;
  font-size: 0.8em;
  display: inline;
}
.grants-grid div.grant-item div.clearfix {
  margin-bottom: 15px;
}
.grants-grid div.grant-item a.read-more {
  display: block;
  margin-bottom: 0px;
  font-size: 1em;
}
.grants-grid .btn-container {
  margin-bottom: 40px;
}
.grants-grid .btn-container .btn {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.grants-grid .btn-container .btn-default {
  background-color: #ebebeb;
}
body {
  background-color: #fff;
}
/** Flexbox classes */
.container-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container-flex .flex-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
