/*!
 * Start Bootstrap - Logo Nav (https://startbootstrap.com/template-overviews/logo-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logo-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
    font-family: 'Open Sans', sans-serif !important;
      font-size:1.3em;
	background:#006fcf;
      background:#fff;
	overflow-x: hidden;
}

.container-fluid {
  padding-left:0px;
  padding-right:0px;
  }

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.boxtext{

	border-color: #e7e7e8;
	border-style: solid;
	border-width: 5px;
	padding:2%;
}

  header.masthead .masthead-content .masthead-heading {
      font-family: 'Bree Serif', serif;
        font-size: 4rem !important;
    }

    header.masthead .masthead-heading {
    padding: 1%;
    }


header.masthead {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #2f435c;
  text-shadow: none;
  width:100%;
  min-height:100vh;
  height:auto;


  background-image: url("https://sec.theglobeandmail.com/adv/partners/TGAM_Advertising/2019/_specialreports/museumforhumanrights/2illuminating/intro1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}


header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
}

.header-image{
  height:100vh;

}

.header-text, .header-image{
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	min-height:100vh;
	align-items: center;
	justify-content: center;
}

.header-text{
}

.header-text-wrapper{
	font-family: 'Open Sans', cursive;
	margin: -33vh 0 0 0;
	padding: 2em 2vw;
	text-align:left;
	background: rgba(143,135,192,0.9);
	box-shadow: 5px 5px 10px rgba(0,0,0,.4);
}


.header-text-wrapper h1{
	text-transform:uppercase;
	font-family:Georgia, serif;
	font-weight:normal;
	font-size: 4vw;
	text-align:center;
	color:#fff;
}


h3{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1vw;
	font-weight:lighter;
}

.carousel-indicators{
	bottom:2.5em;
}



.cutline{
	display:inline-block;
	position:relative;
	width:auto;
	left:0;
	color:#333;
	margin:0;
	padding:.5em 2em;
	font-size:.6em;
	line-height:1.2em;
}

.carousel-item .cutline{
	display:block;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background:rgba(255,255,255,.8);
	color:#333;
	margin:0;
	padding:.5em 2em;
	font-size:.8em;
	line-height:1.2em;
}


@media (max-width: 767px) {
	header.masthead .masthead-heading {
		font-size: 6vw;
	}

	header.masthead .masthead-subheading {
		font-size: 2.4vw;
	}
	body {
		font-size:1rem;
	}

	header.masthead .masthead-content .masthead-heading {
		font-size: 3rem !important;
	}
}
















#heroscroll{
	display:block;
	position:absolute;
	position:fixed;
	
	background-size:cover;
	top:0;
	left:0;
	width:100vw;
	height:50vw;
	min-height:100vh;
	
	transition: 0s linear;
    transition-property: margin;
    
    scroll-behavior: smooth;
    
	transform: translate3d(0px, 0px, 0px);
}






.main{
	display:block;
	margin:auto;
	font-weight:normal;
	font-size:1em;
	line-height:2em;
	padding: 2em 0.5em;
	background:#006fcf;
	background:#fff;
	color:#333;
}
p{
	margin-bottom: 2rem;
}
.main.first{
	margin-top:60vh;

}
.intro{
	padding: 0 0 2em 0;
	text-align:center;
}
h1{
	font-family: 'BentonSans Regular', 'Avenir', Helvetica, sans-serif;
	font-size:3em;
	font-weight:lighter;
	color:#000;
}
h2{
	font-family: 'Avenir', Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:lighter;
	color:#333;
	color:#0BDBCE;
	color:#006fcf;
	color:#660033;
	color:#146dbd;
	margin-bottom:2em;
	margin-top:1em;
}

.inlineImage{
	display:block;
	width:100%;
	height:auto;
}
hr{
	width:70%;
	border-top:2px solid #006fcf;
	border-top:2px solid #000;
}
.smImgWrapper{
	padding:4em 0;
	font-size:.6em;
	text-align:right;
	color:#666;
}

.lgImgWrapper{
	display: flex;  
	flex-flow: row wrap;
	align-items:flex-start;	
	align-items:stretch;	
	justify-content: space-evenly;
	
	font-weight: bold;
	text-align: center;
	color:#666;
	
	width:100vw;
	height:auto;
}
.lgImgWrapper > .inlineImage{
	width:48%;
	height:auto;
}
.lgImgWrapper .smImgWrapper{
	width:48%;
	padding:0;
}
.lgImgWrapper .smImgWrapper .inlineImage{
	position:sticky;
	top:0;
}


#test::after {
  content: "";
  text-align: right;
  width: 96%;
  font-size:.6em;
}

.info{
	font-style:italic;
	font-size: .8em;
	line-height: 1.4em;
	margin-bottom:4em;
}
.firstParagraph::first-letter {
	display:inline-block;
	font-size: 3em;
	color: #660033;
	color:#146dbd;
	padding:.4em .1em .1em .1em;
	padding: 0;
	
	line-height: 1em; 
	
	font-family: 'BentonSans Regular', 'Avenir', Helvetica, sans-serif;
	
	float: left;
	margin: .2em .1em 0 0;
}


.firstParagraph strong{
	font-family: 'BentonSans bold', 'Avenir', Helvetica, sans-serif;
}
.credit{
	display:inline-block;
	font-size:0.8em;
	margin-top:2em;
}


.videoWrapper{
	width:70vw;
	height:auto;
	margin:auto;
}
































@media (orientation: landscape) {
	#heroscroll{
		background-image:url(https://sec.theglobeandmail.com/adv/partners/TGAM_Advertising/2019/_specialreports/amex/denise/m/SEED9_DenisePickett_MG_1942_landscape.jpg);
		background-position:top right;
	}
}
@media (orientation: portrait) {
	#heroscroll{
		background-image:url(https://sec.theglobeandmail.com/adv/partners/TGAM_Advertising/2019/_specialreports/amex/denise/m/SEED9_DenisePickett_MG_1942_portrait.jpg);
		background-position:center;
	}
	.videoWrapper{
		width:100%;
	}
}
@media (min-width: 1025px) {
	#heroscroll{
		background-image:url(https://sec.theglobeandmail.com/adv/partners/TGAM_Advertising/2019/_specialreports/amex/denise/m/SEED9_DenisePickett_MG_1942_large.jpg);
		background-position:top center;
		min-height:100vh;
		height:56vw;
	}
	
}

@media (min-aspect-ratio: 3/2){
	.main.first{
		margin-top:35vw;
	}
}
@media screen and (max-width: 767px) {
	
	.lgImgWrapper .smImgWrapper, .lgImgWrapper .inlineImage{
		width:100%;
		margin-bottom:3em;
	}
	h1{
		font-size:1.8em;
	}
	h2{
		font-size:1.2em;
	}
	
	.lgImgWrapper .inlineImage{
		height:133vw;
	}
}
@media screen and (min-width: 768px) {
	.main{
		padding:2em;
		max-width: 960px;
	}
}



/*-- parallax styling --*/
























.adslot{
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: stretch;
	width:100vw;
	/*max-width: 178vh;*/
	margin:auto;
	text-align:center;
	padding:2em 0;
	background:#fafafa;
	min-height:70px;
	margin-bottom: 2em;
}

.c-ad__message {
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: .6875rem;
    line-height: .75rem;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    margin: 0 0 .625rem 0;
    padding: 0 .625rem;
    text-align: center;
    color: #333;
}










.powa .powa-share-item {
  color: #191919 /* old */
  color: rgba(240, 248, 255, 0.9); /* fixed */
}







/*!Begin Nav css */

.adv-brand {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #4C4C4D;
	background: #fff;
	z-index: 20;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	height: 50px;
	box-sizing: border-box;
	padding: 0;
	text-align:center;
}

.gamhead{
	display:inline-block;
	width:100%;
	height:50px;
	max-width:1260px;
	color:#fff;
	font-size:1rem;
}

.new-adv-sponsor-banner{
	display:block;
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	/*height:10px;*/
	 padding:0px;
	background:#e5eff1;
	color:#333;
	text-align:center;
	font-size: .6875rem;
	 z-index: -1;
}

.new-adv-banner{
	font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: .6875rem;
	line-height: 20px;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    background-color: #E3EFF1;
}

.adv-logoright{
	display:inline-block;
	height:30px;
	width:auto;
	padding:10px;
	top:0;
	right:0;
	text-decoration:none;
	float:right;
	border:none;
}

.adv-logoright img{
	height:30px;
}

.c-header-title__anchor{
	display:block;
	position:absolute;
	width:60px;
	height:60px;
	z-index:9999;
}

.adv-navbar .navbar-brand {
	padding: 0;
	width: 100%;
	margin: 0;
}
.adv-brand .adv-logo {
	display:block;
	height: 60px;
	float: left;
}
@media (max-width: 710px) {
	.adv-brand .adv-logo {
		height: 60px;
	}
}
/* ----------------------------------- */
.adv-brand .adv-fr-wrapper {
    float: right;
    display: table;
    height: 40px;
    margin-left: 10px;
    padding-top: 10px;
    
	display: flex;
    justify-content: center;
    align-items: center;
}
.adv-brand .adv-fr-wrapper::before {
	content: "Brought to you by";
	text-align: right;
	width: 96%;
	font-size:.6em;
	color:#333;
}
@media (max-width: 710px) {
	.adv-brand .adv-fr-wrapper {
		height: 40px;
	}
}
@media (max-width: 450px) {

    .adv-brand .adv-fr-wrapper .adv-fr {
     /* display: none;*/
     font-size:8px !important;
  }
}

@media (max-width: 9500px) {
	.adv-brand .adv-fr-wrapper .adv-fr {
		font-size: 15px;
		line-height: 20px;
		padding: 12px 5px 0px 10px;
    font-weight: 600;
	}
}
.adv-brand .adv-fr-wrapper .adv-line {
width: 1px;
/*display: table-cell;*/
height: 15px;
margin-top: 14px;
}
@media (max-width: 710px) {
.adv-brand .adv-fr-wrapper .adv-line {
height: 30px;
margin-top: 5px;
}
}
@media (max-width: 540px) {
.adv-fr {
font-size: 12px
  }
}
.adv-brand .adv-fr-wrapper .adv-sc {
/*background-color:orange;*/
display: table-cell;
vertical-align: middle;
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
padding: 7px 10px 0 5px;
color: #777;
}
@media (max-width: 710px) {
.adv-brand .adv-fr-wrapper .adv-sc {
font-size: 12px;
padding: 2px 10px 0px 10px;
}
}
@media (max-width: 650px) {
.adv-brand .adv-fr-wrapper .adv-sc {
font-size: 8px;
padding: 0px 5px 0px 6px;
margin-top: -2px;
display: inline-block;
float: left;
clear: left;
color: #aaa;
text-transform: capitalize;
letter-spacing: 1px;
}
}


/*=====*/
















/*-- footer --*/
.footer{
    background: #3B4142;
    padding: 2em 3em;

}
.footer-top-nav ul{
	padding:0;
	margin:0;
}
.footer-top-nav ul li{
	display:inline-block;
	margin:0 1em;
}
.footer-top-nav ul li a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
.footer-top-nav ul li a:hover{
  color: rgba(255, 255, 255, 0.48);
}
.footer-bottom-nav ul{
    padding: 1em 0 0 0;
    margin: 0;
}

.footer-bottom ul li{
  display:inline-block;
  margin:0 1em;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  text-decoration: none;
}

.footer-bottom-nav ul li{
	display:inline-block;
	margin:0 1em;
}
.footer-bottom-nav ul li a{
color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  text-decoration: none;
}
.footer-bottom-nav ul li a:focus {
    outline: none;
}
.footer-bottom-nav ul li a:hover{
	color:#FFF;
}
.footer-bottom-nav ul li{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.54);
}
.footer-top{
	padding-bottom: 2em;
}
.footer-bottom {
  margin-top: 2em;
}
.footer-bottom ul{
	padding:0;
	margin:0;
}
.footer-bottom ul li{
  display: inline-block;
  margin: 0 1em 0 0;
}

/*=====*/






















/*footer stuff */


.photocredit{
	text-align:center !important;
}

h6{
	font-size: 2.0vw
}

.button {
  background-color: #2a228f;
  border: none;
  color: white;
  padding: 6% 12%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6vw

}

.button:hover {
     color: white !important;
       background-color: #1a1278 !important;
       text-decoration: none;

 }


.ydhlogo{

	padding-top:10%;
	padding-right:10%;
	padding-left:10%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
}


.slider-box{
	position:absolute;
	z-index:2000;
	background-color: #fff;
	margin-left:55%;
	width:30%;
	margin-top:5%;
	height:75%;
}


   @media (max-width: 650px) {
   	.slider-box {
		position:relative;
		margin-left: auto;
		width: auto;
		margin-top: auto;
		height: auto;
	}

	h6{
		font-size: 1.2em;}

	.button {

	  font-size: 1em;

	}

}


body {
    font-size: 1.2em !important;
}

#advertorialWrapper{
  /* width:100vw; */
    background-color: #fff;

    border-style: solid;
    border-color: #eeedea;
    border-width: 1px 0 0 0;

  font-family: 'GMsanC-Regular','GMSansC','Helvetica Neue',Helvetica,Arial,sans-serif;
}

#advertorialWrapper .credits{
  color: #636c72;
  font-weight: 400;
  font-size:14px;
  text-align: center;
  padding: 0 1.25rem;
}


#advertorialFooter{
  position:relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: center;

  margin:auto;
  width:90vw;
  max-width:768px;


}

#advWrapper{
  position:relative;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: .625rem 0 .625rem 0;


  width:90vw;
  max-width:768px;
}

.advCard{
	display:flex;
	flex-wrap: nowrap;
	/*margin:.625rem;
	width:calc(50% - 1.25rem);*/

	width: 100%;

	text-decoration:none;
	color: #191919;
	margin-bottom: 1.25rem;

	align-items:flex-start;
}

.advCard:hover{
  text-decoration:underline;
}

.advCard img{
  width:50%;
  flex-basis: 50%;
  padding-right: 1.25rem;
}

.advCard .text{
  display:block;
  flex-basis: calc(50% - 2.5rem);
}


.advCard .headline{
  font-size:1.6em;;
}



.advCard .sponsor{
  color: #636c72;
  text-transform: uppercase;
  font-weight: 400;
  font-size:12px;
  text-align: left;
}







#editorialWrapper{
   /* width:100vw; */
    background-color: #eeedea;

    border-style: solid;
    border-color: #eeedea;
    border-width: 1px 0 1px 0;
}

#editorialFooter{
	position:relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;

	width:90vw;
	max-width:1024px;

	margin:auto;


}

.contentFrom{
	display:block;
	position:relative;
	font-family: "GMsanC-Bold",Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	font-size: .875rem;
	line-height: 1;
	text-transform: uppercase;
	color: #191919;
	letter-spacing: .0625rem;

	padding: .625rem 0;

	font-size: .75rem;
	line-height: 1;
	color: #595959;

	width:100%;
	flex:100%;
}

#editWrapper{
  display:flex;
  width:90vw;
  max-width:1024px;
  padding-bottom: 1.25rem;
}

.editCard{
	width:25%;
	overflow:hidden;
	padding: .625rem;

	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;

	flex-wrap: wrap;

	margin-right: 1.25rem;

	font-family: "Pratt-Bold",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1875rem;
	line-height: 1.15789;

	color: #191919;
	text-decoration:none;

	background: #fff;

	border-width:0;
	border-style:solid;

}


.editCard:last-child{
  margin-right: 0rem;
}


.editCard:hover{
  text-decoration:underline;
}

.o-card__col{
  -webkit-box-flex: 100%;
  flex: 100%;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.o-card__col:last-of-type{
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-box-flex: 100%;
  flex: 100%;
  padding: .625rem 0;
  margin-right: 0;
}

.editCard img{
  width:100%;
  height:auto;
}

@media only screen and (max-width: 768px) {

  #advWrapper{
    flex-wrap: wrap;
  }

  .advCard{
    flex-wrap: wrap;
    width:calc(50% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;

  }

  .advCard img{
    width:100%;
    flex-basis:100%;
    padding-right:0;
    height:auto;
  }

  .advCard .text{
    flex-basis:100%;
  }

  #editWrapper {
    flex-wrap: wrap;
  }

  .editCard{
    width:calc(50% - 3.75rem);
    border:0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }

}

@media only screen and (max-width: 480px) {


  .advCard{
    width:calc(100% - 2.5rem);
  }

  .editCard{
    width:100%;
  }
}

/*-- footer --*/
footer.gi-footer {
    background-color: #fafafa;
    text-align:center;
}

footer.gi-footer .gi-footer__legal {
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border-top: 1px solid #eee
}

footer.gi-footer .gi-footer__legal a {
    color: #444;
    text-decoration: none
}

footer.gi-footer .gi-footer__legal a:hover {
    color: #CE2A23
}

footer.gi-footer .gi-footer__legal ul {
    margin: 0 auto;
    padding: 0
}

footer.gi-footer .gi-footer__legal li {
    font-family: PrattBold, Georgia, "Times New Roman", serif;
    display: inline-block;
    list-style: none;
    padding: 0 6px
}

.gi-podcast-info,
footer.gi-footer .gi-footer__copyright {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

footer.gi-footer .gi-footer__copyright {
    padding: 14px 0;
    color: #555;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border-top: 1px solid #eee
}

footer.gi-footer .gi-footer__copyright address {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

footer.gi-footer .gi-footer__copyright abbr {
    border: none
}
abbr{border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;}
/*=====*/



.gmicon-maple_leaf {
    color: #191919;
    text-align: center;
    padding:.625em 0;


    border-style: solid;
    border-color: #eeedea;
    border-width: 0 0 1px 0;
}
.gmicon-maple_leaf::before {
    content: "\6c";
}


footer.gi-footer.dark {
    background-color:#333;
}

footer.dark .gmicon-maple_leaf, footer.dark .gi-footer__legal a, footer.dark .gi-footer__copyright{
    color: #fff;
}

footer.dark .gi-footer__legal, footer.dark .gi-footer__copyright{
  border-top: 1px solid #444;
}

footer.dark .gi-footer__legal a:hover{
  color:#fff;
  text-decoration:underline;
}



