@charset "UTF-8";
/*------------------------------------------------------------------------------
  Global Reset <http://meyerweb.com/eric/tools/css/reset/> v2.0 | 20110126
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: 0; }

a {
  text-decoration: none; }

/*	App
  ================================================== */
#loading {
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000; }

#loading .pane {
  background: #3D464F;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "myriad-pro",sans-serif;
  font-size: 12px;
  left: 50%;
  margin: -115px 0 0 -105px;
  position: absolute;
  padding: 30px;
  text-align: center;
  top: 50%;
  width: 150px; }

#loading .spin {
  display: block;
  clear: both;
  height: 40px;
  margin: 0 auto 15px;
  width: 40px; }

#redirect {
  background: #fff;
  border-radius: 4px;
  margin: 100px auto;
  padding: 30px;
  text-align: center;
  width: 240px; }

#redirect a {
  color: #333;
  display: block; }

/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
/*	Fonts
  ================================================== */
/* .sans { font-family: "myriad-pro",sans-serif; } */
/* .serif { font-family: "adobe-caslon-pro",serif; } */
em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

/*	Colors
  ================================================== */
/*
	@green:		#31ACAB;
	@blue:		#5F91B6;
	@pink:		#B980B5;
	@gold:		#AAAC53;
	@red:		#EE7A5E;
*/
.green_bg {
  background: #31ACAB; }

.blue_bg {
  background: #5F91B6; }

.pink_bg {
  background: #B980B5; }

.gold_bg {
  background: #AAAC53; }

.red_bg {
  background: #EE7A5E; }

/*	Mix-Ins
  ================================================== */
/*
	.gradient(@fallback: #fff, @start: rgba(255,255,255,1), @stop: rgba(255,255,255,0.5)) {
		background: -moz-linear-gradient(top, @start 0%, @stop 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@start), color-stop(100%,@stop));
		background: -webkit-linear-gradient(top, @start 0%, @stop 100%);
		background: -o-linear-gradient(top, @start 0%,@stop 100%);
		background: -ms-linear-gradient(top, @start 0%,@stop 100%);
		background: linear-gradient(to bottom, @start 0%,@stop 100%);
	}
*/
/*
	.horizontal-gradient(@fallback: #fff, @start: rgba(255,255,255,1), @stop: rgba(255,255,255,0.5)) {
		background: -moz-linear-gradient(left, @start 0%, @stop 100%);
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,@start), color-stop(100%,@stop));
		background: -webkit-linear-gradient(left, @start 0%, @stop 100%);
		background: -o-linear-gradient(left, @start 0%,@stop 100%);
		background: -ms-linear-gradient(left, @start 0%,@stop 100%);
		background: linear-gradient(to right, @start 0%,@stop 100%);
	}
*/
/*
	.radial_gradient(@start: rgba(255,255,255,1), @middle: rgba(255,255,255,0.95), @end: rgba(255,255,255,0.5)){
		background: -moz-radial-gradient(center top, circle cover, @start 0%, @middle 80%, @end 100%);
		background: -webkit-gradient(radial, center top, 0px, center center, 100%, color-stop(0%,@start), color-stop(80%,@middle), color-stop(100%,@end));
		background: -webkit-radial-gradient(center top, circle cover, @start 0%,@middle 80%,@end 100%);
		background: -o-radial-gradient(center top, circle cover, @start 0%,@middle 80%,@end 100%);
		background: -ms-radial-gradient(center top, circle cover, @start 0%,@middle 80%,@end 100%);
		background: radial-gradient(circle at center top, @start 0%,@middle 80%,@end 100%);
	}
*/
/*
	.rotate(@deg: -90deg){
		-webkit-transform: rotate(@deg);
		-moz-transform: rotate(@deg);
		-o-transform: rotate(@deg);
	}
*/
/*
	.no_select {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
*/
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*	MAIN STYLES
  ================================================== */
html, body {
  min-width: 660px;
  min-height: 500px;
  /* -webkit-transform: translate3D(0, 0, 0); */
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 767px) {
    html, body {
      min-width: 100%;
      min-height: auto; } }

html, body, #app-frame {
  height: 100%;
  width: 100%; }

body {
  position: relative;
  font-family: "adobe-caslon-pro",serif; }

.inset {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.65); }

#background {
  left: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#background .background {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='intro.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='intro.jpg', sizingMethod='scale')"; }

#background .initial {
  opacity: 1; }

#app-frame {
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0; }

#header {
  margin-bottom: 0;
  position: relative; }

#logo {
  background: url(logo_transparent.png) no-repeat;
  display: block;
  height: 112px;
  width: 189px; }

#logo.small {
  background: url(sm_logo_transparent.png) no-repeat;
  height: 59px;
  width: 100px; }

/*	Icons
  ========= */
.icon {
  background-color: transparent;
  border: 0;
  display: inline-block;
  overflow: hidden;
  *text-indent: -9999px; }

.icon:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.icon.share, .icon.downloads {
  background: url(icons-buttons.png) no-repeat;
  margin-right: 8px; }

.icon.share {
  background-position: left top;
  height: 12px;
  width: 16px; }

.icon.downloads {
  background-position: right top;
  height: 12px;
  width: 12px; }

.icon.arrow {
  background: url(icon-arrows.png) no-repeat;
  height: 18px;
  width: 14px; }

.icon.arrow.prev {
  background-position: left top; }

.icon.arrow.next {
  background-position: right top; }

.icon.close {
  background: url(icon-close.png) no-repeat center center;
  cursor: pointer;
  width: 30px;
  height: 30px; }

.icon.social {
  background: url(icons-social-sprite.png) no-repeat; }

.icon.social.large {
  height: 23px;
  width: 23px; }

.icon.social.small {
  height: 17px;
  width: 17px; }

.icon.facebook.large {
  background-position: 0 0; }

.icon.facebook.small {
  background-position: 0 -30px; }

.icon.twitter.large {
  background-position: -25px 0; }

.icon.twitter.small {
  background-position: -25px -30px; }

.icon.email.large {
  background-position: -50px 0; }

.icon.email.small {
  background-position: -50px -30px; }

/* Header Buttons*/
#button-container {
  position: absolute;
  top: 0;
  right: 0; }

#button-container .icon {
  float: left; }

#button-container h2 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "myriad-pro",sans-serif; }

#share-button, #downloads-button {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  float: right;
  margin-left: 2px;
  padding: 15px; }

#share-button:hover, #downloads-button:hover {
  background: rgba(0, 0, 0, 0.4); }

/*	App
  ================================================== */
#app {
  border-radius: 10px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  position: relative;
  width: 1080px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 767px) {
    #app {
      width: 100%;
      height: auto; } }

#app * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#app-frame {
  z-index: -1; }

#app-frame.loaded {
  z-index: 2; }

/* #app .frame { height: 450px; width: 100%; overflow: hidden; position: relative;	.radial_gradient(rgba(255,255,255,1),rgba(255,255,255,0.9),rgba(255,255,255,0.6)); z-index: 0 !important;} */
#app .frame {
  height: 450px;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  background: -moz-radial-gradient(center top, circle cover, #ffffff 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.6) 100%);
  background: -webkit-gradient(radial, center top, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(80%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.6)));
  background: -webkit-radial-gradient(center top, circle cover, #ffffff 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-radial-gradient(center top, circle cover, #ffffff 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.6) 100%);
  background: -ms-radial-gradient(center top, circle cover, #ffffff 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.6) 100%);
  background: radial-gradient(circle at center top, #ffffff 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.6) 100%);
  z-index: 0 !important; }
  @media (max-width: 767px) {
    #app .frame {
      overflow-x: auto; } }

/*	timeline slider
  ================================================== */
/* #slider { border-radius: 5px 5px 0 0; cursor: pointer; height: 50px; position: relative; width: 100%; .gradient(#7180A2,#7180A2,#5A6E8B); } */
#slider {
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 100% !important;
  background: -moz-linear-gradient(top, #7180A2 0%, #5A6E8B 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7180A2), color-stop(100%, #5A6E8B));
  background: -webkit-linear-gradient(top, #7180A2 0%, #5A6E8B 100%);
  background: -o-linear-gradient(top, #7180A2 0%, #5A6E8B 100%);
  background: -ms-linear-gradient(top, #7180A2 0%, #5A6E8B 100%);
  background: linear-gradient(to bottom, #7180A2 0%, #5A6E8B 100%); }
  @media (max-width: 767px) {
    #slider {
      overflow-x: auto;
      overflow-y: hidden; } }

#slider * {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#slider .timeline {
  padding: 19px 34px;
  text-align: center; }
  @media (max-width: 767px) {
    #slider .timeline {
      width: 1000px; } }

#slider .decade_link {
  color: #efefef;
  float: left;
  font-size: 15px; }

#slider .decade_link:hover {
  color: #fff; }

#slider .spacer {
  color: rgba(255, 255, 255, 0.6);
  float: left;
  font-size: 5px;
  letter-spacing: 3px;
  line-height: 250%;
  padding: 0 13px;
  text-align: center; }

#slider .indicator {
  background: url(year-slider.png) no-repeat;
  bottom: -8px;
  height: 27px;
  overflow: visible;
  position: absolute;
  width: 96px;
  z-index: 10; }
  @media (max-width: 767px) {
    #slider .indicator {
      display: none; } }

/*	app footer
  ================================================== */
/* #app-footer { border-radius: 0 0 5px 5px; height: 50px; width: 100%; .gradient(#3D4650, #3D4650, #2A3139); } */
#app-footer {
  border-radius: 0 0 5px 5px;
  height: 50px;
  width: 100%;
  background: -moz-linear-gradient(top, #3D4650 0%, #2A3139 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3D4650), color-stop(100%, #2A3139));
  background: -webkit-linear-gradient(top, #3D4650 0%, #2A3139 100%);
  background: -o-linear-gradient(top, #3D4650 0%, #2A3139 100%);
  background: -ms-linear-gradient(top, #3D4650 0%, #2A3139 100%);
  background: linear-gradient(to bottom, #3D4650 0%, #2A3139 100%); }

#app-footer h2 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  float: left;
  font-size: 14px;
  height: 32px;
  letter-spacing: 2.8px;
  line-height: 35px;
  margin: 10px 0 0 30px;
  padding-right: 16px;
  text-transform: uppercase; }

#app-footer a {
  clear: none;
  color: #eee;
  display: block;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 16px;
  text-transform: uppercase;
  font-family: "myriad-pro",sans-serif; }

#app-footer a:hover, #app-footer a.active {
  color: #fff; }

#app-footer a.everything.active {
  color: #E7B729; }

/*
	#app-footer .people:hover, #app-footer .people.active { .gradient(@green, lighten(@green,2%), darken(@green,25%)); }
	#app-footer .campus_memories:hover, #app-footer .campus_memories.active { .gradient(@gold, lighten(@gold,2%), darken(@gold,25%)); }
	#app-footer .in_quotes:hover, #app-footer .in_quotes.active { .gradient(@pink, lighten(@pink,2%), darken(@pink,25%)); }
	#app-footer .college:hover, #app-footer .college.active { .gradient(@blue, lighten(@blue,2%), darken(@blue,25%)); }
	#app-footer .did_you_know:hover, #app-footer .did_you_know.active { .gradient(@red, lighten(@red,2%), darken(@red,25%)); }
*/
#app-footer .people:hover,
#app-footer .people.active {
  background: -moz-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33b4b3), color-stop(100%, #154948));
  background: -webkit-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -o-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -ms-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: linear-gradient(to bottom, #33b4b3 0%, #154948 100%); }

#app-footer .campus_memories:hover,
#app-footer .campus_memories.active {
  background: -moz-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adaf5a), color-stop(100%, #55562a));
  background: -webkit-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -o-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -ms-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: linear-gradient(to bottom, #adaf5a 0%, #55562a 100%); }

#app-footer .in_quotes:hover,
#app-footer .in_quotes.active {
  background: -moz-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd87b9), color-stop(100%, #784274));
  background: -webkit-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -o-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -ms-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: linear-gradient(to bottom, #bd87b9 0%, #784274 100%); }

#app-footer .college:hover,
#app-footer .college.active {
  background: -moz-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6696b9), color-stop(100%, #2f4f67));
  background: -webkit-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -o-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -ms-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: linear-gradient(to bottom, #6696b9 0%, #2f4f67 100%); }

#app-footer .did_you_know:hover,
#app-footer .did_you_know.active {
  background: -moz-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef8267), color-stop(100%, #b93414));
  background: -webkit-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -o-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -ms-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: linear-gradient(to bottom, #ef8267 0%, #b93414 100%); }

/*	Intro
  ================================================== */
.intro_animating #carriage,
.intro_animating #slider .indicator,
.intro_animating .story {
  cursor: default !important; }

.intro_animating #slider,
.intro_animating #frame,
.intro_animating #app-footer,
.intro_animating #nav-prev,
.intro_animating #nav-next {
  cursor: default !important;
  pointer-events: none !important; }

#carriage .slide.year {
  opacity: 0; }

.intro_images {
  height: 300px;
  left: 66px;
  pointer-events: none;
  position: absolute;
  top: 312px;
  width: 300px;
  z-index: 800; }

.intro_images .frame {
  height: 100%;
  position: relative;
  width: 100%; }

.intro_images figure {
  border: 10px solid #fff;
  border-radius: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  height: 300px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 300px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }

.intro_images .positioner {
  height: 100%;
  position: relative;
  width: 100%; }

.intro_images img {
  left: 0;
  position: absolute;
  top: 0; }

.intro_images span {
  color: #fff;
  font-size: 60px;
  display: block;
  height: 100%;
  line-height: 300px;
  position: absolute;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%; }

/*	Stories
  ================================================== */
.story {
  cursor: pointer;
  height: 60px;
  width: 90px;
  z-index: 20; }
  @media (max-width: 767px) {
    .story {
      position: static !important;
      width: auto !important;
      height: auto !important; } }

.story .inner {
  padding: 4px 3px 3px 4px; }
  @media (max-width: 767px) {
    .story .inner {
      width: auto !important;
      height: auto !important; } }

.story .image_wrap {
  border-radius: 2px;
  padding: 1px;
  position: relative; }
  @media (max-width: 767px) {
    .story .image_wrap {
      width: auto !important;
      height: auto !important; } }

.story img {
  display: none;
  margin: 0; }
  @media (max-width: 767px) {
    .story img {
      width: 100% !important; } }

.story img.loaded {
  display: block; }

.story.small .inner {
  height: 34px;
  width: 53px; }

.story.small .image_wrap {
  height: 31px;
  width: 50px; }

.story.small img {
  width: 50px; }

.story.small .icon.video {
  background: url(icon_video_small.png) no-repeat;
  display: block;
  height: 28px;
  left: 14px;
  position: absolute;
  top: 4px;
  width: 28px; }

.story.small .icon.audio {
  background: url(icon_audio_small.png) no-repeat;
  display: block;
  height: 28px;
  left: 14px;
  position: absolute;
  top: 4px;
  width: 28px; }

.story.small .icon.quote {
  background: url(icon_quote_small.png) no-repeat;
  display: block;
  height: 24px;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 25px;
  opacity: 0.3; }

.story.large .inner {
  height: 54px;
  width: 83px; }

.story.large .image_wrap {
  height: 50px;
  width: 80px; }

.story.large img {
  width: 80px; }

.story.large .icon.video {
  background: url(icon_video_large.png) no-repeat;
  display: block;
  height: 37px;
  left: 24px;
  position: absolute;
  top: 8px;
  width: 37px; }

.story.large .icon.audio {
  background: url(icon_audio_large.png) no-repeat;
  display: block;
  height: 37px;
  left: 24px;
  position: absolute;
  top: 8px;
  width: 37px; }

.story.large .icon.quote {
  background: url(icon_quote_large.png) no-repeat;
  display: block;
  height: 36px;
  left: 24px;
  position: absolute;
  top: 8px;
  width: 37px;
  opacity: 0.3; }

.story .shadow-box {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0; }

/*	Mixins for story frames
  ================================================== */
/*
	.framed(@color, @light: lighten(@color, 10%)) { border-radius: 4px; box-shadow: 3px 3px 6px rgba(0,0,0,0.4); padding: 1px;
		background: -moz-linear-gradient(top, darken(@color, 8%) 0%, @light 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,darken(@color, 8%)), color-stop(100%,@light));
		background: -webkit-linear-gradient(top, darken(@color, 8%) 0%, @light 100%);
		background: -o-linear-gradient(top, darken(@color, 8%) 0%,@light 100%);
		background: -ms-linear-gradient(top, darken(@color, 8%) 0%,@light 100%);
		background: linear-gradient(to bottom, darken(@color, 8%) 0%,@light 100%);
	}
	.inner_frame(@color, @dark: darken(@color, 20%)) { border-radius: 3px;
		background: -moz-linear-gradient(top, @color 0%, @dark 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@color), color-stop(100%,@dark));
		background: -webkit-linear-gradient(top, @color 0%, @dark 100%);
		background: -o-linear-gradient(top, @color 0%,@dark 100%);
		background: -ms-linear-gradient(top, @color 0%,@dark 100%);
		background: linear-gradient(to bottom, @color 0%,@dark 100%);
	}
	.image_frame(@color, @light: lighten(@color, 10%)){
		background: -moz-linear-gradient(top, darken(@color, 8%) 0%, @light 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,darken(@color, 8%)), color-stop(100%,@light));
		background: -webkit-linear-gradient(top, darken(@color, 8%) 0%, @light 100%);
		background: -o-linear-gradient(top, darken(@color, 8%) 0%,@light 100%);
		background: -ms-linear-gradient(top, darken(@color, 8%) 0%,@light 100%);
		background: linear-gradient(to bottom, darken(@color, 8%) 0%,@light 100%);
	}
*/
/*
	.story.people { .framed(@green); }
	.story.people .image_wrap { .image_frame(@green); }
	.story.people .inner { .inner_frame(@green); }
	.story.people .quote_preview { background: darken(@green, 35%); }
	.story.campus_memories { .framed(@gold); }
	.story.campus_memories .image_wrap { .image_frame(@gold); }
	.story.campus_memories .inner{ .inner_frame(@gold); }
	.story.campus_memories .quote_preview { background: darken(@gold, 35%); }
	.story.in_quotes { .framed(@pink); }
	.story.in_quotes .image_wrap { .image_frame(@pink); }
	.story.in_quotes .inner { .inner_frame(@pink); }
	.story.in_quotes .quote_preview { background: darken(@pink, 35%); }
	.story.college { .framed(@blue); }
	.story.college .image_wrap { .image_frame(@blue); }
	.story.college .inner { .inner_frame(@blue); }
	.story.college .quote_preview { background: darken(@blue, 35%); }
	.story.did_you_know { .framed(@red); }
	.story.did_you_know .image_wrap { .image_frame(@red); }
	.story.did_you_know .inner { .inner_frame(@red); }
	.story.did_you_know .quote_preview { background: darken(@red, 35%); }
*/
.story.people {
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  padding: 1px;
  background: -moz-linear-gradient(top, #288c8b 0%, #46cac9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #288c8b), color-stop(100%, #46cac9));
  background: -webkit-linear-gradient(top, #288c8b 0%, #46cac9 100%);
  background: -o-linear-gradient(top, #288c8b 0%, #46cac9 100%);
  background: -ms-linear-gradient(top, #288c8b 0%, #46cac9 100%);
  background: linear-gradient(to bottom, #288c8b 0%, #46cac9 100%); }

.story.people .image_wrap {
  background: -moz-linear-gradient(top, #288c8b 0%, #46cac9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #288c8b), color-stop(100%, #46cac9));
  background: -webkit-linear-gradient(top, #288c8b 0%, #46cac9 100%);
  background: -o-linear-gradient(top, #288c8b 0%, #46cac9 100%);
  background: -ms-linear-gradient(top, #288c8b 0%, #46cac9 100%);
  background: linear-gradient(to bottom, #288c8b 0%, #46cac9 100%); }

.story.people .inner {
  border-radius: 3px;
  background: -moz-linear-gradient(top, #31ACAB 0%, #1a5d5c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31ACAB), color-stop(100%, #1a5d5c));
  background: -webkit-linear-gradient(top, #31ACAB 0%, #1a5d5c 100%);
  background: -o-linear-gradient(top, #31ACAB 0%, #1a5d5c 100%);
  background: -ms-linear-gradient(top, #31ACAB 0%, #1a5d5c 100%);
  background: linear-gradient(to bottom, #31ACAB 0%, #1a5d5c 100%); }

.story.people .quote_preview {
  background: #092121; }

.story.campus_memories {
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  padding: 1px;
  background: -moz-linear-gradient(top, #8f9046 0%, #bbbd75 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f9046), color-stop(100%, #bbbd75));
  background: -webkit-linear-gradient(top, #8f9046 0%, #bbbd75 100%);
  background: -o-linear-gradient(top, #8f9046 0%, #bbbd75 100%);
  background: -ms-linear-gradient(top, #8f9046 0%, #bbbd75 100%);
  background: linear-gradient(to bottom, #8f9046 0%, #bbbd75 100%); }

.story.campus_memories .image_wrap {
  background: -moz-linear-gradient(top, #8f9046 0%, #bbbd75 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f9046), color-stop(100%, #bbbd75));
  background: -webkit-linear-gradient(top, #8f9046 0%, #bbbd75 100%);
  background: -o-linear-gradient(top, #8f9046 0%, #bbbd75 100%);
  background: -ms-linear-gradient(top, #8f9046 0%, #bbbd75 100%);
  background: linear-gradient(to bottom, #8f9046 0%, #bbbd75 100%); }

.story.campus_memories .inner {
  border-radius: 3px;
  background: -moz-linear-gradient(top, #AAAC53 0%, #666732 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AAAC53), color-stop(100%, #666732));
  background: -webkit-linear-gradient(top, #AAAC53 0%, #666732 100%);
  background: -o-linear-gradient(top, #AAAC53 0%, #666732 100%);
  background: -ms-linear-gradient(top, #AAAC53 0%, #666732 100%);
  background: linear-gradient(to bottom, #AAAC53 0%, #666732 100%); }

.story.campus_memories .quote_preview {
  background: #333419; }

.story.in_quotes {
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  padding: 1px;
  background: -moz-linear-gradient(top, #ab66a6 0%, #cba1c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab66a6), color-stop(100%, #cba1c8));
  background: -webkit-linear-gradient(top, #ab66a6 0%, #cba1c8 100%);
  background: -o-linear-gradient(top, #ab66a6 0%, #cba1c8 100%);
  background: -ms-linear-gradient(top, #ab66a6 0%, #cba1c8 100%);
  background: linear-gradient(to bottom, #ab66a6 0%, #cba1c8 100%); }

.story.in_quotes .image_wrap {
  background: -moz-linear-gradient(top, #ab66a6 0%, #cba1c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab66a6), color-stop(100%, #cba1c8));
  background: -webkit-linear-gradient(top, #ab66a6 0%, #cba1c8 100%);
  background: -o-linear-gradient(top, #ab66a6 0%, #cba1c8 100%);
  background: -ms-linear-gradient(top, #ab66a6 0%, #cba1c8 100%);
  background: linear-gradient(to bottom, #ab66a6 0%, #cba1c8 100%); }

.story.in_quotes .inner {
  border-radius: 3px;
  background: -moz-linear-gradient(top, #B980B5 0%, #884b84 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B980B5), color-stop(100%, #884b84));
  background: -webkit-linear-gradient(top, #B980B5 0%, #884b84 100%);
  background: -o-linear-gradient(top, #B980B5 0%, #884b84 100%);
  background: -ms-linear-gradient(top, #B980B5 0%, #884b84 100%);
  background: linear-gradient(to bottom, #B980B5 0%, #884b84 100%); }

.story.in_quotes .quote_preview {
  background: #573054; }

.story.college {
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  padding: 1px;
  background: -moz-linear-gradient(top, #4a7da2 0%, #82a9c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a7da2), color-stop(100%, #82a9c6));
  background: -webkit-linear-gradient(top, #4a7da2 0%, #82a9c6 100%);
  background: -o-linear-gradient(top, #4a7da2 0%, #82a9c6 100%);
  background: -ms-linear-gradient(top, #4a7da2 0%, #82a9c6 100%);
  background: linear-gradient(to bottom, #4a7da2 0%, #82a9c6 100%); }

.story.college .image_wrap {
  background: -moz-linear-gradient(top, #4a7da2 0%, #82a9c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a7da2), color-stop(100%, #82a9c6));
  background: -webkit-linear-gradient(top, #4a7da2 0%, #82a9c6 100%);
  background: -o-linear-gradient(top, #4a7da2 0%, #82a9c6 100%);
  background: -ms-linear-gradient(top, #4a7da2 0%, #82a9c6 100%);
  background: linear-gradient(to bottom, #4a7da2 0%, #82a9c6 100%); }

.story.college .inner {
  border-radius: 3px;
  background: -moz-linear-gradient(top, #5F91B6 0%, #375c78 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5F91B6), color-stop(100%, #375c78));
  background: -webkit-linear-gradient(top, #5F91B6 0%, #375c78 100%);
  background: -o-linear-gradient(top, #5F91B6 0%, #375c78 100%);
  background: -ms-linear-gradient(top, #5F91B6 0%, #375c78 100%);
  background: linear-gradient(to bottom, #5F91B6 0%, #375c78 100%); }

.story.college .quote_preview {
  background: #1f3444; }

.story.did_you_know {
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  padding: 1px;
  background: -moz-linear-gradient(top, #ea5c39 0%, #f3a08c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea5c39), color-stop(100%, #f3a08c));
  background: -webkit-linear-gradient(top, #ea5c39 0%, #f3a08c 100%);
  background: -o-linear-gradient(top, #ea5c39 0%, #f3a08c 100%);
  background: -ms-linear-gradient(top, #ea5c39 0%, #f3a08c 100%);
  background: linear-gradient(to bottom, #ea5c39 0%, #f3a08c 100%); }

.story.did_you_know .image_wrap {
  background: -moz-linear-gradient(top, #ea5c39 0%, #f3a08c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea5c39), color-stop(100%, #f3a08c));
  background: -webkit-linear-gradient(top, #ea5c39 0%, #f3a08c 100%);
  background: -o-linear-gradient(top, #ea5c39 0%, #f3a08c 100%);
  background: -ms-linear-gradient(top, #ea5c39 0%, #f3a08c 100%);
  background: linear-gradient(to bottom, #ea5c39 0%, #f3a08c 100%); }

.story.did_you_know .inner {
  border-radius: 3px;
  background: -moz-linear-gradient(top, #EE7A5E 0%, #d03a16 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EE7A5E), color-stop(100%, #d03a16));
  background: -webkit-linear-gradient(top, #EE7A5E 0%, #d03a16 100%);
  background: -o-linear-gradient(top, #EE7A5E 0%, #d03a16 100%);
  background: -ms-linear-gradient(top, #EE7A5E 0%, #d03a16 100%);
  background: linear-gradient(to bottom, #EE7A5E 0%, #d03a16 100%); }

.story.did_you_know .quote_preview {
  background: #8b270f; }

.story .quote_preview {
  overflow: hidden; }

.story.small .quote_preview span {
  color: rgba(255, 255, 255, 0);
  font-size: 10px; }

.story.large .quote_preview span {
  color: rgba(255, 255, 255, 0);
  font-size: 11px; }

.story.small .quote_preview {
  height: 29px;
  line-height: 0.6;
  padding: 1px 5px;
  width: 40px; }

.story.large .quote_preview {
  height: 36px;
  line-height: 0.7;
  padding: 7px;
  width: 66px; }

/*	Footer
  ================================================== */
footer {
  background: #3D4650;
  bottom: 0;
  clear: both;
  color: #99A1A8;
  cursor: default;
  font-size: 12px;
  height: 30px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 10000;
  font-family: "myriad-pro",sans-serif; }

footer .inner {
  margin: 0 auto;
  width: 660px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

footer span, .phone_link {
  color: #99A1A8;
  display: inline-block;
  float: left;
  padding-top: 9px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.phone_link a {
  color: #99A1A8; }

footer .separator {
  margin: 0 12px; }

footer .homepage_link {
  background: #9DA5AB;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  height: 21px;
  letter-spacing: 1.5px;
  margin-left: 20px;
  padding: 9px 12px 0; }

/*	Overlay & Modals
  ================================================== */
#overlay {
  background: rgba(255, 255, 255, 0.85);
  left: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000; }

#modal {
  background: #EFEFEF;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  /* height: 400px; */
  margin: 180px auto;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 600px;
  z-index: 11000; }

#modal .icon.close {
  position: absolute;
  top: 0;
  right: 0; }

#modal.video {
  /* min-height: 410px; */
  width: 900px; }

#modal.video .video_frame {
  float: left;
  margin: 0 15px 0 0;
  width: 560px; }

#modal .video_wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }

#modal .video_wrapper object, #modal .video_wrapper embed, #modal .video_wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#modal.video .content {
  float: right;
  margin: 30px 15px 0 0;
  width: 245px; }

#modal .image_frame {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  float: left;
  padding: 10px; }

#modal figure {
  float: left;
  margin: 0; }

#modal figure img {
  display: block;
  float: left; }

#modal figcaption {
  clear: both;
  display: block;
  float: left;
  color: #676767;
  font-size: 13px;
  line-height: 1.4;
  margin: 14px 0 0;
  width: 100%;
  font-family: "myriad-pro",sans-serif; }

#modal.landscape {
  width: 890px; }

#modal.landscape .image_frame {
  width: 536px; }

#modal.landscape .content {
  float: right;
  margin: 0 15px 0 0;
  width: 245px; }

#modal.landscape .container {
  min-height: 260px; }

#modal.landscape .container .scroller-content {
  min-height: 260px; }

#modal.gallery {
  min-height: 420px;
  width: 600px; }

#modal.gallery .gallery {
  float: left;
  /* min-height: 300px; */
  margin: 0;
  width: 252px; }

#modal.gallery .gallery .nav {
  background: #BEBEBE;
  border-radius: 4px 0 0 4px;
  float: left;
  max-height: 260px;
  padding: 10px; }

#modal.gallery .gallery .nav .viewport {
  overflow: hidden; }

#modal.gallery .gallery .nav .viewport.height_2 {
  height: 110px; }

#modal.gallery .gallery .nav .viewport.height_3 {
  height: 170px; }

#modal.gallery .gallery .nav .viewport.height_4 {
  height: 230px; }

#modal.gallery .gallery .nav .viewport.height_overflow {
  height: 230px; }

#modal.gallery .gallery .nav img {
  background: #efefef;
  cursor: pointer; }

#modal.gallery .gallery .nav .pagination {
  height: 20px;
  margin: 0;
  padding: 0 10px;
  width: 60px; }

#modal.gallery .gallery .nav .pagination span {
  background: url(icons-up-down.png) no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  width: 30px; }

#modal.gallery .gallery .nav .pagination .up {
  background-position: left center; }

#modal.gallery .gallery .nav .pagination .down {
  background-position: right center; }

#modal.gallery .gallery .nav .trigger {
  clear: left;
  display: block;
  float: left;
  margin: 0 0 10px 0; }

#modal.gallery .gallery .nav .trigger.last {
  margin: 0; }

#modal.gallery .gallery .nav .trigger.active {
  border: 2px solid #666;
  display: block;
  height: 46px;
  overflow: hidden;
  width: 76px; }

#modal.gallery .gallery .nav .trigger img {
  float: left; }

#modal.gallery .gallery .nav .trigger.active img {
  margin: -2px; }

#modal.gallery .gallery .inner {
  float: left;
  position: relative; }

#modal.gallery .gallery .inner .image_frame {
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  width: 416px; }

#modal.gallery .gallery .inner .image_frame.active {
  display: block;
  position: static; }

#modal.gallery .gallery .inner .image_frame.single {
  min-height: 300px;
  position: relative;
  width: 252px; }

#modal.gallery .gallery .inner .image_frame iframe {
  height: 260px;
  float: left;
  width: 100%; }

#modal.gallery .gallery .inner .image_frame.single iframe {
  height: 300px;
  float: left;
  position: relative; }

#modal.gallery .content {
  float: right;
  clear: right;
  margin: 0 15px 0 30px;
  width: 245px; }

#modal.portrait {
  width: 810px; }

#modal.portrait .image_frame {
  width: 450px;
  height: 424px; }

#modal.portrait .content {
  float: right;
  margin: 0 15px 0 0;
  width: 245px;
  height: 400px; }

#modal.portrait .container {
  min-height: 370px; }

#modal.portrait .container .scroller-content {
  min-height: 370px; }

#modal.quote {
  min-height: none; }

#modal.quote .content {
  min-height: none;
  margin: 0 15px 0 0;
  width: 245px; }

#modal.quote .container {
  font-size: 16px;
  font-family: "adobe-caslon-pro",serif; }

#modal .who_said_this {
  color: #676767;
  font-size: 13px;
  line-height: 1.4;
  margin: 14px 0;
  font-family: "myriad-pro",sans-serif; }

#modal .header {
  border-radius: 4px 4px 0 0;
  box-shadow: 0;
  color: #fff;
  height: 30px;
  text-transform: uppercase; }

#modal .title {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  font-family: "myriad-pro",sans-serif; }

#modal .title .year {
  margin-left: 10px;
  opacity: 0.9;
  text-transform: none; }

#modal .content_header {
  font-size: 24px;
  line-height: 1.2;
  margin: 5px 0 8px;
  text-transform: none; }

#modal .container {
  color: #676767;
  font-size: 14px;
  height: 300px;
  line-height: 1.4;
  /* overflow-y: scroll; */
  font-family: "myriad-pro",sans-serif; }

#modal hr.divider {
  background-color: #ccc;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 1px; }

/*
	#modal.people .content .content_header				{ color: darken(@green, 10%); }
	#modal.campus_memories .content .content_header		{ color: darken(@gold, 10%); }
	#modal.in_quotes .content .content_header			{ color: darken(@pink, 10%); }
	#modal.college .content .content_header				{ color: darken(@blue, 10%); }
	#modal.did_you_know .content .content_header		{ color: darken(@red, 10%); }
*/
#modal.people .content .content_header {
  color: #268484; }

#modal.campus_memories .content .content_header {
  color: #888a42; }

#modal.in_quotes .content .content_header {
  color: #a75fa2; }

#modal.college .content .content_header {
  color: #47779b; }

#modal.did_you_know .content .content_header {
  color: #e95430; }

#modal .source_block {
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: 0 12px 40px 0;
  padding: 0 10px;
  font-family: "myriad-pro",sans-serif;
  text-transform: uppercase; }

/*
	#modal.people .source_block				{ .gradient(@green, lighten(@green,2%), darken(@green,25%)); }
	#modal.campus_memories .source_block	{ .gradient(@gold, lighten(@gold,2%), darken(@gold,25%)); }
	#modal.in_quotes .source_block			{ .gradient(@pink, lighten(@pink,2%), darken(@pink,25%)); }
	#modal.college .source_block			{ .gradient(@blue, lighten(@blue,2%), darken(@blue,25%)); }
	#modal.did_you_know .source_block		{ .gradient(@red, lighten(@red,2%), darken(@red,25%)); }
*/
#modal.people .source_block {
  background: -moz-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33b4b3), color-stop(100%, #154948));
  background: -webkit-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -o-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -ms-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: linear-gradient(to bottom, #33b4b3 0%, #154948 100%); }

#modal.campus_memories .source_block {
  background: -moz-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adaf5a), color-stop(100%, #55562a));
  background: -webkit-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -o-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -ms-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: linear-gradient(to bottom, #adaf5a 0%, #55562a 100%); }

#modal.in_quotes .source_block {
  background: -moz-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd87b9), color-stop(100%, #784274));
  background: -webkit-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -o-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -ms-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: linear-gradient(to bottom, #bd87b9 0%, #784274 100%); }

#modal.college .source_block {
  background: -moz-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6696b9), color-stop(100%, #2f4f67));
  background: -webkit-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -o-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -ms-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: linear-gradient(to bottom, #6696b9 0%, #2f4f67 100%); }

#modal.did_you_know .source_block {
  background: -moz-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef8267), color-stop(100%, #b93414));
  background: -webkit-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -o-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -ms-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: linear-gradient(to bottom, #ef8267 0%, #b93414 100%); }

#modal .source {
  clear: none;
  color: #676767;
  display: inline;
  line-height: 1.4;
  font-size: 12px;
  margin-top: 6px;
  font-family: "myriad-pro",sans-serif; }

#modal div.social {
  margin-top: 20px;
  text-align: right;
  display: none; }

/* Modal Nav */
#modal-prev, #modal-next {
  height: 80px;
  position: absolute;
  width: 40px; }

#modal-prev .icon {
  margin: 31px 0 0 11px; }

#modal-next .icon {
  margin: 31px 0 0 14px; }

#modal-prev {
  border-radius: 4px 0 0 4px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.12);
  top: 40%;
  right: 100%;
  background: #cea016;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea016', endColorstr='#e7b82b',GradientType=1 ); }

#modal-next {
  border-radius: 0 4px 4px 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.12);
  top: 40%;
  left: 100%;
  background: #cea016;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea016', endColorstr='#e7b82b',GradientType=1 ); }

#modal-prev.active {
  cursor: pointer;
  background: #cea016;
  background: -moz-linear-gradient(left, #7180a2 0%, #5a6e8b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7180a2), color-stop(100%, #5a6e8b));
  background: -webkit-linear-gradient(left, #7180a2 0%, #5a6e8b 100%);
  background: -o-linear-gradient(left, #7180a2 0%, #5a6e8b 100%);
  background: -ms-linear-gradient(left, #7180a2 0%, #5a6e8b 100%);
  background: linear-gradient(to right, #7180a2 0%, #5a6e8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea016', endColorstr='#e7b82b',GradientType=1 ); }

#modal-next.active {
  cursor: pointer;
  background: #e7b82b;
  background: -moz-linear-gradient(left, #5a6e8b 0%, #7180a2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5a6e8b), color-stop(100%, #7180a2));
  background: -webkit-linear-gradient(left, #5a6e8b 0%, #7180a2 100%);
  background: -o-linear-gradient(left, #5a6e8b 0%, #7180a2 100%);
  background: -ms-linear-gradient(left, #5a6e8b 0%, #7180a2 100%);
  background: linear-gradient(to right, #5a6e8b 0%, #7180a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7b82b', endColorstr='#cea016',GradientType=1 ); }

/* Popover */
.popover {
  background: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #676767;
  height: 100px;
  padding: 0;
  position: absolute;
  width: 220px;
  z-index: 900;
  font-family: "myriad-pro",sans-serif;
  pointer-events: none; }

.popover .header {
  border-radius: 4px 4px 0 0;
  box-shadow: 0;
  color: #fff;
  font-size: 12px;
  height: 10px;
  padding: 10px;
  text-transform: uppercase; }

/* popover & modal headers*/
/*
	.header.people			{ .gradient(@green, lighten(@green,2%), darken(@green,25%)); }
	.header.campus_memories	{ .gradient(@gold, lighten(@gold,2%), darken(@gold,25%)); }
	.header.in_quotes			{ .gradient(@pink, lighten(@pink,2%), darken(@pink,25%)); }
	.header.college			{ .gradient(@blue, lighten(@blue,2%), darken(@blue,25%)); }
	.header.did_you_know		{ .gradient(@red, lighten(@red,2%), darken(@red,25%)); }
*/
.header.people {
  background: -moz-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33b4b3), color-stop(100%, #154948));
  background: -webkit-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -o-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: -ms-linear-gradient(top, #33b4b3 0%, #154948 100%);
  background: linear-gradient(to bottom, #33b4b3 0%, #154948 100%); }

.header.campus_memories {
  background: -moz-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adaf5a), color-stop(100%, #55562a));
  background: -webkit-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -o-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: -ms-linear-gradient(top, #adaf5a 0%, #55562a 100%);
  background: linear-gradient(to bottom, #adaf5a 0%, #55562a 100%); }

.header.in_quotes {
  background: -moz-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd87b9), color-stop(100%, #784274));
  background: -webkit-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -o-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: -ms-linear-gradient(top, #bd87b9 0%, #784274 100%);
  background: linear-gradient(to bottom, #bd87b9 0%, #784274 100%); }

.header.college {
  background: -moz-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6696b9), color-stop(100%, #2f4f67));
  background: -webkit-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -o-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: -ms-linear-gradient(top, #6696b9 0%, #2f4f67 100%);
  background: linear-gradient(to bottom, #6696b9 0%, #2f4f67 100%); }

.header.did_you_know {
  background: -moz-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef8267), color-stop(100%, #b93414));
  background: -webkit-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -o-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: -ms-linear-gradient(top, #ef8267 0%, #b93414 100%);
  background: linear-gradient(to bottom, #ef8267 0%, #b93414 100%); }

.popover .description {
  background: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  height: 50px;
  line-height: 1.4;
  padding: 10px; }

/*	Downloads
  ================================================== */
#downloads {
  background: #EFEFEF;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: none;
  height: 100px;
  left: 0;
  padding: 15px 0 15px;
  position: absolute;
  top: 50px;
  z-index: 5000;
  width: 100%; }

#downloads.active {
  display: block; }

#downloads .title {
  border-bottom: 1px solid #E1E1E1;
  color: #B8644F;
  font-size: 18px;
  margin: 8px 0 0;
  padding: 10px 16px 4px; }

#downloads div.prev, #downloads div.next {
  cursor: pointer;
  position: relative;
  height: 100px;
  visibility: hidden;
  width: 4%;
  min-width: 20px;
  opacity: 0.3;
  z-index: 5100; }

#downloads div.prev.active, #downloads div.next.active {
  cursor: pointer;
  position: relative;
  height: 100px;
  width: 4%;
  visibility: visible;
  min-width: 20px;
  opacity: 1;
  z-index: 5100; }

#downloads .prev {
  border-right: 1px solid #E1E1E1;
  float: left; }

#downloads .next {
  border-left: 1px solid #E1E1E1;
  float: right; }

.icon.dark {
  background: url(icons-dark-arrows.png) no-repeat;
  display: block;
  height: 18px;
  position: absolute;
  top: 41px;
  width: 14px; }

.icon.prev.dark {
  background-position: left;
  left: 13px; }

.icon.next.dark {
  background-position: right;
  right: 13px; }

#downloads .viewport {
  float: left;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 91%; }

#downloads .slider {
  left: 0;
  position: absolute;
  top: 0;
  width: 10000px;
  z-index: 5001; }

#downloads .download {
  border-right: 1px solid #E1E1E1;
  float: left;
  height: 100px;
  padding: 0 24px;
  width: 330px; }

#downloads .download img {
  display: block;
  float: left;
  margin: 8px 14px 60px 0;
  max-height: 92px;
  max-width: 92px; }

#downloads .download .title {
  border: 0;
  color: #2C333C;
  padding: 0;
  margin-bottom: 0; }

#downloads p {
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-family: "myriad-pro",sans-serif; }

#downloads .links a {
  border-right: 1px solid #E1E1E1;
  color: #2C333C;
  display: block;
  float: left;
  font-size: 12px;
  margin-right: 8px;
  padding-right: 8px; }

#downloads .links a.last {
  border-right: 0; }

#downloads .links a:hover {
  color: #666666;
  text-decoration: underline; }

/*	Share
  ================================================== */
#share_box {
  background: #EFEFEF;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: none;
  height: 120px;
  right: 0;
  padding: 12px;
  position: absolute;
  top: 50px;
  z-index: 5000;
  width: 240px; }

#share_box.active {
  display: block; }

#share_box .title {
  border-bottom: 1px solid #E1E1E1;
  color: #2C333C;
  font-size: 18px;
  padding-bottom: 8px; }

#share_box li {
  border-bottom: 1px solid #E1E1E1;
  clear: both;
  float: left;
  padding: 8px 0 6px;
  width: 100%; }

#share_box li.last {
  border-bottom: 0; }

#share_box li a {
  color: #666666;
  line-height: 28px; }

#share_box li a:hover {
  color: #666666;
  text-decoration: underline; }

#share_box li span {
  float: left;
  margin: -1px 10px 0 0; }

#modal #modal-content {
  margin: 30px 15px 30px 30px;
  height: 1%;
  zoom: 1; }

/*
 * Scroller Plugin [Formstone Library]
 * @author Ben Plum
 * @version 0.5.9
 *
 * Copyright ┬⌐ 2012 Ben Plum <mr@benplum.com>
 * Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 */
.scroller, .scroller-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc); }

.scroller {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative; }

.scroller-content {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1; }

.scroller-bar {
  background: #FBFBFB;
  border-left: 1px solid #EEEEEE;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 2; }

.scroller-track {
  background: #FBFBFB;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }

.scroller-handle {
  background: #EEEEEE;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 0;
  width: 10px;
  z-index: 2;
  -webkit-transition: right 0.1s linear, width 0.1s linear;
  -moz-transition: right 0.1s linear, width 0.1s linear;
  -ms-transition: right 0.1s linear, width 0.1s linear;
  -o-transition: right 0.1s linear, width 0.1s linear;
  transition: right 0.1s linear, width 0.1s linear; }

/* Webkit Fix */
.scroller-content::-webkit-scrollbar,
.scroller-content::-webkit-scrollbar-button,
.scroller-content::-webkit-scrollbar-track,
.scroller-content::-webkit-scrollbar-track-piece,
.scroller-content::-webkit-scrollbar-thumb,
.scroller-content::-webkit-scrollbar-corner,
.scroller-content::-webkit-resizer {
  background: transparent;
  opacity: 0; }

/* Active Scrollbar */
.scroller-active .scroller-content {
  padding: 20px; }

.scroller-active .scroller-bar {
  display: block; }

/* Setup Scrollbar - Should match 'active' styles for proper sizing */
.scroller-active .scroller-content {
  padding: 20px; }

.scroller-active .scroller-bar {
  display: block; }

/* Horizontal */
.scroller-horizontal .scroller-content {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px 0; }

.scroller-horizontal .scroller-bar {
  border-left: none;
  border-top: 1px solid #EEEEEE;
  bottom: 0;
  height: 20px;
  top: auto;
  width: 100%; }

.scroller-horizontal .scroller-handle {
  bottom: 5px;
  height: 10px;
  right: auto;
  top: auto;
  width: 20px; }

/* CUSTOM */
.scroller-active .scroller-content {
  padding: 0 20px 0 0; }

.scroller-content p {
  padding-bottom: 10px; }

.scroller-bar {
  background: #eee; }

.scroller-track {
  border-radius: 3px;
  background: #ccc;
  margin: 0 7px;
  overflow: visible;
  width: 6px; }

.scroller-handle {
  background: #eee url(icon_scrollbar_handle.png) no-repeat center center;
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  right: -2px;
  width: 10px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .scroller-active .scroller-content {
    margin: 0 10px 0 0;
    padding: 0; } }
.ipad .scroller-active .scroller-content {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0; }

.ipad .scroller-handle {
  background: #aaa;
  border: none;
  box-shadow: none;
  right: 0;
  width: 6px; }

/*	Nav
  ================================================== */
#nav-prev, #nav-next {
  height: 100px;
  position: absolute;
  top: 82%;
  width: 40px; }

#nav-prev {
  border-radius: 4px 0 0 4px;
  right: 100%;
  background: #cea016;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea016', endColorstr='#e7b82b',GradientType=1 ); }
  @media (max-width: 767px) {
    #nav-prev {
      right: 90%;
      display: none; } }

#nav-next {
  border-radius: 0 4px 4px 0;
  left: 100%;
  background: #cea016;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea016', endColorstr='#e7b82b',GradientType=1 ); }
  @media (max-width: 767px) {
    #nav-next {
      left: 90%;
      display: none; } }

#nav-prev.active {
  cursor: pointer;
  background: #cea016;
  background: -moz-linear-gradient(left, #cea016 0%, #e7b82b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cea016), color-stop(100%, #e7b82b));
  background: -webkit-linear-gradient(left, #cea016 0%, #e7b82b 100%);
  background: -o-linear-gradient(left, #cea016 0%, #e7b82b 100%);
  background: -ms-linear-gradient(left, #cea016 0%, #e7b82b 100%);
  background: linear-gradient(to right, #cea016 0%, #e7b82b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea016', endColorstr='#e7b82b',GradientType=1 ); }

#nav-next.active {
  cursor: pointer;
  background: #e7b82b;
  background: -moz-linear-gradient(left, #cea016 0%, #e7b82b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cea016), color-stop(100%, #e7b82b));
  background: -webkit-linear-gradient(left, #cea016 0%, #e7b82b 100%);
  background: -o-linear-gradient(left, #cea016 0%, #e7b82b 100%);
  background: -ms-linear-gradient(left, #cea016 0%, #e7b82b 100%);
  background: linear-gradient(to right, #cea016 0%, #e7b82b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7b82b', endColorstr='#cea016',GradientType=1 ); }

#nav-prev .icon {
  margin: 41px 0 0 11px;
  opacity: 0.2; }

#nav-next .icon {
  margin: 41px 0 0 14px;
  opacity: 0.2; }

#nav-prev.active .icon {
  margin: 41px 0 0 11px;
  opacity: 1; }

#nav-next.active .icon {
  margin: 41px 0 0 14px;
  opacity: 1; }

/*	Carriage
  ================================================== */
#carriage {
  background: #efefef;
  left: 0;
  height: 450px;
  position: absolute;
  top: 0;
  width: 100000px;
  z-index: 100; }
  @media (max-width: 767px) {
    #carriage {
      width: 8205px; } }

#carriage * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#carriage .slide {
  border-right: 1px solid #B7C0C6;
  height: 100%;
  float: left;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    #carriage .slide {
      width: 50vw !important;
      min-width: auto !important; }
      #carriage .slide:nth-child(2), #carriage .slide:nth-child(3), #carriage .slide:nth-child(4) {
        width: 33vw !important; }
      #carriage .slide.intro {
        width: 100vw !important; } }

#carriage .slide.hidden {
  pointer-events: none; }

#carriage .slide.intro {
  width: 450px; }

#carriage .intro_frame {
  background: url(title_bg.png) no-repeat;
  height: 344px;
  margin: 55px auto;
  width: 350px; }

#carriage .intro_frame .logo {
  background: url(logo_dark.png) no-repeat;
  float: left;
  height: 128px;
  margin: 25px 0 25px 65px;
  width: 220px; }

#carriage .intro_frame .title {
  clear: both;
  color: #6A7A9B;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase; }

#carriage .intro_frame .title em {
  font-style: italic;
  font-weight: bold;
  font-size: 17px;
  text-transform: none; }

#carriage .intro_frame p {
  color: #676767;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  padding: 0 40px; }

#carriage .slide.year {
  min-width: 140px; }

#carriage .slide.year.collapsed {
  border-right: 0;
  min-width: 0;
  max-width: 0;
  overflow: hidden;
  width: 0; }

#carriage .slide.year.single {
  min-width: 140px; }

#carriage .slide.year.double {
  min-width: 210px; }

#carriage .slide.year.tripple {
  min-width: 280px; }

#carriage .slide.year.quad {
  min-width: 330px; }

#carriage .slide.year.quint {
  min-width: 360px; }

#carriage .slide.year.huge {
  min-width: 420px; }

/* 	.vertical_year { bottom: 44px; color: #B7BFC5; display: block; font-size: 86px; position: absolute; right: -60px; } */
.vertical_year {
  bottom: 44px;
  color: #B7BFC5;
  display: block;
  font-size: 86px;
  position: absolute;
  right: -60px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }

/*	Min-Width: 1280
  ================================================== */
@media screen and (min-width: 1280px) {
  #app {
    width: 1200px; }

  #slider .spacer {
    margin: 0 0;
    padding: 0 13px 0 12px; } }
@media screen and (max-width: 1280px) {
  #slider .spacer {
    margin: 0 0;
    padding: 0 9px 0 8px; } }
/*	Min-Width: 1200
  ================================================== */
@media screen and (min-width: 1200px) {
  #slider .decade_link {
    margin: auto 0; } }
/*	Max-Width: 1200
  ================================================== */
@media screen and (max-width: 1200px) {
  #app {
    width: 100% !important; }

  #slider .spacer {
    padding: 0 5px 0 4px; }

  #modal.gallery {
    width: 600px; }

  #modal.gallery .gallery {
    float: left;
    margin: 0;
    width: 252px; }

  #modal.gallery .gallery .nav {
    background: #BEBEBE;
    border-radius: 4px 0 0 4px;
    float: left;
    max-height: 260px;
    padding: 10px; }

  #modal.gallery .gallery .nav .viewport {
    overflow: hidden; }

  #modal.gallery .gallery .nav .viewport.height_2 {
    height: 110px; }

  #modal.gallery .gallery .nav .viewport.height_3 {
    height: 170px; }

  #modal.gallery .gallery .nav .viewport.height_4 {
    height: 230px; }

  #modal.gallery .gallery .nav .viewport.height_overflow {
    height: 230px; }

  #modal.gallery .gallery .nav img {
    background: #efefef;
    cursor: pointer; }

  /*
  	#modal.gallery .gallery .nav .pagination { height: 20px; margin-top: 12px; padding: 0 20px; width: 40px;}
  	#modal.gallery .gallery .nav .pagination span { background: url(icons-up-down.png) no-repeat; display: block; float: left; height: 14px; width: 18px; }
  	#modal.gallery .gallery .nav .pagination .up { background-position: left top; }
  	#modal.gallery .gallery .nav .pagination .down { background-position: right top; }
  */
  #modal.gallery .gallery .nav .trigger {
    clear: left;
    display: block;
    float: left;
    margin: 0 0 10px 0; }

  #modal.gallery .gallery .nav .trigger.last {
    margin: 0; }

  #modal.gallery .gallery .inner {
    float: left;
    position: relative; }

  #modal.gallery .gallery .inner .image_frame {
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    width: 416px; }

  #modal.gallery .gallery .inner .image_frame.active {
    display: block;
    position: static; }

  #modal.gallery .gallery .inner .image_frame.single {
    min-height: 300px;
    position: relative;
    width: 252px; }

  #modal.gallery .gallery .inner .image_frame iframe {
    height: 260px;
    float: left;
    width: 100%; }

  #modal.gallery .gallery .inner .image_frame.single iframe {
    height: 300px;
    float: left;
    position: relative;
    width: 252px; }

  #modal.gallery .content {
    float: right;
    clear: right;
    height: 200px;
    margin: 0px 15px 15px 30px;
    width: 245px; }

  #modal.gallery .container {
    height: 100px; } }
/*	Max-Width: 1080
  ================================================== */
@media screen and (max-width: 1080px) {
  #app {
    width: 880px; }

  #slider .spacer {
    color: rgba(255, 255, 255, 0.3);
    float: left;
    font-size: 4px;
    letter-spacing: 2px;
    line-height: 250%;
    padding: 0 4px; }

  #modal.video {
    width: 820px; }

  #modal.video .video_frame {
    width: 480px; }

  #modal.landscape {
    width: 820px; }

  #modal.landscape .container {
    height: 200px; }

  #modal.landscape .image_frame {
    width: 460px; }

  #modal.landscape .image_frame img {
    width: 100%; }

  #modal.gallery {
    width: 600px; }

  #modal.gallery .gallery {
    width: 536px; }

  #modal.gallery .content {
    float: left;
    clear: both;
    margin: 0px 15px 15px 0;
    /* height: 300px; */ }

  /* #slider .odd { display: none; } */ }
/* IPAD */
@media screen and (max-width: 1080px) and (orientation: landscape) {
  #slider .spacer {
    padding: 0 4px 0 4px; }

  #modal .container {
    height: 100px; }

  #modal.gallery .simple-scroll-content {
    max-height: 100px; } }
/*	Max-Width: 940
  ================================================== */
@media screen and (max-width: 940px) {
  #app {
    width: 640px; }

  #app-footer a {
    clear: none;
    color: #eee;
    display: block;
    float: left;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 8px;
    text-transform: uppercase;
    font-family: "myriad-pro",sans-serif; }

  #app-footer h2 {
    margin-left: 20px;
    margin-right: 5px;
    padding-right: 10px; }

  #slider .spacer {
    color: rgba(255, 255, 255, 0.6);
    padding: 0 15px; }

  #slider .spacer.last {
    display: none; }

  #slider .odd {
    display: none; }

  #modal.video {
    width: 620px; }

  #modal.video .video_frame {
    width: 300px; }

  #modal.landscape {
    width: 640px; }

  #modal.landscape .image_frame {
    width: 280px; }

  #modal {
    width: 640px; }

  #modal.quote {
    width: 600px; }

  #modal.gallery {
    width: 600px; }

  #modal.gallery .content {
    float: right; }

  #modal.gallery .gallery .inner .image_frame.single {
    min-height: 300px;
    width: 252px; }

  #modal.gallery .gallery .inner .image_frame.single iframe {
    height: 300px;
    width: 252px; }

  #downloads div.prev.active, #downloads div.next.active {
    cursor: pointer;
    position: relative;
    height: 100px;
    width: 10%;
    min-width: 20px;
    z-index: 5100; }

  #downloads .viewport {
    float: left;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 79%; }

  #downloads .icon.dark.next {
    right: 20px; }

  #downloads .icon.dark.prev {
    left: 20px; } }
/* IPAD */
@media screen and (max-width: 1030px) {
  .ipad #slider .spacer {
    padding: 0 3px 0 4px; } }
@media screen and (max-width: 940px) and (orientation: portrait) {
  .ipad #slider .spacer {
    padding: 0 13px; } }
@media (max-width: 767px) {
  #slider .spacer.last {
    display: inline-block; } }

@media (max-width: 767px) {
  #slider .odd {
    display: inline-block; } }

/*	Max Width: 720
  ================================================== */
@media screen and (max-width: 767px) {
  footer .inner {
    width: 100%; }

  footer .inner .copyright {
    margin-left: 10px; }

  footer .inner .homepage_link {
    float: right;
    margin: 0; }

  #app {
    width: 500px; }

  #app-footer a {
    clear: none;
    color: #eee;
    display: block;
    float: left;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 6px;
    text-transform: uppercase;
    font-family: "myriad-pro",sans-serif; }

  #app-footer a.everything {
    margin-left: 10px; }

  #app-footer h2 {
    display: none; }

  #slider .spacer {
    padding: 0 5px 0 6px; }

  #modal .container {
    height: auto; }

  #modal .simple-scroll-content {
    max-height: 260px; }

  #modal.video {
    width: 440px; }

  #modal.video .video_frame {
    width: 360px; }

  #modal.video .content {
    margin-top: 0;
    width: auto; }

  #modal.landscape {
    width: 440px;
    width: 90%; }

  #modal {
    width: 440px;
    width: 90% !important; }

  #modal.landscape .image_frame {
    width: 360px;
    width: 100%;
    box-sizing: border-box;
    float: none; }

  #modal .image_frame {
    width: 360px;
    width: 100% !important;
    box-sizing: border-box;
    float: none; }

  #modal.landscape .container {
    height: auto;
    min-height: auto; }

  #modal .container {
    height: auto !important;
    min-height: auto !important; }

  #modal.landscape .content {
    margin: 30px 15px 0 0;
    width: auto;
    margin: 30px 0 0 0;
    width: auto;
    float: none;
    text-align: center; }

  #modal .content {
    margin: 30px 15px 0 0;
    width: auto !important;
    margin: 30px 0 0 0 !important;
    width: auto !important;
    float: none !important;
    text-align: center !important;
    height: auto !important; }

  #modal.landscape .container .scroller-content {
    min-height: auto; }

  #modal .container .scroller-content {
    min-height: auto !important; }

  #modal.quote {
    width: 440px; }

  #modal.quote .content {
    width: auto; }

  #modal.portrait {
    width: 440px; }

  #modal.portrait .image_frame {
    float: none;
    margin: 0 auto 30px;
    overflow: hidden;
    width: 252px; }

  #modal.portrait .content {
    margin-top: 0;
    width: auto; }

  #modal.gallery {
    width: 600px; }

  #modal.galery .content {
    width: auto; }

  #downloads div.prev, #downloads div.next {
    cursor: pointer;
    position: relative;
    height: 100px;
    width: 12%;
    min-width: 20px;
    z-index: 5100; }

  #downloads div.prev.active, #downloads div.next.active {
    width: 12%;
    min-width: 20px; }

  #downloads .prev {
    border-right: 1px solid #E1E1E1;
    float: left; }

  #downloads .next {
    border-left: 1px solid #E1E1E1;
    float: right; }

  .icon.dark {
    background: url(icons-dark-arrows.png) no-repeat;
    display: block;
    height: 18px;
    position: absolute;
    top: 41px;
    width: 14px; }

  #downloads .viewport {
    float: left;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 75%; } }
/*	Min-Width: 661
  ================================================== */
@media screen and (min-width: 661px) {
  #header {
    background: none; } }

/*# sourceMappingURL=site.css.map */
