/*!
 * 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: 20px;
	font-family: 'Open Sans', sans-serif !important;
	font-size:1.3em;

}

h1,h2{
	font-family: 'Nunito Sans', sans-serif;
	font-weight:bold;
	color:#0c0044;
	text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}
h3{
	margin: 1em auto;
	font-family: 'Nunito Sans', sans-serif;
	color:#0c0044;
}

.masthead{
	height:100vh;
	min-height:100vh;
	overflow-x:hidden;
}


.masthead h1{
	position:absolute;
	display:block;
	left:8.333333333vw;
	bottom:10vh;
	width:83.33333333vw;
	font-size:8.5vw;
	font-weight:bold;
	color:#0c0044;
	
}

#credit{
	display:inline-block;
	position:absolute;
	bottom:2em;
	right:2em;
	text-align:right;
	font-size:.8rem;
	
}

.intro p:first-child:first-letter {
	color: #000;
	float: left;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:bold;
	color:#0c0044;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

main section{
	min-height:100vh;
	overflow-x:hidden;
}

section.strip{
	min-height:auto;
	height:auto;
	padding:10vh 0;
	text-align:right;
}
section.stripC{
	min-height:auto;
	height:auto;
	padding:10vh 0;
	text-align:center;
}

.fullheight{
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:100vh;
}

.textWrapper{
	text-align:left;
	line-height:1.6em;
}

.row{
	justify-content: center;
	align-items: center;
}

.audiowrapper{
	text-align:center;
}

#audiowrapper1 .audiostuff{
	text-align:right;
	padding-right:8.333333333vw
	
}
#audiowrapper2 .audiostuff{
	text-align:left;
	padding-left:8.333333333vw
	
}

.pullquote{
	padding:0 8.333333333vw;
	color:#0c0044;
	font-size:6.5vw;
	font-weight:bold;
	font-family: 'Nunito Sans', sans-serif;
	text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.ender{
	padding:0 8.333333333vw;
	color:#0c0044;
	font-size:6vw;
	font-weight:bold;
	font-family: 'Nunito Sans', sans-serif;
}

.bottomLinkWrapper{
	display:inline-block;
	width:auto;
	height:auto;
	margin:2em auto;
	border-radius:5px;
	background:#0c0044;
}

#bottomLink{
	display:inline-block;
	padding:10px 20px;
	color:#000;
	border-radius:5px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:light;
	letter-spacing:.1em;
	background:#bcb1b8;
	text-decoration:none;
	
	transform:translate(-2px,-3px);
	-webkit-transition: transform .1s; /* Safari */
	transition: transform .1s;
}

#bottomLink:active{
	transform:translate(0px,0px);
}

/*===== image stuff =====*/


.parawrapper{
	display: block;
	position:relative;
	min-height:100vh;
	overflow:hidden;
	
}

.masthead #img1{
	position:absolute;
	display:block;
	
	top:25vh;
	left:20vw;
	width:75vw;
	height:50vw;
	
	box-shadow: 2px 3px 10px rgba(0,0,0,.1);
	
	background-color:#eee;
	background-size:cover;
}

.masthead #img2{
	position:absolute;
	display:block;
	
	top:12vh;
	left:7vw;
	width:35vw;
	height:23vw;
	
	box-shadow: 2px 3px 10px rgba(0,0,0,.1);
	
	background-color:#eee;
	background-size:cover;
}



#img3, #img4{
	display:block;
	position: absolute;
	
	width:75vw;
	height:50vw;
	box-shadow: 2px 3px 10px rgba(0,0,0,.1);
	
	background-color:#eee;
	background-size:cover;
	z-index: -1;
	
}

#img3{
	top:5vh;
	left:0vw;
}
#img4{
	top:40vh;
	left:10vw;
}

#img5, #img6, #img7{
	position: absolute;
	display:inline-block;
	width:20vw;
	height:30vw;
	box-shadow: 2px 3px 10px rgba(0,0,0,.1);
	
	background-color:#eee;
	background-size:cover;
	z-index: -1;
	
}

#img5{
	width:65vw;
	height:43vw;
	top:10vh;
	left:2vw;
}
#img6{
	width:40vw;
	height:60vw;
	top:30vh;
	left:45vw;
}
#img7{
	width:40vw;
	height:60vw;
	top:40vh;
	left:0vw;
}



#img8, #img9{
	display:inline-block;
	position: relative;
	width:80vw;
	height:53vw;
	box-shadow: 2px 3px 10px rgba(0,0,0,.1);
	
	background-color:#eee;
	background-size:cover;
	z-index: -1;
	
}

#img8{
}







@media (max-width: 321px) {
	.masthead, .masthead-content, #parawrapper0{
		width:100vw;
		height:160vw;
	}
	.adv-logo img {
		height: 36px !important;
	}
	
	.masthead h1{
		top:75vw;
		width:66.666666664vw;
		font-size:7.0vw;
	}
	
	.masthead #credit{
		top:130vw;
		bottom:auto;
	}
	
	.masthead #img1{
		top:30vw;
	}
	
	.masthead #img2{
		top:20vw;
		left:40px;
	}
	
	h3{
		font-size:6vw;
	}
	
	#audiowrapper1 .audiostuff{
		padding-right:0;
	}

}
@media (max-device-width:920px) and (orientation: landscape) {
	.masthead, .masthead-content, #parawrapper0{
		height:70vw;
		min-height:70vw;
	}
	.adv-logo img {
		height: 36px !important;
	}
	
	.masthead h1{
		top:40vw;
		width:66.666666664vw;
		font-size:7.0vw;
	}
	
	.masthead #credit{
		top:66vw;
		bottom:auto;
	}
	
	.masthead #img1{
		top:10vw;
	}
	
	.masthead #img2{
		top:13vw;
		left:30px;
	}
	
	h3{
		font-size:6vw;
	}
	
	#audiowrapper1 .audiostuff{
		padding-right:0;
	}
	
	.parawrapper{
		min-height:100vw;
	}

}

@media (min-width: 768px) {
	.masthead h1{
		width:83.33333333vw;
		bottom:20vh;
		left:5vw;
		font-size:5.7vw;
	}

	.pullquote{
		font-size:3.3vw;
		padding-left:20vw;
	}
	/*===== image stuff =====*/
	.masthead #img1{
		top:20vh;
		left:20vw;
		width:75vw;
		height:50vw;
	}
	.masthead #img2{
		top:15vh;
		left:7vw;
		width:35vw;
		height:23vw;
	}

	#img3{
		top:5vh;
		left:0vw;
		width:40vw;
		height:27vw;
	}
	#img4{
		top:45vh;
		left:5vw;
		width:40vw;
		height:27vw;
	}

	#img5{
		top:5vh;
		left:7vw;
		width:40vw;
		height:27vw;
	}
	#img6{
		top:30vh;
		left:30vw;
		width:22vw;
		height:33vw;
	}
	#img7{
		top:45vh;
		left:5vw;
		width:22vw;
		height:33vw;
	}
	#img8, #img9{
		width:40vw;
		height:27vw;
	}
	
}

@media (min-width: 992px) {
	.masthead h1{
		font-size:5.5vw;
		bottom:20vh;
		left:5vw;
		width:85vw;
	}
	.credit{
		top:Calc(50vw + 1em);
		right:10vw
	}
	.ender{
		font-size:3em;
	}
	/*===== image stuff =====*/
	.masthead #img1{
		top:15vh;
		left:30vw;
		width:60vw;
		height:40vw;
	}
	.masthead #img2{
		top:20vh;
		left:7vw;
		width:35vw;
		height:23vw;
	}

}

@media (min-width: 1200px) {
	.masthead{
		width:100%;
		min-height:65vw;
	}
	.masthead h1{
		font-size:4.5vw;
		top:35vw;
		bottom:auto;
		left:5vw;
		width:70vw;
		stroke:1px solid white;
	}
	#credit{
		top:51vw;
		right:5vw
	}
	/*===== image stuff =====*/
	.masthead #img1{
		top:3vw;
		left:38vw;
		width:60vw;
		height:40vw;
	}
	.masthead #img2{
		top:10vw;
		left:12vw;
		width:25vw;
		height:17vw;
	}

}


@media (min-aspect-ratio: 2/1) {
	.masthead, main section, .parawrapper{
	}
	
	.row{
		align-items:center;
	}

}






/*===== blazy stuff =====*/

.b-lazy {
   opacity:0;
   transition: opacity 500ms;
}
.b-loaded {
   opacity:1;
}































/*===== audio button =====*/

audio{
	display:none;
}

.audioWrapper{
	display:inline-block;
	position:relative;
	width:100px;
	height:100px;
	background:#0c0044;
	border-radius: 5px;
}

.audioBtn{
	display:inline-block;
	position:relative;
	width:100px;
	height:100px;
	background:#bcb1b8;
	border-radius: 5px;
	cursor:pointer !important;
	
	transform:translate(-2px,-3px);
	-webkit-transition: transform .1s; /* Safari */
	transition: transform .1s;
}

.timestamp{
	display:block;
	position: absolute;
	bottom:4px;
	right:4px;
	font-size:10px;
}

.audioBtn:active{
	transform:translate(0px,0px);
}

.audioBtn .pauseIcon{
	display:block;
}
.audioBtn .playIcon{
	display:none;
}
.audioBtn.play .playIcon{
	display:block;
}
.audioBtn.play .pauseIcon{
	display:none;
}



/* ads */

#masthead_ad{
	display:block;
	position:absolute;
	top:20px;
	right:0;
}


.adslot{
	min-height:90px;
	padding: 10px 0;
	margin-bottom: 2em;
	text-align:center !important;
	background:#ededed;
}


/*!Begin Nav css */

.adv-brand {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	padding: 0;
	text-align:center;
}

.gamhead{
	display:inline-block;
	width:100%;
	color:#fff;
	font-size:1rem;
}

.new-adv-sponsor-banner{
	display:block;
	position:absolute;
	top:0;
	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;
	position:absolute;
	height: 60px;
	top:20px;
	left:0;
}
.adv-logo img{
	height: 60px;

}

@media (max-width: 710px) {
	.adv-brand .adv-logo {
		height: 60px;
	}
}
/* ----------------------------------- */
.adv-brand .adv-fr-wrapper {
	float: left;
	display: table;
	height: 40px;
	margin-left: 10px;
}
@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;
}



