@charset "utf-8";


/* FONTS */

@import url("../fonts/tobe/LibreBaskerville.css"); /* "Libre Baskerville" */

@font-face { 
	font-family: 'ToBeHeadsButtons';
	src: url('../fonts/tobe/LeagueSpSketchfullRegular.woff') format('woff'),
 	     url('../fonts/tobe/LeagueSpSketchfullRegular.woff2') format('woff2'),
		 url('../fonts/tobe/NYKE ToBe League-Sp Sketchfull.ttf') format('opentype');
}

@media screen{

/* Base fonts and stuff */

BODY, P, TD, TH, DIV {
	font-family: "Libre Baskerville";
/*	font-family: "libre_baskervilleregular";*/
}

A {
	color: #455269;
	color: #637696;
	font-weight: 600;
}

A:hover {
	color: #6BB0B4;
}



/* Helper borders */

DIV {
/*	border: 1px #069E00 solid; */ 
}

/* Page elements and positioning */

.topcontainer {
	margin: 0;
	background-image: url(../images/tobe-general-background.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-origin: border-box;
	position: relative;
	min-height: 100vh;
}

.topcontainer.home {
	background-image: url(../images/tobe-main-background-header.png);
	min-height: 100vh;
}

.header-container {
	position: relative;
	height: 95px;
}

.header-container.home {
	display: none;
	height: 0;
}

.header-navigation {
	position: absolute;
	left: 0;
	top: 0;
}

.footer-container {
/*	border: 1px dashed #8A1415;	*/
	background-image: url(../images/tobe-general-footer.png);
	background-position: bottom left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-origin: border-box;
	min-height: 205px;
	width: 100%;
	position: static;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.footer-container.short {
	position: absolute;
	padding-top: 200px;
}

.footer-container.home {
/*	border: 1px dashed #8A1415;	*/
	background-image: url(../images/tobe-main-background-footer.png);
	min-height: 319px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;	
}


#footer-buttons {
	position: absolute;
	bottom: 0;
	right: 0;	
}

#footer-buttons img {
	width: 35px;
	height: auto;
	margin: 15px 50px 15px 15px;
}

#footer-buttons img#Q {
	width: 25px;
	margin-right: 45px;
}

#footer-links, #footer-logos {
	vertical-align: middle;
}

#footer-logos {
	margin-top: 0px;
	margin-right: 45px;
}

/* Pages footer logos */

	#footer-logos IMG {
		height: 42px;
		width: auto;
		margin-left: 30px;
		margin-right: 0px;
	}

	#footer-logos IMG#erasmus-logo {
		height: 42px;	
	}

	#footer-logos IMG#tobe-logo {
		height: 50px;	
	}

	#footer-logos IMG#nyke-logo {
		
	}

	.footer-container #footer-logos IMG#ll-logo {
		height: 27px;
	}

	.footer-container #footer-logos IMG#klatka-logo {
		height: 46px;
	}
			
	
	#footer-logos IMG#bigbrum-logo {
		height: 58px;	
	}
	
	
	

/* Home footer logos */

	.footer-container.home #footer-logos IMG {
		height: 50px;	
	}
	
	.footer-container.home #footer-logos IMG#erasmus-logo {
		height: 45px;
	}

	.footer-container.home #footer-logos IMG#tobe-logo {
		height: 62px;
	}

	.footer-container.home #footer-logos IMG#nyke-logo {

	}

	
	.footer-container.home #footer-logos IMG#ll-logo {
		height: 30px;
	}


	.footer-container.home #footer-logos IMG#bigbrum-logo {
		height: 65px;
	}



#footer-links {
	margin: 15px 20px 15px 0px;	
}

#footer-links A,
#footer-links BUTTON
 {
	background: none;
	color: #ddd;
	display: inline-block;
	width: 90px;
	border: 0;
	font-size: 9px;
	text-align: center;
	vertical-align:middle;
}

#footer-links A:hover,
#footer-links A:active,
#footer-links A:focus {
	text-decoration: none;	
	color: #fff;
}




/* Desktop */

.topcontainer {
	width: 1200px;	
/*	width: 80vw;*/
	margin-left: auto;
	margin-right: auto;
/*	background-color: #E8E8E8;*/
	border: none;
/*	border: 1px solid #000000;*/
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.header-navigation {
/*	border: 1px solid #B83234;*/
	width: 950px;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 55px;
	padding: 0px 5px 5px 30px;
	font-family: "Libre Baskerville";
/*	font-family:"NYKE ToBe LibreBaskerville Regular";*/
	text-transform: uppercase;
/*	border: 1px dashed #76307C;*/
}

/* TOP NAVIGATION */ 

.nav-pills li a,
.nav-pills li a:focus {
	color: #525252;
	background-color: unset;
	padding: 5px 5px;

}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #222;
  font-weight: 600;
  background: none;
}

.nav-pills li {
/*	display: flex;
	float: left;
*/
	text-align:center;

	background: none;
	margin-right: 15px;
	padding: unset;
	font-size: 9.5px;
	line-height: 1.3em;
	vertical-align: center;
}

.nav-pills li a:hover {
	background-color: unset;	
	color: #6BB0B4;
	color: #637696;
}

/* CONTENT LAYOUT */

.maincontent {
	background-color:unset;	
/*	background-color: #c0c0c0;*/
	position: relative;
	z-index: 1;
	min-height: 820px;
}

.maincontent HEADER {
/*	border: 1px solid #0200FF;*/
	width: 950px;
	padding: 0;
	margin: 0 0 30px 0;
}

.maincontent.home HEADER {
/*	border: 1px solid #0200FF;*/
	width: 400px;
	color: #eee;
	margin-bottom: 70px;
}


.maincontent HEADER H1 {
	margin: 0;
	padding: 0px 45px 5px 45px;
/*	font-family: "league sp sketchfull";*/
	font-family: "ToBeHeadsButtons";
	text-transform: uppercase;
	font-size: 49px;
}

.maincontent.home HEADER H1 {
	margin: 0;
	padding: 20px 45px 20px 35px;
/*	font-family: "league sp sketchfull";*/
	font-family: "ToBeHeadsButtons";
	text-transform: uppercase;
	font-size: 49px;
	line-height: 1em;
}



.maincontent HEADER H2 {
	margin: 0;
	padding: 0 45px 30px 45px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight:800;
	font-family: "Libre Baskerville";
}

.maincontent.home HEADER H2 {
	font-weight:100;
	padding-right: 70px;
	line-height: 1.3em;
}

.maincontent .article-content {
/*	border: 1px solid #AF3FCD;*/
	font-size: 14px;
	min-height: 450px;	
}

.maincontent.home .article-content {
	min-height: 650px;	
}

.maincontent .article-content P,
.maincontent .article-content H2,
.maincontent .article-content H3,
.maincontent .article-content DIV.embed-paragraph,
.maincontent .article-content DIV.bottomnotes,
.maincontent .article-content DIV.testimonials,
.maincontent .article-content UL,
.maincontent .article-content OL,
.maincontent .article-content H4
{
	margin: 1.5em 250px 0.5em 120px;
/*	border: 1px dashed #B6D893;*/
}

.maincontent.home .article-content P,
.maincontent.home .article-content H2,
.maincontent.home .article-content H3,
.maincontent.home .article-content DIV.embed-paragraph,
.maincontent.home .article-content UL,
.maincontent.home .article-content OL,
.maincontent.home .article-content H4
{
	margin: 1.5em 160px 0.5em 120px;
/*	border: 1px dashed #B6D893;*/
}



.maincontent .article-content H3,
.maincontent .article-content H4 {
	font-weight: 700;
	margin-top: 1.9em;
	margin-bottom: 0.4em;
}



.maincontent .article-content .article-lead {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.6em;	
}

/* ELEMENTS */

	/* Download button */

	P.pdf-download A {
	/*	padding: 10px;
		padding-bottom: 15px;
		background-color: #F5F5F5;
		border: 1px dashed #F3F3F3;*/
		text-decoration: none;
		color: #444;
		font-family: "ToBeHeadsButtons";
		font-weight: 100;
		font-size: 21px;
		text-transform: uppercase;
	}
	
	P.pdf-download A:hover {
		color: #637696;	
	}
	
	P.pdf-download IMG {
		width: auto;
		height: 25px;
		margin-right: 0.5em;
		vertical-align: middle;
	}

	/* Main link buttons */

	.mainbuttons {
		display: flex;
		align-items: center;
		justify-content: center;
		float: left;
		width: 163px;
		height: 57px;
		text-align: center;
		font-family: "ToBeHeadsButtons";
	/*	border: 1px solid #f00; */
		border: none;
		font-size: 17px;
		line-height: 1em;
		color: #eaeaea;
		background: none;
		background-image: url(../images/mainbutton.png);
		background-repeat:no-repeat;
		background-size: cover;
		padding: auto 1.5em auto 1.5em;
		margin: .5em;
		text-decoration: none;
		text-transform: uppercase;
		margin-right: 30px;
		font-weight: lighter;
	}
	
	.mainbutton-container.home .mainbuttons {
		width: 180px;
		height: 63px;
		padding: 10px;
		font-size: 17px;
		margin-right: 40px;
		text-align:center;
	}
	
	.mainbuttons:hover, .mainbuttons:visited, mainbuttons:active, mainbuttons:focus {
		text-decoration: none;
		color: #fff;	
	}
	
	.maincontent .article-content P.mainbutton-container {
		display: block;
		position: relative;
		padding-bottom: 80px;
		min-height: 80px;
		margin-top: unset;
		margin-top: 0;

	}	
	
	.maincontent .article-content P.mainbutton-container.home {
/*		border: 1px solid #f00;*/
		min-height: 95px;
		padding-bottom: 95px;
		width: unset;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.maincontent .article-content P.mainbutton-container.three
	 {
			width: 700px;
	 }
	 
	 .maincontent .article-content P.mainbutton-container.home.four {
			width: 950px;	 
	 }
	 
	 .maincontent .article-content OL.in-text LI,
	 .maincontent .article-content UL.in-text LI
	 {
		margin-bottom: 1em;
	 }
	 
	 .maincontent .article-content UL OL,
	 .maincontent .article-content OL UL
	 {
		margin: 1.5em 0px 0.5em 40px;
	 }

	/* Embeds */

	.maincontent .article-content .embed-paragraph {
	/*	background-color: #A88686;*/
	}
	
	.embed-responsive-2by1 {
	  padding-bottom: 50%;
	}

	/* Bottom notes */
	
	.maincontent .article-content DIV.bottomnotes {
		padding: 20px;
		border: 5px dashed #eee;
		background-origin: padding-box;
		background-color: #FCFCFC;
	}

	.maincontent .article-content DIV.testimonials {
		padding: 20px;
		padding-bottom: 0px;
	}
	
	.maincontent .article-content DIV.bottomnotes P,
	.maincontent .article-content DIV.testimonials P
	{
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}

	.maincontent .article-content DIV.testimonials P {
		border-left: 5px solid #eeeeee;
		background-origin: padding-box;
		background-color: #FCFCFC;
		padding-left: 20px;
	}

	
	.maincontent .article-content DIV.testimonials EM {
		display: block;
		margin-top: 10px;
		margin-left: 50px;
		padding-right: 50px;
		margin-bottom: 30px;
		border: unset;
	}


}