/*!
Launched: 2018-10-29
Authors: Taylor Packet, Erik Runyon
Marketing Communications:Web

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

BRANDING
-----------------------------------------
1. COLORS
	 - Blue:#0c2340
	 - Gold:#ae9142

2. FONT STACKS
	 - Headings:"Sumana", Georgia, "Times New Roman", Times, serif
	 - Body:font-family:Sumana, "Times New Roman", Times, serif
	 - Captions:"Libre Franklin", Helvetica, Arial, Verdana, sans-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 Sumana, "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 1.5em; font-size:1.25em; line-height:1.8em;}
a {color:#0c2340; 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:#143865;}
a:active {color:#0645AD;}
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.4em; color:#2d3135; font-weight:700; text-rendering:optimizeLegibility; font-family:'Sumana', Georgia, Times, 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:1.65em;}
h2 {margin:0 0 0.25em; font-size:2.4em; }
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;}

/* Blockquotes
----------------------------------------------------*/
	blockquote { position:relative; margin:0; padding:1em 0; font-family:"Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif; text-align:left; color:#3f423a; font-weight:200;}
	blockquote:before {content:""; display:block; margin:0 0 0 -0.5em; padding:2.5em 0; background:url('images/quote.svg') no-repeat 0 0;}
	blockquote p {margin:0 0 2rem; font-size:2rem; line-height:1.25em;}


/* Images
----------------------------------------------------*/
	figure {margin:0;}
	figcaption {clear:both; margin:0.5em 0 0; font-size:0.95rem; text-align:left; width:98%; color:#656565; line-height:1.4em; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; }
	figcaption a { padding:0 4px 2px; color:#fff; background:#000; text-decoration:none; }
	figcaption a:hover { color:#fff; background:#444;}
	figcaption a:visited { color:#fff; }
	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;
}
	.image-right {font-size:0.9rem; color:#656565; font-style:italic;}

	.divider {position:relative; height:350px; padding-top:50%; margin:1em 0 2em; background-position:center center; background-size:cover; background-repeat:no-repeat; }
		.divider span,
		.bgvid span {position:absolute; bottom:0; padding:0.25em 1em 0.5em; background:rgba(0, 0, 0, 0.7); color:#eee; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; font-size:0.85em; line-height:1.45em;}
		.divider a {color:#F6E7A1;}


/* General Classes
----------------------------------------------------*/
	 main {position:relative;}
	.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;}
	.visually-hidden {position:absolute; border:0; clip:rect(0 0 0 0); height:1px; width:1px; overflow:hidden; margin:-1px; padding:0; white-space:nowrap;}

	progress {position:fixed; left:0; top:0; z-index:10; width:100%; height:5px; border:none; color:#000; background-color:transparent;
		-webkit-appearance:none;
			 -moz-appearance:none;
						appearance:none;
	}
	progress::-webkit-progress-bar {background-color:transparent;}
	progress::-webkit-progress-value {background-color:#2d3135;}
	progress::-moz-progress-bar {background-color:#2d3135;}


/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
	body {}
	figure {margin:2em auto;}
		.figure-2up img {margin-bottom:1rem;}
		.figure-3up img { margin:2em 0; }
	.wrapper {height:100%; overflow-x:hidden;}
	.row {width:100%; margin:0 auto; *zoom:1;}
	.row:before, .row:after {content:" "; display:table;}
	.row:after {clear:both;}

	.side-info {margin:3rem 0; padding:2rem 1rem 1rem; border-top:1px solid #ccc; border-bottom:1px solid #ccc; color:#555; font-size:0.8rem; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif;}

	.bgvid {position:relative; overflow:hidden; padding-top:55.505%;}
		.bgvid img {position:absolute; top:0; left:0; right:0; bottom:0;}

	.video {position:relative; display:block; text-align:center;}
		.bgvid .video { text-indent:-999em; position:absolute; top:0; left:0; right:0; bottom:0; z-index:999;}


	/* Header
	----------------------------------------------------*/
	.site-header {position:relative; z-index:1; margin:0; }
	.brandbar { position:absolute; top:0; left:0; z-index:1; bottom:0; right:0; height:100%; }
		.brandbar li {margin:0 -0.9375em; padding:0;}
		.brandbar a {display:block; margin:0.5rem auto; text-decoration:none; height:65px; text-indent:-9999px; overflow:hidden; background-repeat:no-repeat;}
		.dept-nd img {display:none;}
			.dept-nd a {background-position:center 0;}
			.dept a {background-position:right 0;}

		.title {position:absolute; top:25vh; padding:0 2rem; width:100%;}
		.titlebar,
		.titlebar .column {}
		.titlebar.row {max-width:none;}

		.titlebar {position:relative; color:#fff; background: url('images/header-700.jpg') no-repeat; height:70vh; background-size:cover;}
	.titlebar h1 {position:relative; z-index:9999; font-size:3rem; line-height:1.25em; font-family:'Open Sans Condensed', 'Libre Franklin', Helvetica, Arial, Verdana, sans-serif; color:#fff; text-shadow:0 2px 150px #000; font-weight:200;}

	.title .category {display:inline-block; padding:0 0.35rem; line-height:1.45em; background:#fff;}
	.category {color:#555; font-family: "Libre Franklin", Helvetica, Verdana, Arial, sans-serif; font-weight:400; text-transform:uppercase; letter-spacing:0.08em;}

	.subtitle {margin:0 0 3rem; font-size:1.75rem; line-height:1.25em; color:#3f423a; font-family:"Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif; font-weight:200;}
	.subtitle:after {margin:1.5rem 0 0; content:''; display:block; width:10rem; height:1px; background:#ccc;}


	/* Content
	----------------------------------------------------*/
	.site-content {z-index:9; position:relative; padding:0;}
	.intro {font-size:1.5rem;}
	.section {position:relative; padding:2rem;}

	/* Byline */
	.byline:before {content:''; margin-bottom:1.5em; display:block; height:4px; width:80px; background:#ae9142;}
	.byline {margin:3.5em 0 0; color:#0c2340; }
	.byline p {margin:0; font-size:1.25em; font-weight:700; font-family:GPC, "Libre Franklin", Helvetica, Arial, Verdana, sans-serif;}
	.byline ul {padding:0; list-style:none; font-size:0.9em; font-weight:400; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; font-style:normal; color:#555;}
	.byline ul strong {color:#333;}
	.byline a {color:#1a324e;}

	/* Related Content */
	.related {margin:3rem 0;}
		.related article {margin-bottom:1em; padding-right:2.5rem; display:block; vertical-align:top; border-bottom:4px solid transparent; vertical-align:top; color:#1a324e; transition:all 125ms ease-in-out;}
		.related article a {text-decoration:none;}
		.related article:hover {background:#e1e8f2; border-bottom:4px solid #c1cddd; transform:scale(1.0125);}
		.related h2 {margin:0 0 1em; padding:0 0 0.15em; border-bottom:1px solid #ddd; font-size:1.25em; color:#0c2340; font-weight:700; font-family:"GPC", Helvetica, Verdana, Arial, sans-serif;}
		.related .image {margin-right:0.75em; float:left; width:130px;}
		.related .category {display:block; margin:0.75rem 0 0; font-size:0.8rem; line-height:1.25rem; color:#555;}
		.related .headline h3 {margin-top:0; font-size:1.2rem; line-height:1.25em; font-weight:400;}
		.related article:hover:after {content:''; width:1rem; position:absolute; opacity:1; bottom:0; top:0; right:1rem; transition:all 125ms ease-in-out; color:#ae9142; display:block; background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"%3E%3Cpath fill="%23ae9142" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z"/%3E%3C/svg%3E') 50% 50% / 1rem no-repeat; }
		.related.float-right article {width:100%; display:inline-block;}

	 /* Buttons */
	.btn {display:inline-block; padding:0.8rem 1rem; border:3px solid transparent; border-radius:0.6rem; line-height:1.5rem; text-decoration:none; transition:all 125ms ease-in-out; font-size:1rem; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif;}
		.btn:focus {border-color:#15a6b5; outline:none; }
		.btn:visited {color:#0c2340;}
		.btn svg {vertical-align:middle; transition:transform .25s ease-in-out}
		.btn:hover svg {transform:translateX(0.325em);}

	.btn-inline {color:#0c2340;}
		.btn-inline:hover {color:#0c2340; background-color:#e1e8f2; transform:scale(1.02);}
		.btn-inline:active {color:#0c2340; background-color:#e1e8f2;}
		.btn-inline svg {fill:#ae9142;}
	.text-right {text-align:right;}


	/* Custom
	----------------------------------------------------*/
	.s1-img {background-image:url('images/s1-700.jpg');}
	.s2-img {background-image:url('images/s2-700.jpg'); background-position:center top;}
	.s3-img {background-image:url('images/s3-700.jpg');}
	.s4-img {background-image:url('images/s4-700.jpg');}
	.s5-img {background-image:url('images/s5-700.jpg');}
	.s6-img {background-image:url('images/s6-700.jpg');}
	.s7-img {background-image:url('images/s7-700.jpg');}
	.s8-img {background-image:url('images/s8-700.jpg');}
	.s9-img {background-image:url('images/s9-700.jpg');}

	/* Fog */
	.fogwrapper {height:100%; position:absolute; top:0; width:100%; filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);}

	#foglayer_01, #foglayer_02 {height:100%; position:absolute; width:200%; top:0;}
	#foglayer_01 .image01, #foglayer_01 .image02,
	#foglayer_02 .image01, #foglayer_02 .image02 {float:left; height:100%; width:50%;}
	#foglayer_01 {animation:foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;}
	#foglayer_02 {animation:foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;}

	#foglayer_01 .image01, #foglayer_01 .image02 {
	background: url("images/texture-fog1.png") center center/contain no-repeat transparent;}
	#foglayer_02 .image01, #foglayer_02 .image02 {
	background: url("images/texture-fog2.png") center center/contain no-repeat transparent;}

	@keyframes foglayer_01_opacity {
		0% {opacity:.3;}
		27% {opacity:.6;}
		52% {opacity:1;}
		68% {opacity:.8;}
		100% {opacity:.3;}
	}

	@keyframes foglayer_02_opacity {
		0% {opacity:.6;}
		27% {opacity:.9;}
		52% {opacity:1;}
		68% {opacity:.7;}
		100% {opacity:.6;}
	}

	@keyframes foglayer_moveme {
		0% {left:0;}
		100% {left:-100%;}
	}

	.mobvid video {display:none;}
	.side-date {font-family:"Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif; color: #3f423a; font-weight:300; font-size:1.75em; text-align:center; margin-bottom:1em;}

 /* Footer
	----------------------------------------------------*/
	.site-footer {position:relative; text-align:center; margin-top:2rem; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; background:#f5f5f5;}
		.site-footer p {clear:both; margin:0; font-size:1rem;}
		.site-footer a {color:#555;}
		.site-footer svg {fill:#555;}

	.footer-global {padding:2rem 0;}
		.footer-global li { padding: 0.5rem 0; }
		.social {margin:2rem 0;}
		.copyright {font-weight:bold;}
		.address {display:block; margin:0;}
		.ndmark {width:200px; margin:2em auto;}

	.footer-global-links {padding:1rem 0; background:#d2d2d2; font-size:1rem;}
		.footer-global-links a {padding:0.45rem 1rem; border-radius:0.5rem; transition:all 125ms ease-in-out; text-decoration:none; transition:all 125ms ease-in-out;}
		.footer-global-links a:hover {text-decoration:underline;}
		.footer-global-links nav a:hover {text-decoration:none; background-color:#f0f0f0;}

	.footer-global-links li {margin:0 1rem; padding:0.5rem 0;}
	.footer-links-content {text-align:center;}
	.footer-links-policy {justify-content:flex-end; text-align:center;}

	/* Icons
	<span class="icon" data-icon="nd-monogram"></span>
	https://dev.conductor.nd.edu/icons/
----------------------------------------------------*/
	.icon {display:inline-block; width:1em; height:1em; fill:currentColor;}
		[data-icon="nd-monogram"] {fill:var(--brand-blue);}

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


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

/* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.25em) {
	.image-right,
	.image-left {max-width:40%;}
	.image-right { float:right; margin:0 0 1.2em 1.2em; }
	.image-left { float:left; margin:0 1.2em 1.2em 0; }
	.content-video {margin:2em 0; padding-top:45%;}
}

/* 768px
----------------------------------------------------*/
@media only screen and (min-width:48em) {
	html {background-attachment:fixed;}
	h1 {font-size:1.85em;}
	h2 {font-size:2.3em;}
	h3 {font-size:1.75em;}
	h4 {font-size:1.5em;}
	h5 {font-size:1.25em;}
	h6 {font-size:1.125em;}

	blockquote p {font-size:2.25em;}

	.video .play {background-size:200px auto;}

	.mobvid video {display:inherit;}
	.mobvid img {display:none;}

	figure {margin:3em auto;}

	figure {margin-left:0; margin-right:0;}
	.figure-has-caption { overflow:auto; }
	.figure-has-caption img { margin:0 3em 0 0; width:40%; float:left; }
	.figure-has-caption figcaption { width:50%; padding:2em 1em 1em 2em; line-height:1.6em;	clear:none; float:right; }

	.figure-2up img {display:inline-block; width:49%;}
	.figure-2up img:first-child {margin-right:1%;}

	.figure-3up { overflow:auto; }
	.figure-3up img {display:block; width:45%; margin:0; float:left;}
	.figure-3up img:first-child { width:50%; margin-right:5%;}
	.figure-3up img:last-child { margin-top:4.75%; }

	.figgroup figure {margin-left:0; margin-right:0;}
	.figgroup { display:flex; justify-content:space-between; }
	.figgroup figure { width:49%; }

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

	 .s1-img {background-image:url('images/s1-1200.jpg');}
	 .s2-img {background-image:url('images/s2-1200.jpg');}
	 .s3-img {background-image:url('images/s3-1200.jpg');}
	 .s4-img {background-image:url('images/s4-1200.jpg');}
	 .s5-img {background-image:url('images/s5-1200.jpg');}
	 .s6-img {background-image:url('images/s6-1200.jpg');}
	 .s7-img {background-image:url('images/s7-1200.jpg');}
	 .s8-img {background-image:url('images/s8-1200.jpg');}
	 .s9-img {background-image:url('images/s9-1200.jpg');}

	/* Header */
	.site-header {text-align:left; }
	.brandbar {padding:0;}

	.titlebar {background-image:url('images/header-1200.jpg');}
	.subtitle {font-size:3rem; }

	/* 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);

	}

	/* Content */
	.section {padding:5rem 3rem; background-size:320px auto;}
	.related.float-right article {width:48%; display:inline-block; margin-right:1%;}

	/* Footer */
	.social li {display:inline-block; margin:0 0.25rem;}
	.footer-links-content li {margin-right:0.5rem; display:inline-block;}
	.footer-links-policy li {margin-left:0.5rem; display:inline-block;}
}


/* 1000px
----------------------------------------------------*/
@media only screen and (min-width:62.5em) {
	.titlebar {height:100vh;}
	.title {top:40vh; position:relative; margin:0 auto; width:43rem; max-width:43rem; text-align:left;}
	.titlebar h1 {font-size:5em;}

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

	/* Content */
	.section {width:74vw; margin:0 auto;}
	.pull.pull-right {margin-left:3.5rem; float:right; width:34vw; margin-right:-11vw; padding:0;}
	figure {margin-left:-8vw; margin-right:-8vw;}

	.tagline { font-size:1.6em; }
	.image-right {margin-right:-6vw;}

	.figure-split {overflow:hidden;}
	.figure-split figcaption {float:left; width:40%; clear:none; padding:9rem 0 0 2rem;}

	.side-info {margin:4rem -8vw 5rem; padding:3rem 7rem 2rem; font-size:0.85rem;}

	/* Footer */
	.footer-global {padding:3rem 0 2rem;}
	.footer-global li {padding:0;}
	.footer-global .col {display:flex; justify-content:space-between;}
	.footer-global .social {justify-self:center; max-width:500px;}
	.footer-global .social svg { margin-right:0.25rem; vertical-align:text-bottom; margin-bottom:2px; }
	.footer-global .social ul {display:grid; grid-template-columns:repeat(3, 1fr); grid-gap:0.5rem; justify-items:start;}
	.footer-global .ndmark {margin:0;}
	.footer-global .social {margin:0;}
	.footer-global .vcard {text-align:left;}

	.social li {display:inline-block; margin:0 0.25rem; font-size:1rem;}
	.social a {color:#555; padding:0.5rem 1rem; margin-top:-0.5rem; display:block; border-radius:0.6rem; border:3px solid transparent; transition:all 125ms ease-in-out;}
		.social a:hover { background-color:#e1e8f2; color:#0c2340;}
		.social a:focus { border-color:#15a6b5; outline:none;}
		.social a:active {color:#0c2340;	background-color:#c1cddd;}
		.social a:hover svg {fill:#0c2340;}

	.footer-global-links {font-size:.875rem;;}
	.footer-global-links nav {display:flex;}
	.footer-global-links ul {width:50%; margin:0;}

	.footer-links-content {text-align:left;}
		.footer-links-content li {margin:0; display:inline-block;}

	.footer-links-policy {justify-content:flex-end; text-align:right;}
		.footer-links-policy li {margin-left:0.5rem; display:inline-block;}

	.vcard p {font-size:0.875rem; line-height:1.6rem;}
}


/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
	.row {max-width:85vw;}
	.titlebar {background-image:url('images/header-1600.jpg');}
	 .divider {padding-top:100vh;}

	.s1-img.lazyloaded {background-image:url('images/s1-1600.jpg');}
	.s2-img.lazyloaded {background-image:url('images/s2-1600.jpg');}
	.s3-img.lazyloaded {background-image:url('images/s3-1600.jpg');}
	.s4-img.lazyloaded {background-image:url('images/s4-1600.jpg');}
	.s5-img.lazyloaded {background-image:url('images/s5-1600.jpg');}
	.s6-img.lazyloaded {background-image:url('images/s6-1600.jpg');}
	.s7-img.lazyloaded {background-image:url('images/s7-1600.jpg');}
	.s8-img.lazyloaded {background-image:url('images/s8-1600.jpg');}
	.s9-img.lazyloaded {background-image:url('images/s9-1600.jpg');}

	/* Content */
	.section {width:62vw; margin:0 auto;}
	.pull.pull-right {width:26vw;}

	.divider span,
		.bgvid span {max-width:50vw;}

	.social li {font-size:1.125rem;}
}

/* 1400px
----------------------------------------------------*/
@media only screen and (min-width:87.5em) {
	.related .category {font-size:0.9rem}
	.related .headline h3 {font-size:1.35rem;}
}

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

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

	/* Brand Bar
	----------------------------------------------------*/
	.dept-nd a {width:260px; background-image:url('images/mark-stories.svg');}
}

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

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

	/* 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
	----------------------------------------------------*/
	progress,
	.breadcrumbs,
	.header-util,
	.skip-links,
	.nav-mobile,
	.nav-site,
	.nav-page,
	.content-video,
	.nav-skip,
	.related,
	.titlebar img,
	video,
	.social,
	.footer-global-links,
	blockquote:before,
	.divider {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:"Libre Franklin", 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%; }
		figure img { width:100%; }
	.figgroup {float:left; width:100%; }
		.figgroup figure {float:left; width:30%; 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;}
	.mobvid img { width:50%; float:left; margin-left:1%; margin-right:1%;}

	.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; font-size:1em;}
		.site-footer p {margin:0;}
		.geo,
		.country-name {display:none;}
		.tel {display:block;}
		.site-footer .ndmark {position:absolute; top:20px; right:0;}
}
