/* DO NOT MODIFY */
/* HTML5 Boilerplate  What follows is the result of much research on cross-browser styling. Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team. */
/* ============================================================================= HTML5 element display ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* ============================================================================= Base ========================================================================== */
/* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 2. Force vertical scrollbar in non-IE 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/ 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: Arial,Helvetica,sans-serif; color: #222; }

/* ============================================================================= Links ========================================================================== */
a { color: blue; }

a:visited { color: purple; }

a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }

/* ============================================================================= Typography ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }

q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ============================================================================= Lists ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }

dd { margin: 0 0 0 40px; }

nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/* ============================================================================= Embedded content ========================================================================== */
/* Improve image quality when scaled in IE7 code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img { border: 0; -ms-interpolation-mode: bicubic; }

/* Correct overflow displayed oddly in IE9  */
svg:not(:root) { overflow: hidden; }

/* ============================================================================= Figures ========================================================================== */
figure { margin: 0; }

/* ============================================================================= Forms ========================================================================== */
form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

/*  1. Correct color not inheriting in IE6/7/8/9  2. Correct alignment displayed oddly in IE6/7  */
legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 1. Correct font-size not inheriting in all browsers 2. Remove margins in FF3/4 S5 Chrome 3. Define consistent vertical alignment display in all browsers */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) 2. Correct inner spacing displayed oddly in IE6/7 */
button, input { line-height: normal; *overflow: visible; }

/* 1. Display hand cursor for clickable form elements 2. Allow styling of clickable form elements in iOS */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/* Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; vertical-align: text-bottom; }

input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*  Remove inner padding and border in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/  */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* ============================================================================= Tables ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }

/** forms **/
/*.form{ margin:0 0 1em 0; width:95%} .form .required-message{ font-size:85%} .form .required-note img{ vertical-align:top} .form form{ font-size:93%} .form .errors{ font-size:93%} .form .errors li{ list-style-type:disc; color:#900; margin-left:40px} .form h2{ font-size:123.1%} .form .field{ margin:0.5em 0; width:100%; overflow:hidden; } .form .checkbox-boolean{ text-indent:11px; margin:0.5em 0 1em 0} .form .fields{ margin:1em 0;} .form .buttons{ margin:1em 0 1em 25%} .form .field label.label{ width:25%; float:left} .form .field label.label{ text-indent:11px} .form .field.required label.label{ text-indent:0} .form .field img.required{ vertical-align:top} .form .field .field-proper{ width:75%; float:left; display:block} .form .field .field-proper textarea{ width:75%; height:6em} .form .field.string .field-proper input, .form .field.url .field-proper input, .form .field.link .field-proper input, .form .field.password .field-proper input, .form .field.email .field-proper input{ width:60%} .form .fields .content\/richtext label.label{ width:auto; float:none; display:block} .form .fields .content\/richtext .field-proper{ width:98%; float:none} .form .fields .content\/richtext .field-proper textarea{ width:100%; height:20em} .form .fields .app\/blog label.label{ width:auto; float:none; display:block} .form .fields .app\/blog .field-proper{ width:575px; float:none} .form .choices ul{ margin:0; list-style-type:none} .form .choices li{ margin-left:0; list-style-type:none; margin-bottom:0.25em} .form .users\/privlist .choices .description{ font-size:85%; margin:0.5em 1.6em; color:#444} .form fieldset{ margin:1em 0; border:1px solid #666; position:relative; width:100%; overflow:hidden} .form fieldset .fields{ padding:0 15px} .form legend{ margin-left:15px}
.form .field .note { font-size:11px;margin-left:25%;clear:both;margin:0 0 0 25%;font-style:italic; } .form .field .note p {margin:0;}*/
.form { margin: 22px 0; font-size: 12px; }
.form h2 + p.required-message { margin-top: -22px; }
.form .errors { margin: 22px 0; }
.form .errors ul { color: red; font-weight: bold; margin: 0; padding: 0 0 0 18px; list-style: disc; }
.form .errors ul li { list-style: disc; background: none; padding: 0; margin: 0; border: 0; }
.form .field { zoom: 1; margin: 6px 0; }
.form .field:before, .form .field:after { content: ""; display: table; }
.form .field:after { clear: both; }
.form .field label.label { float: left; padding-left: 12px; position: relative; }
.form .field.required label.label img.required { position: absolute; left: 0; top: 0; }
.form .field .description { margin: 0 0 16px 0; }
.form .field .description p { margin: 0; }
.form .field .description p + p { margin-top: 22px; }
.form .field .field-proper { margin-left: 33%; }
.form .field .field-proper .choices ul { margin: 0; padding: 0; list-style: none; }
.form .field .field-proper .choices ul li .description { margin: 0 0 0 17px; font-style: italic; }
.form .field .field-proper input[type='text'], .form .field .field-proper input[type='password'] { width: 75%; }
.form .field .note { margin-left: 33%; margin-bottom: 6px; font-style: italic; }
.form .field .note p { margin: 0; }
.form .field .note p + p { margin-top: 22px; }
.form .field.content\/richtext .field-proper, .form .field.text .field-proper { margin-left: 12px; clear: both; }
.form .field.content\/richtext .field-proper textarea, .form .field.text .field-proper textarea { width: 100%; }
.form .field.select ul.options { list-style: none; padding: 0; margin: 0; }
.form fieldset { position: relative; margin: 22px 0; border: 1px solid #eaeaea; background: #f9f9f9; }
.form fieldset legend { font-weight: bold; font-size: 13px; position: absolute; left: 21px; top: -6px; line-height: 1; }
.form fieldset .fields { padding: 21px 21px 21px 9px; }
.form .buttons { margin-left: 33%; margin-top: 22px; }
.form .field-group { margin: 22px 0; background: #f9f9f9; border: 1px solid #eaeaea; padding: 21px 21px 21px 9px; }
.form .field-group h3, .form .field-group h4 { margin: 0 0 22px 12px; }
.form .field-group .description { margin-left: 12px; }
.form .field-group .field-group { border: 0; background: transparent; padding: 0; margin: 0; }
.form .field-group .field-group + .field-group { margin-top: 22px; }

body, button, input, select, textarea { font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 22px; color: #424242; }

/** content styles **/
.typog { font-family: arial,helvetica,sans-serif; color: #333333; font-size: 14px; line-height: 20px; font-style: normal; }
.typog h1, .typog h2, .typog h3, .typog h4, .typog h5, .typog h6, .typog p, .typog ul, .typog ol, .typog dl { margin: 20px 0; }
.typog h1 img, .typog h2 img, .typog h3 img, .typog h4 img, .typog h5 img, .typog h6 img, .typog p img, .typog ul img, .typog ol img, .typog dl img { vertical-align: text-top; }
.typog h1, .typog h2, .typog h3, .typog h4, .typog h5, .typog h6 { color: black; }
.typog h1 { font-size: 26px; line-height: 30px; }
.typog h2 { font-size: 20px; line-height: 30px; }
.typog h3 { font-size: 16px; }
.typog h4 { font-size: 14px; }
.typog h5, .typog h6 { font-size: 12px; }
.typog a { text-decoration: underline; color: #ee3f23; }
.typog a:hover { text-decoration: none; }
.typog p.big { font-size: 18px; line-height: 26px; }
.typog img.float-right { float: right; margin: 0 0 10px 20px; }
.typog img.float-left { float: left; margin: 0 20px 10px 0; }
.typog .centered { text-align: center; margin: 20px auto 20px auto; }
.typog .align-left { margin: 0 20px 10px 0; float: left; }
.typog .align-right { margin: 0 0 10px 20px; float: right; }
.typog table { width: 100%; }
.typog table, .typog tr, .typog th, .typog td { font: inherit; color: inherit; }
.typog th { font-weight: bold; }
.typog table { border-spacing: 0; border-collapse: collapse; width: 100%; }
.typog caption { padding: 5px; color: #220746; font-weight: bold; }
.typog td, .typog th { vertical-align: top; padding: 4px 4px 4px 0; }
.typog hr { margin: 20px 0; }
.typog dt { font-weight: bold; margin: 0 0 20px 0; }
.typog dt + dt { margin-top: 20px; }
.typog dd { margin: -10px 0 20px 0; }
.typog blockquote { margin: 20px 40px 20px 37px; border-left: 6px solid #cccccc; padding-left: 17px; font-size: 18px; line-height: 26px; font-style: italic; color: #4d4d4d; }
.typog blockquote cite { display: block; font-weight: bold; font-style: normal; font-size: 14px; line-height: 20px; }

.typog-compact { font-family: arial,helvetica,sans-serif; color: #333333; font-size: 14px; line-height: 18px; font-style: normal; }
.typog-compact h1, .typog-compact h2, .typog-compact h3, .typog-compact h4, .typog-compact h5, .typog-compact h6, .typog-compact p, .typog-compact ul, .typog-compact ol, .typog-compact dl { margin: 10px 0; }
.typog-compact h1 img, .typog-compact h2 img, .typog-compact h3 img, .typog-compact h4 img, .typog-compact h5 img, .typog-compact h6 img, .typog-compact p img, .typog-compact ul img, .typog-compact ol img, .typog-compact dl img { vertical-align: text-top; }
.typog-compact h1, .typog-compact h2, .typog-compact h3, .typog-compact h4, .typog-compact h5, .typog-compact h6 { color: black; }
.typog-compact h1 { font-size: 24px; line-height: 27px; }
.typog-compact h2 { font-size: 18px; line-height: 27px; }
.typog-compact h3 { font-size: 16px; }
.typog-compact h4 { font-size: 14px; }
.typog-compact h5, .typog-compact h6 { font-size: 12px; }
.typog-compact a { text-decoration: underline; color: #ee3f23; }
.typog-compact a:hover { text-decoration: none; }
.typog-compact p.big { font-size: 16px; font-style: italic; }
.typog-compact img.float-right { float: right; margin: 0 0 5px 10px; }
.typog-compact img.float-left { float: left; margin: 0 10px 5px 0; }
.typog-compact table { width: 100%; }
.typog-compact table, .typog-compact tr, .typog-compact th, .typog-compact td { font: inherit; color: inherit; }
.typog-compact th { font-weight: bold; }
.typog-compact table { border-spacing: 0; border-collapse: collapse; width: 100%; }
.typog-compact caption { padding: 3px; color: #220746; font-weight: bold; }
.typog-compact td, .typog-compact th { vertical-align: top; padding: 2px 2px 2px 0; }
.typog-compact hr { margin: 10px 0; }
.typog-compact dt { font-weight: bold; margin: 0 0 10px 0; }
.typog-compact dt + dt { margin-top: 10px; }
.typog-compact dd { margin: -5px 0 10px 0; }

/** utilities **/
.more > a, a.more { font-weight: bold; text-decoration: none; border-bottom: 2px solid #ee3f23; color: #ee3f23; }
.more > a:hover, a.more:hover { border-bottom: 2px solid transparent; }

/** layout **/
html { background: white url(backdrops/1.jpg) center top fixed no-repeat; height: 100%; }

body { height: 100%; }

#l-notfooter { position: relative; min-height: 100%; background: transparent url(bg-center-o50.png) top center repeat-y; }

#footer { position: relative; margin-top: -76px; }

#l-footer-i { width: 980px; margin: 0 auto; }

#footer, #l-notfooter { min-width: 1040px; }

#l-notfooter-i { padding-bottom: 76px; width: 980px; margin: 0 auto; }

.oldie #footer { width: 100%; overflow: hidden; }

/** header **/
#header { height: 120px; position: relative; }
#header .logo { background: transparent url(logo.png) left top no-repeat; display: block; overflow: hidden; text-indent: -1000em; width: 480px; height: 37px; position: absolute; left: 0; top: 59px; }
#header .logo a { background: transparent url(repose/blank.gif) left top no-repeat; display: block; overflow: hidden; text-indent: -1000em; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

#nav { position: absolute; top: 79px; width: 477px; height: 20px; background: transparent url(nav.png) left top no-repeat; right: -9px; }
#nav ul { margin: 0; padding: 0; list-style: none; }
#nav li { margin: 0; padding: 0; position: absolute; left: 0; top: 0; height: 20px; }
#nav li a { background: transparent url(nav.png) left top no-repeat; display: block; overflow: hidden; text-indent: -1000em; width: 100%; height: 20px; position: absolute; left: 0; top: 0; outline: 0; }
#nav li.nav-about { position: absolute; left: 0px; width: 80px; }
#nav li.nav-about a { background-position: 0px 0px; }
#nav li.nav-about a:hover { background-position: 0px -20px; }
#nav li.nav-about.active a { background-position: 0px -40px; }
#nav li.nav-press { position: absolute; left: 80px; width: 72px; }
#nav li.nav-press a { background-position: -80px 0px; }
#nav li.nav-press a:hover { background-position: -80px -20px; }
#nav li.nav-press.active a { background-position: -80px -40px; }
#nav li.nav-media { position: absolute; left: 152px; width: 79px; }
#nav li.nav-media a { background-position: -152px 0px; }
#nav li.nav-media a:hover { background-position: -152px -20px; }
#nav li.nav-media.active a { background-position: -152px -40px; }
#nav li.nav-get { position: absolute; left: 231px; width: 148px; }
#nav li.nav-get a { background-position: -231px 0px; }
#nav li.nav-get a:hover { background-position: -231px -20px; }
#nav li.nav-get.active a { background-position: -231px -40px; }
#nav li.nav-contact { position: absolute; left: 380px; width: 97px; }
#nav li.nav-contact a { background-position: -380px 0px; }
#nav li.nav-contact a:hover { background-position: -380px -20px; }
#nav li.nav-contact.active a { background-position: -380px -40px; }

/** footer **/
#footer { border-top: 6px solid #e6e6e6; background: #ffffff; padding-top: 4px; }
#footer > .w { background: #f2f2f2 url(pattern-diag-footer.png) center top repeat; height: 35px; padding: 10px 0 21px 0; }
#footer .copyright { font-size: 15px; line-height: 12px; padding: 11px 0 12px 0; float: left; word-spacing: 2px; color: #cccccc; }
#footer .copyright span { font-size: 12px; line-height: 12px; word-spacing: normal; color: #999999; vertical-align: middle; }
#footer .copyright span a { color: #ff3300; text-decoration: none; font-weight: bold; }
#footer .copyright span a:hover { text-decoration: underline; }
#footer .copyright span.credit a { font-weight: normal; color: #999999; }
#footer .social { float: right; /*a {
	float:left;
	display:block;
	@include bgreplace("icons-social.png", 35px, 35px);
	&+a {
		margin-left:10px;
	}
	&.youtube { background-position:0 0; }
	&.facebook { background-position:-35px 0; }
	&.twitter { background-position:-70px 0; }
}*/ }
#footer .social span.facebook { line-height: 35px; font-size: 12px; color: #999999; }
#footer .social span.facebook img { vertical-align: middle; }
#footer .social span.facebook a { word-spacing: 2px; color: #999999; text-decoration: none; }
#footer .social span.facebook a span { word-spacing: normal; }
#footer .social span.facebook a:hover span { text-decoration: underline; }

/** page banner and subnav **/
.l-top { width: 980px; height: 200px; position: relative; margin: 0 0 40px 0; background: #e7e7e7 url(top-about.jpg) left top no-repeat; }
.l-top h2 { position: absolute; left: 20px; top: 70px; line-height: 1; font-size: 36px; color: #1a1a1a; margin: 0; left: 0; top: -1px; width: 0; height: 0; overflow: hidden; }

body.about-page .l-top { background-image: url(banners/about.jpg); }

body.press-page .l-top { background-image: url(banners/press.jpg); }

body.media-page .l-top { background-image: url(banners/media.jpg); }

body.get-involved-page .l-top { background-image: url(banners/get-involved-20120529.jpg); }

body.contact-page .l-top { background-image: url(banners/contact.jpg); }

#subnav { position: absolute; left: 0; top: 154px; width: 100%; height: 62px; border-bottom: 4px solid #e6e6e6; }
#subnav ul { list-style: none; margin: 0; padding: 0; float: left; }
#subnav li { list-style: none; margin: 0; padding: 0; float: left; height: 62px; border-bottom: 4px solid #e6e6e6; line-height: 18px; }
#subnav li a { display: block; padding: 22px 0; background: #ffffff; color: #1d1d1d; text-decoration: none; }
#subnav li a:hover { color: #000000; }
#subnav li span { display: block; padding: 0 20px; }
#subnav li + li span { border-left: 1px solid #e6e6e6; }
#subnav li.active { border-bottom-color: #ff3300; }
#subnav li.active a, #subnav li.active a:hover { color: #ff3300; }

/** home **/
.carousel { width: 980px; height: 400px; position: relative; }
.carousel .controls .flip a { background: transparent url(buttons-carousel.png) left top no-repeat; display: block; overflow: hidden; text-indent: -1000em; width: 40px; height: 40px; position: absolute; left: 0; top: 167px; outline: 0; }
.carousel .controls .flip a.prev { background-position: 0 0; }
.carousel .controls .flip a.prev:hover { background-position: 0 -40px; }
.carousel .controls .flip a.next { left: auto; right: 0; background-position: 0 -80px; }
.carousel .controls .flip a.next:hover { background-position: 0 -120px; }
.carousel .controls .jump { position: absolute; left: 0; height: 16px; bottom: -24px; padding-top: 8px; float: left; }
.carousel .controls .jump a { outline: 0; background: transparent url(buttons-carousel.png) left top no-repeat; display: block; overflow: hidden; text-indent: -1000em; width: 16px; height: 16px; float: left; background-position: -40px 0; }
.carousel .controls .jump a.active { background-position: -40px -16px; }
.carousel .controls .jump a + a { margin-left: 8px; }
.carousel .slides { width: 100%; height: 100%; overflow: hidden; }
.carousel .slide { width: 980px; height: 400px; float: left; }
.carousel .slide img { display: block; }
.carousel .slide .caption { display: none; }
.carousel .captions { position: absolute; width: 490px; height: 124px; background: #ffffff; bottom: -54px; right: 0; }
.carousel .captions .caption { line-height: 18px; padding: 18px; background: #ffffff; display: none; }
.carousel .captions .caption.active { display: block; }
.carousel .captions .caption h3 { color: #000000; margin: 0; }
.carousel .captions .caption p { margin: 8px 0; }

body.home .l-middle { zoom: 1; margin-top: 62px; }
body.home .l-middle:before, body.home .l-middle:after { content: ""; display: table; }
body.home .l-middle:after { clear: both; }
body.home .l-middle .box { padding: 62px 20px 20px 20px; height: 189px; overflow: hidden; background: transparent url(pattern-diag.png); position: relative; }
body.home .l-middle .box h2 { position: absolute; left: 0; top: 0; font-size: 20px; color: #ffffff; background: #ff3300; text-transform: uppercase; padding: 10px 20px; line-height: 1; margin: 0; }
body.home .l-middle .box .interior { border-bottom: 4px solid #dadada; background: #ffffff; float: left; height: 100%; overflow: hidden; }
body.home .l-middle .box .picture { float: left; }
body.home .l-middle .box .picture img { display: block; }
body.home .l-middle .box .text { padding: 5px 20px 0 20px; }
body.home .l-middle .box.video { width: 446px; float: left; }
body.home .l-middle .box.video .picture { position: relative; }
body.home .l-middle .box.video .picture span { background: transparent url(button-play.png) left top no-repeat; display: block; overflow: hidden; text-indent: -1000em; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-position: center center; }
body.home .l-middle .box.video .text { margin-left: 280px; }
body.home .l-middle .box.video .text p { font-size: 13px; }
body.home .l-middle .box.stories { width: 450px; float: right; }
body.home .l-middle .box.stories .student { height: 100%; }
body.home .l-middle .box.stories .text { margin-left: 194px; }
body.home .l-middle .box.stories .text p { font-style: italic; color: #4d4d4d; }

body.home .l-under { zoom: 1; margin: 20px 0 40px 0; }
body.home .l-under:before, body.home .l-under:after { content: ""; display: table; }
body.home .l-under:after { clear: both; }
body.home .l-under .box h3 { font-size: 20px; color: black; text-transform: uppercase; margin-top: 0; }
body.home .l-under .box.about { width: 466px; padding-right: 20px; float: left; }
body.home .l-under .box.news { width: 450px; float: right; padding: 0 20px; }
body.home .l-under .box.news .story .picture { float: left; }
body.home .l-under .box.news .story .picture img { display: block; }
body.home .l-under .box.news .story .text { margin-left: 120px; padding: 0 0 0 20px; }
body.home .l-under .box.news .story .date { margin: 10px 0; font-size: 12px; font-weight: bold; color: #999999; }

/** interior pages **/
.l-content { zoom: 1; margin-bottom: 40px; }
.l-content:before, .l-content:after { content: ""; display: table; }
.l-content:after { clear: both; }

.l-main { width: 640px; padding: 0 20px; float: left; }

.l-side { width: 280px; float: right; padding-top: 70px; }
.l-side .box + .box { margin: 20px 0 0 0; }

.l-bottom { clear: both; margin-bottom: 40px; }

.l-side .box.striped { padding: 62px 20px 16px 20px; background: transparent url(pattern-diag.png); position: relative; }
.l-side .box.striped h3 { position: absolute; left: 0; top: 0; font-size: 20px; color: #ffffff; background: #ff3300; text-transform: uppercase; padding: 10px 20px; line-height: 1; margin: 0; }
.l-side .box.striped .interior { border-bottom: 4px solid #dadada; border-bottom-color: rgba(204, 204, 204, 0.6); background: #ffffff; }
.l-side .box.striped .picture img { display: block; }
.l-side .box.striped .text { padding: 15px 20px; }
.l-side .box.striped .text h4 { margin-top: 0; }
.l-side .box.news h3 { font-size: 20px; color: black; text-transform: uppercase; }
.l-side .box.news .story { zoom: 1; background: #ffffff; padding: 18px 0; margin-top: -18px; }
.l-side .box.news .story:before, .l-side .box.news .story:after { content: ""; display: table; }
.l-side .box.news .story:after { clear: both; }
.l-side .box.news .story + .story { margin-top: 0; border-top: 4px solid #e6e6e6; }
.l-side .box.news .date { float: left; width: 50px; height: 50px; position: relative; text-align: center; background: #cccccc; color: #1d1d1d; font-weight: bold; line-height: 1; }
.l-side .box.news .date span { left: 0; width: 100%; display: block; position: absolute; }
.l-side .box.news .date .month { top: 10px; text-transform: uppercase; }
.l-side .box.news .date .day { font-size: 22px; top: 22px; }
.l-side .box.news .text { margin-left: 70px; }
.l-side .box.news .text h4 { margin: 0; }
.l-side .box.news .text h4 a { text-decoration: none; }
.l-side .box.news .text h4 a:hover { text-decoration: underline; }
.l-side .box.news .text p { margin-bottom: 0; }
.l-side .box.story .interior { height: 240px; overflow: hidden; position: relative; }
.l-side .box.story .student { position: absolute; left: 0; top: 0; width: 240px; height: 240px; background: #ffffff; }
.l-side .box.story .student .more { position: absolute; left: 20px; width: 200px; height: 18px; bottom: 15px; }
.l-side .box.story p { font-size: 13px; font-style: italic; color: #4d4d4d; width: 205px; margin-right: -5px; }

.oldie .l-side .box.striped .interior { border-bottom-color: #dadada; }

/** student stories **/
body.stories .l-top { background-image: url("top-stories.jpg"); }

.student-nav { background: transparent url(photos-students.jpg) left top no-repeat; width: 283px; height: 607px; margin: -1px; }
.student-nav a { background: transparent url(repose/blank.gif) left top no-repeat; display: block; overflow: hidden; text-indent: -1000em; width: 140px; height: 100px; float: left; margin: 1px 0 0 1px; }
.student-nav a:hover { height: 96px; border-bottom: 4px solid #444444; border-bottom-color: #ff3300; }
.student-nav a.active { height: 96px; border-bottom: 4px solid #ff3300; }

.student-quote { background-image: url("pattern-diag.png"); padding: 20px 20px 16px 20px; width: 640px; margin: 0 -20px 0 -20px; }
.student-quote .interior { width: 100%; height: 200px; overflow: hidden; background: #ffffff; border-bottom: 4px solid #dadada; }
.student-quote .picture { float: left; }
.student-quote .picture img { display: block; }
.student-quote .text { padding: 20px; margin-left: 280px; }
.student-quote .text table caption { display: none; }
.student-quote .text table td { height: 160px; vertical-align: middle; }
.student-quote .text table td p { margin: 0; }
.student-quote .text blockquote { margin: 0; padding: 0; border: none; }

.student-pager { border-top: 4px solid #e6e6e6; padding: 20px 0; line-height: 20px; zoom: 1; }
.student-pager:before, .student-pager:after { content: ""; display: table; }
.student-pager:after { clear: both; }
.student-pager a { text-decoration: none; color: #1d1d1d; font-weight: bold; }
.student-pager a.prev { float: left; }
.student-pager a.next { float: right; }
.student-pager a:hover { color: #ff3300; }
.student-pager a.disabled, .student-pager a.disabled:hover { color: #999999; }

/** temporary page **/
body.temp-page #header h2 { position: absolute; top: 59px; right: 0; color: #ff3300; }
body.temp-page .temp-video { margin: 40px auto; width: 800px; }
body.temp-page .temp-video .caption { padding: 0 20px; }

/** press **/
.news-list .story { zoom: 1; padding: 0 0 18px 0; }
.news-list .story:before, .news-list .story:after { content: ""; display: table; }
.news-list .story:after { clear: both; }
.news-list .story + .story { padding-top: 18px; border-top: 4px solid #e6e6e6; }
.news-list .date { float: left; width: 50px; height: 50px; position: relative; text-align: center; background: #cccccc; color: #1d1d1d; font-weight: bold; line-height: 1; }
.news-list .date span { left: 0; width: 100%; display: block; position: absolute; }
.news-list .date .month { top: 10px; text-transform: uppercase; }
.news-list .date .day { font-size: 22px; top: 22px; }
.news-list .text { margin-left: 70px; }
.news-list .text h4 { margin: 0; }
.news-list .text h4 a { text-decoration: none; }
.news-list .text h4 a:hover { text-decoration: underline; }
.news-list .text p { margin-bottom: 0; }

/** photo gallery **/
.gallery { zoom: 1; margin: 20px 0; }
.gallery:before, .gallery:after { content: ""; display: table; }
.gallery:after { clear: both; }
.gallery ul { margin: 0; padding: 0; list-style: none; }
.gallery li { margin: 0 0 20px 20px; padding: 0 0 0 0; list-style: none; float: left; }
.gallery li.first-in-row { margin-left: 0; }

/** video(s) **/
.video-embed { margin: 20px 0; }

/** content utilities **/
.supplement { background-image: url("pattern-diag.png"); padding: 20px 20px 16px 20px; margin: 40px 0; width: 600px; }
.supplement .interior { width: 100%; overflow: hidden; background: #ffffff; border-bottom: 4px solid #dadada; }
.supplement .text { padding: 20px; }
.supplement .text > * { margin-top: 0; margin-bottom: 0; }
.supplement .text > * + * { margin-top: 20px; }

/** contact **/
.contact h3 { margin-bottom: -10px; }
.contact .section { margin: 10px 0; }

/* ============================================================================= Non-semantic helper classes Please define your styles before this section. ========================================================================== */
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

.ir br { display: none; }

/* Hide for both screenreaders and browsers: css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal. www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

/* ============================================================================= PLACEHOLDER Media Queries for Responsive Design. These override the primary ('mobile first') styles Modify as content requires. ========================================================================== */
@media only screen and (min-width: 480px) { /* Style adjustments for viewports 480px and over go here */ }

@media only screen and (min-width: 768px) { /* Style adjustments for viewports 768px and over go here */ }

/* ============================================================================= Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ ========================================================================== */
@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

/** media overrides, etc. **/
/* admin styles */
body.admin { /** admin list **/ /** admin menu **/ /** admin icons **/ /** menu component in sidebar **/ /** admin **/ /* fix menus */ /* menus */ }
body.admin #l-b .admin\/list ul.admin-list { width: 100%; float: left; margin-bottom: 1em; }
body.admin #l-b .admin\/list a { text-decoration: none; }
body.admin #l-b .admin\/menu { clear: both; }
body.admin #l-b .admin\/menu h2, body.admin #l-b .admin\/list h2 { font-size: 161.6%; font-weight: normal; margin: 7px 0; }
body.admin #l-b .admin\/menu a { text-decoration: none; }
body.admin #l-b .admin\/menu a:hover { text-decoration: underline; }
body.admin #l-b .admin\/menu ul { margin: 1em 0; }
body.admin #l-b .admin\/main-menu ul { float: left; width: 100%; list-style-type: none; margin: 0.61em 0 0.61em 0; }
body.admin #l-b .admin\/main-menu li { margin: 0.61em 0; }
body.admin .content\/menu li.add-new a { background-image: url(admin/icons/add.png); }
body.admin .content\/menu li.events a { background-image: url(icons/calendar.png); }
body.admin .content\/menu li.community-profiles a { background-image: url(icons/group.png); }
body.admin .content\/menu li.job-opportunities a { background-image: url(icons/user_suit.png); }
body.admin .content\/menu li.staff-members a, body.admin .content\/menu li.our-people a { background-image: url(icons/user_gray.png); }
body.admin .content\/menu li.shipments a { background-image: url(icons/box.png); }
body.admin #l-b .content\/menu li.add-new-property a { background-image: url(icons/building_add.png); }
body.admin .content\/menu li.properties a { background-image: url(icons/building.png); }
body.admin .admin\/list li.edit-pictures a, body.admin .admin\/menu li.edit-pictures a { background-image: url(icons/photos.png); }
body.admin .content\/menu li.add-new-picture a { background-image: url(icons/photo_add.png); }
body.admin .content\/menu li.back-to-galleries a { background-image: url(admin/icons/arrow_left.png); }
body.admin .admin\/list li.edit-members a, body.admin .admin\/menu li.edit-members a { background-image: url(icons/group.png); }
body.admin .content\/menu li.blog a { background-image: url(icons/page_white_world.png); }
body.admin .admin\/list li.edit-comments a, body.admin .admin\/menu li.edit-comments a { background-image: url(icons/comments.png); }
body.admin .content\/menu li.photo-sets a { background-image: url(icons/pictures.png); }
body.admin .content\/menu li.photos a { background-image: url(icons/pictures.png); }
body.admin .admin\/list li.edit-photos a, body.admin .content\/menu li.edit-photos a { background-image: url(icons/pictures.png); }
body.admin .content\/menu li.videos a { background-image: url(icons/film.png); }
body.admin .admin\/list li.edit-videos a, body.admin .content\/menu li.edit-videos a { background-image: url(icons/film.png); }
body.admin .content\/menu li.press-releases a { background-image: url(icons/newspaper_go.png); }
body.admin #subnav .admin\/menu ul { padding-left: 20px; }
body.admin #subnav .admin\/menu li { float: none; width: 100%; margin: 0.5em 0 0.5em 0; }
body.admin #subnav .admin\/menu li div { text-align: left; }
body.admin #subnav .admin\/menu li a { color: #0071BC; text-decoration: none; }
body.admin .content\/admin\/top-bar { background-color: #fafafa; border-bottom: 1px solid #dddddd; }
body.admin .content\/admin\/top-bar a { text-decoration: none; }
body.admin .content\/admin\/slot-menu a { text-decoration: none; }
body.admin .content\/admin\/slot-menu { clear: both; }
body.admin .form .field.datetime .field-proper input { width: 150px; }
body.admin .form .field.integer .field-proper input { width: 50px; }
body.admin .admin\/list li, body.admin .content\/menu li { padding: 0; background: none; border: 0; }
body.admin .content\/menu li { width: 25%; }

body.admin-content { z-index: 1; }
body.admin-content .content\/admin\/top-bar { z-index: 3; position: relative; }
body.admin-content .content\/admin\/top-bar a { color: #0071BC; }
body.admin-content #admin_wrapper { z-index: 2; position: relative; }
body.admin-content .content\/slot-menu a { color: #0071BC; text-decoration: none; }
body.admin-content .content\/menu ul, body.admin-content .content\/menu li { list-style-type: none; background: none; border: 0; }
