/* Elements */
body {
  color: #707070;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}
.bg-inverse {
  background-color: #ebebeb;
}
.page-header {
  border-bottom: 1px solid #ccc;
}
.page-title {
  color: #1a2f5c;
  font-size: 40px;
  font-weight: bold;
}
.page-title-meta {
  font-size: 20px;
}
.divider-text {
  font-size: 20px;
  font-weight: bold;
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid #bebebe;
  line-height: 0.1em;
  margin: 30px 0;
}
.divider-text span {
  background:#fff; 
  padding:0 10px; 
}
ul.errorlist {
  color: #a94442;
  background-color: #f2dede;
  padding: 5px 15px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  margin: 20px 0 5px 0;
}
ul.errorlist li {
  list-style: none;
  list-style-type: none;
}

/* Buttons */
.btn {
  font-size: 16px;
}
.btn-default {
  background-color: #3eb8f9;
  border-color: transparent;
  color: #fff;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #2dadef;
  border-color: transparent;
  color: #fff;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: #2dadef;
  border-color: transparent;
  color: #fff;
}
.btn-default-inverse {
  background-color: #fff;
  color: #3eb8f9;
}
.btn-dark {
  background-color: #1b305d;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #132852;
}
.btn-dark:active,
.btn-dark.active {
  background-color: #132852;
  border-color: transparent;
  color: #fff;
}
.btn-full {
  padding: 15px 0;
  width: 100%;
}
.btn-primary {
  font-size: 20px;
  font-weight: bold;
}
.btn-neutral {
  background-color: #6f6f6f;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral.active,
.btn-neutral:active, 
.btn-neutral.active.focus, 
.btn-neutral.active:focus, 
.btn-neutral.active:hover, 
.btn-neutral.focus:active, 
.btn-neutral:active:focus, 
.btn-neutral:active:hover {
  background-color: #646464;
  border-color: transparent;
  color: #fff;
}

/* Nav */
.navbar-default .navbar-toggle {
  border-color: #3eb8f9;
  background-color: #3eb8f9;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #3eb8f9;
}
.navbar-toggle {
  margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar {
  border: none;
  border-radius: 0px;
  background-color: #fff;
  margin-bottom: 10px;
}
.navbar-logo {
  max-width: 175px;
}
.navbar-default .navbar-nav > li > a {
  color: #3eb8f9;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  padding: 15px 30px 15px 0;
}
.navbar-default .navbar-nav > li > a.navbar-nav-last {
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a.btn {
  padding: 15px 35px !important;
}
.navbar-default .navbar-nav > li > a.btn-default {
  color: #fff;
  border: 2px solid #3eb8f9;
}
.navbar-default .navbar-nav > li > a.btn-default-inverse {
  color: #3eb8f9;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #1d2f5d;
}
.navbar-default .navbar-nav > li > a.btn:focus,
.navbar-default .navbar-nav > li > a.btn:hover {
  background-color: #2dadef;
  color: #fff;
}

.navbar-default .navbar-nav > li > a.btn-default-inverse:focus,
.navbar-default .navbar-nav > li > a.btn-default-inverse:hover {
  background-color: #fff;
  color: #3eb8f9;
  border-color: #2dadef;
}
.navbar-brand {
  height: auto;
  padding: 20px 15px 15px 15px;
}
.navbar-btn.sign-up {
  margin-right: 15px;
}

/* Alerts */
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* Forms */
.input-group .form-control {
  border-left: none;
}
.form .padding-top {
  padding-top: 30px;
}
.form-well {
  background-color: #ebebeb;
  border-radius: 6px;
  padding: 30px;
}
.form-control::-webkit-input-placeholder {
   color: #cfcfcf;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #cfcfcf;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #cfcfcf;
}

.form-control:-ms-input-placeholder {  
   color: #cfcfcf;
}
.form-auth,
.form-fundraiser-create {
  margin-bottom: 30px;
}
.form-control {
  font-size: 17px;
  height: 44px;
}
.input-money {
  border-right: 0px;
}
.input-group-transparent-last input {
  box-shadow: inset 0 1px 1px -1px rgba(0,0,0,.075);
  webkit-box-shadow: inset 0 1px 1px -1px rgba(0,0,0,.075);
}
.input-group-addon {
  background-color: #3eb8f9;
  border: 1px solid #3eb8f9;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.input-group-addon.transparent {
  background-color: #fff;
  border-color: #ccc;
  border-left: none;
  color: #cfcfcf;
  font-weight: normal;
}
.field-help {
  margin-top: 4px; 
}
.fileinput {
  display: block;
}
.btn-submit {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  padding: 25px 0;
  background-color: #1b305d;
}
.btn-submit:hover,
.btn-submit:focus {
  background-color: #1b305d;
}
a.cancel-form {
  display: block;
  margin-top: 20px;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover, 
.btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover {
  background-color: #1b305d;
  border-color: transparent;
}
#card-element {
  padding: 12px 6px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Pagination */
.pagination-wrapper {
  text-align: center;
}

/* Misc - Shared */
.fileinput-preview {
  cursor: pointer;
}
.section-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section-body {
  font-size: 17px;
  line-height: 25px;
}

/*** Homepage ***/
#homepage-hero {
  background: #000000 url("../image/Hero.jpg") center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 520px 0px 200px rgba(0,0,0,0.3);
  box-shadow: inset 520px 0px 200px rgba(0,0,0,0.3);
  height: 70%;
  min-height: 550px;
  position: relative;
  width: 100%;
}
#homepage-hero-block {
  position: absolute;
  top: 20%; 
  width: 450px;
}
.homepage-hero-text {
  color: #fff;
}
#homepage-hero-title {
  margin: 0 0 10px 0;
}
#homepage-hero-copy {
  font-size: 17px;
  margin-bottom: 20px;
}
.homepage-hero-button a {
  font-size: 20px; 
  font-weight: bold;
  padding: 15px 0;
  width: 100%;
}
#homepage-promo {
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
  min-height: 550px;
  position: relative;
  width: 100%;
}
#homepage-promo-block {
  position: absolute;
  top: 20%; 
  width: 450px;
  left: 50%;
}
.homepage-promo-text {
  color: #fff;
}
#homepage-promo-title {
  margin: 0 0 30px 0;
}
#homepage-promo-block-title {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
}
#homepage-promo-copy {
  font-size: 17px;
  margin-bottom: 20px;
}
.homepage-promo-button a {
  background-color: #012c5f;
  font-size: 20px; 
  font-weight: bold;
  padding: 15px 0;
  width: 100%;
}
.homepage-promo-button a:hover,
.homepage-promo-button a:focus {
  background-color: #002553;
}
.featured-grid-title {
  font-size: 40px;
  font-weight: bold;
  margin: 105px 0 25px 0;
  color: #1a2f5c;
}
.featured-fundraiser {
  margin-bottom: 100px;
}
.featured-fundraiser-img-box {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.featured-fundraiser-img-box:before{
  content: "";
  display: block;
  padding-top: 56.25%; 	/* initial ratio of 2:1 */
}
.featured-fundraiser-img-wrap:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3eb8f9; 
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.featured-fundraiser-img-wrap:hover:after {
  opacity: 0.9
}
.featured-fundraiser-img-box-content {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-fundraiser-img {
  margin: 0 auto;
}
.featured-fundraiser-meta,
.featured-fundraiser-progress {
  padding: 20px 0 20px 20px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.featured-fundraiser-meta {
  padding-bottom: 30px;
  padding-right: 20px;
}
.featured-fundraiser-meta a {
  color: #3eb8f9;
  font-size: 16px;
  font-weight: bold;
}
.featured-fundraiser-title {
  color: #707070; 
  font-size: 19px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.featured-fundraiser-user {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}
.featured-grid-description {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 60px 0;
}
.featured-fundraiser-progress {
  color: #3eb8f9;
  border-radius: 0 0 5px 5px;
}

.featured-fundraiser-progress .progress {
  float: left;
  height: 10px;
  margin: 10px 0 0 0;
  width: 70%;
}
.progress-bar {
  background-color: #3eb8f9;
}
.featured-fundraiser-percent-raised {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}

/*** Share Page Elements ***/
.page-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: center;
}
.page-wrapper .errorlist {
  text-align: left;
}
.page-wrapper .page-title {
  margin-bottom: 25px;
}
.page-wrapper .page-title-meta {
  margin-bottom: 65px;
}
.page-main-wrapper {
  background-color: #fff;
  border: 2px solid #bebebe;
  border-radius: 8px;
  padding: 60px;
}
.page-main-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-main-title.sub {
  margin-top: 60px;
}
/*** Account - Sign In/Out ***/
.btn-facebook, 
.btn-form-auth-submit {
  font-size: 17px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
}
.btn-facebook .fa {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}
.btn-form-auth-submit {
  background-color: #1b305d;
}

/*** My Account ***/
.form-my-account .fundraiser-profile-photo-wrapper {
  margin-bottom: 30px;
}
.form-my-account .checkbox {
  text-align: left;
}
.form-my-account .lower-section {
  margin-top: 60px;
}

/*** Fundraiser Create ***/
.form-fundraiser-create .input-group {
  width: 100%;
}
.form-fundraiser-create .input-group-addon:first-child {
  width: 178px;
}
.fundraiser-default-photo {
  margin-bottom: 15px;
}
.fundraiser-default-photo img {
  border: 3px solid transparent;
  border-radius: 6px;
}
.fundraiser-default-photo img.selected {
  border: 3px solid #5bb5e7;
}
.fundraiser-default-photo img:hover,
.fundraiser-default-photo img:focus {
  cursor: pointer;
}
.fileinput-preview {
  background-color: transparent;
  border: none;
  display: block;
  overflow: hidden;
}
.fileinput-preview > img {
  border-radius: 6px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
#fundraiser-bg-preview {
  max-height: 300px;
}
#fundraiser-bg-preview > img {
  max-height: 300px;
}
#fundraiser-profile-preview {
  width: 170px;
  height: 170px;
}
#fundraiser-profile-preview > img {
  width: 170px;
  height: 170px;
}
.bg-photo .btn-default,
.profile-photo-controls .btn-default {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px 45px;
}
.btn-default.fileinput-exists {
  background-color: #6f6f6f;
}
.form-fundraiser-create .lower-section {
  font-size: 15px;
  margin-top: 25px;
  text-align: left;
}
.form-fundraiser-create .lower-section.copy {
  font-size: 12px;
}

/*** Fundraiser Detail ***/
.fundraiser-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  margin-bottom: 100px;
}
.fundraiser-header .inner {
  padding: 240px 20px 40px;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}
.fundraiser-header .avatar-wrapper,
.fundraiser-header .details-wrapper {
  display: table-cell;
  vertical-align: bottom;
}
.fundraiser-header .avatar,
.fundraiser-header .avatar img {
  width: 160px;
  height: 160px;
}
.fundraiser-header .avatar {
  margin-right: 60px;
  display: block;
  border-radius: 4px;
  background-color: transparent;
  overflow: hidden;
  border: solid 2px #fff;
}
/*.fundraiser-header .avatar img {*/
.avatar-wrapper > .avatar > img {
  border-radius: 4px;
  display: block;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.compat-object-fit > img {
  opacity: 0;
}
.fundraiser-header .details-wrapper {
  text-align: left;
  width: 100%;
  font-weight: bold;
}
.fundraiser-header .details-top a {
  margin-right: 10px;
}
.fundraiser-header .details-top .fa {
  font-size: 30px;
  color: #fff;
}
.fundraiser-header .details-top .fa:hover,
.fundraiser-header .details-top .fa:focus {
  color: #00afe6;
}
.fundraiser-header .details-top form {
  display: inline-block;
}
.fundraiser-header .details-top select.form-control {
  font-size: 15px;
  height: 30px;
  padding: 0 12px;
  vertical-align: bottom;
}
.fundraiser-header .details-top h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.fundraiser-header .details-top .name {
  font-size: 20px;
}
.fundraiser-main {
  padding-bottom: 100px;
}
.fundraiser-detail-left .btn {
  margin-bottom: 15px;
}

.fundraiser-detail-left .share-fb {
  margin-bottom: 15px;
}
.fundraiser-metadata-widget {
  margin-bottom: 30px;
}
.donut-inner {
  text-align: center;
  position: absolute;
  top: 42%;
  left: 38%;
}
.donut-inner.single {
  left: 42%;
}
.donut-inner.triple {
  left: 35%;
}
.donut-inner #fundraiser-gauge-value {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #01b0e7;
}
.fundraiser-chart-wrap {
  border: 2px solid #bebebe;
  border-radius: 6px 6px 0 0 ;
  border-bottom: none;
  padding: 50px 0;
  position: relative;
}
.fundraiser-chart-bottom {
  margin-bottom: 0;
}
.fundraiser-meta-wrap {
  padding: 15px 0;
  border: 2px solid #bebebe;
  border-radius: 0 0 6px 6px;
  margin-bottom: 10px;
}
.fundraiser-meta-col {
    float: left;
    font-size: 15px;
    padding: 10px 0;
    text-align: center; 
    width: 33%;
}
.fundraiser-meta-col.middle { 
  border-left: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  width:32%;
}
.fundraiser-meta-lg {
  color: #01b0e7;
}
.fundraiser-section-body {
  margin-bottom: 70px;
}
.fundraiser-section-supporters {
  padding: 25px;
  border: 2px solid #bebebe;
  border-radius: 6px;
  margin-bottom: 30px;
}
.fundraiser-supporter {
  margin-bottom: 30px;
}
.fundraiser-section-supporters .fundraiser-supporter:last-child {
  margin-bottom: 0;
}
.fundraiser-supporter .donor-profile-photo {
  width: 65px;
  height: 65px;
}

.fundraiser-detail .page-wrapper {
  padding-top: 100px;
}
.fundraiser-detail .page-main-wrapper {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.fundraiser-detail .page-wrapper .page-title-meta {
  margin-bottom: 100px;
}
.promote-channels {
  padding: 15px 0 30px 0;
  text-align: left;
}
.promote-channels a:hover,
.promote-channels a:focus {
  text-decoration: none;
}
.promote-channels i {
  color: #6e6d72;
  font-size: 30px;
  margin-right: 10px;
}
.promote-channels i:hover,
.promote-channels i:focus {
  color: #00afe8;
}
.promote-tips {
  text-align: left;
}
.promote-tips-row {
  margin-bottom: 40px;
}
#fb_share {
  padding: 20px 95px;
  margin-bottom: 20px;
}
.remodal-cancel-link {
  font-weight: normal;
}
.fundraiser-campaign-badge {
  text-align:center;
  margin-bottom: 3rem;
}

/* Donate Form */
.payment-errors {
  display: none;
}
.form-donate .lower-section {
  font-size: 15px;
  margin-top: 25px;
  text-align: left;
}
.form-donate .lower-section-first {
  margin-top: 60px;
}

/* Donate Receipt */
.donation-receipt .p-wrap {
  background-image: url("../image/Background-photo.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 400px;
}
.page-title-image {
  text-align: center;
  margin-bottom: 30px;
}
.page-title-image img {
  margin: 0 auto;
}
.page-main-lower {
  margin-top: 60px;
}
.page-main-lower-social {
  text-align: center;
}

/*** Dashboard ***/
.dashboard .page-wrapper {
  padding-bottom: 60px;
}
.dashboard .page-wrapper .page-title-meta {
  margin-bottom: 0px;
}
.dashboard .featured-fundraiser-meta,
.dashboard .featured-fundraiser-progress {
  background-color: #fff;
  border: 2px solid #bebebe;
  border-top: none;
}
.dashboard .start-fundraiser {
  text-align: center;
  position: relative;
}
.dashboard .start-fundraiser-inner-wrap {
  position: relative;
  height: 100%;
}
.dashboard .start-fundraiser-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}
.dashboard .start-fundraiser .featured-fundraiser-top-wrap {
  border: 2px solid #bebebe;
  border-radius: 5px;
}
.dashboard .start-fundraiser .featured-fundraiser-edit {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dashboard .start-fundraiser-cta {
  color: #bebebe;
  font-size: 20px;
  font-weight: bold;
  top: 15%;
  position: relative;
}
.dashboard .start-fundraiser a:focus,
.dashboard .start-fundraiser a:hover {
  text-decoration: none;
  color: #3eb8f7; 
}
.dashboard .start-fundraiser i {
  display: block;
  font-size: 65px;
  padding-top: 50px;
}
.featured-fundraiser-edit {
  margin-top: 30px;
}
.featured-fundraiser-edit .btn-primary {
  font-size: 17px;
}
.featured-fundraiser-edit .btn-group .btn {
  padding: 15px 0;
}
.dashboard-lower-actions {
  margin-bottom: 160px;
}

/*** Page ***/
.page-hero.hero-bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 70%;
  min-height: 550px;
  position: relative;
  width: 100%;
  margin-bottom: 110px;
}
.page .page-title {
  margin-bottom: 40px;
  text-align: center;
}
.page .page-callout {
  text-align: center;
  font-size: 30px;
  line-height: 44px;
  color: #01b0e9;
  margin-bottom: 50px;
}
.page .row-quote {
  margin-top: 120px;
}
.page .row-section {
  padding: 120px 0;
}
.page .row-section.bg-inverse {
  background-color: #ebebeb;
}
.page .col-quote {
  width: 50%;
  float: left;
}
.page .col-quote.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page .quote {
  background-color: #64b1e5;
  padding: 90px;
}
.page .quote-text {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}
.page .quote-meta {
  font-size: 20px;
  line-height: 28px;
  color: #1458a1;
}
.page .quote-meta-top {
  font-weight: bold;
}
.page .t-icon {
  padding-bottom: 10px;
}
.page .t-icon img {
  margin: 0 auto;
}
.page .t-text {
  margin-bottom: 30px;
}
.page .timeline-date,
.page .timeline-top,
.page .timeline-bottom {
  padding-bottom: 30px;
}
.page .timeline-date img {
  margin: 0 auto;
}
.page .timeline-top {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #1459a4;
}
.page .timeline-top.light {
  color: #00aae5;
}
.page .timeline-bottom {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #6f6f6f;
}

/*** Search ***/
.row-search-container {
  margin-top: 40px;
}
.row-search {
  margin-bottom: 70px;
}
.btn-search {
  font-size: 18px;
}
.search-bar {
  background-color: #ebebeb;
  display: none;
  padding: 15px 0;
}
.nav > li > a.search-bar-toggle,
.nav > li > a.search-bar-toggle:hover,
.nav > li > a.search-bar-toggle:focus, 
.nav > li > a.search-bar-toggle:active {
  color: #bebebe;
}
.nav > li > a.search-bar-toggle {
  border-left: 1px solid #bebebe;
  padding-left: 15px;
  margin-left: 15px;
}
.nav > li > a.search-bar-hide {
  display: none;
}
.search-bar .input-group-addon {
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: 0px solid transparent;
  color: #cfcfcf;
}
.search-img-wrap {
  position: relative;
  cursor: pointer;
  width: 271px;
  height: 167px;
  border-radius: 5px;
}
.search-img-wrap::before {
  border-radius: 5px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.search-img-wrap:hover::before {
  background: #3eb8f9;
}
.search-img {
  display: block;
  border-radius: 5px;
  position: relative;
  width: 271px;
  height: 167px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.search-img:hover {
  opacity: 0.1;
}
.search-title a {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: bold;
}
.search-subtitle {
  margin-bottom: 20px;
}
.search-lower {
  margin-top: 30px;
}
.search-lower a {
  color: #3eb8f9;
}
.search-lower i {
  font-size: 15px;
  padding-left: 10px;
}
/*** Footer ***/
.footer {
  background-color: #ebebeb;
  color: #707070;
  padding: 50px 0;
}
.bg-inverse .footer,
.footer-bg-inverse .footer {
  background-color: #fff;
}
.footer .container {
  background-color: #ebebeb;
}
.bg-inverse .footer .container,
.footer-bg-inverse .footer .container {
  background-color: #fff;
}
.footer-logo img {
  width: 170px;
}
.footer a {
  color: #707070;
  font-weight: bold;
}
.footer-legal {
  font-weight: 300;
}
.footer-social-icon {
  float: right;
  font-size: 28px;
  margin-left: 10px;
}
.footer-social-icon a {
  color: #929196;
}
.footer-invert .footer,
.footer-invert .footer .container {
  background-color: #fff;
}

/*** Modal ***/
.remodal {
  color: #707070;
}
.modal-title {
  color: #1a2f5c;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
.modal p {
  font-size: 20px;
  font-weight: bold;
}
.modal-button-wrapper {
  margin-top: 60px;
}
.remodal-close {
  left: auto;
  right: 0;
}
.remodal-cancel,
.remodal-confirm {
  border-radius: 5px;
  font-weight: bold;
  min-width: 145px;
}
.remodal-cancel {
  background-color: #6f6f6f;
  margin-right: 15px;
}
.remodal-cancel:hover,
.remodal-cancel:focus,
.remodal-cancel:active {
  background-color: #6f6f6f;
}
.remodal-confirm {
  background-color: #01b0e7;
}
.remodal-confirm:hover,
.remodal-confirm:focus,
.remodal-confirm:active {
  background-color: #01b0e7;
}

/*** Hello Flex ***/
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

/*** Responsive Fun ***/
@media (max-width: 960px) {
  #homepage-hero {
    background-image: url("../image/Homepage_Hero_768_v1.jpg");
  }
}

@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0;
  }
  .navbar-collapse {
    background-color: #3eb8f9;
    border-color: #3eb8f9;
  }
  .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-nav > li {
    border-bottom: 1px solid #2dadef;
    text-align: center;
  }
  .navbar-default .navbar-nav > li > a {
    margin-top: 0;
    padding: 20px 0 !important;
  }
  .navbar-btn {
    margin-top: 8px;
  }
  .navbar-btn.sign-up { 
    margin-right: 0px; 
  }
  .navbar-default .navbar-nav > li > a.btn-default-inverse, 
  .navbar-default .navbar-nav > li > a.btn-default-inverse:focus,
  .navbar-default .navbar-nav > li > a.btn-default-inverse:hover,
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    border: none;
    color: #fff;
    background-color: inherit;
  }
  .footer {
    text-align: center;
  }
  .footer-logo {
    padding-bottom: 20px;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer-social-icon {
    float: none;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal p {
    font-size: 16px;
  }
  .remodal-confirm,
  .remodal-cancel {
    display: block;
    margin: 0 auto;
  }
  .remodal-cancel {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

/*** Column Counts ***/
.cc-xs-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bg-photo .btn-default {
    padding: 15px 35px;
  }
  .page .quote-text {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .navbar-default .navbar-nav > li > a.btn {
    padding: 15px 25px !important;
  }
}

@media (min-width: 768px) {
  .cc-sm-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 451px) and (max-width: 480px) {
  .featured-fundraiser-progress .progress {
    width: 65%;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 15px;
  }
  .dashboard .start-fundraiser i {
    padding-top: 100px;
  }
  .page .quote {
    padding: 90px 40px;
  }
}
@media (max-width: 900px) {
  #homepage-promo-block {
    left: 45%;
  }
}
@media (max-width: 800px) {
  #homepage-promo-block {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .nav > li.search-bar-toggle-wrapper {
    display: none;
  }
  #homepage-promo-block {
    left: auto;
  }
  .fundraiser-header {
    margin-bottom: 50px;
  }
  .fundraiser-header .avatar-wrapper,
  .fundraiser-header .details-wrapper {
    display: block;
    margin-bottom: 20px;
  }
  .donut-inner #fundraiser-gauge-value {
    font-size: 10vw;
  }
  .promote-tips {
    margin-top: 40px;
  }
  .promote-tips-row img {
    margin-right: auto;
    margin-left: auto;
  }
  .page .col-quote {
    width: 100%;
    float: none;
  }
  .search-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  #homepage-hero {
    background-image: url("../image/Homepage_Hero_500.jpg");
  }
  #homepage-hero-block {
    position: relative;
    width: 100%;
    top: auto;
    padding: 50px 0 500px;
  }
  #homepage-promo-block {
    position: relative;
    width: 100%;
    top: auto;
    padding: 500px 60px 75px;
  }
  #homepage-promo-block-title {
    text-align: center;
    padding: 0 10px;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  water-footer-logo { 
    width: 45%;
    margin-left: 27.5%; 
  }
  .form-fundraiser-create .input-group-addon:first-child {
    width: auto;
  }
  .bg-photo .btn-default {
    padding: 15px 35px;
  }
  .page .quote-text {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 450px) {
  #homepage-hero {
    min-height: 450px;
  }
  .homepage-hero-button {
    float: none;
    margin-top: 10px;
  }
  .featured-fundraiser {
    width: 100%;
  }
  .page-main-wrapper {
    padding: 60px 20px;
  }
  .fundraiser-supporter .donor-profile-photo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  #fb_share {
    padding: 20px 0px;
    width: 100%;
  }
  .fundraise-for-campaign {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  #homepage-promo-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 386px) {
    .water-footer-text { float: none; padding-left: 10%; padding-right: 10%; }
    .water-footer { min-height: 380px; }
    .form-fundraiser-create .input-group-addon {
      padding: 6px;
    }
}
