Donate to CARPOOL | Support Free Safe Rides for Texas A&M Students
{
"@context": "https://schema.org",
"@type": "NGO",
"name": "CARPOOL",
"alternateName": "CARPOOL Texas A&M",
"url": "https://carpool.tamu.edu",
"logo": "https://carpool.tamu.edu/wp-content/uploads/carpool-logo.png",
"description": "Student-run 501(c)(3) nonprofit providing free, safe, nonjudgmental rides in Bryan/College Station since 1999",
"email": "
[email protected] ",
"telephone": "+1-979-693-9905",
"address": {
"@type": "PostalAddress",
"streetAddress": "Department of Student Activities, TAMU 1236",
"addressLocality": "College Station",
"addressRegion": "TX",
"postalCode": "77843-1236",
"addressCountry": "US"
},
"areaServed": {
"@type": "City",
"name": "Bryan-College Station"
},
"founder": {
"@type": "Person",
"name": "Jeff Schiefelbein"
},
"foundingDate": "1999",
"nonprofitStatus": "501(c)(3)",
"taxID": "501(c)(3)",
"donationUrl": "https://www.txamfoundation.com/give.aspx?c_id=11&d_id=71&sd_id=1707"
}
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Donate to CARPOOL",
"description": "Support CARPOOL with a tax-deductible donation to help provide free safe rides",
"url": "https://carpool.tamu.edu/donate/",
"inLanguage": "en-US",
"isPartOf": {
"@type": "WebSite",
"name": "CARPOOL",
"url": "https://carpool.tamu.edu"
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://carpool.tamu.edu/",
"name": "Home"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://carpool.tamu.edu/donate/",
"name": "Donate"
}
}
]
}
}
{
"@context": "https://schema.org",
"@type": "DonateAction",
"name": "Donate to CARPOOL",
"recipient": {
"@type": "NGO",
"name": "CARPOOL",
"url": "https://carpool.tamu.edu",
"nonprofitStatus": "501(c)(3)"
},
"agent": {
"@type": "Person",
"name": "Donor"
},
"purpose": "Support free safe rides for Texas A&M students in Bryan/College Station",
"actionStatus": "https://schema.org/PotentialActionStatus",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.txamfoundation.com/give.aspx?c_id=11&d_id=71&sd_id=1707"
}
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is my donation to CARPOOL tax-deductible?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! CARPOOL is a registered 501(c)(3) nonprofit organization. All donations are tax-deductible to the extent allowed by law. You will receive a donation receipt for your records."
}
},
{
"@type": "Question",
"name": "How can I donate to CARPOOL?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can donate to CARPOOL online through the Texas A&M Foundation website, or mail a check to CARPOOL, Department of Student Activities, TAMU 1236, College Station, TX 77843-1236. Make checks payable to CARPOOL."
}
},
{
"@type": "Question",
"name": "What is the CARPOOL Endowment?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The CARPOOL Endowment is designed to provide the organization with a constant source of funding for the future. To learn more about the endowment, email
[email protected] ."
}
},
{
"@type": "Question",
"name": "Can I make a recurring donation to CARPOOL?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! When donating online through the Texas A&M Foundation, you can choose to make your donation recurring. This helps CARPOOL plan for sustainable operations."
}
},
{
"@type": "Question",
"name": "Where does my donation go?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Donations to CARPOOL support operational costs including vehicle maintenance, insurance, volunteer training, communication systems, and the infrastructure needed to provide over 297,588 free safe rides since 1999."
}
}
]
}
{
"@context": "https://schema.org",
"@type": "PostalAddress",
"name": "CARPOOL Donation Address",
"addressLocality": "College Station",
"addressRegion": "TX",
"postalCode": "77843-1236",
"streetAddress": "Department of Student Activities, TAMU 1236",
"addressCountry": "US"
}
Home
›
Donate
/* ===== CARPOOL Donate — Modern Design ===== */
.carpool-give {
--accent: #500000;
--accent-600: #6a0000;
--accent-400: #8c3a3a;
--accent-200: #c48d8d;
--accent-50: #fef5f5;
--text: #111827;
--text-light: #374151;
--muted: #6b7280;
--bg: #f8fafc;
--card: #ffffff;
--radius: 16px;
--shadow: 0 4px 20px -8px rgba(0,0,0,.12);
--shadow-hover: 0 12px 40px -12px rgba(0,0,0,.2);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
color: var(--text);
background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
min-height: 100vh;
}
.carpool-give .wrap {
max-width: 1600px;
margin: 0 auto;
padding: 48px 24px 0;
}
/* ===== HEADER (matching other pages) ===== */
.carpool-give .page-head {
text-align: left;
margin: 0 0 12px;
}
.carpool-give .page-head h1 {
margin: 0;
font-weight: 900;
letter-spacing: .2px;
font-size: clamp(28px, 3.6vw, 42px);
color: var(--text);
line-height: 1.2;
}
.carpool-give .page-head h1::after {
content: "";
display: block;
width: 90px;
height: 3px;
margin: 12px 0 0;
background: linear-gradient(90deg, var(--accent), #8c3a3a);
border-radius: 999px;
}
.carpool-give .page-head .sub {
color: var(--muted);
margin: 10px 0 20px;
font-size: clamp(15px, 1.8vw, 17px);
line-height: 1.6;
max-width: 800px;
}
/* ===== Grid Layout ===== */
.carpool-give .give-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 28px;
margin: 32px 0;
}
@media (max-width: 640px) {
.carpool-give .give-grid {
grid-template-columns: 1fr;
gap: 20px;
}
}
/* ===== Cards ===== */
.carpool-give .card {
background: linear-gradient(135deg, rgba(255,255,255,.98) 0%, var(--card) 100%);
border: 1px solid rgba(17,24,39,.06);
border-radius: var(--radius);
padding: 28px;
box-shadow: var(--shadow);
transition: all .35s cubic-bezier(.4,0,.2,1);
position: relative;
overflow: hidden;
}
.carpool-give .card::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at top left, rgba(80,0,0,.02), transparent 70%);
opacity: 0;
transition: opacity .35s ease;
pointer-events: none;
}
.carpool-give .card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-hover);
border-color: rgba(80,0,0,.12);
}
.carpool-give .card:hover::before {
opacity: 1;
}
.carpool-give .card h2 {
font-size: clamp(20px, 2.4vw, 24px);
font-weight: 900;
color: var(--accent);
margin: 0 0 16px;
position: relative;
z-index: 1;
}
.carpool-give .card p {
font-size: clamp(14px, 1.9vw, 15px);
line-height: 1.6;
color: var(--text);
margin: 0 0 16px;
position: relative;
z-index: 1;
}
.carpool-give .card ol {
margin: 0 0 20px;
padding-left: 24px;
position: relative;
z-index: 1;
}
.carpool-give .card li {
font-size: clamp(14px, 1.9vw, 15px);
line-height: 1.6;
color: var(--text);
margin: 8px 0;
}
/* ===== Address Block ===== */
.carpool-give .addr {
background: rgba(80,0,0,.04);
border: 1px solid rgba(80,0,0,.1);
border-radius: 8px;
padding: 16px;
font-style: normal;
line-height: 1.8;
color: var(--text-light);
margin: 16px 0 0;
position: relative;
z-index: 1;
}
/* ===== Endowment Card ===== */
.carpool-give .endowment {
margin-top: 28px;
grid-column: 1 / -1;
}
.carpool-give .endowment a {
color: var(--accent);
font-weight: 600;
text-decoration: none;
border-bottom: 2px solid rgba(80,0,0,.2);
transition: all .2s ease;
}
.carpool-give .endowment a:hover {
color: var(--accent-600);
border-bottom-color: var(--accent);
}
/* ===== Button Styling ===== */
.carpool-give .actions {
margin-top: 20px;
position: relative;
z-index: 1;
}
.carpool-give .btn {
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--accent) 0%, #6b1a1a 100%);
color: #fff;
text-decoration: none;
border: 1px solid rgba(0,0,0,.1);
padding: 12px 24px;
border-radius: 10px;
font-weight: 700;
font-size: clamp(14px, 1.8vw, 15px);
box-shadow: 0 6px 20px -8px rgba(80,0,0,.4);
transition: all .3s cubic-bezier(.4,0,.2,1);
position: relative;
overflow: hidden;
}
.carpool-give .btn::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(255,255,255,.2) 0%, transparent 100%);
opacity: 0;
transition: opacity .3s ease;
}
.carpool-give .btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 28px -8px rgba(80,0,0,.5);
}
.carpool-give .btn:hover::before {
opacity: 1;
}
.carpool-give .btn:active {
transform: translateY(0);
}
/* ===== Entrance Animations ===== */
@media (prefers-reduced-motion: no-preference) {
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.carpool-give .card {
animation: fadeInUp .6s cubic-bezier(.4,0,.2,1) backwards;
}
.carpool-give .give-grid .card:nth-child(1) { animation-delay: .1s; }
.carpool-give .give-grid .card:nth-child(2) { animation-delay: .15s; }
.carpool-give .endowment { animation-delay: .2s; }
}
/* ===== Mobile Optimizations ===== */
@media (max-width: 640px) {
.carpool-give .wrap {
padding: 32px 16px 56px;
}
.carpool-give .card {
padding: 20px;
}
}
/* ---- Reduced Motion ---- */
@media (prefers-reduced-motion: reduce) {
.carpool-give *,
.carpool-give *::before,
.carpool-give *::after {
transition: none !important;
animation: none !important;
}
}
/* ===== Utility ===== */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
@media (max-width: 700px) {
#content,
section#content,
.content,
#main-content,
.main-content {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
}
/* ===== GLOBAL CTA ===== */
.carpool-global-cta {
border-top: 1px solid #e5e7eb;
padding: 20px 24px 20px !important;
margin: 48px 0 0 !important;
margin-bottom: 0 !important;
text-align: center;
background: #f8fafc !important;
}
.carpool-global-cta p {
margin: 0 0 12px;
font-size: 0.9rem;
color: #6b7280;
font-weight: 500;
}
.carpool-global-cta nav {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px 20px;
padding-bottom: 0;
}
.carpool-global-cta a {
color: #500000;
text-decoration: none;
font-size: 0.875rem;
font-weight: 600;
transition: color 0.2s ease;
}
.carpool-global-cta a:hover {
color: #7c2d2d;
text-decoration: underline;
}
@media (max-width: 600px) {
.carpool-global-cta { padding: 16px 16px 16px !important; margin: 32px 0 0 !important; }
.carpool-global-cta nav { gap: 6px 16px; }
.carpool-global-cta a { font-size: 0.8rem; }
}
/* ===== WORDPRESS/AVADA CONTAINER OVERRIDES ===== */
html, body {
margin: 0 !important;
padding: 0 !important;
overflow-x: hidden !important;
background: #500000 !important;
}
*, *::before, *::after {
box-sizing: border-box !important;
}
#wrapper,
#main,
#content,
.fusion-footer,
.fusion-footer-widget-area,
.fusion-footer-copyright-area,
.avada-footer,
.fusion-fullwidth,
.fusion-builder-row,
.fusion-layout-column,
.fusion-column-wrapper,
.fusion-column-content,
.fusion-row,
.post-content,
.avada-page-wrapper,
article.post,
.fusion-content-tb,
.fusion-tb-footer,
main#main,
main.clearfix {
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
max-width: 100% !important;
width: 100% !important;
}
#wrapper {
background: #500000 !important;
}
.fusion-body,
body.fusion-body {
background: #500000 !important;
}
.carpool-global-cta {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
margin-bottom: 0 !important;
box-sizing: border-box !important;
position: relative !important;
left: 0 !important;
right: 0 !important;
}
/* Eliminate gap between CTA and Footer */
.carpool-global-cta + *,
aside.carpool-global-cta + *,
.carpool-global-cta ~ .carpool-footer,
aside + footer.carpool-footer {
margin-top: 0 !important;
padding-top: 0 !important;
}
.carpool-footer {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
margin-top: 0 !important;
box-sizing: border-box !important;
position: relative !important;
left: 0 !important;
right: 0 !important;
}
/* ===== GLOBAL FOOTER ===== */
.carpool-footer {
background: #500000 !important;
color: #fff !important;
padding: 40px 24px !important;
padding-bottom: max(40px, calc(env(safe-area-inset-bottom) + 24px)) !important;
text-align: center !important;
margin: 0 !important;
margin-top: 0 !important;
box-shadow: none !important;
}
.carpool-footer .mobile-break {
display: none;
}
.carpool-footer .footer-inner {
max-width: 800px;
margin: 0 auto;
width: 100%;
}
.carpool-footer .footer-title {
margin: 0 0 10px;
font-size: 1.05rem;
font-weight: 600;
letter-spacing: 0.02em;
}
.carpool-footer .footer-title strong {
font-weight: 800;
}
.carpool-footer .footer-stats {
margin: 0 0 18px;
font-size: 0.92rem;
opacity: 0.9;
}
.carpool-footer .footer-actions {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 22px;
}
.carpool-footer .footer-btn {
color: #fff;
text-decoration: none;
padding: 14px 24px;
min-height: 48px;
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.18);
border-radius: 12px;
font-weight: 600;
font-size: 0.95rem;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
-webkit-tap-highlight-color: transparent;
}
.carpool-footer .footer-btn:hover {
background: rgba(255,255,255,0.2);
transform: translateY(-2px);
}
@media (hover: none) and (pointer: coarse) {
.carpool-footer .footer-btn:hover {
transform: none;
}
.carpool-footer .footer-btn:active {
background: rgba(255,255,255,0.25);
transform: scale(0.98);
}
}
.carpool-footer .footer-sga {
border-top: 1px solid rgba(255,255,255,0.15);
padding-top: 22px;
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
flex-wrap: wrap;
}
.carpool-footer .footer-sga img {
height: 48px;
width: auto;
max-width: 100%;
filter: brightness(0) invert(1);
opacity: 0.9;
}
.carpool-footer .footer-sga p {
margin: 0;
font-size: 0.85rem;
opacity: 0.9;
max-width: 480px;
line-height: 1.5;
}
.carpool-footer .footer-sga a {
color: #fff;
text-decoration: underline;
text-underline-offset: 2px;
}
@media (max-width: 700px) {
.carpool-footer {
padding: 32px 16px;
padding-left: max(16px, env(safe-area-inset-left));
padding-right: max(16px, env(safe-area-inset-right));
padding-bottom: max(32px, calc(env(safe-area-inset-bottom) + 16px));
margin-top: 40px;
}
.carpool-footer .footer-inner {
display: flex;
flex-direction: column;
gap: 16px;
}
.carpool-footer .footer-title {
font-size: 1rem;
margin: 0;
}
.carpool-footer .footer-stats {
font-size: 0.9rem;
margin: 0;
}
.carpool-footer .footer-actions {
flex-direction: column;
gap: 10px;
margin-bottom: 0;
}
.carpool-footer .footer-btn {
width: 100%;
min-height: 52px;
padding: 14px 20px;
font-size: 1rem;
}
.carpool-footer .footer-sga {
flex-direction: column;
gap: 12px;
padding-top: 20px;
text-align: center;
}
.carpool-footer .footer-sga img {
height: 40px;
}
.carpool-footer .footer-sga p {
text-align: center;
padding: 0 8px;
}
}
@media (max-width: 360px) {
.carpool-footer {
padding: 24px 12px;
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
.carpool-footer .footer-title {
font-size: 0.95rem;
}
.carpool-footer .footer-stats {
font-size: 0.85rem;
}
.carpool-footer .footer-btn {
min-height: 48px;
font-size: 0.95rem;
padding: 12px 16px;
}
.carpool-footer .footer-sga p {
font-size: 0.8rem;
}
}
Give to CARPOOL
CARPOOL is a registered 501(c)(3) ; your donation is tax-deductible .
Online
Complete the online donation form using the steps below.
Enter the amount you wish to donate.
Fill out your personal or company information.
Provide payment details and choose options (in honor, matching, one-time or recurring, etc.).
Mail a Check
Make checks payable to CARPOOL and mail to:
CARPOOL
Department of Student Activities TAMU 1236
College Station , TX 77843-1236
Endowment
Always looking to the future, CARPOOL has created an endowment to one day provide the organization with a constant source of funding. To learn about the CARPOOL Endowment, email [email protected] .