forked from peortiz89/BCSR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-meetcomm-cf-vid.html
753 lines (711 loc) · 63.3 KB
/
index-meetcomm-cf-vid.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
<!DOCTYPE HTML>
<!--[if lt IE 9 ]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en">
<!--<![endif]-->
<head>
<title>Where Independent Minds Get Their Start | Bard College at Simon's Rock</title>
<meta name="description" content="Simon’s Rock can show you what education is like when everyone shares your love of learning.">
<meta property="og:title" content="Where Independent Minds Get Their Start | Bard College at Simon's Rock">
<meta property="og:url" content="http://simons-rock.edu/index.php">
<meta property="og:image" content="http://simons-rock.edu/_images/home/sec_place_bg.jpg">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="google-site-verification" content="bWTP3Dh4CP53ONDLO3NaQHnRoXkWU8d-KeFWlislfiQ" />
<meta name="google-site-verification" content="URa0nbYkyf6MKbE6FeYFywbz0bIoceyAfhIYpYIGHFM" />
<!-- Bootstrap -->
<link href="/_resources/css/app.css" rel="stylesheet"/>
<link href="/_resources/css/app_safari_hero_hack.css" rel="stylesheet"/>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!--comment out OU stylesheet <link rel="stylesheet" href="/_resources/css/oustyles.css" /> -->
<link href="/_resources/css/video-js.min.css" rel="stylesheet" type="text/css"><script src="/_resources/js/video.js"></script><script>
videojs.options.flash.swf = "/_images/video/video-js.swf";
</script>
<meta name="canonical" content="http://simons-rock.edu/index.php">
<link rel="canonical" href="http://simons-rock.edu/index.php">
</head>
<body class="has-hero" id="home">
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KB4QGH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KB4QGH');</script>
<!-- End Google Tag Manager -->
<a class="navbar-brand initial visible-xs-block" href="/"><span class="sr-only">Bard College at Simon's Rock: the Early College</span></a><nav class="navbar navbar-default navbar-fixed-top" id="mainnav">
<div class="container-fluid">
<div class="container">
<div class="navbar-header"><button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand initial hidden-xs" href="/"><span class="sr-only">Bard College at Simon's Rock: the Early College</span></a></div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<div class="navbar-mobile-header"></div>
<div class="container-fluid supernav">
<div id="navbar_l2" class="container">
<ul class="nav navbar-nav">
<li class="dropdown hidden-xs hidden-sm">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Info for <span class="fa fa-caret-down"></span></a>
<ul class="dropdown-menu" role="menu">
<!-- First place the "info for" links need to be written: -->
<li><a href="/admission/prospective-parents-families.php" id="PrimaryNav_InfoFor_ProspectiveParentsAndFamilies">Prospective Parents <br class="mbo">and Families</a></li>
<li><a href="/admitted-students/index.php" id="PrimaryNav_InfoFor_NewlyAdmittedStudents">Newly Admitted Students</a></li>
<li><a href="/students-families/index.php" id="PrimaryNav_InfoFor_CurrentStudentsAndFamilies">Current Students and Families</a></li>
<li><a href="/alumni/index.php" id="PrimaryNav_InfoFor_Alumni">Alumni</a></li>
<li><a href="/admission/counselors-educators/index.php" id="PrimaryNav_InfoFor_CounselorsandEducators">Counselors and Educators</a></li>
<li><a href="/community-members/index.php" id="PrimaryNav_InfoFor_CommunityMembers">Community Members</a></li>
</ul>
</li>
<li><a href="/admission/request-information.php" id="PrimaryNav_RequestInformation">Request Info</a></li>
<li><a href="/admission/ask-a-student.php" id="PrimaryNav_AskAStudent">Ask a Student</a></li>
<li><a href="/admission/visit/index.php" id="PrimaryNav_Visit">Visit</a></li>
<li><a href="/admission/apply-now.php" id="PrimaryNav_ApplyNow">Apply Now</a></li>
<!--<li><a href="#about"><i class="fa fa-flip-horizontal fa-search"></i></a></li>-->
<li class="nav-search">
<form role="search" action="/search.php" class="search-form form-inline" id="navsearchform" aria-labelledby="showsearch" method="get">
<div class="input-group">
<input type="text" class="form-control" placeholder="SEARCH" name="gs">
<span class="input-group-btn">
<button class="btn btn-link" id="PrimaryNav_Search"><i class="fa fa-flip-horizontal fa-search"><span class="sr-only">Search</span></i></button>
</span>
</div><!-- /input-group -->
</form>
<button class="btn btn-link" id="showsearch" aria-expanded="false"><i class="fa fa-flip-horizontal fa-search"><span class="sr-only">Search</span></i></button>
</li>
</ul>
</div>
</div>
<div class="container-fluid section-nav initial">
<div class="container section-nav-inner">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="/why-simons-rock/index.php" id="PrimaryNav_WhySimonsRock" data-toggle="dropdown" class="dropdown-toggle" aria-expanded="false">Why Simon's Rock?</a>
<div class="dropdown-menu mega-menu">
<div class="container">
<div class="col-md-9">
<ul class="clearfix" role="menu">
<li class="col-md-4"><a href="/why-simons-rock/index.php" id="PrimaryNav_WhySimonsRock">Why Simon's Rock</a></li>
<li class="col-md-4"><a href="/why-simons-rock/understanding-early-college/index.php" id="PrimaryNav_WhySimonsRock_UnderstandingEarlyCollege">Understanding Early College</a></li>
<li class="col-md-4"><a href="/why-simons-rock/reputation-and-outcomes/index.php" id="PrimaryNav_WhySimonsRock_ReputationsAndOutcomes">Reputation and Outcomes</a></li>
<li class="col-md-4"><a href="/why-simons-rock/at-a-glance.php" id="PrimaryNav_WhySimonsRock_AtaGlance">At-a-Glance</a></li>
<li class="col-md-4"><a href="/why-simons-rock/academic-experience/index.php" id="PrimaryNav_WhySimonsRock_TheAcademicExperience">Academic Experience</a></li>
<li class="col-md-4"><a href="/why-simons-rock/rocker-community/index.php" id="PrimaryNav_WhySimonsRock_MeettheRockerCommunity">Meet the Rocker Community</a></li>
<li class="col-md-4"><a href="/why-simons-rock/bard-network/index.php" id="PrimaryNav_WhySimonsRock_TheBardNetwork">The Bard Network</a></li>
<li class="col-md-4"><a href="/why-simons-rock/contact-us/index.php" id="PrimaryNav_WhySimonsRock_ContactUs">Contact Us</a></li>
</ul>
<a href="/admission/request-information.php" class="cta" id="PrimaryNav_WhySimonsRock_LearnMore">Interested in The Early College? Learn More. </a>
</div>
<div class="col-md-3">
<img src="/_images/navigation/why-simons-rock.jpg" class="img-responsive" alt="Why Simon's Rock" width="205" height="205">
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="/academics/index.php" id="PrimaryNav_Academics" data-toggle="dropdown" class="dropdown-toggle" aria-expanded="false">Academics</a>
<div class="dropdown-menu mega-menu">
<div class="container">
<div class="col-md-9">
<ul class="clearfix" role="menu">
<li class="col-md-4"><a href="/academics/index.php" id="PrimaryNav_Academics_AcademicsOverview">Areas of Study</a></li>
<li class="col-md-4"><a href="/why-simons-rock/academic-experience/index.php" id="PrimaryNav_Academics_TheAcademicExperience">Academic Experience</a></li>
<li class="col-md-4"><a href="/academics/science-mathematics-and-computing.php" id="PrimaryNav_Academics_ScienceMathematicsAndComputing">Science, Mathematics, and Computing</a></li>
<li class="col-md-4"><a href="/academics/performing-and-visual-arts.php" id="PrimaryNav_Academics_PerformingAndVisual rts">Performing and Visual Arts</a></li>
<li class="col-md-4"><a href="/academics/social-and-political-studies.php" id="PrimaryNav_Academics_SocialAndPoliticalStudies">Social and Political Studies</a></li>
<li class="col-md-4"><a href="/academics/languages-and-literature.php" id="PrimaryNav_Academics_LanguagesAndLiterature">Languages and Literature</a></li>
<li class="col-md-4"><a href="/academics/faculty-bios/index.php" id="PrimaryNav_Academics_FacultyBios">Faculty Bios</a></li>
<li class="col-md-4"><a href="/academics/beyond-the-classroom/index.php" id="PrimaryNav_Academics_BeyondTheClassroom">Beyond the Classroom</a></li>
<li class="col-md-4"><a href="/academics/career-development/index.php" id="PrimaryNav_Academics_CareerDevelopment">Career Development</a></li>
<li class="col-md-4"><a href="/academics/academic-advising-and-support/index.php" id="PrimaryNav_Academics_AcademicAdvisingAndSupport">Academic Advising and Support</a></li>
</ul>
<a href="/academics/index.php" class="cta" id="PrimaryNav_Academics_ExploreInterests">Find inspiration—explore our 35+ study areas.</a>
</div>
<div class="col-md-3">
<img src="/_images/navigation/academics.jpg" class="img-responsive" alt="Academics" width="205" height="205">
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="/student-life/index.php" id="PrimaryNav_StudentLife" data-toggle="dropdown" class="dropdown-toggle" aria-expanded="false">Student Life</a>
<div class="dropdown-menu mega-menu">
<div class="container">
<div class="col-md-9">
<ul class="clearfix" role="menu">
<li class="col-md-4"><a id="PrimaryNav_StudentLife_StudentLife" href="/student-life/index.php">Student Life</a></li>
<li class="col-md-4"><a id="PrimaryNav_StudentLife_LivingOnCampus" href="/student-life/living-on-campus/index.php">Living on Campus</a></li>
<li class="col-md-4"><a id="PrimaryNav_StudentLife_ClubsActivitiesAndAthletics" href="/student-life/clubs-activities-and-athletics/index.php">Clubs, Activities, and Athletics</a></li>
<li class="col-md-4"><a id="PrimaryNav_StudentLife_GreatBarringtonAndTheBerkshires" href="/student-life/great-barrington-and-the-berkshires/index.php">Great Barrington and the Berkshires</a></li>
<li class="col-md-4"><a id="PrimaryNav_StudentLife_MapAndDirections" href="/student-life/map-and-directions/index.php">Map and Directions</a></li>
<li class="col-md-4"><a id="PrimaryNav_StudentLife_CommunityInvolvement" href="/student-life/community-engagement.php">Community Involvement</a></li>
<li class="col-md-4"><a id="PrimaryNav_StudentLife_PerformancesAndExhibitions" href="/student-life/campus-experience/daniel-arts-center/index.php">Performances and Exhibitions</a></li>
<li class="col-md-4"><a id="PrimaryNav_StudentLife_CampusCalendar" href="http://simons-rock.edu/events">Campus Calendar</a></li>
</ul>
<a href="/admission/visit/index.php" class="cta" id="PrimaryNav_StudentLife_LearnMore">Find Your People. Visit us.</a>
</div>
<div class="col-md-3">
<img src="/_images/navigation/student-life.jpg" class="img-responsive" alt="Student Life" width="205" height="205">
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="/admission/index.php" id="PrimaryNav_Admission" data-toggle="dropdown" class="dropdown-toggle" aria-expanded="false">Admission</a>
<div class="dropdown-menu mega-menu">
<div class="container">
<div class="col-md-9">
<ul class="clearfix" role="menu">
<li class="col-md-4"><a id="PrimaryNav_Admission_Admission" href="/admission/index.php">Admission</a></li>
<li class="col-md-4"><a id="PrimaryNav_Admission_HowToApply" href="/admission/how-to-apply/index.php">How to Apply</a></li>
<li class="col-md-4"><a id="PrimaryNav_Admission_TuitionAndFinancialAid" href="/admission/tuition-and-financial-aid/index.php">Tuition and Financial Aid</a></li>
<li class="col-md-4"><a id="PrimaryNav_Admission_AdmissionEvents" href="/admission/admission-events.php">Admission Events</a></li>
<li class="col-md-4"><a id="PrimaryNav_Admission_RequestInformation" href="/admission/request-information.php">Request Information</a></li>
<li class="col-md-4"><a id="PrimaryNav_Admission_AskAStudent" href="/admission/ask-a-student.php">Ask a Student</a></li>
<li class="col-md-4"><a id="PrimaryNav_Admission_VisitCampus" href="/admission/visit/index.php">Visit Campus</a></li>
<li class="col-md-4"><a id="PrimaryNav_Admission_ContactAdmission" href="/admission/contact-admission/index.php">Contact Admission</a></li>
</ul>
<a href="/admission/contact-admission/index.php" class="cta" id="PrimaryNav_Admission_LearnMore">Have admissions questions? Ask us.</a>
</div>
<div class="col-md-3">
<img src="/_images/navigation/admission-alt.jpg" class="img-responsive" alt="Admission" width="205" height="205">
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="/academy/index.php" id="PrimaryNav_BardAcademy" data-toggle="dropdown" class="dropdown-toggle" aria-expanded="false">Bard Academy</a>
<div class="dropdown-menu mega-menu">
<div class="container">
<div class="col-md-9">
<ul class="clearfix" role="menu">
<li class="col-md-4"><a href="/academy/index.php" id="PrimaryNav_BardAcademy_BardAcademy">Bard Academy</a></li>
<li class="col-md-4"><a href="/academy/academic-program/index.php" id="PrimaryNav_BardAcademy_AcademicProgram">Academic Program</a></li>
<li class="col-md-4"><a href="/academy/our-purpose/index.php" id="PrimaryNav_BardAcademy_OurPurpose">Our Purpose</a></li>
<li class="col-md-4"><a href="/academy/apply-to-bard-academy/index.php" id="PrimaryNav_BardAcademy_ApplyToBardAcademy">Apply to Bard Academy</a></li>
<li class="col-md-4"><a href="/academy/visit/index.php" id="PrimaryNav_BardAcademy_Visit">Visit</a></li>
<li class="col-md-4"><a href="/academy/form-request-information.php" id="PrimaryNav_BardAcademy_RequestInformation">Request Information</a></li>
<li class="col-md-4"><a href="/academy/contact-the-academy.php" id="PrimaryNav_BardAcademy_ContactUs">Contact Us</a></li>
</ul>
<a href="/academy/form-request-information.php" class="cta" id="PrimaryNav_BardAcademy_LearnMore">Questions about the 2-Year High School?</a>
</div>
<div class="col-md-3">
<img src="/_images/navigation/academy.jpg" class="img-responsive" alt="Bard Academy" width="205" height="205">
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="/giving/index.php" id="PrimaryNav_Giving" data-toggle="dropdown" class="dropdown-toggle" aria-expanded="false">Giving</a>
<div class="dropdown-menu mega-menu">
<div class="container">
<div class="col-md-9">
<ul class="clearfix" role="menu">
<li class="col-md-4"><a href="/giving/index.php" id="PrimaryNav_Giving_Giving">Giving</a></li>
<li class="col-md-4"><a href="https://www.applyweb.com/public/contribute?rockcont" id="PrimaryNav_Giving_MakeAGiftNow">Give Now</a></li>
<li class="col-md-4"><a href="/giving/why-give/index.php" id="PrimaryNav_Giving_WhyGive">Why Give?</a></li>
<li class="col-md-4"><a href="/giving/ways-to-give/index.php" id="PrimaryNav_Giving_WaysToGive">Ways to Give</a></li>
<li class="col-md-4"><a href="/giving/contact-us.php" id="PrimaryNav_Giving_ContactUs">Contact Us </a></li>
<li class="col-md-4"><a href="/giving/get-involved/index.php" id="PrimaryNav_Giving_GetInvolved">Get Involved</a></li>
</ul>
<a href="/giving/why-give/index.php" class="cta" id="PrimaryNav_Giving_LearnMore">Learn More About the Simon’s Rock Cause.</a>
</div>
<div class="col-md-3">
<img src="/_images/navigation/giving.jpg" class="img-responsive" alt="Giving" width="205" height="205">
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="clearfix visible-xs-block visible-sm-block info-for-mobile">
<!-- Second place the "info for" links need to be written: -->
Info for
<div class="row">
<ul class="col-xs-6 list-unstyled" role="menu">
<li><a href="/admission/prospective-parents-families.php" id="PrimaryNav_InfoFor_ProspectiveParentsaAndFamilies">Prospective Parents <br class="mbo">and Families</a></li>
<li><a href="/admitted-students/index.php" id="PrimaryNav_InfoFor_NewlyAdmittedStudents">Newly Admitted Students</a></li>
<li><a href="/students-families/index.php" id="PrimaryNav_InfoFor_CurrentStudentsAndFamilies">Current Students and Families</a></li>
</ul>
<ul class="col-xs-6 list-unstyled" role="menu">
<li><a href="/alumni/index.php" id="PrimaryNav_InfoFor_Alumni">Alumni</a></li>
<li><a href="/community-members/index.php" id="PrimaryNav_InfoFor_CommunityMembers">Community Members</a></li>
<li><a href="/admission/counselors-educators/index.php" id="PrimaryNav_InfoFor_Counselors">Counselors</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<section id="introduction">
<div id="intro_vidbg" class="container vidbg">
<video id="intro_background_video" class="video-js vjs-default-skin background-video" preload="auto" loop width="640" height="264" muted poster="/_images/video/homepage-hero-background.jpg" data-setup="{}">
<source src="//hg.cachefly.net/_videos/homepage/homepage_b-roll_loop_v5.m4v" type="video/mp4">
<source src="//hg.cachefly.net/_videos/homepage/homepage_b-roll_loop_v5.webm" type="video/webm">
<source src="//hg.cachefly.net/_videos/homepage/homepage_b-roll_loop_v5.mp4" type="video/mp4">
<source src="//hg.cachefly.net/_videos/homepage/homepage_b-roll_loop_v5.ogv" type="video/ogg">
</video>
</div>
<div id="intro_2" class="container abscontainer">
<div class="intro_sub">
<h1 id="intro_h1_2">Where Independent Minds Get Their Start</h1>
<p id="intro_p_2"><span class="welcome-p2">If you’re on the verge of 11th or 12th grade and certain you don’t want more of the
same, Simon’s Rock can show you what education is like when everyone shares your love
of learning. We’re the only residential college experience designed for thoughtful,
exceptionally motivated students who are ready to start college early.</span></p>
<div class="hero-buttons"><button type="button" class="btn btn-primary" data-toggle="modal" data-target="#introVideoModal">Watch Video</button></div>
</div>
</div><i id="intro_arrow_down" class="fa fa-angle-down"></i><div class="modal fade" id="introVideoModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title" id="exampleModalLabel">College. Now. Why wait?</h4>
</div>
<div class="modal-body"><iframe src="https://www.youtube.com/embed/HMufScThPn8?rel=0" width="425" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>
<div class="modal-footer"><a href="/admission/request-information.php" class="btn btn-primary">Request Info</a></div>
</div>
</div>
</div>
</section>
<section id="introduction2mobile">
<div class="container">
<p><span class="welcome-p2">If you’re on the verge of 11th or 12th grade and certain you don’t want more of the
same, Simon’s Rock can show you what education is like when everyone shares your love
of learning. We’re the only residential college experience designed for thoughtful,
exceptionally motivated students who are ready to start college early.</span></p>
</div>
</section>
<section id="reputations_outcomes">
<div class="container-fluid">
<div class="row first-reputations-row"><!-- 16 -->
<div class="row-inner">
<div id="first_rep_row_original">
<div class="ro-module double">
<h4>45 & 27</h4>
<p>Number of states and countries our students come from (respectively).</p>
</div>
<div class="ro-module double">
<h4>275 Acres</h4>
<p>Our wooded campus is in the heart of the Berkshires, an area known for its natural beauty and rich cultural life.</p>
</div>
<div class="ro-module single">
<img src="/_images/home/sec2-photo3.png" class="img-responsive" alt="placeholder" width="375" height="375">
</div>
<div class="ro-module single">
<h4>16.5</h4>
<p>Average age of Simon‘s Rock students when they enter.</p>
</div>
<div class="ro-module single">
<h4>85<sup>%</sup></h4>
<p>Percentage of students receiving financial aid.</p>
</div>
<div class="ro-module single">
<img src="/_images/home/sec2-photo1.jpg" class="img-responsive" alt="placeholder" width="375" height="375"/>
</div>
<div class="ro-module single">
<h4>0</h4>
<p>Number of other colleges that do what we do.</p>
</div>
<div class="ro-module double">
<h4>95<sup>%</sup></h4>
<p>Percentage of full-time faculty holding highest degree in their field.</p>
</div>
<div class="ro-module single">
<h4>35+</h4>
<p>Number of majors.</p>
</div>
<div class="ro-module single">
<h4>9</h4>
<p>Number of Fulbright Fellows since 2010.</p>
</div>
<div class="ro-module single">
<h4>1</h4>
<p>Minimum weekly meetings with your advisor.</p>
</div>
<div class="ro-module single">
<h4>Top 15</h4>
<p>Our ranking among all U.S. colleges for percentage of alumni who complete their PhD.</p>
</div>
<div class="ro-module double">
<h4>400</h4>
<p>Number of full-time students. Ninety percent live on campus.</p>
</div>
<div class="ro-module double">
<h4>24/7</h4>
<p>Availability of our professional residence directors who live in each residence hall.</p>
</div>
</div>
</div>
</div>
<div class="row second-reputations-row"><!-- 12 -->
<div class="row-inner">
<div id="second_rep_row_original">
<div class="ro-module double">
<figure class="quote">
<blockquote>“One of America’s smartest colleges”</blockquote>
<figcaption><cite><em>Business Insider</em> picked Simon’s Rock as a top choice‚ if you want to be among the most intelligent students in America. </cite></figcaption>
</figure>
</div>
<div class="ro-module double">
<h4>30<sup>%</sup></h4>
<p>Percentage of Rockers who are students of color. Princeton Review ranked us #3 in the nation for race/class interaction.</p>
</div>
<div class="ro-module double">
<h4>99</h4>
<p>Academic Rating from the <em>Princeton Review</em>—higher than Harvard and Princeton.</p>
</div>
<div class="ro-module single">
<img src="/_images/home/sec2-photo2.jpg" class="img-responsive" alt="placeholder" width="375" height="375"/>
</div>
<div class="ro-module single">
<h4>8:1</h4>
<p>Our student faculty ratio.</p>
</div>
<div class="ro-module double">
<h4>#1</h4>
<p>Number 1 Small town in America, as ranked by <em>Smithsonian Magazine</em>.</p>
</div>
<div class="ro-module single">
<h4>41<sup>%</sup>/59<sup>%</sup></h4>
<p>Male/Female</p>
</div>
<div class="ro-module single">
<h4>11</h4>
<p>Average class size.</p>
</div>
<div class="ro-module double">
<h4>78</h4>
<p>Percentage of recent Simon’s Rock respondents who have gone on to graduate study.</p>
</div>
<div class="ro-module double">
<h4>Top 10%</h4>
<p>Where Simon’s Rock ranked in the most recent National Survey of Student Engagement for academic challenge, student-faculty interaction and enriching educational experience.</p>
</div>
<div class="ro-module double">
<h4>2.5 hours</h4>
<p>Our distance from Boston (west) or New York (north).</p>
</div>
<div class="ro-module single">
<h4>6</h4>
<p>Alumni listed on <em>Forbes</em> “30 Under 30” list of most creative minds.</p>
</div>
</div>
</div>
</div>
<div class="viewall_container drop_on_mobile"><a href="/why-simons-rock/reputation-and-outcomes/index.php" id="reps_outcomes_btn" class="btn btn-primary">View All</a></div>
<button class="btn btn-link reputations_outcomes_btn leftbtn"><i class="fa fa-chevron-left" id="button_home_facts_previous"></i></button>
<button class="btn btn-link reputations_outcomes_btn rightbtn"><i class="fa fa-chevron-right" id="button_home_facts_next"></i></button>
</div>
</section>
<section id="interested_in">
<div id="interested_in_vidbg" class="container vidbg">
<!-- If this section will have static backgrounds, use the following as your development guide: -->
<div id="interested_in_background_video_science" class="interested_in_static_img" style="background-image:url(/_images/homepage/areas-of-study/sized/science-computing-math.jpg)"></div>
<div id="interested_in_background_video_social" class="interested_in_static_img" style="background-image:url(/_images/homepage/areas-of-study/sized/social-political-studies.jpg)"></div>
<div id="interested_in_background_video_arts" class="interested_in_static_img" style="background-image:url( /_images/homepage/areas-of-study/sized/performing-and-visual-arts.jpg)"></div>
<div id="interested_in_background_video_language" class="interested_in_static_img" style="background-image:url(/_images/homepage/areas-of-study/sized/languages-and-literature.jpg)"></div>
<div id="interested_in_background_video_everything" class="interested_in_static_img" style="background-image:url(_images/homepage/areas-of-study/sized/everything.jpg)"></div>
</div>
<div class="container abscontainer" id="callouts_abscontainer">
<div class="row">
<div class="col-md-6">
<h2>I'm interested in:</h2>
<div class="interested_in_btn_container_parent">
<div class="interested_in_btn_container_child">
<div id="interested_in_btn_container_replicant">
<button id="interested_in_science_btn" class="interested_in interested_in_science_btn btn btn-link">Science, Mathematics &<br>Computing</button>
<button id="interested_in_social_btn" class="interested_in interested_in_social_btn btn btn-link">Social & Political<br>Studies</button>
<button id="interested_in_arts_btn" class="interested_in interested_in_arts_btn btn btn-link">Performing &<br>Visual Arts</button>
<button id="interested_in_language_btn" class="interested_in interested_in_language_btn btn btn-link">Languages &<br>Literature</button>
<button id="interested_in_everything_btn" class="interested_in interested_in_everything_btn btn btn-link">Everything</button>
</div>
<div id="interested_in_container_clones">
</div>
</div>
</div>
</div><!-- col-md-6 -->
<div class="col-md-6">
<div class="callout-container" id="science_callout_container">
<div class="callout-inner">
<div class="callout-inner-inner">
<h3>Get your (metaphoric or real) hands dirty.</h3>
<p>Theory is great. We love theory! But we’re also crazy about application and putting that theory to work in the world. Create wearable tech, try sustainable farming (chickens included!), become a connoisseur of the exquisitely balanced equation, solve a problem no one has before. Our faculty and the Fisher Center can send you in a multitude of fascinating directions.
</p>
<a href="/academics/science-mathematics-and-computing.php" class="btn btn-primary">SCIENCE, MATHEMATICS, <br class="hide-for-small">& COMPUTING</a>
</div>
</div>
</div><!-- callout-container -->
<div class="callout-container" id="social_callout_container">
<div class="callout-inner">
<div class="callout-inner-inner">
<h3>You see more when you stand at the crossroads.</h3>
<p>We’re not big on silos of knowledge. We think the most enduring and provocative insights about individuals and cultures emerge where disciplines intersect. Join us at this vantage point and delve into the people, institutions, values, and challenges that never fail to excite, inspire, and madden us. Discover where you stand in the flow of history and ideas.</p>
<a href="/academics/social-and-political-studies.php" class="btn btn-primary">SOCIAL & POLITICAL STUDIES</a>
</div>
</div>
</div><!-- callout-container -->
<div class="callout-container" id="arts_callout_container">
<div class="callout-inner">
<div class="callout-inner-inner">
<h3>Make something out of nothing—or a lot.</h3>
<p>There are no artsy “types” at Simon’s Rock—everyone is a cauldron of creativity, and it’s just a question of whether you’re simmering or at a full boil. In either case, this is your chance to study and work in amazing facilities with real practitioners across the spectrum of the arts. This is where inspiration meets aesthetic clarity—and the result is something all your own.
</p>
<a href="/academics/performing-and-visual-arts.php" class="btn btn-primary">PERFORMING & VISUAL ARTS</a>
</div>
</div>
</div><!-- callout-container -->
<div class="callout-container" id="language_callout_container">
<div class="callout-inner">
<div class="callout-inner-inner">
<h3>Speak it. Read it. Analyze it. Breathe it.</h3>
<p>If you can express it or create it with a language, you can study it and own it here. Literature, film and other media, creative writing, cultural studies, linguistics, brilliant conversation—you can pursue it in your native and/or acquired tongue. We offer instruction in five languages and immersive study abroad opportunities, so you can embrace fluency in all its manifestations.
</p>
<a href="/academics/languages-and-literature.php" class="btn btn-primary">LANGUAGES & LITERATURE</a>
</div>
</div>
</div><!-- callout-container -->
<div class="callout-container" id="everything_callout_container">
<div class="callout-inner">
<div class="callout-inner-inner">
<h3>Blaze your own educational pathway.</h3>
<p>“You have to make choices,” someone probably intoned a long time ago in a manner that made people dutifully fall in line ever since. We say “Fie!” You’re invited to explore, dig in, and even dabble in and across all our intellectual offerings. Construct your own roller coaster of knowledge and ideas. We’ll be waving our hands in the air right alongside you.</p>
<a href="/academics/index.php" class="btn btn-primary">EVERYTHING</a>
</div>
</div>
</div><!-- callout-container -->
</div>
</div><!-- row -->
</div>
</section>
<section id="rockers">
<div class="container-fluid">
<div class="row rocker-row">
<h2>Meet Our Community</h2>
<div class="row-inner">
<div id="rockers_prepend"></div>
<div id="rockers_original"><div class="skew"><img src="/_images/_rockers/rocker-images/sam-yarms.jpg" alt="Sam, Started at 16" width="510" height="680"><div class="caption">
<h4>Sam </h4>
<p>Started at 16</p>
</div><button class="btn btn-link playbutton" data-toggle="modal" data-target="#id-sam-yarmis-rocker"><i class="fa fa-play" id="button_profileWidget_id-sam-yarmis-rocker"></i></button></div>
<div class="modal fade" id="id-sam-yarmis-rocker" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title">Sam </h4>
</div>
<div class="modal-body"><iframe width="1280" height="720" src="https://www.youtube.com/embed/0Y6Cotf7jnE" frameborder="0" allowfullscreen=""></iframe></div>
<div class="modal-footer"></div>
</div>
</div>
</div>
<div class="skew"><img src="/_images/_rockers/rocker-images/mia-kang.jpg" alt="Mia, Started at age 17" width="510" height="680"><div class="caption">
<h4>Mia </h4>
<p>Started at age 17</p>
</div><button class="btn btn-link playbutton" data-toggle="modal" data-target="#id-mia-kang-rocker"><i class="fa fa-play" id="button_profileWidget_id-mia-kang-rocker"></i></button></div>
<div class="modal fade" id="id-mia-kang-rocker" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title">Mia </h4>
</div>
<div class="modal-body"><iframe width="1280" height="720" src="https://www.youtube.com/embed/hWIl-orGPCI" frameborder="0" allowfullscreen=""></iframe></div>
<div class="modal-footer"></div>
</div>
</div>
</div><div class="skew"><img src="/_images/_rockers/rocker-images/maryanne-tebben.jpg" alt="Maryann Tebben" width="510" height="680"><div class="caption">
<h4>Maryann Tebben</h4>
<p>Professor of Language and Literature - French</p>
</div><button class="btn btn-link playbutton" data-toggle="modal" data-target="#id-maryann-tebben-rocker"><i class="fa fa-play" id="button_profileWidget_id-maryann-tebben-rocker"></i></button></div>
<div class="modal fade" id="id-maryann-tebben-rocker" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title">Maryann Tebben</h4>
</div>
<div class="modal-body"><iframe width="1280" height="720" src="https://www.youtube.com/embed/bo10ocKN0Lw" frameborder="0" allowfullscreen=""></iframe></div>
<div class="modal-footer"></div>
</div>
</div>
</div><div class="skew"><img src="/_images/why-simons-rock/the-rocker-community/meet-our-students/510px-x-680px-profile-slanted-images/510px-x-680px/ishmael-asante.jpg" alt="Ishmael, Started at Age 17" width="510" height="680"><div class="caption">
<h4>Ishmael </h4>
<p>Started at Age 17</p>
</div><button class="btn btn-link playbutton" data-toggle="modal" data-target="#id-ishmal-asante-rocker"><i class="fa fa-play" id="button_profileWidget_id-ishmal-asante-rocker"></i></button></div>
<div class="modal fade" id="id-ishmal-asante-rocker" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title">Ishmael </h4>
</div>
<div class="modal-body"><iframe width="1280" height="720" src="https://www.youtube.com/embed/2WNvpwjCVyY" frameborder="0" allowfullscreen=""></iframe></div>
<div class="modal-footer"></div>
</div>
</div>
</div><div class="skew"><img src="/_images/_rockers/rocker-images/francisca-oyogoa.jpg" alt=" Francisca Oyogoa"><div class="caption">
<h4>Francisca Oyogoa</h4>
<p>Professor of Sociology and African American Studies</p>
</div><button class="btn btn-link playbutton" data-toggle="modal" data-target="#id-francisca-oyogoa-rocker"><i class="fa fa-play" id="button_profileWidget_id-francisca-oyogoa-rocker"></i></button></div>
<div class="modal fade" id="id-francisca-oyogoa-rocker" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title">Francisca Oyogoa</h4>
</div>
<div class="modal-body"><iframe width="1280" height="720" src="https://www.youtube.com/embed/lw878zEBPp8" frameborder="0" allowfullscreen=""></iframe></div>
<div class="modal-footer"></div>
</div>
</div>
</div></div>
<div id="rockers_append"></div>
</div>
</div>
<div class="viewall_container drop_on_mobile"><a href="/why-simons-rock/rocker-community/" class="btn btn-primary">View All</a></div><button class="btn btn-link rockers_btn leftbtn"><i class="fa fa-chevron-left" id="button_rocker_previous"></i></button><button class="btn btn-link rockers_btn rightbtn"><i class="fa fa-chevron-right" id="button_rocker_next"></i></button></div>
</section> <section id="challenge_inspire">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12" id="challenge_inspire_content"><button class="btn btn-link playbutton" data-toggle="modal" data-target="#challengeInspireVideoModal"><i class="fa fa-play" id="button_home_campus_play"></i></button><h1>A Place to Challenge and Inspire</h1>
<div class="viewall_container"><a href="/student-life/index.php" class="btn btn-primary">DISCOVER OUR CAMPUS</a></div>
</div>
</div>
</div>
<div class="modal fade" id="challengeInspireVideoModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button><h4 class="modal-title" id="exampleModalLabel">A Place to Challenge and Inspire</h4>
</div>
<div class="modal-body"><iframe src="https://www.youtube.com/embed/EGKehrdudCw" width="1280" height="720" allowfullscreen="allowfullscreen"></iframe></div>
<div class="modal-footer"><a href="/student-life/index.php" class="btn btn-primary">Discover Our Campus</a></div>
</div>
</div>
</div>
</section>
<section id="events_carousel">
<div class="container-fluid">
<div class="row events-carousel-row">
<div class="row-inner">
<div id="events_carousel_append"></div>
<div id="events_carousel_original"><a href="http://simons-rock.edu/events/index.php?eID=3745" class="events-carousel-item" id="event_carousel_item"><h4>Special Event</h4><h3>1st Annual Gospel Concert</h3><div class="date-time">January 29<br/>07:00 PM - 09:00 PM<span class="location"><i class="fa fa-map-marker"></i> Daniel Arts Center</span></div><p>You are cordially invited to Simon's Rock 1st Annual Gospel Concert. This event will commence celebration of Black History...</p></a><a href="http://simons-rock.edu/events/index.php?eID=3737" class="events-carousel-item" id="event_carousel_item"><h4>Admission</h4><h3>Discovery Day</h3><div class="date-time">January 30<br/>08:30 AM - 03:30 PM<span class="location"><i class="fa fa-map-marker"></i> Blodgett House</span></div><p>Join us for Discovery Day. This comprehensive group visit day offers the opportunity to hear about our academic and residential...</p></a><a href="http://simons-rock.edu/events/index.php?eID=3746" class="events-carousel-item" id="event_carousel_item"><h4>Performance</h4><h3>Solo Piano Recital by Anne Chamberlain</h3><div class="date-time">January 31<br/>03:30 PM - 05:30 PM<span class="location"><i class="fa fa-map-marker"></i> Kellogg Music Center</span></div><p>On Sunday January 31 at 3:30 pm, the Faculty Recital Series of Bard College at Simon’s Rock will feature the longtime...</p></a><a href="http://simons-rock.edu/events/index.php?eID=3748" class="events-carousel-item" id="event_carousel_item"><h4>Special Event</h4><h3>W.E.B. Du Bois Lecture: Dr. Bernard Lafayette, Jr.</h3><div class="date-time">February 18<br/>07:00 PM - 12:00 AM<span class="location"><i class="fa fa-map-marker"></i> Daniel Arts Center</span></div><p>We're pleased to announce that Dr. Bernard Lafayette, Jr. will be giving the 20th Annual W.E.B. Du Bois Memorial Lecture on Thursday,...</p></a><a href="http://simons-rock.edu/events/index.php?eID=3747" class="events-carousel-item" id="event_carousel_item"><h4>Performance</h4><h3>Chamber Music with Clarinet</h3><div class="date-time">February 21<br/>03:00 PM - 04:30 PM<span class="location"><i class="fa fa-map-marker"></i> Kellogg Music Center</span></div><p>On Sunday February 21 at 3 pm, the Simon’s Rock Faculty Recital series continues with a program featuring faculty members...</p></a></div>
<div id="events_carousel_prepend"></div>
</div>
</div>
<div class="viewall_container drop_on_mobile"><a href="http://simons-rock.edu/events/index.php" class="btn btn-primary">View All</a></div><button class="btn btn-link rockers_btn leftbtn"><i class="fa fa-chevron-left" id="button_eventCarousel_previous"></i></button><button class="btn btn-link rockers_btn rightbtn"><i class="fa fa-chevron-right" id="button_eventCarousel_next"></i></button></div>
</section>
<section id="updates">
<div class="container">
<h2>
What Our
<span id="update_subject"><button id="update_subject_btn" class="btn btn-link"></button><span id="update_subject_pseudo_drop"><button class="btn btn-link" id="update_subject_pseudo_drop_alumni">Alumni</button><button class="btn btn-link" id="update_subject_pseudo_drop_students">Students</button><button class="btn btn-link" id="update_subject_pseudo_drop_facultystaff">Faculty & Staff</button></span></span>
Are Up To:
</h2>
<div id="updates_list_wrapper">
<ul id="updates_alumni">
<li><a href="/news/jan_staller_snowscapes.php">Jan Staller '70 Snow-Covered Cityscapes featured in the <em>New York Times</em></a></li>
<li><a href="/news/alum-joyce-kim-named-poptech-fellow.php">Joyce Kim selected as PopTech Social Innovation Fellow</a></li>
<li><a href="/news/ben-goertzel.php">Ben Goertzel ’81 Talks Super Human Thinking Machines & Achieving Immortality</a></li>
<li><a href="/news/jessica-mah-inc-mag.php">Alum Jessica Mah Lands Cover of <em>Inc.</em> Magazine</a></li>
</ul>
<ul id="updates_students">
<li><a href="/Montserrat Tropical Ecology">Montserrat Tropical Ecology — Notes from the Field</a></li>
<li><a href="/news/rock-the-community.php">Fourth Annual Rock the Community Day this Weekend</a></li>
<li><a href="/news/students-win-award-for-summer-research.php">Students Win Award for Summer 2015 Research</a></li>
<li><a href="/news/faculty-student-coauthor-scientific-paper.php">Ethan Ackelsberg ‘12 Co-authored Scientific Paper with Faculty Member Eric Kramer</a></li>
</ul>
<ul id="updates_facultystaff">
<li><a href="/news/ian-bickford-named-provost.php">Dr. Ian Bickford '95 Named Provost of Bard College at Simon's Rock</a></li>
<li><a href="/news/simons-rock-one-of-11-best-colleges.php">Simon's Rock Named One of 11 Best Colleges</a></li>
<li><a href="/news/networking-advice-for-college-seniors.php">Director of Career Development James Jeffries offers advice for seniors in the Time.com</a></li>
</ul>
</div>
<div class="viewall_container"><a href="/news/index.php" class="btn btn-primary" id="home-news_CTA">VIEW MORE</a></div>
</div>
</section>
<footer class="container-fluid" id="globalfooter">
<div class="container">
<div class="row">
<div class="col-md-3">
<h4>Connect</h4>
<div class="clearfix">
<a id="Footer_Facebook" href="https://www.facebook.com/simonsrock" target='_blank' class="fa-a"><i class="fa fa-facebook"><span class="sr-only">Facebook</span></i></a>
<a id="Footer_Twitter" href="https://twitter.com/SimonsRock" target='_blank' class="fa-a"><i class="fa fa-twitter"><span class="sr-only">Twitter</span></i></a>
<a id="Footer_Instagram" href="https://instagram.com/simons_rock" target='_blank' class="fa-a"><i class="fa fa-instagram"><span class="sr-only">Instagram</span></i></a>
<a id="Footer_YouTube" href="https://www.youtube.com/user/simonsrock" target='_blank' class="fa-a"><i class="fa fa-youtube"><span class="sr-only">YouTube</span></i></a>
</div>
<ul>
<li><a id="Footer_Connect_ContactUs" href="/why-simons-rock/contact-us/index.php">Contact Us</a></li>
<li><a id="Footer_Connect_Newsroom" href="/news/index.php">Newsroom</a></li>
<li><a id="Footer_Connect_GiveNow" href="https://www.applyweb.com/public/contribute?rockcont">Give Now</a></li>
<li><a id="Footer_Connect_Alumni" href="/alumni/index.php">Alumni</a></li>
</ul>
</div>
<div class="col-md-3">
<h4>Visit Our Campus</h4>
<ul>
<li><a id="Footer_Visit_MapAndDirections" href="/student-life/map-and-directions/index.php">Map and Directions</a></li>
<li><a id="Footer_Visit_CampusCalendar" href="/events/">Campus Calendar</a></li>
<li><a id="Footer_Visit_KilpatrickAthleticCenter" href="/student-life/campus-experience/kilpatrick-athletic-center/index.php">Kilpatrick Athletic Center</a></li>
<li><a id="Footer_Visit_YoungWritersWorkshop" href="/academics/beyond-the-classroom/young-writers-workshop/index.php">Young Writer’s Workshop</a></li>
<li><a id="Footer_Visit_DanielArtsCenter" href="/student-life/campus-experience/daniel-arts-center/index.php">Daniel Arts Center</a></li>
</ul>
</div>
<div class="col-md-3">
<h4>Campus Resources</h4>
<ul>
<li><a id="Footer_Resources_FacultyAndStaffDirectory" href="/why-simons-rock/contact-us/offices-and-departments/index.php">Faculty and Staff Directory</a></li>
<li><a id="Footer_Resources_JobOpportunities" href="/why-simons-rock/contact-us/job-opportunities/index.php">Job Opportunities</a></li>
<li><a id="Footer_Resources_MySimonsRock" href="https://my.simons-rock.edu">MySimonsRock</a></li>
<li><a id="Footer_Resources_Library" href="/student-life/campus-experience/alumni-library/index.php">Library</a></li>
<li><a id="Footer_Resources_SpaceRentals" href="/student-life/campus-experience/space-rentals.php">Space Rentals</a></li>
</ul>
</div>
<div class="col-md-3">
<h4 class="footer-logo"><a href="/index.php" id="Footer_SimonsRockLogo"><span class="sr-only">Bard College at Simon's Rock</span></a></h4>
</div>
</div>
<div class="row">
<div class="col-xs-12 ">
<ul class="contact-info-list">
<li><a href="/student-life/map-and-directions/index.php" id="Footer_AddressMap">84 Alford Rd., Great Barrington, MA 01230</a></li>
<li><a href="mailto:info@simons-rock.edu" id="Footer_Connect_InfoEmail">info@simons-rock.edu</a></li>
<li>Phone: 413-644-4400</li>
<li>Fax: 413-528-7365</li>
</ul>
<ul class="contact-info-list small">
<li>Copyright © 2016 Bard College at Simon's Rock</li>
<li>Accredited by the New England Association of Schools and Colleges (NEASC)</li>
</ul>
</div>
</div>
</div>
<a class="oulogin" href="#" rel="nofollow"></a>
</footer>
<script>
var hostname=window.location.host,path=window.location.href,sidenav=document.getElementsByClassName("side-nav")[0],links=sidenav.getElementsByTagName("a");if("a.cms.omniupdate.com"==hostname){path=encodeURI(path),path=path.split("?"),params=path[1].split("&");for(var i=0;i<params.length;i++)if(params[i].indexOf("path=")>-1){path=params[i].replace("path=",""),path=path.replace("pcf","php");break}for(var i=0;i<links.length;i++)encodeURI(encodeURIComponent(links[i].pathname))==path&&links[i].setAttribute("class","active")}else for(var i=0;i<links.length;i++)links[i].href==path&&links[i].setAttribute("class","active");
</script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/_resources/js/bootstrap.min.js"></script>
<script async src="/_resources/js/app.js"></script>
<script async type="text/javascript" src="/_resources/js/modernizr.custom.js"></script>
<!--<script async src="/_resources/js/polyfills-scrollmagic-tweenmax.min.js"></script>-->
<script type="text/javascript" src="/_resources/js/greensock/TweenMax.min.js"></script>
<script type="text/javascript" src="/_resources/js/scrollmagic/jquery.scrollmagic.min.js"></script>
<script src="/_js/polyfills/tokenizer.js"></script>
<script src="/_js/polyfills/parser.js"></script>
<script src="/_js/polyfills/vminpoly.js"></script>
<script>
/*Button Code in OU <a id="de" href="^0"/>*/
$(document).ready(function () {
$(".oulogin").attr("href", jQuery("#de").attr("href"));
});
</script>
<script async type="text/javascript" src="/_resources/forms/ouforms.js"></script>
<div id="fb-root"></div>
<div id="hidden" style="display:none;">
<a id="de" href="http://a.cms.omniupdate.com/10?skin=oucampus&account=simons-rock&site=www&action=de&path=/index.pcf" />
</div>
<script>
function scrollReputationRowsIntoView(){$(window).width()<768?($(".first-reputations-row").scrollLeft($(".first-reputations-row .row-inner").width()/2),$(".second-reputations-row").scrollLeft($(".second-reputations-row .row-inner").width()/2),$(".first-reputations-row .row-inner, .second-reputations-row .row-inner").animate({left:0},750)):$(".first-reputations-row .row-inner, .second-reputations-row .row-inner").animate({left:0-3*$(".ro-module.single").width()},750)}$(document).ready(function(){function e(){var e=($("#intro_vidbg").width(),$("#intro_background_video").width()),t=e/2,n="-"+t+"px";$(".vidbg video").css({marginLeft:n,left:"50%"}),$("#introduction").animate({opacity:1},750,function(){$("video").get(0).play()}),setTimeout(function(){$("#introduction video").fadeTo("slow",.5)},3e3)}function t(e,t,n){.33*t>-1*e?($(".first-reputations-row .row-inner").css({left:e-t/3}),$(".second-reputations-row .row-inner").css({left:e-n/3})):-1*e>=.33*t&&.66*t>-1*e||($(".first-reputations-row .row-inner").css({left:e+t/3}),$(".second-reputations-row .row-inner").css({left:e+n/3}))}function n(){"none"==$("#interested_in_vidbg").css("display")?($(".interested_in_btn_container_child button").addClass("btn-block"),$(".interested_in_btn_container_child button br").replaceWith(" "),c="60px"):$(window).width()<1200&&"block"==$("#interested_in_vidbg").css("display")?(c="100%",$(".callout-container .callout-inner").height($("#arts_callout_container").width())):(c="600px",$(".callout-container .callout-inner").height(c)),$("#interested_in_vidbg .video-js, .callout-container, .interested_in_static_img").fadeOut(),$("#interested_in_vidbg #interested_in_background_video_everything").fadeIn(function(){i("everything_callout_container","#interested_in_everything_btn")})}function i(e,t){$(".interested_in").removeClass("focused"),$(t).addClass("focused"),$(".callout-container").hide();var n="#"+e;$(window).width()<992?($(n).css({display:"block",opacity:"0","padding-bottom":c}),$(n+" .callout-inner-inner").css({display:"none"}),$(n).css({opacity:"1","padding-bottom":c}),$(n+" .callout-inner-inner").fadeIn()):($(n).css({display:"block",width:c,"padding-bottom":c,opacity:"0"}),$(n+" .callout-inner-inner").css({display:"none"}),$(n).css({width:c,"padding-bottom":c,opacity:"1"}),$(n+" .callout-inner-inner").fadeIn(750))}function o(){"none"==$("#interested_in_vidbg").css("display")?(c="60px",$(".callout-container").css({"padding-bottom":c}),$(".interested_in_btn_container_child button").addClass("btn-block"),$(".callout-container .callout-inner").height("auto")):($(window).width()<1200&&"block"==$("#interested_in_vidbg").css("display")?(c="100%",$(".callout-container .callout-inner").height($("#arts_callout_container").width())):(c="600px",$(".callout-container .callout-inner").height(c)),$(".interested_in_btn_container_child button").removeClass("btn-block"),$(".callout-container").css({width:c,"padding-bottom":c}))}function r(){var e=$("#updates_alumni").height(),t=$("#updates_students").height(),n=$("#updates_facultystaff").height(),i=Math.max(e,t,n);$("#updates_list_wrapper").height(i)}e(),$("#introVideoModal").on("hidden.bs.modal",function(e){$("#introduction video").get(0).play()}),$("#introVideoModal").on("show.bs.modal",function(e){$("#introduction video").get(0).pause()}),$("#first_rep_row_original").clone().appendTo("#reputations_outcomes .first-reputations-row .row-inner"),$("#first_rep_row_original").clone().prependTo("#reputations_outcomes .first-reputations-row .row-inner"),$("#second_rep_row_original").clone().appendTo("#reputations_outcomes .second-reputations-row .row-inner"),$("#second_rep_row_original").clone().prependTo("#reputations_outcomes .second-reputations-row .row-inner"),$(".first-reputations-row .row-inner").width(0),$(".first-reputations-row #first_rep_row_original div").each(function(e){var t=$(this).width();$(".first-reputations-row .row-inner").width($(".first-reputations-row .row-inner").width()+t)});var a=$(".first-reputations-row .row-inner").width();$(".first-reputations-row .row-inner").css("left","-750px"),$(".second-reputations-row .row-inner").width(0),$(".second-reputations-row #second_rep_row_original div").each(function(e){var t=$(this).width();$(".second-reputations-row .row-inner").width($(".second-reputations-row .row-inner").width()+t)});var d=$(".second-reputations-row .row-inner").width();if($(".second-reputations-row .row-inner").css("left","-1600px"),$(window).width()>=1125)var s=$(window).width()/2;else var s=$(window).width()/3;$(".reputations_outcomes_btn.leftbtn").click(function(){var e=$(".first-reputations-row .row-inner").offset().left;if(0-s>=e){$(this).css("display","none");var n=e+s;$(".first-reputations-row .row-inner, .second-reputations-row .row-inner").animate({left:n},750,function(){$(".reputations_outcomes_btn.leftbtn").css({opacity:"0",display:"block"}).animate({opacity:"0.4"},250),t(n,a,d)})}}),$(".reputations_outcomes_btn.rightbtn").click(function(){var e=$(".first-reputations-row .row-inner").offset().left;if(-1*e+$(window).width()<a){$(this).css("display","none");var n=e-s/2;$(".first-reputations-row .row-inner, .second-reputations-row .row-inner").animate({left:n},750,function(){$(".reputations_outcomes_btn.rightbtn").css({opacity:"0",display:"block"}).animate({opacity:"0.4"},250),t(n,a,d)})}}),$(".callout-container").hide();var c="";n(),$(".interested_in_btn_container_child").on("click",".interested_in_science_btn",function(){$("#interested_in_vidbg .video-js, .interested_in_static_img").fadeOut(),$("#interested_in_vidbg #interested_in_background_video_science").fadeIn(function(){i("science_callout_container","#interested_in_science_btn")}),$("#interested_in .video-js").length>0&&$("#interested_in_vidbg #interested_in_background_video_science video").get(0).play()}),$(".interested_in_btn_container_child").on("click",".interested_in_social_btn",function(){$("#interested_in_vidbg .video-js, .interested_in_static_img").fadeOut(),$("#interested_in_vidbg #interested_in_background_video_social").fadeIn(function(){i("social_callout_container","#interested_in_social_btn")}),$("#interested_in .video-js").length>0&&$("#interested_in_vidbg #interested_in_background_video_social video").get(0).play()}),$(".interested_in_btn_container_child").on("click",".interested_in_arts_btn",function(){$("#interested_in_vidbg .video-js, .interested_in_static_img").fadeOut(),$("#interested_in_vidbg #interested_in_background_video_arts").fadeIn(function(){i("arts_callout_container","#interested_in_arts_btn")}),$("#interested_in .video-js").length>0&&$("#interested_in_vidbg #interested_in_background_video_arts video").get(0).play()}),$(".interested_in_btn_container_child").on("click",".interested_in_language_btn",function(){$("#interested_in_vidbg .video-js, .interested_in_static_img").fadeOut(),$("#interested_in_vidbg #interested_in_background_video_language").fadeIn(function(){i("language_callout_container","#interested_in_language_btn")}),$("#interested_in .video-js").length>0&&$("#interested_in_vidbg #interested_in_background_video_language video").get(0).play()}),$(".interested_in_btn_container_child").on("click",".interested_in_everything_btn",function(){$("#interested_in_vidbg .video-js, .interested_in_static_img").fadeOut(),$("#interested_in_vidbg #interested_in_background_video_everything").fadeIn(function(){i("everything_callout_container","#interested_in_everything_btn")}),$("#interested_in .video-js").length>0&&$("#interested_in_vidbg #interested_in_background_video_everything video").get(0).play()}),$("#updates_alumni, #updates_students, #updates_facultystaff").fadeOut(),r();var _=0,u=setInterval(function(){$("#updates ul").fadeOut(200),0==_?($("#updates_alumni").fadeIn("fast"),$("#update_subject_btn").html("Alumni").fadeTo(.25,1),_++):1==_?($("#updates_students").fadeIn("fast"),$("#update_subject_btn").html("Students").fadeTo(.25,1),_++):2==_&&($("#updates_facultystaff").fadeIn("fast"),$("#update_subject_btn").html("Faculty & Staff").fadeTo(.25,1),_=0)},3500);$("#update_subject_btn").click(function(){clearInterval(u),$("#update_subject_pseudo_drop").fadeIn(),$(this).width($("#update_subject_pseudo_drop_facultystaff").width()).fadeTo(.25,1e-4)}),$("#update_subject_pseudo_drop").mouseleave(function(){$("#update_subject_pseudo_drop").fadeOut(),$("#update_subject_btn").width("auto").fadeTo(.25,1)}),$("#update_subject_pseudo_drop button").click(function(){$("#updates ul").fadeOut(200),"update_subject_pseudo_drop_alumni"==$(this).attr("id")&&($("#updates_alumni").fadeIn("fast"),$("#update_subject_btn").html("Alumni").fadeTo(.25,1)),"update_subject_pseudo_drop_students"==$(this).attr("id")&&($("#updates_students").fadeIn("fast"),$("#update_subject_btn").html("Students").fadeTo(.25,1)),"update_subject_pseudo_drop_facultystaff"==$(this).attr("id")&&($("#updates_facultystaff").fadeIn("fast"),$("#update_subject_btn").html("Faculty & Staff").fadeTo(.25,1)),$("#update_subject_pseudo_drop").fadeOut()}),$(window).on("debouncedresize",function(t){e(),o(),r()})});var controller;$(document).ready(function(e){var t=function(e){return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4))}(navigator.userAgent||navigator.vendor||window.opera),n=e("#introduction").height();if(controller=new ScrollMagic,e(window).width()<768){new ScrollScene({duration:1}).setPin("#introduction").addTo(controller),new ScrollScene({triggerElement:"#introduction",duration:n}).on("enter leave",function(t){"leave"==t.type?e("#introduction video").get(0).pause():e("#introduction video").get(0).play()}).addTo(controller)}else{new ScrollScene({triggerElement:"#introduction",duration:n}).on("enter leave",function(t){"leave"==t.type?e("#introduction video").get(0).pause():e("#introduction video").get(0).play()}).addTo(controller)}new ScrollScene({triggerElement:"#reputations_outcomes"}).on("enter leave",function(e){scrollReputationRowsIntoView()}).addTo(controller);if(e(window).width()>=768){new ScrollScene({triggerElement:"#interested_in",duration:n}).on("enter",function(t){e("#interested_in .video-js").length>0&&e("#interested_in video").get(0).play()}).on("leave",function(t){e("#interested_in .video-js").length>0&&e("#interested_in video").get(0).pause()}).addTo(controller)}if(!t&&e(window).width()>=1200){e(window).width()<e(window).height()&&e("#challenge_inspire").css({"background-size":"auto 150%"});var i=e("#challenge_inspire").height();new ScrollScene({triggerElement:"#challenge_inspire",triggerHook:"onEnter",duration:i}).setTween(TweenMax.fromTo("#challenge_inspire",1,{"background-position":"50% 1%",ease:Linear.easeNone},{"background-position":"50% 99%",ease:Linear.easeNone})).addTo(controller)}});
</script>
</body>
</html>