/*!
Launched: 2015-07-17

Authors:
Taylor Packet and Erik Runyon
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: "Lora", Georgia, "Times New Roman", Times, serif
*/

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

/*************************************************************************************
 * 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:#444; font:1.125em/1.75em "Lora", 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%; 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:300; 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 {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;}
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 {margin:1em; padding:1em; font-size:1.2em; line-height:1.4em;}

/* 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;
}
figure {margin:0 0 1em;}
figure,
aside.right,
figure.right {float:right; max-width:100%;}
aside.right p {margin-right:0;}
figure.left {float:left;}
figure img {margin:0 auto 1em;}
figcaption {display:block; padding:0.25em; padding-left:0; color:#777; font-size:0.8em; text-align:left; line-height:1.5em; font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;}
	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;}
.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;}

.video-wrapper {position:relative; display:block; text-align:center; cursor:pointer;}
.video-wrapper a {display:block;}
.video-wrapper .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;}

/* Fonts
	 https://dev.conductor.nd.edu/fonts/
----------------------------------------------------*/
@font-face {font-family:NDIcons;
	src:url('//static.nd.edu/fonts/nd/nd.v2.eot');
	src:url('//static.nd.edu/fonts/nd/nd.v2.eot?iefix') format('embedded-opentype'),
			url('//static.nd.edu/fonts/nd/nd.v2.woff') format('woff'),
			url('//static.nd.edu/fonts/nd/nd.v2.ttf') format('truetype'),
			url('//static.nd.edu/fonts/nd/nd.v2.svg') format('svg');
}
@font-face {font-family:"Nanum Brush Script"; font-weight:300; font-style:normal;
	src:url('images/nanum-brush-script/regular.eot');
	src:url('images/nanum-brush-script/regular.eot?iefix') format('embedded-opentype'),
			url('images/nanum-brush-script/regular.woff') format('woff'),
			url('images/nanum-brush-script/regular.ttf') format('truetype');
}

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media screen,projection {
	body {background:#faf8f7 url('images/bg-600.jpg') center top no-repeat;
		-webkit-background-size:100% auto;
			 -moz-background-size:100% auto;
				 -o-background-size:100% auto;
						background-size:100% auto;
	}

	blockquote {margin:2em 0; padding:0 0 0 0.75em; line-height:1.6em; color:#444; font-size:1.2em; font-style:italic; font-weight:bold; font-family:"Lora", Georgia, Times, serif; border-style: solid; border-width: 0 0 0 8px;
		-webkit-border-image:url('images/blockquote@2x.png') 0 0 0 16;
			 -moz-border-image:url('images/blockquote@2x.png') 0 0 0 16;
				 -o-border-image:url('images/blockquote@2x.png') 0 0 0 16;
						border-image:url('images/blockquote@2x.png') 0 0 0 16;
	}
	blockquote.pull {float:right;}

	/* Header
	----------------------------------------------------*/
	.brandbar,
	.titlebar {position:relative; overflow:hidden;}
		.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;}

	.site-title {margin:0.4em 0 0.2em; font-size:3.35em; line-height:0.8em; color:#312746; font-family:"Nanum Brush Script", "Open Sans", Helvetica, Arial; float:left;}
		.site-title span {display:block;}
		.site-subtitle {clear:both; color:#80333c; font-size:2em; font-family:"Nanum Brush Script", "Open Sans", Helvetica, Arial;}
	.site-subline {margin:0 0 4em; padding:0 0 1.5em; clear:left; font-size:0.85em; letter-spacing:1px; text-transform:uppercase; color:#656565; font-family: "Open Sans", Helvetica, Arial, Sans-serif; background:url('images/intro-div@2x.png') left bottom no-repeat;
		-webkit-background-size:82px auto;
			 -moz-background-size:82px auto;
				 -o-background-size:82px auto;
						background-size:82px auto;
	}
	.sandwich {position:absolute; top:0; right:0; margin-top:1em; width:35%;}
		.sandwich img {position:absolute; top:0; right:0; opacity:0;}
		.sandwich img:first-child {opacity:1; position:relative;}

	/* Content
	----------------------------------------------------*/
	.dropcap {float:left; padding:0 0.1em 0 0; font-size:4.7em; line-height:0.6em; font-family:"Nanum Brush Script", "Open Sans", Helvetica, Arial; color:#312746;}
	.intro span {text-transform:uppercase;}
	.site-content h2 {margin:0.4em 0 0.2em; font-size:2.45em; color: #312746; font-family:"Nanum Brush Script", "Open Sans", Helvetica, Arial, sans-serif;}

	/* Video Section */
	.video-feature {margin:2em 0;}
	.video-content {margin:1em 0 0; font-size:0.8em; line-height:1.5em; font-family: "Open Sans", Helvetica, Arial, Sans-serif; color:#777;}
	.video-wrapper img {position:absolute; top:0; left:0; width:100%; height:100%;}
	.social {margin:4em 0 0; padding:0; list-style:none; text-transform:uppercase;}
		.social li {margin:1em 0 0;}
		.social a {color:#777; text-decoration:none; letter-spacing:1px;}
		.social a:hover {text-decoration:underline;}
		.social i {margin-right:0.5em; text-transform:none;}
		.icon-facebook:before {color:#3d5b9b;}
		.icon-twitter:before {color:#31aaf1;}

	/* Figures */
	figure {margin:2em 0;}
	.figure1 {}
	.figure2 {}
		.f1g1 img {float:left; width:50%;}
		.f1g3 img {float:right; width:50%;}

	/* Credits */
	.credits {margin:2em 0 1em; text-transform:uppercase; font-size:0.8em; font-family: "Open Sans", Helvetica, Arial, Sans-serif; color:#656565;}
		.credits li {margin:0;}
		.credits h2 {display:none;}
		.credits ul {margin:0; padding:0; list-style:none;}
		.credits b {color:#80333c;}

	/* Footer
	----------------------------------------------------*/
	.site-footer {position:relative; clear:both; overflow:hidden; margin:2em auto; text-align:center; font-size:0.9em; font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		-webkit-background-size:cover;
			 -moz-background-size:cover;
				 -o-background-size:cover;
						background-size:cover;
	}
		.footer-inner {position:relative; margin:0 auto; padding:1em 0; border-top:1px solid #cecccd;}
		.site-footer p {margin:0; font-size:0.875em;}
	.site-info {margin:1em 0;}
	.site-info li {display:inline-block; *display:inline; *zoom:1; margin:0 2%;}
	.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:1em auto;}

}

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

/* 580px
----------------------------------------------------*/
@media only screen and (min-width:36.250em) {
	.sandwich {margin-top:-1em; position:absolute; top:0; right:0;}
	.site-subline {margin:0 0 8em;}
	.site-title {float:none;}
}

/* 700px
----------------------------------------------------*/
@media only screen and (min-width:43.75em) {
	body {background-image:url('images/bg-1000.jpg');}
	h1 {font-size:2.313em;}
	h2 {font-size:1.9em;}
	h3 {font-size:1.75em;}
	h4 {font-size:1.625em;}
	h5 {font-size:1.375em;}
	h6 {font-size:1.125em;}

	blockquote {font-size:1.425em;}
	.sandwich {width:38%;}
	.sandwich img {width:100%;}

	/* Header
	----------------------------------------------------*/
	.brandbar,
	.titlebar {}
		.sandwich {right:-1em;}
		.site-subline {margin:0 0 9em;}
		.brandbar li {float:left;}
	.site-title {font-size:4.2em;}

	/* Content
	----------------------------------------------------*/
	.site-content h2 {font-size:4.45em;}

	.figure1 {overflow:hidden;}
		.figure1 img {float:left;}
		.figure1 figcaption {width:50%}
		.f1g1,
		.f1g2,
		.f1g3 {float:left;}
		.f1g1 {width:50.6%;}
			.f1g1 img {float:left; width:45.54079696%;}
			.f1g1 img:nth-child(even){margin-left:6%;}
		.f1g2 {width:25%;}
			.f1g2 img {float:none; display:block; width:88.88888889%; margin:0 auto;}
		.f1g3 {width:24.2%;}
			.f1g3 img {float:right; width:94.86166008%;}

	.figure2 {overflow:hidden;}
		.f2imgs {float:left; width:76%; padding-right:2em;}
		.f2imgs img {}
		.f2i1 {float:left; width:56.77749361%;}
		.f2i2 {float:right; width:41.04859335%;}
		.figure2 figcaption {float:left; width:24%;}

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

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

	/* Content
	----------------------------------------------------*/
	.sandwich {width:48%;}
	.site-title {width:50%; padding:0.5em 0 0; font-size:5.525em;}
	.sandwich {margin-top:0; right:-2em;}
	.site-subline {margin:0 0 10em;}

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

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

/* 1100px
----------------------------------------------------*/
@media only screen and (min-width:68.75em) {
	body {background-image:url('images/bg-1000.jpg');}
	blockquote {font-size:1.5em;}
	.brandbar {padding:0;}
	.sandwich {right:-4em;}
	.figure2 figcaption {margin-top:2em;}
}

/* 1200px
----------------------------------------------------*/
@media only screen and (min-width:75em) {
	.sandwich {right:-5em;}
	.video-feature {overflow:hidden;}
	.video-wrapper {float:left; width:75%; text-align:right;}
	.video-content {float:left; width:25%; padding:3em 0 0 2em;}
}

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

}

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

}


/* 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 {
			-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
	----------------------------------------------------*/
	.dept-nd a	 {width:301px; background-image:url(//static.nd.edu/images/brandbar/dept-nd-gray.png);}
	.brandbar.theme-bb-white {border-bottom:1px solid #c2c1bf; background:#fff;
		-webkit-box-shadow: 0 1px 0 0 #ebeae8;
		box-shadow: 0 1px 0 0 #ebeae8;
	}

}

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

}

/* 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(//static.nd.edu/images/brandbar/dept-nd-gray@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:-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: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:94%;}
}

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

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


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

	/* Styles
	----------------------------------------------------*/
	a[href^="javascript:"]:after,
	a[href^="#"]:after {content:"";}
	.ndmark {width:150px;}

	/* HIDDEN
	----------------------------------------------------*/
	.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: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; font-family:GP, "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;}

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