<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: open_sans;
    src: url("/css/fonts/Open_Sans/OpenSans-Regular.ttf");
  }
  
  body {
    font-family: "open_sans";
  }
  
  p {
    font-size: 1.6rem !important;
    color: #232323;
  }
  
  h3 {
    font-weight: bold !important;
  }
  
  .ellipsis-3-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .form-control.is-invalid {
    border-color: #ff0000 !important;
  }
  
  .invalid-feedback {
    color: #ff0000;
  }
  
  span.asterisk {
    color: #ff0000;
  }
  
  .toast {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 300px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 5px #b8b8b8;
    text-align: center;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
    cursor: pointer;
  }
  
  .toast.success {
    background-color: rgba(40, 167, 69, 0.8);
  }
  
  .toast.error {
    background-color: rgba(220, 53, 69, 0.8);
  }
  
  .toast:hover.success {
    background-color: #28a745;
  }
  
  .toast:hover.error {
    background-color: #dc3545;
  }
  
  .nav-link.dropdown-toggle:focus,
  .nav-link.dropdown-toggle:hover {
    color: initial;
  }
  
  .open {
    position: relative;
  }
  
  .open &gt; .dropdown-menu {
    margin: -1px 0 0 0;
  }
  
  .open &gt; .dropdown-menu .dropdown-item {
    display: block;
    float: none;
    padding: 10px;
    white-space: nowrap;
  }
  
  .open &gt; .dropdown-menu .dropdown-item:hover {
    background-color: rgba(247, 186, 39, 0.1607843137);
  }
  
  header nav ul.ownmenu li.active a,
  header nav ul.ownmenu li:hover a {
    border-top-color: #005442;
  }
  
  header nav:before {
    content: none;
  }
  
  header .container .inline-block {
    display: inline-block;
  }
  
  header .fundraised-meter {
    padding: 20px;
  }
  
  header .fundraised-meter .total-fundraised-meter {
    width: 100%;
    height: 20px;
    background-color: #e8e8e8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  
  header .fundraised-meter .total-fundraised-meter .progress-bar {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 5px -1px #b8b8b8;
  }
  
  header .fundraised-meter .count {
    padding-top: 20px;
    line-height: 2rem;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
  }
  
  header .fundraised-meter .count .val {
    font-weight: bold;
    font-size: 1.8rem;
  }
  
  header .fundraised-meter .count .pricetag {
    font-size: 1rem;
  }
  
  header .logo {
    margin: 15px 0 !important;
  }
  
  header .logo img {
    max-height: 80px;
    max-width: 100%;
  }
  
  header .btn-right {
    text-align: right;
  }
  
  header .btn-right .btn {
    display: inline-block;
    padding: 10px;
  }
  
  header .btn-right .btn i {
    margin-right: 0;
  }
  
  header .btn-right .btn .text {
    margin-left: 10px;
  }
  
  header .btn-right .btn.long {
    width: 75%;
  }
  
  header .btn-right .btn.long .text {
    display: inline-block;
  }
  
  header .btn-right .btn.short {
    width: 20%;
  }
  
  header .btn-right .btn.short .text {
    display: none;
  }
  
  header .btn-right .btn.fundraiser-search .text {
    margin-left: 0;
    margin-right: 10px;
    width: calc(100% - 24px);
    border: none;
    text-indent: 5px;
  }
  
  header .btn-right .btn:hover,
  header .btn-right .btn.hovered {
    background: #f7ba27;
    color: #303030;
  }
  
  header .btn-right .btn:hover i,
  header .btn-right .btn.hovered i {
    color: #303030;
  }
  
  header .btn-right .search-result-container {
    position: absolute;
    top: 70px;
    right: 50px;
    width: 60%;
    height: 200px;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #f7ba27;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  header .btn-right .search-result-container a {
    display: block;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    white-space: nowrap;
  }
  
  header .btn-right .search-result-container a:hover {
    color: #000;
    background-color: rgba(247, 186, 39, 0.2);
  }
  
  #payment_iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
  }
  
  #banner .flex-banner .slides li {
    overflow: hidden;
  }
  
  #banner .flex-banner .slides li img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .sub-banner .overlay {
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
  }
  
  .enevtii .up-com-event .img-responsive {
    width: 100%;
  }
  
  .enevtii .donate-price .tabii-price {
    text-align: center;
  }
  
  .enevtii .donate-price #year-slider .slider-labels li {
    cursor: pointer;
  }
  
  .cases .container .view-all {
    text-align: center;
  }
  
  .cases .container .view-all a {
    text-transform: capitalize;
    font-weight: bold;
  }
  
  .cases li img {
    /* height: 16vw; */
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .cases li .donate-detail {
    height: 210px;
  }
  
  .cases li .donate-detail .head {
    color: #232323;
    font-size: 1.5rem;
  }
  
  .cases li .donate-detail .head .title {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .cases li .donate-detail p.description {
    height: 4rem;
    max-height: 4rem;
    line-height: 2rem;
    overflow: hidden;
  }
  
  .donatores .container li .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .donatores .container li .donor-details {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .donatores .container li .donor-details .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .donatores .container li .donor-details .address {
    height: 4rem;
    max-height: 4rem;
    line-height: 2rem;
    overflow: hidden;
  }
  
  .event-pages ul.events {
    overflow-x: hidden;
  }
  
  .event-pages .date-place span {
    display: block;
    font-size: 1.8rem;
  }
  
  .event-pages .date-place .indent {
    display: inline-block;
    padding-left: 2.5rem;
  }
  
  .event-pages .description {
    font-size: 1.8rem;
  }
  
  .event-pages .contact-info &gt; p.name {
    text-transform: capitalize;
  }
  
  .event-pages .donatores ul.row li {
    padding: 0 15px 30px;
  }
  
  .top-bar {
    background-color: #005442;
    border-bottom: none;
  }
  
  .top-bar p {
    font-size: 1.4rem !important;
  }
  
  .top-bar .left-bar-side p {
    color: #fff;
  }
  
  .top-bar .left-bar-side .logo {
    max-height: 40px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  
  .top-bar .right-bar-side li p {
    color: #fff;
  }
  
  .top-bar .right-bar-side li a {
    width: auto;
  }
  
  section.form .event-info .events li .info {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.3rem;
  }
  
  section.form .event-info .events li .info div &gt; * {
    display: inline-block;
  }
  
  section.form .event-info .events li .info div span {
    margin-left: 10px;
  }
  
  .recent-donors {
    margin: 0 0 30px 0;
    padding: 15px 15px 0;
    max-height: 400px;
    background-color: #fff;
    overflow-y: scroll;
  }
  
  .recent-donors li {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  
  .recent-donors li .image {
    margin: 0 15px 0 0;
    float: left;
    width: 50px;
    height: 50px;
  }
  
  .recent-donors li .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .recent-donors li .info {
    width: 100%;
  }
  
  .recent-donors li .info .left {
    float: left;
  }
  
  .recent-donors li .info .left .name {
    font-size: 2rem;
    text-transform: capitalize;
  }
  
  .recent-donors li .info .left .donated .fa,
  .recent-donors li .info .left .comment .fa {
    width: 20px;
    text-align: center;
  }
  
  .recent-donors li .info .left .donated .fa.fa-dollar,
  .recent-donors li .info .left .comment .fa.fa-dollar {
    color: #28a745;
  }
  
  .recent-donors li .info .left .donated .fa.fa-comment,
  .recent-donors li .info .left .comment .fa.fa-comment {
    color: #005442;
  }
  
  .recent-donors li .info .left .donated span,
  .recent-donors li .info .left .comment span {
    padding-left: 10px;
  }
  
  .recent-donors li .info .right {
    float: right;
  }
  
  .recent-donors li .info .right .date {
    font-size: 1.3rem;
  }
  
  .btn_to_fundraise_page {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
  }
  
  .btn_wrap {
    white-space: normal;
  }
  
  .profile.side-bar {
    overflow-x: hidden;
  }
  
  .profile.side-bar .sidebar-title {
    margin: 0;
    padding: 10px 15px;
    background-color: #f7ba27;
  }
  
  .profile.side-bar .sidebar-border {
    border: 1px solid #f7ba27;
    padding: 15px;
    background-color: #fff;
  }
  
  .profile.side-bar .current-event {
    border-bottom: 0;
  }
  
  .profile.side-bar .current-event .title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .profile.side-bar .current-event .target span {
    color: #848484;
  }
  
  .profile.side-bar .progress-bars {
    margin-bottom: 30px;
  }
  
  .profile.side-bar .record .sidebar-border {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .profile.side-bar .record .sidebar-border span {
    display: block;
    font-size: 2.5rem;
  }
  
  .profile.side-bar .qrcode img {
    width: 100%;
    height: 100%;
  }
  
  .participant-profile table {
    font-size: 1.5rem;
  }
  
  .participant-profile table td.icon {
    padding-right: 5px;
  }
  
  .participant-profile.info {
    text-transform: capitalize;
  }
  
  .participant-profile.info td.title {
    padding-right: 20px;
    font-size: 1.3rem;
  }
  
  .participant-profile.info td.value {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .participant-profile.info td .update_target {
    margin-left: 10px;
    padding: 1px 5px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 1rem;
    text-transform: capitalize;
    color: #000;
    background-color: #f7ba27;
    vertical-align: middle;
  }
  
  .participant-profile.info td .update_target:hover {
    background-color: #005442;
    color: #fff;
  }
  
  .participant-profile.slogan {
    margin: 20px 0;
    max-height: 200px;
    font-size: 2rem;
    font-weight: bold;
    overflow-y: scroll;
  }
  
  .participant-profile.slogan img {
    margin: 0 15px;
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  
  .participant-profile.sharebutton .addthis_involved {
    display: inline-block;
    vertical-align: top;
  }
  
  .participant-profile.sharebutton .addthis_involved.addthis_follow p {
    display: none;
  }
  
  .participant-profile.sharebutton .addthis_involved.addthis_share a:last-child {
    margin-right: 0;
  }
  
  .participant-profile #update-donor-list-visibility {
    float: right;
    padding: 3px 10px;
    font-size: 1.5rem;
    color: #232323;
    text-transform: capitalize;
    background-color: #f7ba27;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    cursor: pointer;
  }
  
  .participant-profile #update-donor-list-visibility a {
    color: inherit;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
  
  .participant-profile #update-donor-list-visibility a:hover {
    text-decoration: unset;
  }
  
  .participant-profile #update-donor-list-visibility:hover {
    background-color: #005442;
  }
  
  .participant-profile #update-donor-list-visibility:hover a {
    color: #fff;
  }
  
  .item-info .nav-tabs li.setting .btn.popup-with-zoom-anim {
    padding: 10px 15px;
    font-size: 2rem;
    line-height: 1rem;
    background-color: #f7ba27;
    color: #000;
  }
  
  .item-info .nav-tabs li.setting .btn.popup-with-zoom-anim:hover {
    background-color: #fff;
    color: #000;
  }
  
  .progress-bar.progress-bar-striped {
    min-width: 40px;
    max-width: 100%;
  }
  
  .tab-content {
    margin-bottom: 20px !important;
  }
  
  .tab-content span.highlight {
    font-size: 1.6rem;
    font-weight: bold;
    color: #232323;
    text-transform: uppercase;
  }
  
  .popup_form .form-group.selection .btn-group.bootstrap-select {
    margin-top: 12px;
    margin-bottom: 20px;
    border: 1px solid #ebeef0;
    display: inline-block;
    width: 100%;
    height: 40px;
  }
  
  .popup_form .form-group.selection .btn-group.bootstrap-select .btn.dropdown-toggle.selectpicker {
    background: #fafbfb;
  }
  
  .popup_form .form-group.selection .btn-group.bootstrap-select .dropdown-menu {
    top: 0;
    width: 100%;
  }
  
  .popup_form .form-group.selection .btn-group.bootstrap-select .dropdown-menu li a span.text {
    white-space: normal;
  }
  
  .popup_form .form-group .dona-amount {
    margin-bottom: 0;
  }
  
  .popup_form .form-group .dona-amount li {
    margin-bottom: 12px;
    cursor: pointer;
  }
  
  .popup_form .form-group .dona-amount li.order.active {
    display: none;
  }
  
  .popup_form .row.per-info li.form-group input[name=anonymous],
  .popup_form .row.per-info li.form-group input[name=tax] {
    margin-top: 0;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    vertical-align: middle;
  }
  
  .popup_form .row.per-info li.form-group input,
  .popup_form .row.per-info li.form-group textarea {
    text-transform: none;
  }
  
  .popup_form .row.per-info li.form-group .checkbox-text {
    width: 80%;
    vertical-align: middle;
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  
  .popup-btn {
    margin: 0 0 15px !important;
    width: 100%;
  }
  
  #application_form_selection &gt; label {
    width: 100%;
  }
  
  #application_form_selection &gt; label .selectpicker {
    font-size: 1.3rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  
  #footer-container footer {
    background-color: #fff;
  } 
  
  #footer-container footer .container &gt; .row {
    padding-bottom: 10px;
  }
  
  #footer-container footer .container &gt; .row .shadow {
    padding-bottom: 30px;
  }
  
  #footer-container footer ul.links li a {
    color: #777777;
  }
  
  #footer-container footer .rights {
    padding-bottom: 15px;
    height: unset;
    background-color: #005442;
  }
  
  #footer-container footer .rights p {
    color: #fff;
  }
  
  #footer-container footer .rights a {
    color: inherit;
  }
  
  .footer-link {
    color: #f7ba27;
  }
  
  .footer-link:hover {
    color: #fff;
  }
  
  .footer-link:focus {
    color: #f7ba27;
  }
  
  .content &gt; .application-form {
    padding: 60px 0;
  }
  
  #event_application_form label {
    text-transform: capitalize;
  }
  
  #event_application_form li {
    margin-bottom: 10px;
  }
  
  #event_application_form li label[for=state] {
    width: 100%;
  }
  
  #event_application_form li input[type=radio] {
    margin: 0 0 0 15px;
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    box-shadow: none;
  }
  
  #event_application_form li input[type=radio]:focus {
    border: none;
    outline: none;
  }
  
  .dropdown-menu.open {
    top: 0;
  }
  
  .consent-form .consent-form-label {
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    height: 34px;
    padding: 6px 12px;
    font-size: 1.3rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .consent-form .consent-form-label:after {
    position: absolute;
    padding: 5px 10px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    background-color: #e9ecef;
    content: "Browse";
  }
  
  .consent-form .consent-form-input {
    opacity: 0;
  }
  
  #private_event_password_input {
    margin-bottom: 0;
    border-radius: 5px;
  }
  
  #private_event_password_input.is-invalid {
    border-color: #ff0000;
  }
  
  .error-message {
    color: #ff0000;
  }
  
  .error-message#private_event_password_error_message {
    padding: 0 10px;
  }
  
  .success-message {
    color: #28a745;
  }
  
  .error-page .container .error-text {
    margin: auto;
    max-width: 80%;
  }
  
  .error-page .container .error-text h2 {
    text-shadow: none;
    -webkit-text-stroke: initial;
  }
  
  .contact-us .selectpicker[data-id=contact-us-services] {
    background: none;
  }
  
  .contact-us .selectpicker[data-id=contact-us-services]:focus {
    outline: none !important;
  }
  
  .content.sponsor .sponsor-gallery {
    margin-bottom: 20px;
    float: left;
    height: 300px;
  }
  
  .content.sponsor .sponsor-gallery .sponsor-sect {
    height: 100%;
  }
  
  .content.sponsor .sponsor-gallery .sponsor-content {
    height: 300px;
    overflow-y: scroll;
  }
  
  .content.sponsor .sponsor-gallery .sponsor-content::-webkit-scrollbar {
    width: 7px;
  }
  
  .content.sponsor .sponsor-gallery .sponsor-content::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .content.sponsor .sponsor-gallery .sponsor-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c1c1c1;
  }
  
  .content.sponsor .sponsor-gallery .sponsor-content::-webkit-scrollbar-thumb:hover {
    background: #aeaeae;
  }
  
  .content.sponsor .sponsor-gallery:hover .item-over {
    background-color: rgba(0, 0, 0, 0.7411764706);
  }
  
  .content.sponsor .sponsor-gallery img.img-responsive {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  #region-selection {
    position: fixed;
    display: -webkit-inline-box;
    display: inline-flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  #region-selection .pop-inner {
    margin: auto;
    position: relative;
    display: grid;
    grid-template-columns: 8fr 8fr;
    padding: 50px;
    width: 600px;
    height: 400px;
    background-color: #fff;
  }
  
  #region-selection .pop-inner .region_btn {
    margin: 10px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f7ba27;
    color: #000;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    cursor: pointer;
  }
  
  #region-selection .pop-inner .region_btn:hover {
    color: #fff;
    background-color: #000;
  }
  
  #region-selection .pop-inner .region_btn .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  #region-selection .pop-inner:before {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-transform: capitalize;
    content: "choose region:";
  }
  
  #region-selection .pop-inner .times-icon {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
  }
  
  #change_region {
    cursor: pointer;
  }
  
  .how-can-help .help-fea {
    padding-top: 125px;
  }

  .how-can-help ul {
    list-style-type: none;
  }
  
  .how-can-help .help-fea li {
    padding: 8px 0 !important;
  }
  
  .how-can-help &gt; .container {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  
  .how-can-help &gt; .container &gt; .row {
    margin: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  
  .how-can-help &gt; .container &gt; .row li p {
    margin-bottom: 20px;
  }
  
  .how-can-help &gt; .container.pinkbg {
    /* background-color: rgba(0, 84, 66, 0.2); */
    background-color: #37322f;
  }
  
  .how-can-help .big-text {
    position: relative;
  }
  
  .how-can-help:before {
    display: none;
  }
  
  a.reference-link {
    font-size: large;
    font-weight: bold;
    color: #f7ba27;
  }
  
  a.reference-link:hover {
    color: #434343;
  }
  
  .testi {
    padding: 50px 0;
  }
  
  .testi:before {
    height: 90px !important;
  }
  
  .testi.how-to-join {
    padding: 5vh 0;
    /* background-color: rgba(0, 174, 239, 0.2); */
    background-color: #fbf2c1;
  }
  
  .testi.how-to-join:before {
    content: none;
  }
  
  .testi.how-to-join .container {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  
  .testi.how-to-join .title {
    margin: 0;
    margin-bottom: 2rem;
    padding: 10px;
    background-color: #f7ba27;
    font-size: 1.8rem;
    text-transform: capitalize;
    color: #232323;
  }
  
  .testi.how-to-join .title span {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .testi.get-involve .col-md-6.with-bg-drk-left {
    text-align: right;
  }
  
  .testi.get-involve .col-md-6.with-bg-drk-left:before {
    margin-top: 40px;
    position: absolute;
    top: 0px;
    right: 30%;
    width: 1000%;
    height: 100%;
    background: #434343;
    content: "";
    z-index: 0;
  }
  
  @media (max-width: 991px) and (min-width: 768px) {
    .testi.get-involve .col-md-6.with-bg-drk-left:before {
      right: -30%;
    }
  }
  
  .testi.get-involve .col-md-6.with-bg-drk-left img {
    position: relative;
  }
  
  .testi.get-involve .col-md-6 .title {
    padding: 10px;
    background-color: #f7ba27;
    font-size: 1.8rem;
    text-transform: capitalize;
    color: #232323;
  }
  
  .testi.get-involve .col-md-6 .title span {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .testi.get-involve .testi-slides .item-slide {
    margin-left: 0;
  }
  
  .testi.get-involve .addthis_involved {
    display: inline-block;
    vertical-align: top;
  }
  
  .testi.get-involve .addthis_involved.addthis_follow p {
    display: none;
  }
  
  .testi.get-involve .addthis_involved.addthis_share a:last-child {
    margin-right: 0;
  }
  
  .fea-service.about-gobald {
    margin-top: 0;
  }
  
  .fea-service.about-gobald li img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .community-content .title {
    margin-bottom: 50px;
    padding-top: 35px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e8e9ea;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #232323;
    background: #ffffff;
  }
  
  .community-content .donatores {
    padding-top: 20px;
  }
  
  .community-content .top_list .item {
    margin-bottom: 60px;
    position: relative;
  }
  
  .community-content .top_list .item .avatar {
    position: absolute;
    top: -20px;
    left: 0;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
  }
  
  .community-content .top_list .item .avatar img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .community-content .top_list .item .details {
    margin: 20px 0 20px 20px;
    padding: 10px 0 0 130px;
    width: calc(100% - 20px);
    min-height: 90px;
    background-color: #fff;
  }
  
  .community-content #fundraiser_search {
    margin: 28px 0 10px 0px;
    position: relative;
    height: 25px;
  }
  
  .community-content #fundraiser_search #fundraiser_search_input {
    height: 100%;
    text-indent: 30px;
    border: 1px solid #e8e8e8;
  }
  
  .community-content #fundraiser_search #fundraiser_search_input:focus {
    outline: 1px solid #f7ba27;
  }
  
  .community-content #fundraiser_search #fundraiser_search_button {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 100%;
    text-align: center;
    background-color: #f7ba27;
    color: #fff;
    border: 2px solid #f7ba27;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: pointer;
  }
  
  .content.media .col-md-9 .title {
    padding: 2px 15px;
    font-size: 2rem;
    font-weight: bold;
    background-color: #f7ba27;
  }
  
  .content.media .blog-post {
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
  }
  
  .content.media .blog-post h5 {
    float: left;
  }
  
  .content.media .blog-post h5 a {
    margin: 0;
  }
  
  .content.media .blog-post .btn {
    float: right;
  }
  
  .proud .container &gt; hr {
    margin: 20px auto;
  }
  
  .proud .container img {
    width: 100%;
  }
  
  .how-to-join-content {
    background-color: #ffffff !important;
  }
  
  .how-to-join .container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  
  .how-to-join .container .with-dot {
    padding-left: 15px;
  }
  
  .how-to-join .container .with-dot:before {
    content: "\F0DA";
    position: relative;
    float: left;
    left: -15px;
    width: 0;
    color: #f7ba27;
    font-family: "FontAwesome" !important;
  }
  
  .how-to-join .container .with-dot.indent-dot {
    padding-left: 30px;
  }
  
  .get-involved {
    padding-bottom: 100px !important;
  }
  
  .faq-session {
    padding: 50px 0;
  }
  
  .faq-session .panel-default &gt; .panel-heading {
    background-color: #f7ba27;
  }
  
  .faq-session .panel-default &gt; .panel-heading &gt; a {
    color: inherit;
  }
  
  #change_region {
    text-transform: uppercase;
  }
  
  .why-you-should-gobald {
    text-align: center;
    padding-bottom: 15vh;
    /* background-color: rgba(0, 84, 66, 0.2); */
    background-color: #37322f;
  }
  
  .why-you-should-gobald .title {
    /* margin: 2rem 0;
    font-size: 4rem; */
    margin: 1rem 0;
    font-size: 2rem;
    text-align: center;
    /* font-weight: bold; */
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .why-you-should-gobald ul {
    list-style-type: none;
  }

  .why-you-should-gobald .col-sm-4 {
    padding: 5vh 10px;
    text-align: center;
  }
  
  .why-you-should-gobald .col-sm-4 .image {
    margin: auto;
    margin-bottom: 3rem;
    width: 160px;
    height: 160px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 0 3px 0px #000;
    overflow: hidden;
  }
  
  .why-you-should-gobald .col-sm-4 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .why-you-should-gobald .col-sm-4 h4 {
    margin: 2rem 0;
  }
  
  .why-you-should-gobald .col-sm-4 &gt; p {
    text-align: justify;
  }
  
  .why-you-should-gobald &gt; .btn {
    font-size: 3.5rem;
  }
  
  .gridgallery {
    padding: 100px 0 0 0;
  }
  
  .gridgallery .container &gt; .title {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
  }
  
  .gridgallery .grid.gallery-frame {
    margin-top: 50px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  
  .gridgallery .grid.gallery-frame .grid-item {
    position: relative;
    height: 350px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
  }
  
  .gridgallery .grid.gallery-frame .grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .gridgallery .grid.gallery-frame .grid-item .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 50px;
    background-color: #f7ba27;
    color: #000;
    opacity: 0;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  
  .gridgallery .grid.gallery-frame .grid-item:hover .title {
    opacity: 0.9;
  }
  
  .gridgallery #gallerymodal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 90%;
    max-height: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow-y: scroll;
  }
  
  .gridgallery #gallerymodal .content img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .gridgallery #gallerymodal .close {
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 4rem;
    font-weight: bold;
    color: #f7ba27;
    opacity: 1;
  }
  
  .participant-profile .grid-frame {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    min-height: 250px;
  }
  
  .participant-profile .grid-frame .image {
    position: relative;
    box-shadow: 2px 2px 4px 0 #c3c3c3;
  }
  
  .participant-profile .grid-frame .image img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  
  .participant-profile .grid-frame .image .bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .participant-profile .grid-frame .image .bottom-right .text {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    background: border-box;
    background-color: #f7ba27;
    padding: 1px 5px 1px 14px;
    text-transform: capitalize;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    color: #000;
  }
  
  .participant-profile .grid-frame .image .bottom-right .button {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    background-color: #f7ba27;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
  
  .participant-profile .grid-frame .image .bottom-right .button .fa {
    color: #000;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
  
  .participant-profile .grid-frame .image .bottom-right:hover .button,
  .participant-profile .grid-frame .image .bottom-right:hover .text {
    background-color: #005442;
    color: #fff;
  }
  
  .participant-profile .grid-frame .image .bottom-right:hover .button .fa,
  .participant-profile .grid-frame .image .bottom-right:hover .text .fa {
    color: #fff;
  }
  
  #update-shave-form .form-group {
    font-size: 2rem;
  }
  
  #update-shave-form .form-group &gt; div {
    margin-bottom: 10px;
  }
  
  input[type=radio].radio-btn {
    margin: 0;
    width: 25px;
    vertical-align: middle;
  }
  
  .donation-pop .pop-inner label.radiolabel {
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: normal;
    width: auto;
  }
  
  .donation-pop .pop-inner div.display-inline {
    margin-right: 20px;
    display: inline-block;
  }
  
  .donation-pop .pop-inner ul.row.per-info {
    margin-left: 0;
    margin-right: 0;
  }
  
  .donation-pop .pop-inner ul.row.per-info.group-tshirt {
    margin: 0;
  }
  
  .donation-pop .pop-inner ul.row.per-info.group-tshirt &gt; li &gt; label {
    width: 15%;
  }
  
  .donation-pop .pop-inner ul.row.per-info.group-tshirt &gt; li &gt; input {
    width: 83%;
  }
  
  #register-slot-form #current_slot {
    text-transform: uppercase;
  }
  
  #register-slot-form input[type=radio] {
    margin: 0;
    width: 15px;
    vertical-align: middle;
  }
  
  #register-slot-form .radio-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  #register-slot-form .radio-row textarea[name=address] {
    margin: 0;
  }
  
  #register-slot-form .radiolabel {
    margin: 0;
    width: auto;
    text-transform: capitalize;
    font-weight: normal;
  }
  
  .container.salon-schedule {
    padding: 70px 0;
  }
  
  .container.salon-schedule .date {
    font-size: 2rem;
    font-weight: bold;
    line-height: 4rem;
    text-indent: 1rem;
  }
  
  .container.salon-schedule .grid {
    margin: 0;
    margin-bottom: 15px;
    padding: 0 1rem !important;
  }
  
  .container.salon-schedule .grid .grid-box {
    padding: 5px !important;
  }
  
  .container.salon-schedule .grid .grid-box .grid-header {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 3rem;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content {
    text-align: center;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content &gt; a {
    color: inherit;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content &gt; a:hover {
    color: inherit;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell {
    margin: 5px 0;
    display: block;
    height: 92px;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell:hover {
    background-color: rgba(247, 186, 39, 0.2);
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell.placeholder {
    background-color: transparent;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell &gt; * {
    white-space: nowrap;
    line-height: 23px;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell.add {
    margin: auto;
    width: 80%;
    height: auto;
    font-weight: bold;
    background-color: #f7ba27;
    border: 2px solid #f7ba27;
    border-radius: 999px;
    line-height: 3rem;
    text-transform: capitalize;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell.add:hover {
    background-color: rgba(247, 186, 39, 0.2);
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell.remove {
    position: relative;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell.remove label {
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.5;
  }
  
  .container.salon-schedule .grid .grid-box .grid-content .cell .pass {
    font-weight: bold;
  }
  
  .container.salon-schedule &gt; .row.add {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 4rem;
  }
  
  .container.salon-schedule &gt; .row.add .info {
    margin-right: 15px;
    display: inline-block;
    font-size: 2rem;
  }
  
  .container.salon-schedule &gt; .row.add .add {
    display: block;
    border-radius: 999px;
    border: 2px solid #005442;
    background-color: #005442;
    color: #fff;
  }
  
  .container.salon-schedule &gt; .row.add .add:hover {
    color: #000;
    background-color: rgba(0, 84, 66, 0.2);
  }
  
  .bootstrap-datetimepicker-widget a[data-action],
  .bootstrap-datetimepicker-widget button[data-action] {
    background-color: initial;
  }
  
  button.mfp-close {
    z-index: 999;
  }
  
  #change-booking .pop-inner .slot-booked {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  #change-booking .pop-inner .slot-booked .time {
    text-transform: uppercase;
  }
  
  #change-booking .change-booking-select .dropdown-toggle.selectpicker {
    border: 1px solid #848484;
  }
  
  #add-slot,
  #remove-slot {
    text-align: center;
  }
  
  #add-slot #modal_add_slot_datetime,
  #add-slot #modal_remove_slot_datetime,
  #remove-slot #modal_add_slot_datetime,
  #remove-slot #modal_remove_slot_datetime {
    font-size: 2rem;
  }
  
  .swal2-popup.swal2-modal {
    font-size: 1.5rem;
  }
  
  .swal2-popup.swal2-modal ul {
    text-align: left;
  }
  
  .swal2-popup.swal2-modal ul li {
    list-style: disc;
  }
  
  .swal2-popup.swal2-modal ul li a {
    font-size: large;
    font-weight: bold;
    color: #f7ba27;
  }
  
  .swal2-popup.swal2-modal ul li a:hover {
    color: #434343;
  }
  
  .customSwalBtn {
    background-color: #f7ba27;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #232323;
    cursor: pointer;
    margin: 10px 5px;
    padding: 10px 20px;
  }
  
  .customSwalBtn.cancel {
    background-color: #6e7881;
    color: #fff;
  }
  
  .register_as_shavee ul li {
    margin: 0 0 0 20px;
    list-style: disc;
  }
  
  .radio-label {
    font-weight: normal;
  }
  
  .join-event-page.container {
    margin-bottom: 50px;
  }
  
  .join-event-page.container .image {
    text-align: center;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  
  .join-event-page.container .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .mailing-address {
    margin-bottom: 0;
  }
  
  .text-align-c {
    text-align: center;
  }
  
  .notice {
    margin: 30px 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  .csr-detail .image {
    height: 200px;
  }
  
  .csr-detail .image .img-responsive {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  
  .csr-detail .sharebutton {
    margin-top: 20px;
    text-align: center;
  }
  
  .csr-detail .csr-detail-info {
    max-height: 300px;
    overflow-y: scroll;
  }
  
  .csr-detail .client-profile-card {
    text-align: center;
  }
  
  .csr-detail .client-profile-card .avatar {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 150px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    background: #fff;
    overflow: hidden;
  }
  
  .csr-detail .client-profile-card .avatar .img-responsive {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .csr-detail .client-profile-card .avatar-details {
    margin-top: -70px;
    position: relative;
    padding-top: 80px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
    z-index: 1;
  }
  
  .csr-detail .client-profile-card .avatar-details span {
    margin-top: 15px;
    display: inline-block;
    padding-bottom: 4px;
    color: #232323;
    border-bottom: 3px solid #e5e5e5;
  }
  
  .csr-detail .client-profile-card .avatar-details span strong {
    font-size: 1.7rem;
    color: #f7ba27;
  }
  
  .csr-detail #update-csr-info-btn {
    margin: 15px 0;
    height: 30px;
    border-radius: 100px;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
    background-color: #f7ba27;
    color: black;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
  
  .csr-detail #update-csr-info-btn:hover {
    background-color: #005442;
    color: #fff;
  }
  
  @media only screen and (max-width: 768px) {
    .cases {
      padding: 0 !important;
    }
  
    /* .cases li {
      position: relative !important;
      top: 0 !important;
      left: 0 !important;
    } */
  
    .cases li img {
      height: 50vw;
    }
  
    .recent-donors li {
      min-height: 65px;
    }
  
    #footer-container footer .rights {
      padding-bottom: 65px;
    }
  
    #banner {
      height: auto;
    }
  
    .top-bar .right-bar-side {
      float: right;
    }
  
    header .logo {
      width: 100%;
      text-align: center;
    }
  
    header .fundraised-meter {
      padding-top: 0; 
    }
  
    header .btn-right { 
      text-align: center;
    }
  
    header .btn-right .btn {
      margin-top: 0px;
      margin-bottom: 20px;
    }
  
    header .btn-right .search-result-container {
      top: 36px;
      right: 55px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    header .fundraised-meter .count .donor {
      display: none;
    }
  
    .donation-pop .pop-inner ul.row.per-info li {
      padding-left: 0;
      padding-right: 0;
    }
  
    .donation-pop .pop-inner ul.row.per-info .form-group {
      margin-bottom: 10px;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .recent-donors li {
      min-height: 80px;
    }
  
    .recent-donors li .info .left {
      float: none;
    }
  
    #payment_iframe {
      width: 300px;
    }
  
    #region-selection .pop-inner {
      padding: 40px;
      width: 90%;
      grid-template-columns: 16fr;
    }
  }
  
  
  .dropdown-menu .dropdown-submenu {
      display: none;
      position: absolute;
      left: 100%; 
  }
  .dropdown-menu .dropdown-submenu-left {
      right: 100%;
      left: auto;
  }
  .dropdown-menu &gt; a:hover &gt; .dropdown-submenu {
      display: block;
  }

  /* Add Font Color */
  .font-yellow{
    color: #ffb701;
  }

  .font-white{
    color: #fff;
  }

  </pre></body></html>