@@ -30,50 +30,55 @@ const ForeignSourceReporting = ({ data }) => {
30
30
/>
31
31
</ Helmet >
32
32
< CreateStories stories = { [ oodLocalHeader ] } />
33
- < CenteredContainer >
34
- < Heading level = "h1" classes = "su-mt-2 su-text-align-center" >
35
- Thank you for your recent gift
36
- </ Heading >
37
- < p >
38
- The federal government requires institutions of higher education, such
39
- as Stanford, to report gifts from a donor who is not a U.S. citizen
40
- when that donor makes gifts and other payments to Stanford with an
41
- aggregate value of $250,000 or more in a calendar year. Stanford must
42
- also report gifts and other payments received from a donor who has
43
- citizenship in one of certain specific countries (the list may change
44
- over time, and currently includes China (not including Hong Kong),
45
- Russia, Iran, and North Korea), when that donor makes gifts and other
46
- payments to Stanford having an aggregate value of $50,000 or more
47
- during a reporting period that runs from July 1 to June 30 of the
48
- following year. Your generous gift(s) meet one or both of these
49
- reporting thresholds. Thank you for providing your information below.
50
- </ p >
51
- < p >
52
- You can find additional details about this policy in section V of
53
- Stanford’s Gift Policy website:{ ' ' }
54
- < SbLink
55
- linkType = "url"
56
- link = { {
57
- url : 'https://giving.stanford.edu/gift-policy' ,
33
+ < main id = "main-content" >
34
+ < CenteredContainer classes = "su-max-w-800" >
35
+ < Heading level = "h1" classes = "su-mt-2 su-text-align-center" >
36
+ Thank you for your recent gift
37
+ </ Heading >
38
+ < p >
39
+ The federal government requires institutions of higher education,
40
+ such as Stanford, to report gifts and other payments from a donor
41
+ who is not a U.S. citizen when that donor makes gifts and other
42
+ payments to Stanford with an aggregate value of $250,000 or more in
43
+ a calendar year. Stanford must also report gifts and other payments
44
+ received from a donor who is associated with one of certain specific
45
+ countries (the list, which may change over time, currently includes
46
+ China (while excluding Hong Kong), Russia, Iran, and North Korea),
47
+ when that donor makes gifts and other payments to Stanford having an
48
+ aggregate value of $50,000 or more during a reporting period that
49
+ runs from July 1 to June 30 of the following year. Because your
50
+ generous gift(s) meet one or both of these reporting thresholds, we
51
+ ask that you please provide the information requested below. Thank
52
+ you.
53
+ </ p >
54
+ < p >
55
+ You can find additional details about this policy in section V of{ ' ' }
56
+ < SbLink
57
+ linkType = "url"
58
+ link = { {
59
+ url : 'https://giving.stanford.edu/gift-policies/' ,
60
+ } }
61
+ >
62
+ Stanford’s Gift Policy
63
+ </ SbLink >
64
+ .
65
+ </ p >
66
+ </ CenteredContainer >
67
+ < div >
68
+ < iframe
69
+ title = "Citizenship form for foreign source reporting"
70
+ className = "airtable-embed"
71
+ src = { `https://airtable.com/embed/appssF3RJFHENkFV5/pagMeYcyTjtVgfsl4/form` }
72
+ frameBorder = "0"
73
+ style = { {
74
+ background : 'transparent' ,
75
+ width : '100%' ,
76
+ height : '1000px' ,
58
77
} }
59
- >
60
- https://giving.stanford.edu/gift-policy
61
- </ SbLink >
62
- </ p >
63
- </ CenteredContainer >
64
- < div >
65
- < iframe
66
- className = "airtable-embed"
67
- src = { `https://airtable.com/embed/appssF3RJFHENkFV5/pagMeYcyTjtVgfsl4/form` }
68
- frameBorder = "0"
69
- style = { {
70
- background : 'transparent' ,
71
- width : '100%' ,
72
- height : '1000px' ,
73
- } }
74
- allowtransparency = "true"
75
- />
76
- </ div >
78
+ allowtransparency = "true"
79
+ />
80
+ </ div >
81
+ </ main >
77
82
< CreateStories stories = { [ oodLocalFooter , globalFooter ] } />
78
83
</ >
79
84
) ;
0 commit comments