html {
	background-color: #e5e5e5;
	overflow-x: hidden;
}

html, body {
	margin: 0;
	font-family:"freight-text-pro", serif;
	font-weight: 400;
	color: #1a1a1a;
}

body {
	/*position: relative;*/
	overflow-x: hidden;
}

body * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust: none;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

span {
	display: inline-block;
}

a {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

a img {
	text-decoration:none;
	border:0;
	outline:none;
}

img,
svg {
	display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: 400;
}

.grid-width {
	position: relative;
	width: 100%;
}

.col-sm-12 {
	width: 100%;
}

.overlay {
	position: absolute;
	width: 0;
	max-width: 100%;
	height: 0;
	top:0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	visibility: hidden;
	background-color: #e5e5e5;
	opacity: 0;
	transition: opacity 0.5s;
}

.overlay.enabled {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 500;
	visibility: visible;
	overflow: visible;
}

.overlay.visible {
	opacity: 1;
}

.overlay header {
	position: fixed;
	font-size: 18px;
	font-family: Ciutadella, Sans-Serif;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	padding: 0 20px;
	background-color: #e5e5e5;
	width: 100%;
	z-index: 1000;
}

.overlay header .title {
	position: relative;
	padding: 20px 0;
}

.overlay header .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #a6a6a6;
}

.overlay header .close {
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	top: 50%;
	margin-top: -12.5px;
	background-color: transparent;
}

.overlay header .close svg {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.overlay header .close svg .st0 {
	fill:none;
	stroke:#333333;
	stroke-width:2;
	stroke-miterlimit:10;
	transition: stroke-width 0.3s ease 0s;
}

.overlay .content {
	position: relative;
	margin-top: 60px;
	padding: 75px 0;
}

.nfb-header {
	position: fixed;
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	top:0;
	z-index: 1500;
	transition: transform 0.5s ease 0s;
	font-family: Ciutadella, Sans-Serif;
	font-weight: 500;
	line-height: 1em;
	color: #333333;
}

.no-header .nfb-header {
	transition: transform 0.5s ease 0.5s;
	transform: translateZ(0) translateY(-5rem);
}

.nfb-header .logo {
	position: absolute;
	top:50%;
	width: 35px;
	height: 17px;
	margin-top: -8.5px;
	left: 15px;
}

.museum .nfb-header .logo {
	pointer-events: none;
}

.nfb-header .logo img {
	width: 100%;
	height: 100%;
}

.nfb-header .title {
	position: absolute;
	top:50%;
	color: #333333;
	text-decoration: underline;
	font-size: 15px;
	margin-top: -7px;
	left: 65px;
}

.nfb-header .icons {
	position: absolute;
	right: 7px;
	font-size: 0;
	white-space: nowrap;
	height: 100%;
	top: 50%;
	margin-top: -10px;
}

.nfb-header .icons a {
	position: relative;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: middle;
	font-size: 15px;
	color: #333333;
}

.nfb-header .text {
	padding-top: 4px;
}

.nfb-header .icons a.social {
	width: 17px;
}

.nfb-header .icons a.social img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.museum .nfb-header .icons a.social {
	display: none;
}

/*
.nfb-header .icons a.sound {
	width: 25px;
	margin-top: -10px;
	background-image: url(../images/sound.png);
	background-size: 100% 200%;
	background-position: 0 0;
}

.nfb-header .icons a.sound.disabled {
	background-position: 0 100%;
}
*/

.nfb-header .icons .separator {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #babab6;
	margin: 0 7px;
	vertical-align: middle;
}

.museum .nfb-header .icons .separator {
	display: none;
}

.legacies-logo img {
	width: auto;
	height: 33px;
}



.text-container {
	position: relative;
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.text-container p {
	margin-top: 1.5em;
	line-height: 1.33em;
}

.with-space {
	margin-bottom: 100px;
}


.home-container {
	position: absolute;
	/*position: relative;*/
	max-width: 100%;
	width: 100%;
}

.home-container.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}

.home-container .opaque-mask {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	top:0;
	left: 0;
	background-color: #e5e5e5;
	transition: opacity 0.5s ease 0s;
}

.home-container.fixed .opaque-mask {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.home-container.invisible .opaque-mask {
	opacity: 1;
}

.home {
	position: absolute;
	width: 100%;
}

.page {
	padding-top: 40px;
}

.fixed .home {
	position: absolute;
	left: 0;
}


.home header {
	position: fixed;
	padding: 60px 0;
}

.home header h1 {
	font-size: 0;
	line-height: 0;
}







.home .thumbs {
	position: relative;
	font-size: 0;
	line-height: 0;
}

.home .thumbs::after {
	content: "";
	clear: both;
	display: table;
}

.home .thumb {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	/*float: left;*/
}

.home .thumb sup {
	line-height: 0;
}

.home .thumb:before {
	display: block;
	content: "";
	width: 100%;
}


.home .thumb.col-sm-12 {
	height: 280px;
}

.home .thumb > .content {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home .thumb .image-container {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: padding 0.33s ease 0s;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 0;
}

.home .thumb .image-container:hover {
	transition: padding 0.16s ease 0s;
}

.home .thumb .image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	overflow: hidden;
}

.home .thumb .image .image-background {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	-webkit-perspective: 500px;
	perspective: 500px;
}

.home .thumb .image .image-scale {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	opacity: 0;
	background-size: cover;
	background-position:center center;
	transform: translateZ(25px);
	transition: transform 2s ease 0s, opacity 1s ease 0s;
}

.home .thumb.show .image .image-scale {
	transform: translateZ(0px);
	opacity: 1;
}

.home .thumb .gradient {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
	z-index: 1;
	opacity: 0.75;
}

.home .thumb .gradient.g-75 {
	opacity: 0.75;
}

.home .thumb .gradient.g-70 {
	opacity: 0.70;
}

.home .thumb .gradient.g-65 {
	opacity: 0.65;
}

.home .thumb .gradient.g-60 {
	opacity: 0.60;
}

.home .thumb .gradient.g-45 {
	opacity: 0.45;
}

.home .thumb .text {
	position: absolute;
	display: block;
	color: #ffffff;
	padding: 20px;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 18px;
	line-height: 1.33em;
	z-index: 1;
}

.home .thumb .text .title {
	font-size: 28px;
	line-height: 0.86em;
	font-family: Ciutadella, Sans-Serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}







.home .about .text-container p {
	text-align: left;
}

.home .about .text-container .text {
	padding-top: 1em;
}

a.read-more {
	position: relative;
}

a.read-more .bg-container {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: padding 0.33s ease 0s;
	background-color: #333333;
	overflow: hidden;
	z-index: 0;
	padding: 4px;
}


a.read-more:hover .bg-container {
	transition: padding 0.16s ease 0s;
}

a.read-more .bg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	overflow: hidden;
	background-color: #e5e5e5;
}

a.read-more .label {
	position: relative;
	color: #333333;
	font-family: Ciutadella, Sans-Serif;
	font-weight: 600;
	font-size: 18px;
	padding: 0.7em 1em;
}

.text-container a.read-more {
	margin-top: 2.5em;
}



.storyteller-title {
	position: relative;
	font-family: Ciutadella, Sans-Serif;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 1.6em;
	font-size: 24px;
}

.storyteller-title .label {
	position: relative;
	display: inline-block;
	background-color: #e5e5e5;
	padding-right: 12px;
}

.storyteller-title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #333333;
	top: 50%;
	left: 0;
	margin-top: -1px;
}


.home .storytellers .headshots {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	font-size: 0;
	line-height: 0;
}


.home .storytellers .headshots::after {
	content: "";
	clear: both;
	display: table;
}


.home .storytellers .headshots a.photo {
	position: relative;
	display: inline-block;
	width: calc(100% / 4);
	vertical-align: top;
	line-height: 1em;
	/*float: left;*/
}

.home .storytellers .headshots a.photo:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc(4 / 4 * 100%);
}

.home .storytellers .headshots a.photo > .content {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home .storytellers .headshots a.photo .image-container {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	padding: 2.5%;
}

.home .storytellers .headshots a.photo .image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: #ffffff;
	overflow: hidden;
	transition: padding 0.33s ease 0s;
}

.home .storytellers .headshots a.photo .image .image-background {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background-size: cover;
	background-position:center center;
}













.about.overlay {
}

.about.overlay .text-container {
	text-align: left;
}

.about.overlay .text-container p:first-child {
	margin-top: 0;
}

.about.overlay p.partners {
	text-align: center;
}

.about.overlay p.partners .partner {
	margin: 20px 0;
}

.about.overlay .postmedia {
	width: 210px;
	height: 33.55px;
}

.about.overlay .lapresseplus {
	width: 75px;
	height: 60px;
}



.storytellers.overlay .text-container {
	position: relative;
}

.storytellers.overlay .storyteller-title {
	font-size: 18px;
}

.storytellers.overlay .storyteller-title:before {
	background-color: #a6a6a6;
}

.storytellers.overlay .story {
	position: relative;
	padding-bottom: 55px;
}

.storytellers.overlay .story:last-child {
	padding-bottom: 0;
}

.storytellers.overlay .story:last-child .bio:last-child {
	margin-bottom: 0;
}

.storytellers.overlay .story .bio {
	position: relative;
	margin-bottom: 1.25em;
	text-align: left;
	font-size: 18px;
}

.storytellers.overlay .story .bio::after {
	content: "";
	clear: both;
	display: table;
}

.storytellers.overlay .story .bio.odd {
	text-align: left;
}

.storytellers.overlay .story .bio .headshot {
	position: relative;
	float: right;
	display: inline-block;
	width: 50%;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.storytellers.overlay .story .bio.odd .headshot {
	float: left;
	padding-right: 20px;
	padding-left: 0;
}

.storytellers.overlay .story .bio img {
	position: relative;
	width: 100%;
	height: auto;
}


@media all and (min-width: 481px) {

	.text-container {
		padding: 0 30px;
	}

	.home .thumb.col-sm-12 {
		height: auto;
	}

	.home .thumb.col-sm-12:before {
		padding-top: calc(9 / 16 * 100%);
	}

	.home .thumb .text {
		padding: 30px;
	}

	.storyteller-title {
		font-size: 28px;
	}

	.overlay header {
		padding: 0 30px;
	}

	.home .storytellers .headshots a.photo {
		position: relative;
		display: inline-block;
		width: calc(100% / 6);
	}

}

@media all and (min-width: 721px) {

	.page {
		padding-top: 50px;
	}

	.nfb-header {
		height: 50px;
	}

	.nfb-header .logo {
		width: 42px;
		height: 21px;
		margin-top: -10.5px;
		left: 20px;
	}

	.nfb-header .title {
		font-size: 17px;
		margin-top: -6.5px;
		left: 82px;
	}

	.nfb-header .icons a.social {
		width: 20px;
	}

	.nfb-header .icons a {
		font-size: 17px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.nfb-header .icons .separator {
		margin: 0 10px;
	}

	.nfb-header .icons {
		right: 10px;
	}

	.col-md-4 {
		width: 33.33%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-8 {
		width: 66.66%;
	}

	.col-md-12 {
		width: 100%;
	}

	.home .thumb.col-md-12 .text {
		width: 50%;
	}

	.text-container {
		width: 66%;
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
		padding: 0;
	}

	.home header {
		padding: 90px 0;
	}

	.legacies-logo img {
		height: 38px;
	}

	.home .thumb.col-sm-12 {
		min-height: 300px;
	}

	.home .thumb.col-sm-12:before {
		padding-top: 0;
	}

	.home .thumb.col-md-6:before {
		padding-top: calc(9 / 16 * 100%);
	}

	.home .thumb.col-md-12:before {
		padding-top: calc(9 / 32 * 100%);
	}

	.home .thumb .text {
		padding: 20px;
	}

	.with-space {
		margin-bottom: 120px;
	}

	a.read-more .bg-container {
		padding: 2px;
	}

	a.read-more .label {
		font-size: 20px;
	}

	.storyteller-title .label {
		padding-left: 12px;
	}

	.home .storytellers .headshots {
		width: 138%;
		margin-left: -18.5%;
	}

	.home .storytellers .headshots a.photo {
		width: calc(100% / 9);
	}

	.home .storytellers .headshots a.photo .image-container {
		padding: 2.5%;
	}

	.about.overlay p.partners .partner {
		margin: 25px 0;
	}

	.about.overlay .postmedia {
		width: 309px;
		height: 49.38px;
	}

	.about.overlay .lapresseplus {
		width: 110px;
		height: 88px;
	}

	.overlay header {
		font-size: 20px;
	}

	.overlay header .title {
		text-align: center;
	}

	.overlay.enabled header {
		padding: 0 90px;
	}

	.storytellers.overlay  .storyteller-title {
		text-align: left;
	}

	.storytellers.overlay  .storyteller-title .label {
		padding-left: 0;
	}

	.storytellers.overlay .story .bio {
		font-size: 20px;
	}

	.storytellers.overlay .story .bio .headshot {
		width: 33%;
	}

	.storytellers.overlay .story .bio .headshot {
		padding-left: 25px;
		padding-bottom: 15px;
		padding-top: 8px;
	}

	.storytellers.overlay .story .bio.odd .headshot {
		padding-right: 25px;
	}

	.home .thumb .image-container {
		width: 100.1%;
	}

}

@media all and (min-width: 841px) {

	.text-container {
		width: 50%;
	}

	.home .thumb .text {
		padding: 30px;
	}

	.with-space {
		margin-bottom: 140px;
	}

}

@media all and (min-width: 1181px) {

	.col-lg-4 {
		width: 33.33%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-8 {
		width: 66.66%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.home .thumb.col-lg-6 .text {
		width: 66%;
	}

	.home .thumb.col-lg-8 .text {
		width: 50%;
	}

	.home .thumb.col-lg-12 .text {
		width: 50%;
	}

	.home .thumb.col-sm-12 {
		min-height: 0;
	}

	.home .thumb.col-md-6:before {
		padding-top: 0;
	}

	.home .thumb.col-md-12:before {
		padding-top: 0;
	}

	.home .thumb.col-lg-4:before {
		padding-top: calc(3.5 / 4 * 100%);
	}

	.home .thumb.col-lg-6:before {
		padding-top: calc(9 / 16 * 100%);
	}

	.home .thumb.col-lg-8:before {
		padding-top: calc(3.5 / 8 * 100%);
	}

	.home .thumb.col-lg-12:before {
		padding-top: calc(9 / 32 * 100%);
	}

	.with-space {
		margin-bottom: 160px;
	}

}


@media all and (min-width: 1281px) {

	.text-container {
		font-size: 24px;
	}

	.legacies-logo img {
		height: 46px;
	}

	.home .thumb .text {
		font-size: 20px;
		line-height: 1.33em;
	}

	.home .thumb .text .title {
		font-size: 32px;
		line-height: 0.83em;
	}

	.with-space {
		margin-bottom: 200px;
	}

	a.read-more .label {
		font-size: 24px;
	}

	.storyteller-title {
		font-size: 32px;
		margin-bottom: 1.875em;
	}

	.storyteller-title .label {
		padding-left: 24px;
		padding-right: 24px;
	}

	.overlay.enabled header {
		font-size: 24px;
	}

	.overlay header .title {
		padding: 30px 0;
	}

	.overlay .content {
		margin-top: 80px;
		padding: 135px 0;
	}

	.storytellers.overlay .story .bio {
		font-size: 20px;
	}

	.storytellers.overlay  .storyteller-title {
		font-size: 24px;
	}

	.storytellers.overlay .story {
		padding-bottom: 140px;
	}

}

@media all and (min-width: 1550px) {

	.grid-width {
		width: 90%;
		margin: 0 auto;
	}

	.with-space {
		margin-bottom: 200px;
	}


	.text-container {
		width: 50%;
	}

	.home header {
		left: 50%;
		margin-left: -45%;
	}

}

@media all and (min-width: 1921px) {

	.text-container {
		font-size: 30px;
	}

	.home .thumb .text {
		font-size: 24px;
		line-height: 1.33em;
	}

	.home .thumb .text .title {
		font-size: 38px;
		line-height: 0.84em;
	}

	a.read-more .label {
		font-size: 30px;
	}

	.overlay.enabled header {
		font-size: 30px;
	}

	.storytellers.overlay  .storyteller-title {
		font-size: 30px;
	}

	.storytellers.overlay .story .bio {
		font-size: 24px;
	}

	.storyteller-title {
		font-size: 38px;
	}

}

@media all and (min-width: 2200px) {

	.grid-width {
		width: 1980px;
	}

	.overlay header {
		width: 1980px;
		left: 50%;
		margin-left: -990px;
		padding: 0;
	}

	.home header {
		left: 50%;
		margin-left: -990px;
	}

}

@media all and (min-width: 1025px) {

	.overlay header .close:hover svg .st0 {
		transition: stroke-width 0.16s ease 0s;
		stroke-width:5;
	}

	.home .thumb:hover .image-container {
		transition: padding 0.16s ease 0s;
		padding: 10px;
	}

	a.read-more:hover .bg-container {
		padding: 6px;
		transition: padding 0.16s ease 0s;
	}

	.home .storytellers .headshots a.photo:hover .image {
		transition: padding 0.16s ease 0s;
		padding: 5%;
	}

}
