/*!
Launched:2018-03-29
Authors:Taylor Packet, Shawn Maust
Marketing Communications:Web

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

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

2. FONT STACKS
	 - Headings:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
	 - Body:font-family:Lora, "Times New Roman", Times, serif
*/

/*************************************************************************************
 * 1. Common Styles
 ************************************************************************************/
*, *: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:#383838; font:1em/1.5em Lora, "Times New Roman", Times, serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display:block;}
audio, canvas, video {max-width:100%; width:100%; display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) {display:none;}
[hidden] {display:none;}
p {margin:0 0 1em; font-size:1.15em; line-height:1.7em;}
a {color:#37486a; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-transition:all 125ms ease;
		 -moz-transition:all 125ms ease;
			 -o-transition:all 125ms ease;
					transition:all 125ms ease;
}
a:visited {color:#4a3651; text-decoration:none; }
a:hover {color:#5873a9;}
a:active {color:#37486a;}
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.2em; color:#1a324e; font-weight:400; 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 {margin:0 0 0.25em; font-size:1.3em; }
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 {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;}
iframe, embed {width:100%;}
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;}

/* Quotes
----------------------------------------------------*/
blockquote { position:relative; margin:2rem 0; padding:0; font-size:1.3em; line-height:1em; text-align:left; }
blockquote .share {position:inherit;}
blockquote p {padding-left:1em; margin:0; border-left:5px solid #c99700; color:#37486a; line-height:1.4em; font-family:"GP", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }
blockquote p cite {display:block; font-size:1rem; font-weight:normal; font-style:normal; font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}

/* Images
----------------------------------------------------*/
figure {margin:0;}
figcaption {clear:both; margin:0.5em 0 0.75em; font-size:0.95rem; text-align:left; width:98%; color:#888; line-height:1.4em; font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }
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;
	-webkit-transition:all 125ms ease;
		 -moz-transition:all 125ms ease;
			 -o-transition:all 125ms ease;
					transition:all 125ms ease;
}

/* General Classes
----------------------------------------------------*/
.noborder {border:none !important;}
.ndmark {display:block; width:200px; max-width:100%; text-decoration:none;}

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

.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;}

.visibility-hidden {display:none !important;}
.section-intro {font-size:1.35rem;}
.no-margin {margin:0;}



/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
	body {background:url(images/bg.jpg); }
	figure img {margin:0.5em auto;}
		.figure-inline {margin:1.5em -1rem;}
			.figure-full figcaption {margin:2rem 0;}
		.figure-2up img {margin-bottom:1rem;}
	.wrapper {height:100%;}
	.row {width:90vw; margin:0 auto; *zoom:1;}
	.row:before, .row:after {content:" "; display:table;}
	.row:after {clear:both;}

	.video {position:relative; display:block; text-align:center; margin:2em 0;}
		.video .play {position:absolute; top:-15px; left:15px; width:100%; height:100%; margin:0 auto; background:url('images/play-icon.svg') left bottom no-repeat; background-size:180px auto;}

	.trailer-vid .video .play{background-size:200px auto;}
	.trailer-vid .video{margin:1em auto;}

	.embed-inner {position:relative; padding:0;}
	.embed-inner iframe,
	.embed-inner object,
	.embed-inner embed {position:absolute; top:0; left:0; width:100%; height:100%;}

	progress {position:fixed; left:0; top:0; z-index:11; width:100%; height:5px; border:none; color:#1a324e; background-color:#0c2340;
		-webkit-appearance:none;
			 -moz-appearance:none;
						appearance:none;
	}
	progress::-webkit-progress-bar {background-color:#0c2340;}
	progress::-webkit-progress-value {background-color:#c99700;}
	progress::-moz-progress-bar {background-color:#c99700;}

	.share,
	.replay {position:relative; float:right; display: block; margin:0.5rem 0 0; padding-right:1.25rem; font-size:14px; cursor:pointer; color:#fff; text-align:right; text-transform:uppercase; font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; letter-spacing:1px; font-weight:400; background:url('images/share-arrow.svg') right center no-repeat; background-size:14px auto;}
	.share:hover {color:#fff; font-weight:bold;}
		.addthis_inline_share_toolbox {opacity:0; position:absolute; top:-4rem; left:4.75rem; transition:opacity 0.7s;}
		.share.active .addthis_inline_share_toolbox {opacity:1;}

	/* Header
	----------------------------------------------------*/
	.site-header {position:relative; z-index:1; margin:0; }
		.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; z-index:9999; font-family:Lora, "Times New Roman", Times, serif; padding-top:1.5rem; }
		.site-title {margin-bottom:0.5em; max-width:100%; font-size:2.25em; padding-bottom:45%; text-indent:-100vw; background:url(images/title.svg) 50% 50% / contain no-repeat; }
		.site-subtitle { font-size:1.25rem; text-align:center; margin-top:0.5em; color:#555; font-family: GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight:300;}

		.intro {position:relative; width:90%; height:100%; margin:0 auto; bottom:1.5rem; font-size:1.6rem; line-height:1.8rem; font-weight:300; text-align:center; font-family:"GP", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}

			.titlebar-share {position:relative; bottom:2.25rem; margin:0 auto;}
				.share-item {display:inline-block; float:none; margin:0; color:#fff;}
				.header-share {margin-right:1rem; background-image:url('images/header-share.svg');}
				.header-replay {background-image:url('images/spinner.svg');}
		.header-image {position: relative; height:300px; box-shadow: inset 0 0 120px rgba(0,0,0,0.75); background:url('images/header-700.jpg') center center no-repeat; background-size:cover;}
			.published {margin:0; font-family: GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size: 1.75em; font-weight:200; color: #777;}

		.nav-sections { list-style:none; padding:0; margin:2rem 0; display:flex; flex-flow:row wrap;	}
		.nav-section-item { width:100%; position:relative; margin:1rem 2rem 2rem 1rem; box-shadow:0 0 2.5rem rgba(0,0,0,0.4); background:#0c2340; }
		.nav-section-image { position:relative; opacity:0.3; min-width:100%; filter:grayscale(100%); transform:scale(1.05); transition:all 0.4s; }
			.nav-section-item:after { content:''; display:block; position:absolute; z-index:-1; top:1rem; right:-1rem; bottom:-1rem; left:1rem; background:#e6e9ec; }
		.nav-section-link { text-decoration:none; display:block; overflow:hidden; }
		.nav-section-title { margin:0 0 1rem; color:#fff; text-transform:uppercase; display:inline-block; position:relative; z-index:10; }
			.nav-section-title::before { content:''; display:block; bottom:-0.15rem; left:-0.25rem; right:-0.85rem; height:0.75rem; z-index:-1;	position:absolute; background:#c99700; }
		.nav-section-copy { padding:1rem 1rem 1.75rem 1rem; color:#fff;	position:absolute; bottom:0; left:0; right:0; transform:translateY(4rem); transition:transform 0.4s; }
		.nav-section-copy p {font-size:0.8rem; line-height:1.15rem; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
		.nav-section-item .more { display:inline-block; padding:0.45rem 0.9rem; margin:0; opacity:0; background:#fff; color:#0c2340; transition:opacity 0.4s; }
		.nav-section-item .more:hover {background:#e6e9ec;}

		.nav-section-item:hover .nav-section-copy { transform:translateY(0); }
		.nav-section-item:hover .nav-section-image { opacity:0.125; transform:scale(1); }
		.nav-section-item:hover .more { opacity:1; }

		.nav-sticky { display:none; }


	/* Content
	----------------------------------------------------*/
	.site-content {position:relative; padding:0;}
	.section {position:relative; padding:1.5rem;}


	.byline:before {content:''; margin-bottom:1.5em; display:inline-block; height:3px; width:80px; background:#caa246;}
	.byline {margin:3em 0 2em; font-style:italic; color:#0C2340;}
	.byline p {margin:0; font-size:1.1em; font-family:Lora, "Times New Roman", Times, serif;}
	.byline ul {padding:0; list-style:none; font-size:0.9em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-style:normal;}
	.byline ul strong,
	.byline li {color:#555;}
	.byline li {margin:0;}
	.byline a {color:#1a324e;}

	/* Related Content */
	.related {margin:3rem 0 1rem 0;}
	.related a article {margin-bottom:0.75em; padding:0.7em; display:block;min-height:114px; vertical-align:top; border:1px solid #d9d9d9; box-shadow:0 0 8px rgba(204,204,204,0.25); background:#fff; transition:all 125ms ease;}
	.related article:hover {border:1px solid #d5d5d5; box-shadow:0 0 8px rgba(0,0,0,0.1); -webkit-transform:scale(1.015); transform:scale(1.0125);}
	 .related h2 {margin:0 0 1em; padding:0 0 0.15em; border-bottom:1px solid #ccc; font-size:0.9em; text-transform:uppercase; letter-spacing:1px; color:#555; font-weight:400;}
		 .related h2:after {display:none;}
	.related .image {margin-right:0.75em; float:left; width:130px;}
	.related .headline {padding-top:0.15em;}
	.related .headline h3 {margin-top:0; font-size:1.15em; font-weight:400;}
	.related .date {font-size:0.9rem; color:#656565; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }
	.related a {text-decoration:none; color:#1a324e;}

		/* Dividers */
	.divider {position:relative; padding-top:30%; margin:2em 0; background-position:center center; background-size:cover; background-repeat:no-repeat; box-shadow:inset 0px 0px 95px rgba(0,0,0,0.5); }
		.divider::after { content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0; background:url(images/div-overlay.svg) 50% 50% / cover no-repeat; }

		.divider.kelli-smith { background-image:url('images/kelli-800.jpg'); }
		.divider.carlos-deloera { background-image:url('images/carlos-800.jpg'); }
		.divider.alex-park { background-image:url('images/alex-800.jpg'); }
		.divider.courtney-becker { background-image:url('images/courtney-800.jpg'); }

		.divider .section-title { color:#fff; text-transform:uppercase; display:inline-block; position:relative; z-index:10; }
			.divider .section-title::before { content:''; display:block; bottom:0; left:-0.25rem; right:-1.5rem; height:1rem; z-index:-1;	position:absolute; background:#c99700; }

	/* Footer
	----------------------------------------------------*/
	.site-footer {position:relative; clear:both; overflow:hidden; margin:0 auto; padding:1em 0; color:#222; text-align:center; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; background:#fff; border-top:1px solid #ccc;}
		.footer-inner {position:relative; margin:0 auto; padding:1em 0;}
		.site-footer p {overflow:hidden; margin:0; font-size:0.875em;}
	.site-info {margin:1em 0;}
	.site-info li {display:inline-block; margin:0 2%;}
	.site-footer a {color:#002b5c; 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; height:70px; margin:2em auto;}

}

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

/* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.25em) {
	.site-title {margin:0 auto; padding-bottom:35%;}

	blockquote p {margin:2em 3em;}
	blockquote.pull {font-size:1.35em;}
	.header-image {height:600px; background:url('images/header-1000.jpg') center center no-repeat; background-size:cover;}
	.intro {bottom:2.5em; width:70%;}
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
	html {background-attachment:fixed;}

	h2 {font-size:1.5em;}
	h3 {font-size:1.75em;}
	h4 {font-size:1.5em;}
	h5 {font-size:1.25em;}
	h6 {font-size:1.125em;}

	.site-title {font-size:2em;}

	.titlebar {padding-top:4rem;}
	.titlebar.row {/*margin-top:-6.5em;*/ margin-top:-3em;}
	.titlebar-share {position:absolute; bottom:0.5rem; right:3rem;}

	.row {max-width:90vw;}
	.brandbar li {margin:0 auto;}

	.nav-section-copy { padding:2rem 2rem 2.25rem 2rem;}
	.nav-section-copy p {font-size:1rem; line-height:1.5rem;}

	.figgroup {float:left; margin-bottom:2em;}
	.figgroup figure {float:left; width:48%; margin-left:1%; margin-right:1%; }
	.figgroup-3 figure {width:32%; margin-left:1%; margin-right:1%;}
	.figgroup-4 figure {width:23%; margin-left:1%; margin-right:1%;}



	/* Header
	----------------------------------------------------*/
	.site-header {text-align:left; }
	.brandbar {padding:0;}
		.brandbar li {float:left;}
	.intro {font-size:2rem; line-height:2.4rem; bottom:3rem; width:76%; margin:0 auto;}
	.site-subtitle { font-size:1.6rem; line-height:2.15rem;}

	/* Navigation
	----------------------------------------------------*/
	.nav-page { display:block; position:fixed; top:0; left:0; right:0;
	 -webkit-transition:all 0.5s ease-in-out;
			-moz-transition:all 0.5s ease-in-out;
					 transition:all 0.5s ease-in-out;
		-webkit-transform:translateY(-100%);
			 -moz-transform:translateY(-100%);
						transform:translateY(-100%);
	}
	.nav-page.visible {
		-webkit-transform:translateY(0);
			 -moz-transform:translateY(0);
						transform:translateY(0);

	}

	.nav-sticky { display:block; position:fixed; top:5px; left:0; right:0; z-index:100; transform:translateY(-4rem); opacity:0; text-align:center; transition:all 0.5s; border-bottom:1px solid #c2c4c7; background:#e6e9ec; font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; letter-spacing:1px;}
		.nav-sticky.active { transform:translateY(0); opacity:1; }
	.nav-sticky li { display:inline-block; padding:0; margin:0; }
	.nav-sticky a { display:inline-block; padding:0.5em 0.75em; text-transform:uppercase; font-size:0.9rem; }
	.nav-sticky a.active { background:#d3d5d8;}

	/* Content
	----------------------------------------------------*/
	.divider.kelli-smith { background-image:url('images/kelli-1200.jpg'); }
	.divider.carlos-deloera { background-image:url('images/carlos-1200.jpg'); }
	.divider.alex-park { background-image:url('images/alex-1200.jpg'); }
	.divider.courtney-becker { background-image:url('images/courtney-1200.jpg'); }

	.related.float-right article {width:48%; margin-right:1%; display:inline-block;}
	.related.main article {width:49%; margin:0 0.115em; display:inline-block;}

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

/* 1000px
----------------------------------------------------*/
@media only screen and (min-width:62.5em) {
	blockquote.pull {font-size:1.45em;}
	.site-title { width:58%; padding-bottom:25%; display:inline-block; vertical-align:middle;}
	.site-subtitle { width:35%; display:inline-block; vertical-align:middle; text-align:left; }
	.titlebar {padding:7rem 0 2.75rem;}
	.brandbar {padding:0;}
	.tagline { font-size:1.6em; }
	.image-right {margin-right:-6vw;}
	.image-right.video-right {margin-right:-10vw;}

	.nav-section-item { width:calc(50% - 3rem); }

	/* Navigation
	----------------------------------------------------*/
	.nav-page .title { width:33%; float:left; }
	.nav-page ul { width:66%; float:left; }

	.nav-sticky a { padding:0.5em 1em; font-size:1rem; }

	/* Content
	----------------------------------------------------*/
	.section {width:80vw; margin:0 auto;}
	blockquote {margin:0;}
	blockquote .share {position:relative;}
	blockquote.pull p {padding-left:0;	font-weight:bold; text-align:right; border:none;}

	.pull.pull-left {margin-right:1.5em; margin-bottom:0.35em; float:left; width:26vw; margin-left:-11vw; padding:0;}
	blockquote.pull:before { font-size:6em; top:-0.125em; left:49%;}

	.related.float-right {float:right; padding-left:2em; width:40vw; margin-right:-18vw;}
	.related.float-right article {width:100%;}

	/* Footer
	----------------------------------------------------*/
	.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;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
	blockquote {font-size:1.2em;}
	.row {max-width:80vw;}
	.pull {width:20vw; margin-left:-20vw;}
	.titlebar-share {bottom:2rem;}
	.figure-split figcaption {padding-top:14rem;}
	.header-image { height:650px; background:url('images/header-1600.jpg') top center no-repeat; background-size:cover;}
	.section {width:65vw;}

	figure.full { margin:2rem; width:73.5vw; margin-left:-6.5vw; }
	.figgroup {float:left; width:75vw; margin-left:-6.5vw;}

	.divider { padding-top:35%; }
		.divider .section-title { font-size:3rem; }


	.divider.kelli-smith { background-image:url('images/kelli-1800.jpg'); }
	.divider.carlos-deloera { background-image:url('images/carlos-1800.jpg'); }
	.divider.alex-park { background-image:url('images/alex-1800.jpg'); }
	.divider.courtney-becker { background-image:url('images/courtney-1800.jpg'); }

 .related.float-right {width:32vw; margin-right:-10vw;}

}

/* 1400px
----------------------------------------------------*/
@media only screen and (min-width:87.5em) {
	blockquote.pull {font-size:1.65em;}
	.site-subtitle { font-size:1.75rem; line-height:2.35rem;}
}

/* 1600px
----------------------------------------------------*/
@media only screen and (min-width:100em) {
	.image-right, .image-left {max-width:50%;}
	.image-right {margin-right:-5vw;}

	.related.float-right {width:26vw; margin-right:-5vw;}
}

/* Fonts
	 https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
@font-face {font-family:GP; font-weight:200; font-style:normal;
	src:url('https://static.nd.edu/fonts/gp-min/gp-light.woff') format('woff'),
			url('https://static.nd.edu/fonts/gp-min/gp-light.woff2') format('woff2'),
			url('https://static.nd.edu/fonts/gp-min/gp-light.ttf') format('truetype');
}
@font-face {font-family:GP; font-weight:400; font-style:normal;
	src:url('https://static.nd.edu/fonts/gp-min/gp-book.woff') format('woff'),
	url('https://static.nd.edu/fonts/gp-min/gp-book.woff2') format('woff2'),
			url('https://static.nd.edu/fonts/gp-min/gp-book.ttf') format('truetype');
}
@font-face {font-family:GP; font-weight:600; font-style:normal;
	src:url('https://static.nd.edu/fonts/gp-min/gp-bold.woff') format('woff'),
	url('https://static.nd.edu/fonts/gp-min/gp-bold.woff2') format('woff2'),
			url('https://static.nd.edu/fonts/gp-min/gp-bold.ttf') format('truetype');
}

/* 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,
		.dept a {background-size:auto 50px;}
}

/*************************************************************************************
 * 4. Themes
 ************************************************************************************/
@media screen, projection {
	/* Brand Bar
	----------------------------------------------------*/
	.dept-nd a	 {width:301px; background-image:url('https://static.nd.edu/images/brandbar/dept-nd-white.png');}
	.brandbar {background:#fff; border-bottom:1px solid #181b20;}
	.brandbar.theme-bb-blue {background:#0c2340; border-bottom:1px solid #001123;}
}

/* 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('https://static.nd.edu/images/brandbar/dept-nd-white@2x.png');}
		body {background:url(images/bg@2x.jpg); background-size:400px auto;; }
}

/*************************************************************************************
 * 5. 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;}
	.divider .section-title {font-size:1.5rem; letter-spacing:1px; text-transform:uppercase;}

	/* 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;}
	.figgroup-4 {overflow:hidden; margin:2rem auto;}
	.figgroup-4 figure {float:left; width:23% !important; margin-left:1%; margin-right:1%;}

	/* HIDDEN
	----------------------------------------------------*/
	progress,
	.breadcrumbs,
	.header-util,
	.skip-links,
	.nav-mobile,
	.nav-site,
	.nav-page,
	.content-video,
	.nav-skip,
	.nav-sections,
	.nav-sticky,
	.related {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:12px; 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,
		.subline {margin:0; display:block; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
		.site-header a,
		.site-title a,
		.subline a {color:#000;}
		.site-title {margin:4px 0 2px; font-size:2em;}
		.subline {font-size:1em;}

	figure.full { margin-bottom:1.5em; width:50%; float:left; margin-right:5%; }
		figure img { width:100%; }
	.figgroup {float:left; width:100%; }
		.figgroup figure {float:left; width:48%; margin-left:1%; margin-right:1%;}
		.figgroup-3 figure {width:32%; margin-left:1%; margin-right:1%;}
		.figgroup figure:first-child {margin-left:0;}
		.figgroup figure:last-child {margin-right:0;}
	.image-right{float:right; width:40%; margin-left: 5%;}

	.site-content a:link:after {content:" [link:" attr(href) "] "; font-size:11px; font-family:inherit;}
	.site-content 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;}
}
