/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-buttons {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-buttons .g-buttons-item {
  color: #777777;
  margin: 0 auto;
  display: table;
  background: transparent;
  padding: 1.5rem 2rem;
  border-radius: 3px;
  border: 1px solid #777777;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-buttons .g-buttons-item {
    width: 70%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-buttons .g-buttons-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.g-buttons .g-buttons-item a {
  color: inherit;
}
.g-buttons .g-buttons-item .g-block {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.g-buttons .g-buttons-item .g-block p {
  margin: 0px;
  line-height: 1.2rem;
}
.g-buttons .g-buttons-item .g-block .g-buttons-item-icon {
  color: #873099;
  font-size: 3rem;
  margin-right: 1rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-buttons .g-buttons-item .g-block .g-buttons-item-icon {
    font-size: 2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-buttons .g-buttons-item .g-block .g-buttons-item-icon {
    font-size: 2rem;
  }
}
.g-buttons .g-buttons-item .g-block .g-buttons-item-title1 {
  text-align: initial;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-buttons .g-buttons-item .g-block .g-buttons-item-title2 {
  text-align: initial;
  font-size: 2rem;
  line-height: 2rem;
  margin: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-buttons .g-buttons-item .g-block h3 {
  color: #873099 !important;
}
.g-buttons .g-buttons-item:hover {
  color: #ffffff;
  background: #873099;
  border: 1px solid #873099;
}
.g-buttons .g-buttons-item:hover .g-buttons-item-icon {
  color: #ffffff;
}
.g-buttons .g-buttons-item:hover h3 {
  color: #ffffff !important;
}
.g-buttons .g-buttons-item.inverted-button {
  color: #ffffff;
  background: #873099;
  border: 1px solid #873099;
}
.g-buttons .g-buttons-item.inverted-button a {
  color: #ffffff;
}
.g-buttons .g-buttons-item.inverted-button .g-block .g-buttons-item-icon {
  color: #ffffff;
}
.g-buttons .g-buttons-item.inverted-button .g-block h3 {
  color: #ffffff !important;
}
.g-buttons .g-buttons-item.inverted-button:hover {
  background: #652472;
}
.g-buttons .fixed-button {
  width: 320px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-buttons .fixed-button {
    width: 300px;
  }
  .g-buttons .fixed-button .g-block .g-buttons-item-title2 {
    font-size: 1.7rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-buttons .g-grid {
    display: block !important;
  }
  .g-buttons .g-grid .g-block {
    margin-bottom: 1rem;
  }
  .g-buttons .g-grid .g-block:last-child {
    margin-bottom: 0px;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-buttons .g-grid {
    display: table;
    width: 100%;
  }
}
.g-buttons > .g-grid > .g-block {
  text-align: center;
}
.g-buttons > .g-grid > .g-block > a {
  display: inline-block;
}
.g-animated-counter {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
.g-animated-counter .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-animated-counter .g-animated-counter-item {
    margin-bottom: 3.126rem;
  }
  .g-animated-counter .g-animated-counter-item:last-child {
    margin-bottom: 0;
  }
}
.g-animated-counter p {
  margin: 0;
}
.g-animated-counter .g-animated-counter-number {
  font-size: 280%;
  margin-bottom: 0;
  margin-top: -5px;
}
.g-animated-counter .g-animated-counter-title {
  margin-bottom: 0;
  font-size: 140%;
  margin-top: -5px;
}
.g-animated-counter .g-animated-counter-icon {
  border-radius: 50%;
  font-size: 2.2rem;
  height: 110px;
  width: 110px;
  line-height: 110px;
  border: 2px solid;
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 35px;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.g-animated-counter .g-animated-counter-image {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 35px;
}
.g-animated-counter.style2 {
  text-align: initial;
}
.g-animated-counter.style2 .g-animated-counter-icon {
  color: #ffffff;
  font-size: 1.5rem;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #873099;
  background-color: #873099;
  background-image: -webkit-linear-gradient(top, #873099, #ffb548);
  background-image: linear-gradient(to bottom,#873099, #ffb548);
  border: 0px solid;
  border-color: transparent;
  margin-top: 0.7rem;
  margin-bottom: 0px;
  margin-right: 1rem;
  display: inline-block;
  float: left;
}
.g-animated-counter.style2 .g-animated-counter-image {
  margin-bottom: 0.75rem;
  display: inline-block;
  float: left;
  width: 75px;
  margin-top: 0.7rem;
  margin-bottom: 0;
  margin-right: 1rem;
}
h1, h2, h3, h4 {
  font-weight: 600;
}
table {
  border-collapse: separate !important;
  border-spacing: 2px;
  /* Adjust spacing between borders if needed */
}
.default-donation-layout {
  margin: 10px auto;
}
/* ====== Custom Menu Search Icon (Smart Search) ====== */
.menu-search-icon {
  color: #ffffff;
  font-size: 18px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: none;
}
.menu-search-icon:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.menu-search-icon i {
  line-height: 1;
}
/* ====== End Custom Menu Search Icon ====== */
/* Full-Width Purple Box */
.waves-box-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.waves-box {
  background-color: #e6c4f0;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 95%;
  /* Makes the box nearly full width */
}
/* Image & Text Layout */
.waves-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100%;
}
/* Image Block */
.waves-image {
  flex: 1 1 30%;
  /* Keeps image at 30% of the box */
  text-align: center;
}
.waves-image img {
  width: 100%;
  max-width: 180px;
  /* Resized to match text block */
  height: auto;
  border-radius: 8px;
}
/* Text Block */
.waves-text {
  flex: 1 1 70%;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
/* Responsive: Stack on Mobile */
@media screen and (max-width: 768px) {
  .waves-content {
    flex-direction: column;
    text-align: center;
  }
  .waves-image, .waves-text {
    flex: 1 1 100%;
    text-align: center;
  }
  .waves-image img {
    max-width: 225px;
    /* Slightly bigger for mobile */
  }
}
#eb-event-page .eb-box-heading {
  background: #FFF;
  border: 1px solid #FFF;
}
#eb-event-page .eb-description {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#g-page-surround .btn {
  display: inline-block;
  color: #FFF;
  background: #3B0843;
  border: 1px solid #9d9d9d;
}
#eb-individual-registration-page .eb-page-heading {
  display: none;
}
.fa-print:before {
  color: #FFF;
}
#mc_embed_signup .button {
  clear: both;
  background-color: #873099 !important;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
#mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}
#g-header > .g-container:after {
  border-bottom: 2px solid #632570;
}
#g-navigation .g-main-nav {
  font-weight: 600;
  font-size: 1rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-transform: uppercase;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #FFE3B9;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #FFE3B9;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #E4C1EC;
}
#g-navigation .g-main-nav .g-dropdown .g-sublevel > li > .g-menu-item-container {
  color: #632570;
  font-weight: 600;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  background: #EEEFF1;
  color: #632570;
  font-weight: 600;
}
#g-aside h5 {
  color: #FFA824;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 14px;
}
#g-aside h6 {
  color: #333;
  font-weight: 500;
  margin-bottom: 3px;
}
#g-aside p {
  margin: 0.3rem 0;
}
blockquote {
  border-left: 5px solid #00AC69;
}
blockquote p {
  font-size: 1.1rem;
  color: #00AC69;
  margin-bottom: 1rem !important;
}
blockquote small {
  color: #000;
}
#g-mainbody .button:hover {
  background: #00AC69;
  color: #fff;
}
#g-top a:hover {
  color: #FFB548;
}
#g-top .g-scroll-to a:hover {
  color: #FFB548;
}
body.itemid-249 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-2.jpg');
}
body.itemid-250 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-3.jpg');
}
body.itemid-251 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-4.jpg');
}
body.itemid-252 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-5.jpg');
}
body.itemid-253 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-6.jpg');
}
body.itemid-287 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-7.jpg');
}
body.itemid-307 #g-breadcrumb, body.itemid-471 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-8.jpg');
}
body.itemid-309 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-10.jpg');
}
body.itemid-316 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-9.jpg');
}
body.itemid-173 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-11.jpg');
}
body.itemid-255 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-12.jpg');
}
body.itemid-288 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-13.jpg');
}
body.itemid-276 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-14.jpg');
}
body.itemid-277 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-15.jpg');
}
body.itemid-286 #g-breadcrumb {
  background-image: url('../../../../images/headers/cap-background-16.jpg');
}
body.itemid-472 .jd-page-title {
  display: none;
}
body.itemid-472 #g-mainbody {
  padding: 1rem 0;
}
body.itemid-472 #g-feature {
  padding-bottom: 0;
}
body.itemid-472 .jd_horizontal_social_buttons {
  display: none;
}
body.itemid-472 .platform-content .input-large, .platform-content .input-xlarge, .platform-content .input-xxlarge, .platform-content .uneditable-input {
  display: inline-block;
  min-height: 28px;
}
body.itemid-472 .jd-heading {
  display: none;
}
body.itemid-733 .jd-page-title {
  display: none;
}
body.itemid-733 #g-feature {
  padding-bottom: 0;
}
#g-breadcrumb {
  padding-top: 14.3rem;
  padding-bottom: 1rem;
  background-position: center;
  background-image: url('../../../../images/cap-background-1.jpg');
}
#g-breadcrumb h3 {
  color: #FFF;
  font-size: 3.5rem;
}
#g-breadcrumb .g-page-title-inner {
  color: #FFF;
  font-size: 1.5rem;
}
#g-showcase {
  padding: 0.5rem 0;
}
.breadcrumb > .active {
  color: #873099;
}
#g-intro .g-features-particle.style8 .g-features-particle-title {
  font-size: 2.2rem;
}
#g-intro .g-features-particle.style8 .g-features-particle-icon, .g-features-particle.style8 .g-features-particle-image {
  margin-bottom: 0;
  color: #fff;
  font-size: 70px;
}
#g-intro .g-features-particle.style8 .g-features-particle-item {
  padding: 25px 30px 30px;
  box-shadow: -15px -15px 20px -15px rgba(0, 0, 0, 0.07) inset;
}
#g-intro .g-features-particle.style8 .g-features-particle-button .button {
  background: #FFB548;
  border: none;
  color: #632570;
  border-radius: 20px;
  font-weight: 600;
}
#g-intro .g-features-particle.style8 .g-features-particle-button .button:hover {
  background: #009D64;
  color: #FFF;
}
#g-mainbody h2 {
  color: #FFA317;
}
#g-mainbody h3 {
  color: #873099;
  text-transform: uppercase;
}
#g-mainbody .g-block .size-50 .g-content {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  padding-top: 0.2rem;
  margin-bottom: 0.2rem;
}
#g-maintop .g-video-feature .g-video-feature-desc {
  font-size: 1.1rem;
  margin: 1.5rem 0;
}
#g-container-main .g-buttons .g-grid {
  display: block !important;
}
.g-contacts.footer a {
  color: #873099 !important;
  word-wrap: break-word;
}
.g-contacts.footer a:hover {
  color: #00AC69 !important;
}
.g-contacts.footer {
  background: #FFE3B9 !important;
  color: #000 !important;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
}
.g-contacts.style2 .g-contacts-icon {
  float: left;
  border: 2px solid #873099;
  border-radius: 50%;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #873099;
}
#g-footer .g-social a:hover {
  color: #FFB548;
}
#g-footer a:hover {
  color: #FFB548;
}
#g-footer .g-social a {
  display: inline-block;
  background: none;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 0.9rem;
  line-height: 32px;
  border: 2px solid #FFF;
  border-radius: 50%;
  text-align: center;
  margin-left: 0;
  margin-right: 8px;
}
#g-copyright a:hover {
  color: #FFB548;
}
@media only all and (max-width: 47.99rem) {
  #g-top {
    text-align: center;
  }
  #g-intro .g-features-particle.style8.pull-up {
    margin-top: -3.5rem;
  }
  #g-breadcrumb {
    padding-top: 9rem;
    padding-bottom: 1rem;
    background-position: center;
    background-size: cover;
    height: 100%;
  }
  #g-breadcrumb h3 {
    font-size: 2.5rem;
  }
  #g-sidebar {
    padding: 0.5rem 0;
  }
  #g-mainbody {
    padding: 0.5rem 0;
  }
  h3 {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=custom__body_only.css.map */