/*!
Launched:2020-05-26
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 (Headings):#294b59
	 - Blue (Links):#5A5A2A

2. FONT STACKS
	 - Headings:"Kadwa", Sumana, "Times New Roman", Times, serif
	 - Body:font-family:Sumana, "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-x:hidden;
	-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, Georgia, "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:#5A5A2A; 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:#294b59; font-weight:700; text-rendering:optimizeLegibility; font-family:"Meath", GPC, "Arial Narrow", "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: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;}


/* Images
----------------------------------------------------*/
	figure {margin:1rem 0;}
	img {max-width:100%; width:auto; height:auto; border:none; vertical-align:bottom; -ms-interpolation-mode:bicubic; box-sizing:content-box; transition:all 125ms ease; }


/* General Classes
----------------------------------------------------*/
	.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;}
	.ndmark {display:block; width:200px; max-width:100%; text-decoration:none;}


/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen {
	body {background:#fffffe;}
	body.home {background:#fffffe url('images/bg.jpg') repeat-y;}
	.wrapper {height:100%;}
	.row {width:90vw; margin:0 auto; *zoom:1;}
	 .row.landing {width:100vw; max-width:100vw; border-bottom: 2px solid #444;}
	.row:before, .row:after {content:" "; display:table;}
	.row:after {clear:both;}

	.about {padding:3rem 2rem;}
		 .about .title h1 {margin:0; font-size:3.5rem; line-height:1; font-weight:700;}
		 .about .title h1:after {content:''; display:block; width:50px; height:4px; margin:0.25rem 0 1rem 0; background:#294b59;}
		 .about .title p {font-size:1.25rem; font-family:"Libre Franklin", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}

	/* Header
	----------------------------------------------------*/
	.site-header {position:relative; z-index:1; margin:0; }
	.brandbar { position:absolute; top:0; left:0; z-index:9999; 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;}

	.category {color:#555; font-family:"Libre Franklin", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight:400; text-transform:uppercase; letter-spacing:0.08em;}

	/* Content
	----------------------------------------------------*/

	 /* Articles */
	 .landing article {display:block; vertical-align:top; color:#fff; transition:all 125ms ease-in-out; text-align:left; box-shadow:inset 0 -10rem 6rem rgba(0,0,0,0.35), inset 0 -12rem 12rem rgba(0,0,0,0.45);}
	 .landing article a {text-decoration:none;}
	 .landing article h2 {margin:0 0 0.25em; font-size:2.25rem; font-weight:700; line-height:1.1; color:#fff; text-shadow:0 0 10px rgba(0,0,0,0.35), 0 0 25px rgba(0,0,0,0.25); font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif;}
	 .landing article p {margin-bottom:0; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; font-size:1rem; line-height:1.5em; color:#ddd; text-shadow:0 0 10px #000, 0 0 10px rgba(0,0,0,0.25);}
	 .landing .category {margin:0 0 0.75rem; padding:0.1rem 0.45rem 0.05rem; display:inline-block; color:#eee; display:inline-block; font-family:"Libre Franklin", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight:400; text-transform:uppercase; letter-spacing:0.08em; background:#294b59; color:#eee; font-size:0.9rem;}

	 .landing article .image {margin-right:0.75em; float:left; width:50%;}

	 .article-content {z-index:999; width:100%;}

	.card {position:relative; min-height:51vh; }
		.card.reclaiming-the-faith {background:url('images/reclaiming_the_faith-800.jpg') center center / cover;}
		.card.ulysses-goes-global {background:url('images/ulysses_goes_global_active-800.jpg') center center / cover;}
		.card.inspiration-place {background:url('images/inspiration_place_active-800.jpg') center center / cover;}
		.card.irish-monks {background:url('images/resurrecting_irish_monks-800.jpg') center center / cover;}


	.card:after {content:''; position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.35); opacity:0.25; transition: all 0.5s;}
	.card:hover:after {opacity:1;}

		.card.inactive:after {content:''; position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.65); opacity:1; transition: all 0.5s;}
	.card.inactive:hover:after {opacity:1;}
	.inactive h2,
	.inactive p,
	.inactive .category {opacity:0.4;}

	.card-link,
	.card-link:hover,
	.card-link:visited {color:#fff;}

	.card-title {margin:0;}
	.card-body {padding:1rem 2.75rem 0.25rem 2rem; position:absolute; bottom:2rem;}

		.card-label.category {font-size:1rem; margin:0.5rem 0; color:#555; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; font-weight:400; letter-spacing:0.08rem; text-transform:uppercase;}

		.card-link {display: block; text-decoration:none;}
		.card-link:hover {text-decoration: none;}
		.card-link::before {content: ""; display: block; position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 2;}

		.hover-more {padding-right:2.5rem; transition:0.5s; background-position: calc(100% - 1.5rem) 50%; background-size: 1rem; background-repeat: no-repeat; background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"%3E%3Cpath fill="%23999999" 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');}
	.hover-more .card-body {padding-right:2rem;}

	/* Footer
	----------------------------------------------------*/
	.site-footer {position:relative; text-align:center; margin-top:2rem; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; background:#f5f5f5; border-top:4px solid #ddd;}
		.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;}

	.home .site-footer {margin:0;}

}

/*************************************************************************************
 * 3. Media Queries
 ************************************************************************************/
 /* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.25em) {
 .landing article h2 {font-size:2.5rem;}
}

/* 768px
----------------------------------------------------*/
@media only screen and (min-width:48em) {
	html {background-attachment:fixed;}
	.row {max-width:90vw;}
	.brandbar {padding:0;}
	.brandbar li {margin:0 auto;}

	.about {padding:4rem 0;}
	.about .title {float:left; width:40%; margin-right:5%;}
	.about .title h1 {font-size:4rem;}
		 .about .title h1:after {width:60px; height:5px; margin:0.25rem 0 1rem -1.35rem;}
	.about .desc {float:left; width:55%;}

	/* 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) {
		/* Articles */
	 .landing article {width:50%; height:50%; float:left; box-shadow:inset 0 -10rem 7rem rgba(0,0,0,0.35), inset 0 -15rem 12rem rgba(0,0,0,0.25)}
	 .landing article p {font-size:1.2rem;}
	 .article-content {min-height:14rem; vertical-align:top;}
	 .card {height:100vh;}
		.card.reclaiming-the-faith {background:url('images/reclaiming_the_faith-1200.jpg') center center / cover;}
		.card.ulysses-goes-global {background:url('images/ulysses_goes_global_active-1200.jpg') center center / cover;}
		.card.inspiration-place {background:url('images/inspiration_place_active-1200.jpg') center center / cover;}
		.card.irish-monks {background:url('images/resurrecting_irish_monks-1200.jpg') center center / cover;}
	.hover-more {background-position-x: calc(100% - 2rem); background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"%3E%3Cpath fill="transparent" 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');}
	.card:hover .hover-more, .hover-more:hover {background-position-x: calc(100% - 1.5rem); background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"%3E%3Cpath fill="%23999999" 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');}

	 .landing.featured article {width:27.5%;}
	 .landing.featured article.first {width:45%;}
	 .landing.featured article.first h2 {font-size:3rem;}
	 .landing.featured article.first p {font-size:1.35rem;}
	 .landing.featured .article-content {min-height:16rem;}
	 .landing .category {padding:0.15rem 0.45rem 0.05rem; font-size:1rem;}

	/* Content
	----------------------------------------------------*/
	.section { flex-flow:row; position:relative; transition:opacity .9s ease-in-out; }
		.js .section {	opacity:0; }
		.section.active,
		.js .section.no-fade { opacity:1; }
		.section.media-full { flex-flow:column; }
		.section.no-copy { padding-top:100vh; }
		.section.media-left { justify-content:flex-end; }

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

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
	.row {max-width:80vw;}
	.article-content {min-height:9rem;}
}

/* 2000px
----------------------------------------------------*/
@media only screen and (min-width:125em) {
.section-copy {max-width:100rem;}
}

	/* 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:#0c2340;}


/* Fonts
	 https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
@font-face {font-family:Meath; font-weight:400; font-style:normal; font-display:swap;
	src:url('fonts/meath-regular.woff2') format('woff2'),
			url('fonts/meath-regular.woff') format('woff'),
			url('fonts/meath-regular.ttf') format('truetype');
}
@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');
}

/*************************************************************************************
 * 4. Themes
 ************************************************************************************/
@media screen {
	/* Brand Bar
	----------------------------------------------------*/
	.dept-nd a {width:260px; background-image:url('https://www.nd.edu/assets/css/images/marks/white/mark-stories.svg');}
}

/*************************************************************************************
 * 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;}
	.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,
	.bg-video,
	.video,
	.video-caption,
	.related,
	.footer-global-links,
	.social,
	.landing {display:none;}

	/* STRUCTURE
	----------------------------------------------------*/
	.site-header {overflow:hidden; position:relative; margin:0 0 20px; padding:0; border-bottom:1px solid gray;}
		.brandbar {margin:2rem 0 1rem; font-size:9px; text-transform:uppercase; font-family:"Adobe Garamond", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; text-align:center; letter-spacing:1px;}
			.brandbar i {text-transform:none;}
		.site-title,
		.subline {margin:0; display:block; font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; font-weight:400;}
		.site-header a,
		.site-title a,
		.subline a {color:#000;}

		.intro {font-size:1.2rem;}
		.site-title {margin:4px 0 2px; font-size:1.75em; font-family:GPC, "Libre Franklin", Helvetica, Arial, sans-serif; font-size:2.25rem;}
		.subtitle {font-family:"Libre Franklin", Helvetica, Arial, sans-serif; font-size:1.3rem;}
		.category {margin-top:1rem; font-family:"Libre Franklin", Helvetica, Arial, sans-serif; text-transform:uppercase; letter-spacing:1px; color:#555;}
		.byline {font-size:0.9rem;}
		 p {font-size:1rem;}

	.section.title {font-family:"Libre Franklin", Helvetica, Arial, Verdana, sans-serif; font-size:1.5rem;}

	figure img { width:100%; }
	.figgroup {float:left; width:100%; }
		.figgroup figure {float:left; width:49%; 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;}
	.full { width:50%; float:left; margin-left:1%; margin-right:5%;}

	.sidebar-heading { margin:0; }

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