/*!
Launched: 2015-05-21

Author:
Taylor Packet, Erik Runyon, Shawn Maust
Marketing Communications: Web

CONTENTS
-----------------------------------------
1. Common Styles
2. Screen Styles
3. Media Queries
4. Themes
5. Grid
6. Print Styles

BRANDING
-----------------------------------------
1. COLORS
	 - Blue (Headings): #002b5b
	 - Blue (Links): #004da3
	 - Gold: #dcb439

2. FONT STACKS
	 - Headings: GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
	 - Body: Vollkorn, Georgia, "Times New Roman", serif
	 - Captions: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif

3. GALAXIE POLARIS FONT WEIGHTS
	 - 100 light
	 - 300 book
	 - 400 medium (normal)
	 - 700 bold
	 - 900 heavy
*/

/*************************************************************************************
 * 1. Common Styles
 ************************************************************************************/

 @import url(//fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700);

*, *:before, *:after {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
@-ms-viewport {width:device-width; zoom:1;}
@-o-viewport {width:device-width; zoom:1;}
@viewport {width:device-width; zoom:1;}

html {width:100%; margin:0; padding:0; font-size:100%; overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
body {width:100%; margin:0; padding:0; color:#333; font:1em/1.5em Vollkorn, Georgia, "Times New Roman", serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display:block;}
audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) {display:none;}
[hidden] {display:none;}
p {margin:0 0 1em;}
a {color:#004da3; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:visited {color:#4a3651;}
a:hover {color:#002b5b}
a:active {color:#aa272f;}
a:focus {outline:thin dotted;}
a.tapped {background-color:rgba(220,179,57,0.5);}
::-moz-selection,
::selection {background:#0058cf; color:#fff; text-shadow:none;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
h1,h2,h3,h4,h5,h6 {margin:1.4em 0 0.25em; line-height:1.1em; color:#002b5b; font-weight:600; text-shadow:0 1px rgba(255,255,255,0.6); text-rendering:optimizeLegibility; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none;}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {color:#004da3;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
h1 {margin-top:0; font-size:2em;}
h2 {font-size:1.75em;}
h3 {font-size:1.563em;}
h4 {font-size:1.375em;}
h5 {font-size:1.188em;}
h6 {font-size:1em;}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
.image-right + h2,
.image-left + h2 {margin-top:0;}

ol, ul {margin:1em 0; padding:0 0 0 2em;}
li {margin:0 0 0.25em;}
nav ul {margin:0; padding:0; list-style:none;}
nav li {margin:0; padding:0;}
nav a {text-decoration:none;}

table {width:100%; margin:2em 0; border-collapse:collapse; border-spacing:0;}
tr {border-top:1px solid #aaa;}
	thead th,
	th {text-align:left; background-color:#dbdbdb;}
	tfoot th {text-align:right;}
th, td {padding:0.25em;}
	.number {text-align:right;}
td, td img {vertical-align:top;}

sup {vertical-align:super; font-size:smaller;}
sub {vertical-align:sub; font-size:smaller;}
pre, code, kbd, samp {font-family:monospace, sans-serif;}
hr {clear:both; width:100%; margin:1em 0; border:1px solid #dadada; border-width:1px 0 0;}

/* Form Elements
----------------------------------------------------*/
form {margin:0 0 1em;}
label {display:block; font-weight:bold;}
button[type="submit"] {}
button, input, select, textarea {margin:0; margin:0 0 0.5em; font-size:100%; vertical-align:baseline; *vertical-align:middle;}
button {width:auto; overflow:visible;}
button, input {line-height:normal;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {cursor:pointer; -webkit-appearance:button; *overflow:visible;}
input[type="checkbox"],
input[type="radio"] {padding:0; *height:13px; *width:13px;}
input[type="search"] {-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}
button::-moz-focus-inner,
input::-moz-focus-inner {border:0; padding:0;}
textarea {overflow:auto; vertical-align:top;}

/* Quotes
----------------------------------------------------*/
blockquote {font-size:1em; line-height:1.5em; color:#002b5b; text-align:center; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight:600;}
blockquote p {padding:1em 0;}
blockquote footer {}
blockquote.pull {float:right; font-style:normal;}
blockquote p:before,
blockquote p:after {margin:0 auto 0.75em; content: ""; display: block; width: 50%; height: 5px; background: #ddd; text-align: center;}
blockquote p:after {margin:0.75em auto 0;}

/* Images
----------------------------------------------------*/
img {max-width:100%; width:auto; height:auto; border:none; vertical-align:bottom; -ms-interpolation-mode:bicubic;
	-webkit-box-sizing:content-box;
		 -moz-box-sizing:content-box;
					box-sizing:content-box;
}
.image-default,
.image-right,
.image-left {margin:0 0 1em; font-size:0.75em; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; color:#555; text-align:center;}
.image-right {float:right; margin:0 0 1em 1em;}
.image-left {float:left; margin:0 1em 1em 0;}
.image-right,
.image-left {max-width:46%;}
.image-center {text-align:center;}
.image-default a,
.image-right a,
.image-left a {display:block; text-decoration:none; border:none;}
.image-left + h2 {margin-top:0;}
.captioned img {margin-bottom:0.5em;}

figure {margin:0 0 1em; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
figure,
aside.right,
figure.right {float:right; max-width:100%;}
aside.right p {margin-right:0;}
figure.left {float:left;}
figcaption {display:block; margin:0.5em 0 0; font-size:0.75em; text-align:center; line-height:0.9em; color:#555;}
	figcaption blockquote {width:auto; font-weight:normal;}

/* Icons
	 <i aria-hidden="true" data-icon="a"></i>
	 https://dev.conductor.nd.edu/icons-and-buttons/
----------------------------------------------------*/
[data-icon]:before {vertical-align:bottom; color:#333; font-size:1.25rem; font-family:NDIcons; content:attr(data-icon); speak:none; font-style:normal;}
[data-icon="1"]:before {display:inline-block; *display:inline; *zoom:1; vertical-align:middle; font-size:220px; color:#002044;}

/* General Classes
----------------------------------------------------*/
.noborder {border:none !important;}
.webcal {font-weight:bold;}
	.webcal i {font-weight:normal;}
.ndmark {display:block; width:200px; max-width:100%; text-decoration:none;}
.caption {font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
.center {text-align:center;}

.cf:before, .cf:after {content:"\0020"; display:block; height:0; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

.bars {padding:0 0 30px; background:url(images/bars-gray.png) bottom left repeat-x;}

.video {position:relative; display:block; text-align:center;}
.video iframe{width:100%; max-width:620px}
.video .play {position:absolute; top:0; left:0; width:100%; height:100%; margin:0 auto; background:url(images/play-btn.png) center center no-repeat;
	-webkit-background-size:auto 100%;
		 -moz-background-size:auto 100%;
			 -o-background-size:auto 100%;
					background-size:auto 100%;
}

.skip-links {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
.skip-links:active, .skip-links:focus {clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto;}

/* Breadcrumbs
----------------------------------------------------*/
.breadcrumbs {display:block; overflow:hidden; margin:0 0 1em; padding:0; list-style:none; font-size:0.8em;}
	.breadcrumbs li {display:inline; float:left; margin:0 4px 0 0;}
	.breadcrumbs a {text-decoration:none;}
		.breadcrumbs a:hover {text-decoration:underline;}
		.breadcrumbs a:visited {color:#004da3;}

/* Fonts
	 https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
@font-face {font-family:NDIcons;
	src:url('https://static.nd.edu/fonts/nd/nd.v2.woff2') format('woff2'),
			url('https://static.nd.edu/fonts/nd/nd.v2.woff') format('woff'),
			url('https://static.nd.edu/fonts/nd/nd.v2.ttf') format('truetype');
}
@font-face {font-family:GPC; font-weight:300; font-style:normal;
	src:url('https://static.nd.edu/fonts/gp-min/gpc-book.woff2') format('woff2'),
			url('https://static.nd.edu/fonts/gp-min/gpc-book.woff') format('woff'),
			url('https://static.nd.edu/fonts/gp-min/gpc-book.ttf') format('truetype');
}

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
	p {max-width:50em;}
	.alpha, .beta {font-size:1.15em; line-height:1.75em;}
	.site-content img {border:1px solid #555;}
	.site-content	img.noborder {border:none;
		-webkit-box-shadow:none;
			 -moz-box-shadow:none;
						box-shadow:none;
	}
	.ndtf-logo {margin:0 0 2em;}
	.tablewrap {position:relative; overflow-y:auto; margin:0 auto;}

	/* Buttons
	----------------------------------------------------*/
	.btn,
	.more,
	.excerpt_continuation {display:inline-block; *display:inline; *zoom:1; white-space:nowrap; margin-bottom:0; *margin-left:.3em; padding:0.55em 0.75em 0.4em; cursor:pointer; border-bottom:3px solid #ccc; font-size:1.1em; line-height:1.2em; text-decoration:none; text-align:left; vertical-align:middle; font-weight:300; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:#e3e3e3;

		-webkit-transition:all .25s ease-in-out;
			 -moz-transition:all .25s ease-in-out;
				 -o-transition:all .25s ease-in-out;
						transition:all .25s ease-in-out;
	}

	.btn:visited {color:#004da3;}
	.btn.active {}
	.btn:hover,
	.btn.active:hover,
	.more:hover {border-bottom:3px solid #000f20; color:#eee; background-color:#002b5b;}
	.btn [data-icon]:before {padding-right:0.25em; color:#333; font-size:1.25em;}
		/* .btn:hover [data-icon]:before {color:#dcb439;} */

	.btn-mini {font-size:0.875em; }
	.btn-small {font-size:1em;}
	.btn-large {font-size:1.2em;}
	.btn-blue {color:#eee; background-color:#00abc7; border-bottom:3px solid #008da2;}
		.btn-blue:visited{color:#eee;}
		.btn-blue:hover {color:#00abc7; border-bottom:3px solid #bfbebe; background-color:rgba(229,229,229,0.92);}
	.btn-gold {border-bottom:3px solid #caa228; color:#333; background-color:#dcb439;}
		.btn-gold:visited{color:#002b5b;}
		.btn-gold:hover{border-bottom:3px solid #dcb439; background-color:#efca56;}

	.more,
	.excerpt_continuation {clear:both; float:none; margin:0; padding:0.4em 1.8em 0.45em 0.65em; font-size:1.2em; line-height:1em; background:#e3e3e3 url(images/more.png) 90% center no-repeat;}
		.more:visited {color:#004da3;}
		.more:hover{color:#eee;}
		.more.right {display:block; text-align:right;}

	/* Structure
	----------------------------------------------------*/
	html {background:#eee url('images/bg.jpg') 0 0 repeat;}
	.site-content {padding-top:1em; padding-bottom:1em;}
	.alpha {padding-top:0.8em;}
	.beta {padding:1em 0; font-size:1em;}
		.beta h2 {font-size:1.3em;;}
		.for-the-media {margin:1em 0 2em; padding:0; list-style:none;}
			.for-the-media li {margin:0 0 1em;}
		.embed-video {display:none; font-size:0.8em;}
			.embed-video textarea {width:100%; height:100px;}

	.main,
	.aside {text-shadow:0 1px 0 #fff;}
	.aside {margin-top:1em;}
		.aside h2 {margin:0 0 0.75em; padding:0 0 0.5em; font-size:1.4em; background:url(images/border-double.png) left bottom repeat-x;}
		.aside img {margin-bottom:1em;}
		.aside ul {padding:0 0 0 1em; list-style:none;}
		.aside li a {text-decoration:none; font-weight:bold; font-size:0.9em;}
			.aside li a:hover {text-decoration:underline;}
		.aside .entry-title {font-size:1.2em;}
		.aside article footer {display:none;}

	.page-title {margin:0.25em 0 0.45em; padding:0; font-size:1.65em; line-height:1.25em; text-shadow:0 1px #fff; color:#002b5b;}
	.pubdate {margin:0; text-transform:uppercase; color:#888; letter-spacing:2px; font-size:0.75em; line-height:1.5em; text-shadow:0 1px #fff; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}


	/* Header
	----------------------------------------------------*/
	.site-header {text-align:center;}
	.brandbar,
	.titlebar {overflow:hidden;}
		.dept {display:none; border-top:1px solid	#000;
			-webkit-box-shadow:0 1px rgba(0,122,217,0.4) inset;
				 -moz-box-shadow:0 1px rgba(0,122,217,0.4) inset;
							box-shadow:0 1px rgba(0,122,217,0.4) inset;
	 }
		.brandbar li {margin:0 -0.9375em; padding:0;}
		.brandbar a {display:block;	margin:0 auto; text-decoration:none; height:50px; text-indent:-9999px; overflow:hidden; background-repeat:no-repeat;}
		.dept-nd img {display:none;}
			.dept-nd a {background-position:left 0;}
			.dept a {background-position:right 0;}

	.titlebar {position:relative; padding:0.75em 0;}
		.site-title {clear:both; width:80%; margin:0; padding:0; font-size:1.75em; line-height:1.75em; font-weight:300; text-align:left; text-shadow:0 1px rgba(255,255,255,0.7);}
		.site-title a {display:block; border:none; color:#002b5b; text-decoration:none;}
			.site-title a:visited {color:#002b5b;}
			.site-title a:hover {text-decoration:none;}

	/* Video
	----------------------------------------------------*/
	.feature {margin:0 0 1em;}

	.feature {position:relative; height:10em; background:url(images/feature.jpg) 0 0 no-repeat;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
		.feature video {display:none; width:100%;}
		.feature.video video {display:block; position:absolute;}

	.video-figure { float:none; }

	/* Read More
	----------------------------------------------------*/
	.read-more {font-size:1.25em;}

	/* Footer
	----------------------------------------------------*/
	#footer{margin-top:2em;}
	.site-footer {position:relative; clear:both; overflow:hidden; margin:0 auto; text-align:center;}
	 .site-footer img{border:none}
		.footer-inner {position:relative; margin:0 auto; padding:1em 0; border-top:1px solid #ccc;
			-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
				 -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
							box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
	 }
		.site-footer p {margin:0; font-size:0.875em;}
	.site-info {clear:both; margin:1em 0; font-size:0.875em;}
	.site-info li {display:inline-block; *display:inline; *zoom:1; margin:0 2% 0 0;}
	.site-info a {text-decoration:underline;}
	.geo,
	.country-name {border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px;}
	.address {display:block; margin:0;}
	.site-link,
	.org,
	.tel {display:block;}
	.ndmark {width:200px; margin:2em auto;}

	/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
	.fancybox-wrap,
	.fancybox-skin,
	.fancybox-outer,
	.fancybox-inner,
	.fancybox-image,
	.fancybox-wrap iframe,
	.fancybox-wrap object,
	.fancybox-nav,
	.fancybox-nav span,
	.fancybox-tmp { padding:0; margin:0; border:0; outline:none; vertical-align:top; }
	.fancybox-wrap { position:absolute; top:0; left:0; z-index:8020; }
	.fancybox-skin { position:relative; background:#f9f9f9; color:#444; text-shadow:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
	.fancybox-opened { z-index:8030; }
	.fancybox-opened .fancybox-skin { -webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); }
	.fancybox-outer, .fancybox-inner { position:relative; }
	.fancybox-inner { overflow:hidden; }
	.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling:touch; }
	.fancybox-error { color:#444; font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin:0; padding:15px; white-space:nowrap; }
	.fancybox-image, .fancybox-iframe { display:block; width:100%; height:100%; }
	.fancybox-image { max-width:100%; max-height:100%; }
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image:url('images/fancybox_sprite.png'); }
	#fancybox-loading { position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; opacity:0.8; cursor:pointer; z-index:8060; }
	#fancybox-loading div { width:44px; height:44px; background:url('images/fancybox_loading.gif') center center no-repeat; }
	.fancybox-close { position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040; }
	.fancybox-nav { position:absolute; top:0; width:40%; height:100%; cursor:pointer; text-decoration:none; background:transparent url('images/blank.gif'); /* helps IE */-webkit-tap-highlight-color:rgba(0,0,0,0); z-index:8040; }
	.fancybox-prev { left:0; }
	.fancybox-next { right:0; }
	.fancybox-nav span { position:absolute; top:50%; width:36px; height:34px; margin-top:-18px; cursor:pointer; z-index:8040; visibility:hidden; }
	.fancybox-prev span { left:10px; background-position:0 -36px; }
	.fancybox-next span { right:10px; background-position:0 -72px; }
	.fancybox-nav:hover span { visibility:visible; }
	.fancybox-tmp { position:absolute; top:-99999px; left:-99999px; visibility:hidden; max-width:99999px; max-height:99999px; overflow:visible !important; }
	/* Overlay helper */
	.fancybox-lock { overflow:hidden !important; width:auto; }
	.fancybox-lock body { overflow:hidden !important; }
	.fancybox-lock-test { overflow-y:hidden !important; }
	.fancybox-overlay { position:absolute; top:0; left:0; overflow:hidden; display:none; z-index:8010; background:url('images/fancybox_overlay.png'); }
	.fancybox-overlay-fixed { position:fixed; bottom:0; right:0; }
	.fancybox-lock .fancybox-overlay { overflow:auto; overflow-y:scroll; }
	/* Title helper */
	.fancybox-title { visibility:hidden; font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position:relative; text-shadow:none; z-index:8050; }
	.fancybox-opened .fancybox-title { visibility:visible; }
	.fancybox-title-float-wrap { position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8050; text-align:center; }
	.fancybox-title-float-wrap .child { display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; /* Fallback for web browsers that doesn't support RGBa */background:rgba(0, 0, 0, 0.8); -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:bold; line-height:24px; white-space:nowrap; }
	.fancybox-title-outside-wrap { position:relative; margin-top:10px; color:#fff; }
	.fancybox-title-inside-wrap { padding-top:10px; }
	.fancybox-title-over-wrap { position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0, 0, 0, .8); }
	/*Retina graphics!*/
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
			 only screen and (min--moz-device-pixel-ratio: 1.5),
			 only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image:url('images/fancybox_sprite@2x.png'); background-size:44px 152px; /*The size of the normal image, half the size of the hi-res image*/ }
	#fancybox-loading div { background-image:url('images/fancybox_loading@2x.gif'); background-size:24px 24px; /*The size of the normal image, half the size of the hi-res image*/ }}

}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/

@media only screen and (max-width:43.75em) {
	.site-content {padding-left:0.75em; padding-right:0.75em;}
}

/* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
	.image-right,
	.image-left {max-width:none;}
	.dept {display:block; border:none;}
	.entry-title {font-size:1.85em;}
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {

	h1 {font-size:2.313em;}
	h2 {font-size:2.063em;}
	h3 {font-size:1.75em;}
	h4 {font-size:1.625em;}
	h5 {font-size:1.375em;}
	h6 {font-size:1.125em;}

	blockquote {font-size:1.1em;}
	blockquote.pull {float:right; width:30%;}
	blockquote p::before, blockquote p::after{width:30%;}

	.image-right img,
	.image-left img {max-width:auto;}
	.tablewrap {background:none;}

	/* Structure
	----------------------------------------------------*/
	.site-content {padding:1em 0;}
	.beta {
		-webkit-box-shadow:none;
			 -moz-box-shadow:none;
						box-shadow:none;
	}
		.lt-ie9 .beta {border:none;}

	/* Header
	----------------------------------------------------*/
	.site-header {text-align:left;}
	.brandbar,
	.titlebar {padding:0;}
		.brandbar li {margin:0 -2em;}
		.titlebar.subhead {padding:0.7em 1em;}
	.site-title {float:left; width:auto; margin:0; padding:0; font-size:2.5em;}
		.site-title a {padding:0.65em 0 0.75em; line-height:1em;}
		.sublined {float:left; padding:0.65em 0 0.75em;}
			.sublined .site-title a {padding:0;}
		.subline {float:left;}
	.search-input {float:left; width:auto; font-size:0.8em;}
	a.nav-skip {display:none;}

	/* Feature
	----------------------------------------------------*/
	.feature { height:20em; }

	/* Footer
	----------------------------------------------------*/
	.site-footer {text-align:left; }
		.footer-inner {padding:2em 0;}
		.ndmark {position:absolute; right:0; top:2.2em; margin:0;}
		.site-link {display:block;}
		.org {display:inline;}
}

/* 920px
	 Brand-bar styles
	 Adjust @mq width smaller as department name allows
-----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
	.brandbar li {margin:0;}
		.dept {float:right;}
		.dept-nd {float:left;}

}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
	.page-title {font-size:1.85em;}
	.pubdate {font-size:0.75em;}
	.feature {height: 26em;}

	blockquote {font-size:1.375em;}

	.contact-info {margin:0;}
	.site-link,
	.address,
	.site-link,
	.tel,
	.email {float:left; margin:0 1em 0 0;}
	.site-link {margin-right:0.5em;}
	.phone {clear:left;}

	/* IE8 Over-rides */
	.lt-ie8 .header-util nav li {float:right;}
	.lt-ie8 .search-form {width:300px;}
	.lt-ie8 .search-input {float:left;}
}

/* 1024px
----------------------------------------------------*/
@media only screen and (min-width:64em) {
	.brandbar {padding:0;}
}

/* Hi-res
----------------------------------------------------*/
@media
	(-webkit-min-device-pixel-ratio:1.5),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	(min-resolution:144dppx){

		html {background-image: url('images/bg@2x.jpg') 0 0 repeat;}

		.dept-nd a,
		.dept a {
			-webkit-background-size:auto 50px;
				 -moz-background-size:auto 50px;
					 -o-background-size:auto 50px;
							background-size:auto 50px;
	 }
}

/*************************************************************************************
 * 4. Themes
 ************************************************************************************/
@media screen, projection {

	/* Brand Bar
	----------------------------------------------------*/
	/** White Text **/
	.dept-nd a	 {width:301px; background-image:url(https://www.nd.edu/assets/images/brandbar/dept-nd-white.png);}

	.brandbar.theme-bb-blue {border-bottom:1px solid #001227;
		background:#002b5b url(images/texture-checkers-lightblue50.png) 0 0 repeat;
		background:-webkit-linear-gradient(top, #003b7c 0%, #001227 100%);
		background: -moz-linear-gradient(top, #003b7c 0%, #001227 100%);
		background:			linear-gradient(top, #003b7c 0%, #001227 100%);
		-webkit-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
			 -moz-box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
						box-shadow:0 1px #007ad9 inset, 0 -12px 3px -10px rgba(0,0,0,0.4) inset;
 }

}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em){
	.theme-tb-blue .header-util a,
	.theme-tb-blue .header-util a:hover {color:#fff; text-shadow:0 1px rgba(0,0,0,.9);}
}

/* Hi-res
----------------------------------------------------*/
@media
	(-webkit-min-device-pixel-ratio:1.5),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	(min-resolution:144dppx){

	.dept-nd a	 {background-image:url(//www.nd.edu/assets/images/brandbar/dept-nd-white@2x.png);}

}

/*************************************************************************************
 * 5. Grid
 * Author: http://foundation.zurb.com/
 * Version: 5.2.0
 * Documentation: http://foundation.zurb.com/docs/components/grid.html
 * Updated: 2014-03-12
 ************************************************************************************/
.row {width:100%; margin-left:auto; margin-right:auto; margin-top:0; margin-bottom:0; max-width:80em; *zoom:1;}
.row:before, .row:after {content:" "; display:table;}
.row:after {clear:both;}
.row.collapse > .column,
	.row.collapse > .columns {padding-left:0; padding-right:0;}
.row.collapse .row {margin-left:0; margin-right:0;}
.row .row {width:auto; margin-left:-1.5em; margin-right:-1.5em;/* margin-left:-0.9375em; margin-right:-0.9375em; */ margin-top:0; margin-bottom:0; max-width:none; *zoom:1;}
.row .row:before, .row .row:after {content:" "; display:table;}
.row .row:after {clear:both;}
.row .row.collapse {width:auto; margin:0; max-width:none; *zoom:1;}
.row .row.collapse:before, .row .row.collapse:after {content:" "; display:table;}
.row .row.collapse:after {clear:both;}
.column,
.columns {position:relative; padding-left:1.25em; padding-right:1.25em; /* padding-left:0.9375em; padding-right:0.9375em; */ width:100%; float:left;}

@media only screen {
	.column.small-centered,
		.columns.small-centered {margin-left:auto; margin-right:auto; float:none !important;}
	.column.small-uncentered,
		.columns.small-uncentered {margin-left:0; margin-right:0; float:left;}
	.column.small-uncentered.opposite,
		.columns.small-uncentered.opposite {float:right;}
	.small-push-0 {left:0%; right:auto;}
	.small-pull-0 {right:0%; left:auto;}
	.small-push-1 {left:8.33333%; right:auto;}
	.small-pull-1 {right:8.33333%; left:auto;}
	.small-push-2 {left:16.66667%; right:auto;}
	.small-pull-2 {right:16.66667%; left:auto;}
	.small-push-3 {left:25%; right:auto;}
	.small-pull-3 {right:25%; left:auto;}
	.small-push-4 {left:33.33333%; right:auto;}
	.small-pull-4 {right:33.33333%; left:auto;}
	.small-push-5 {left:41.66667%; right:auto;}
	.small-pull-5 {right:41.66667%; left:auto;}
	.small-push-6 {left:50%; right:auto;}
	.small-pull-6 {right:50%; left:auto;}
	.small-push-7 {left:58.33333%; right:auto;}
	.small-pull-7 {right:58.33333%; left:auto;}
	.small-push-8 {left:66.66667%; right:auto;}
	.small-pull-8 {right:66.66667%; left:auto;}
	.small-push-9 {left:75%; right:auto;}
	.small-pull-9 {right:75%; left:auto;}
	.small-push-10 {left:83.33333%; right:auto;}
	.small-pull-10 {right:83.33333%; left:auto;}
	.small-push-11 {left:91.66667%; right:auto;}
	.small-pull-11 {right:91.66667%; left:auto;}
	.small-1 {width:8.33333%;}
	.small-2 {width:16.66667%;}
	.small-3 {width:25%;}
	.small-4 {width:33.33333%;}
	.small-5 {width:41.66667%;}
	.small-6 {width:50%;}
	.small-7 {width:58.33333%;}
	.small-8 {width:66.66667%;}
	.small-9 {width:75%;}
	.small-10 {width:83.33333%;}
	.small-11 {width:91.66667%;}
	.small-12 {width:100%;}
	[class*="column"] + [class*="column"]:last-child {float:right;}
	[class*="column"] + [class*="column"].end {float:left;}
	.small-offset-0 {margin-left:0% !important;}
	.small-offset-1 {margin-left:8.33333% !important;}
	.small-offset-2 {margin-left:16.66667% !important;}
	.small-offset-3 {margin-left:25% !important;}
	.small-offset-4 {margin-left:33.33333% !important;}
	.small-offset-5 {margin-left:41.66667% !important;}
	.small-offset-6 {margin-left:50% !important;}
	.small-offset-7 {margin-left:58.33333% !important;}
	.small-offset-8 {margin-left:66.66667% !important;}
	.small-offset-9 {margin-left:75% !important;}
	.small-offset-10 {margin-left:83.33333% !important;}
	.small-offset-11 {margin-left:91.66667% !important;}
	.small-reset-order,
		.small-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width: 43.75em) {
	.column.medium-centered,
		.columns.medium-centered {margin-left:auto; margin-right:auto; float:none !important;}
	.column.medium-uncentered,
		.columns.medium-uncentered {margin-left:0; margin-right:0; float:left;}
	.column.medium-uncentered.opposite,
		.columns.medium-uncentered.opposite {float:right;}
	.medium-push-0 {left:0%; right:auto;}
	.medium-pull-0 {right:0%; left:auto;}
	.medium-push-1 {left:8.33333%; right:auto;}
	.medium-pull-1 {right:8.33333%; left:auto;}
	.medium-push-2 {left:16.66667%; right:auto;}
	.medium-pull-2 {right:16.66667%; left:auto;}
	.medium-push-3 {left:25%; right:auto;}
	.medium-pull-3 {right:25%; left:auto;}
	.medium-push-4 {left:33.33333%; right:auto;}
	.medium-pull-4 {right:33.33333%; left:auto;}
	.medium-push-5 {left:41.66667%; right:auto;}
	.medium-pull-5 {right:41.66667%; left:auto;}
	.medium-push-6 {left:50%; right:auto;}
	.medium-pull-6 {right:50%; left:auto;}
	.medium-push-7 {left:58.33333%; right:auto;}
	.medium-pull-7 {right:58.33333%; left:auto;}
	.medium-push-8 {left:66.66667%; right:auto;}
	.medium-pull-8 {right:66.66667%; left:auto;}
	.medium-push-9 {left:75%; right:auto;}
	.medium-pull-9 {right:75%; left:auto;}
	.medium-push-10 {left:83.33333%; right:auto;}
	.medium-pull-10 {right:83.33333%; left:auto;}
	.medium-push-11 {left:91.66667%; right:auto;}
	.medium-pull-11 {right:91.66667%; left:auto;}
	.medium-1 {width:8.33333%;}
	.medium-2 {width:16.66667%;}
	.medium-3 {width:25%;}
	.medium-4 {width:33.33333%;}
	.medium-5 {width:41.66667%;}
	.medium-6 {width:50%;}
	.medium-7 {width:58.33333%;}
	.medium-8 {width:66.66667%;}
	.medium-9 {width:75%;}
	.medium-10 {width:83.33333%;}
	.medium-11 {width:91.66667%;}
	.medium-12 {width:100%;}
	.medium-offset-0 {margin-left:0% !important;}
	.medium-offset-1 {margin-left:8.33333% !important;}
	.medium-offset-2 {margin-left:16.66667% !important;}
	.medium-offset-3 {margin-left:25% !important;}
	.medium-offset-4 {margin-left:33.33333% !important;}
	.medium-offset-5 {margin-left:41.66667% !important;}
	.medium-offset-6 {margin-left:50% !important;}
	.medium-offset-7 {margin-left:58.33333% !important;}
	.medium-offset-8 {margin-left:66.66667% !important;}
	.medium-offset-9 {margin-left:75% !important;}
	.medium-offset-10 {margin-left:83.33333% !important;}
	.medium-offset-11 {margin-left:91.66667% !important;}
	.medium-reset-order,
		.medium-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
	.push-0 {left:0%; right:auto;}
	.pull-0 {right:0%; left:auto;}
	.push-1 {left:8.33333%; right:auto;}
	.pull-1 {right:8.33333%; left:auto;}
	.push-2 {left:16.66667%; right:auto;}
	.pull-2 {right:16.66667%; left:auto;}
	.push-3 {left:25%; right:auto;}
	.pull-3 {right:25%; left:auto;}
	.push-4 {left:33.33333%; right:auto;}
	.pull-4 {right:33.33333%; left:auto;}
	.push-5 {left:41.66667%; right:auto;}
	.pull-5 {right:41.66667%; left:auto;}
	.push-6 {left:50%; right:auto;}
	.pull-6 {right:50%; left:auto;}
	.push-7 {left:58.33333%; right:auto;}
	.pull-7 {right:58.33333%; left:auto;}
	.push-8 {left:66.66667%; right:auto;}
	.pull-8 {right:66.66667%; left:auto;}
	.push-9 {left:75%; right:auto;}
	.pull-9 {right:75%; left:auto;}
	.push-10 {left:83.33333%; right:auto;}
	.pull-10 {right:83.33333%; left:auto;}
	.push-11 {left:91.66667%; right:auto;}
	.pull-11 {right:91.66667%; left:auto;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width: 60em) {
	.column.large-centered,
		.columns.large-centered {margin-left:auto; margin-right:auto; float:none !important;}
	.column.large-uncentered,
		.columns.large-uncentered {margin-left:0; margin-right:0; float:left;}
	.column.large-uncentered.opposite,
		.columns.large-uncentered.opposite {float:right;}
	.large-push-0 {left:0%; right:auto;}
	.large-pull-0 {right:0%; left:auto;}
	.large-push-1 {left:8.33333%; right:auto;}
	.large-pull-1 {right:8.33333%; left:auto;}
	.large-push-2 {left:16.66667%; right:auto;}
	.large-pull-2 {right:16.66667%; left:auto;}
	.large-push-3 {left:25%; right:auto;}
	.large-pull-3 {right:25%; left:auto;}
	.large-push-4 {left:33.33333%; right:auto;}
	.large-pull-4 {right:33.33333%; left:auto;}
	.large-push-5 {left:41.66667%; right:auto;}
	.large-pull-5 {right:41.66667%; left:auto;}
	.large-push-6 {left:50%; right:auto;}
	.large-pull-6 {right:50%; left:auto;}
	.large-push-7 {left:58.33333%; right:auto;}
	.large-pull-7 {right:58.33333%; left:auto;}
	.large-push-8 {left:66.66667%; right:auto;}
	.large-pull-8 {right:66.66667%; left:auto;}
	.large-push-9 {left:75%; right:auto;}
	.large-pull-9 {right:75%; left:auto;}
	.large-push-10 {left:83.33333%; right:auto;}
	.large-pull-10 {right:83.33333%; left:auto;}
	.large-push-11 {left:91.66667%; right:auto;}
	.large-pull-11 {right:91.66667%; left:auto;}
	.large-1 {width:8.33333%;}
	.large-2 {width:16.66667%;}
	.large-3 {width:25%;}
	.large-4 {width:33.33333%;}
	.large-5 {width:41.66667%;}
	.large-6 {width:50%;}
	.large-7 {width:58.33333%;}
	.large-8 {width:66.66667%;}
	.large-9 {width:75%;}
	.large-10 {width:83.33333%;}
	.large-11 {width:91.66667%;}
	.large-12 {width:100%;}
	.large-offset-0 {margin-left:0% !important;}
	.large-offset-1 {margin-left:8.33333% !important;}
	.large-offset-2 {margin-left:16.66667% !important;}
	.large-offset-3 {margin-left:25% !important;}
	.large-offset-4 {margin-left:33.33333% !important;}
	.large-offset-5 {margin-left:41.66667% !important;}
	.large-offset-6 {margin-left:50% !important;}
	.large-offset-7 {margin-left:58.33333% !important;}
	.large-offset-8 {margin-left:66.66667% !important;}
	.large-offset-9 {margin-left:75% !important;}
	.large-offset-10 {margin-left:83.33333% !important;}
	.large-offset-11 {margin-left:91.66667% !important;}
	.large-reset-order,
		.large-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
	.column.xlarge-centered,
		.columns.xlarge-centered {margin-left:auto; margin-right:auto; float:none !important;}
	.column.xlarge-uncentered,
		.columns.xlarge-uncentered {margin-left:0; margin-right:0; float:left;}
	.column.xlarge-uncentered.opposite,
		.columns.xlarge-uncentered.opposite {float:right;}
	.xlarge-push-0 {left:0%; right:auto;}
	.xlarge-pull-0 {right:0%; left:auto;}
	.xlarge-push-1 {left:8.33333%; right:auto;}
	.xlarge-pull-1 {right:8.33333%; left:auto;}
	.xlarge-push-2 {left:16.66667%; right:auto;}
	.xlarge-pull-2 {right:16.66667%; left:auto;}
	.xlarge-push-3 {left:25%; right:auto;}
	.xlarge-pull-3 {right:25%; left:auto;}
	.xlarge-push-4 {left:33.33333%; right:auto;}
	.xlarge-pull-4 {right:33.33333%; left:auto;}
	.xlarge-push-5 {left:41.66667%; right:auto;}
	.xlarge-pull-5 {right:41.66667%; left:auto;}
	.xlarge-push-6 {left:50%; right:auto;}
	.xlarge-pull-6 {right:50%; left:auto;}
	.xlarge-push-7 {left:58.33333%; right:auto;}
	.xlarge-pull-7 {right:58.33333%; left:auto;}
	.xlarge-push-8 {left:66.66667%; right:auto;}
	.xlarge-pull-8 {right:66.66667%; left:auto;}
	.xlarge-push-9 {left:75%; right:auto;}
	.xlarge-pull-9 {right:75%; left:auto;}
	.xlarge-push-10 {left:83.33333%; right:auto;}
	.xlarge-pull-10 {right:83.33333%; left:auto;}
	.xlarge-push-11 {left:91.66667%; right:auto;}
	.xlarge-pull-11 {right:91.66667%; left:auto;}
	.xlarge-1 {width:8.33333%;}
	.xlarge-2 {width:16.66667%;}
	.xlarge-3 {width:25%;}
	.xlarge-4 {width:33.33333%;}
	.xlarge-5 {width:41.66667%;}
	.xlarge-6 {width:50%;}
	.xlarge-7 {width:58.33333%;}
	.xlarge-8 {width:66.66667%;}
	.xlarge-9 {width:75%;}
	.xlarge-10 {width:83.33333%;}
	.xlarge-11 {width:91.66667%;}
	.xlarge-12 {width:100%;}
	.xlarge-offset-0 {margin-left:0% !important;}
	.xlarge-offset-1 {margin-left:8.33333% !important;}
	.xlarge-offset-2 {margin-left:16.66667% !important;}
	.xlarge-offset-3 {margin-left:25% !important;}
	.xlarge-offset-4 {margin-left:33.33333% !important;}
	.xlarge-offset-5 {margin-left:41.66667% !important;}
	.xlarge-offset-6 {margin-left:50% !important;}
	.xlarge-offset-7 {margin-left:58.33333% !important;}
	.xlarge-offset-8 {margin-left:66.66667% !important;}
	.xlarge-offset-9 {margin-left:75% !important;}
	.xlarge-offset-10 {margin-left:83.33333% !important;}
	.xlarge-offset-11 {margin-left:91.66667% !important;}
	.xlarge-reset-order,
		.xlarge-reset-order {margin-left:0; margin-right:0; left:auto; right:auto; float:left;}
}

/* Grid Customizations
--------------------------------------------------------------------------------------*/

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
	.row {max-width:96%;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
	.row {max-width:90%;}
}

/* 1360px
----------------------------------------------------*/
@media only screen and (min-width:85em) {
	.row {max-width:80em;}
}


/*************************************************************************************
 * 6. Print Styles
 ************************************************************************************/
@media print {

	@page {margin:0.5cm;}
	body {font-family:Georgia, "Times New Roman", Times, serif; color:#000;}
	img, tr {page-break-inside:avoid;}
	p, h2, h3 {orphans:3; widows:3;}
	h2, h3 {page-break-after:avoid;}
	blockquote {color:#333;}

	/* Styles
	----------------------------------------------------*/
	a[href^="javascript:"]:after,
	a[href^="#"]:after {content:"";}
	.ndmark {width:150px;}
	.image-right img {float:right; margin:0 0 1em 2em;}
	.image-left img {float:left; margin:0 2em 1em 0;}

	/* HIDDEN
	----------------------------------------------------*/
	.beta,
	.breadcrumbs,
	.header-util,
	.skip-links,
	.nav-mobile,
	.nav-site,
	.nav-skip {display:none;}

	/* STRUCTURE
	----------------------------------------------------*/
	.site-header {overflow:hidden; position:relative; margin:0 0 20px; padding:0 0 20px; border-bottom:1px solid gray;}
		.brandbar {font-size:32px; text-align:left; text-transform:uppercase; font-family:"Adobe Garamond", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;}
			.brandbar i {text-transform:none;}
		.site-title,
		.site-header a,
		.site-title a,
		.subline a {color:#000;}
		.site-title {margin:4px 0 2px; font-size:2em;}

	.alpha a:link:after {content:" [link:" attr(href) "] "; font-size:11px; font-family:inherit;}
	.alpha abbr:after {content:" (" attr(title) ")";}

	.site-footer {position:relative; clear:both; margin:20px 0 0; padding:20px 0 0; border-top:1px solid gray;}
		.site-footer p {margin:0;}
		.geo,
		.country-name {display:none;}
		.tel {display:block;}
		.site-footer .ndmark {position:absolute; top:20px; right:0;}
}
