body.page-template-page-talenthubs_handbook_chapter-php {
	overflow: visible;
	top: auto;
}

body.page-template-page-talenthubs_handbook_chapter-php * {
	box-sizing: border-box;
}

body.page-template-page-talenthubs_handbook_chapter-php.popup-active {
	pointer-events: none;
} 


/* Main Wrapper */

main.talenthubs {
	max-width: 1130px;
	padding: 100px 15px;
	margin: auto;
}

main.talenthubs.chapter {
	display: grid;
	grid-template-columns: 180px 1fr 180px;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 15px;
	overflow: visible;
}

.talenthubs-banner h1,
.talenthubs h1,
.talenthubs h2 {
	font-family: 'futura-pt-bold',Arial,sans-serif;
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
}

.talenthubs h3 {
	font-family: 'futura-pt-bold',Arial,sans-serif;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	
	main.talenthubs.chapter {
		grid-template-columns: 1fr 70% 1fr;
	}
	
}

@media screen and (max-width: 900px) {
	
	main.talenthubs.chapter {
		grid-template-columns: 1fr 80% 1fr;
	}
	
}

@media screen and (max-width: 700px) {
	
	main.talenthubs.chapter {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 0;
	}
	
}



/* Banner */

.talenthubs-banner {
	width: 100%;
	background-size: cover;
	background-position: center center;
	padding-top: 300px;
}

.talenthubs-banner .textwrap {
	max-width: 860px;
	padding: 60px 60px 30px;
	text-align: center;
	background-color: #fff;
	margin: auto;
	box-sizing: border-box;
}

.talenthubs-banner .steptext {
	text-transform: uppercase;
	font-family: 'futura-pt-bold',Arial,sans-serif;
	color: #b0aba8;
	font-size: 16px;
	letter-spacing: 1px;
}

.talenthubs-banner .stepnumber {
	font-family: 'futura-pt-bold',Arial,sans-serif;
	color: #00a8cb;
	font-size: 120px;
	line-height: 100px;
	margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
	.talenthubs-banner {
		padding-top: 240px;
	}
	
	.talenthubs-banner .textwrap {
		max-width: 65%;
		padding: 30px;
	}
	
	.talenthubs-banner .stepnumber {
		font-family: 'futura-pt-bold',Arial,sans-serif;
		color: #00a8cb;
		font-size: 90px;
		line-height: 90px;
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 900px) {
	.talenthubs-banner {
		padding-top: 200px;
	}
	
	.talenthubs-banner .textwrap {
		max-width: 65%;
		padding: 30px;
	}
	
	.talenthubs-banner .stepnumber {
		font-family: 'futura-pt-bold',Arial,sans-serif;
		color: #00a8cb;
		font-size: 90px;
		line-height: 90px;
		margin-bottom: 30px;
	}
	
	.talenthubs-banner h1 {
		font-size: 36px;
		line-height: 48px;
	}

}

@media screen and (max-width: 600px) {
	.talenthubs-banner {
		padding-top: 150px;
	}
	
	.talenthubs-banner .textwrap {
		max-width: 90%;
		padding: 15px;
	}
	
	.talenthubs-banner .stepnumber {
		font-family: 'futura-pt-bold',Arial,sans-serif;
		color: #00a8cb;
		font-size: 90px;
		line-height: 90px;
		margin-bottom: 10px;
	}
	
	.talenthubs-banner h1 {
		font-size: 24px;
		line-height: 30px;
	}

}




/* Landing Page intro */

section.intro {
	display: flex;
	margin-bottom: 100px;
	
}

section.intro>div {
	flex-basis: 50%;
}

section.intro .imgwrap {
	margin-right: 60px;
}

section.intro .imgwrap img {
	max-width: 450px;
	height: auto;
	box-shadow: 20px 20px 0 0 #f2f2f2;
}

section.intro .txtwrap {
	padding-top: 20px;
	margin-left: -30px;
}

section.intro .txtwrap p {
	font-size: 20px;
	line-height: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}


@media screen and (max-width: 1100px) {
	
	section.intro .imgwrap {
		flex-basis: 35%;
		padding-top: 30px;
	}
	
	section.intro .txtwrap {
		flex-basis: 65%;
		padding-left: 0px;
		margin-left: 0;
	}
	
	section.intro .imgwrap img {
		max-width: 100%;
	}

	section.intro .txtwrap h1 {
		font-size: 36px;
		line-height: 42px;
	}
	
	section.intro .txtwrap p {
		font-size: 18px;
		line-height: 26px;
	}

}

@media screen and (max-width: 800px) {
	
	section.intro {
		flex-direction: column;
	}
	
	section.intro .imgwrap {
		flex-basis: auto;
		padding-top: 0px;
		margin-right: 0px;
		text-align: center;
	}
	
	section.intro .txtwrap {
		flex-basis: auto;
		padding-left: 0px;
		padding-top: 50px;
	}
	
	section.intro .imgwrap img {
		max-width: 400px;
		width: 100%;
	}

	section.intro .txtwrap h1 {
		font-size: 36px;
		line-height: 42px;
		
	}
	
	section.intro .txtwrap p {
		font-size: 18px;
		line-height: 26px;
	}

}


.primary-link {
	font-size: 16px;
	display: block;
	background-color: #00a8cb;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	width: max-content;
	margin-bottom: 15px;
	padding: 15px 20px;
	font-weight: bold;
  letter-spacing: 1px;
  border-radius: 6px;
  transition: all .3s ease-in-out;
}

.primary-link img {
	margin-left: 10px;
	transform: translateX(0);
	transition: transform ease-in-out .3s;
}

.primary-link:hover {
	background-color: #378cac;
}

.primary-link:hover img {
	transform: translateX(5px);
}

.secondary-link {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #b3b1b1;
	color: #494444;
	text-decoration: none;
	width: max-content;
	margin: 30px 0;
	letter-spacing: 0.03em;
}

.secondary-link:hover {
	color: #00a8cb;
	border-bottom: 1px solid #00a8cb;
}

/* Landing Page Chapter List */

.chapters h2 {
	margin-bottom: 50px;
}

.chapterlist {
	columns: 2;
	column-gap: 60px;
	margin-bottom: 100px;
}

.chapterlist a {
	text-decoration: none;
}

.chapterlist .chapter-listitem {
	display: flex;
	margin-bottom: 40px;
}

.chapterlist .stepnumber {
	font-family: 'futura-pt-bold',Arial,sans-serif;
	color: #00a8cb;
	font-size: 48px;
	line-height: 48px;
	min-width: 70px;
	flex-basis: 70px;
	flex-grow: 0;
}

.chapterlist .chaptertitle {
	font-family: 'futura-pt-bold',Arial,sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #494444;
	padding-top: 3px;
	transition: all .3s ease-in-out;
}

.chapterlist .chapter-listitem:hover .chaptertitle {
	color: #378cac;
}


.chapterlist .chaptertitle img {
	margin-left: 10px;
	transform: translateX(0);
	transition: all .3s ease-in-out;
}

.chapterlist .chapter-listitem:hover .chaptertitle img {
	transform: translateX(5px);
}

@media screen and (max-width: 1100px) {
	.chapters h2 {
		margin-bottom: 50px;
		font-size: 36px;
		line-height: 42px;
	}
	
	.chapterlist {
		column-gap: 40px;
	}

	.chapterlist .stepnumber {
		font-size: 36px;
		line-height: 36px;
		min-width: 70px;
		flex-basis: 70px;
		flex-grow: 0;
	}
	
	.chapterlist .chaptertitle {
		font-size: 18px;
		line-height: 22px;
	}

}

@media screen and (max-width: 800px) {
	.chapters h2 {
		margin-bottom: 50px;
		font-size: 36px;
		line-height: 42px;
	}
	
	.chapterlist {
		columns: 1;
		margin-bottom: 50px;
	}
	
	
	.chapterlist .stepnumber {
		font-size: 32px;
		line-height: 32px;
		min-width: 50px;
		flex-basis: 50px;
		flex-grow: 0;
	}
	
	.chapterlist .chaptertitle {
		font-size: 18px;
		line-height: 22px;
	}

}

/* Chapters */

section.chapters h2,
section.chapters h3 {
	text-align: center;
}

section.chapters h3 {
	max-width: 500px;
	margin: auto;
}


main.talenthubs.chapter article {
	padding: 20px 60px 0px;
	max-width: 860px;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}


.talenthubs .actions {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px;
}

.talenthubs .actions .actionblock {
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.15);
	padding: 40px;
	width: 48%;
	flex-basis: 48%;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
}

.talenthubs .actions .actionblock a {
	text-decoration: none;
}

.talenthubs .actions .actionblock .imgwrap {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.talenthubs .actions .actionblock .imgwrap img {
	max-width: 100%;
	height: auto;
}

.talenthubs .actions .actionblock .textwrap {
	padding-top: 15px;
}

.talenthubs .actions .actionblock .textwrap .title {
	color: #00a8cb;
	font-family: 'futura-pt-bold',Arial,sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}

.talenthubs .actions .actionblock .textwrap .subtitle {
	color: #b0aba8;
	font-family: 'futura-pt-bold',Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
	main.talenthubs.chapter article {
		padding: 20px 30px 0px;
	}

}

@media screen and (max-width: 900px) {
	
	.talenthubs .actions .actionblock {
		padding: 20px;
		width: 48%;
		flex-basis: 48%;
	}
	
	.talenthubs .actions .actionblock .textwrap .title {
		font-size: 20px;
		line-height: 24px;
	}


}


@media screen and (max-width: 600px) {
	main.talenthubs.chapter article {
		padding: 20px 0px 0px;
	}
	
	.talenthubs .actions {
		flex-direction: column;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.talenthubs .actions .actionblock {
		padding: 20px;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 30px;
	}
	

}


/* Chapter Content */

.talenthubs .content {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 60px;
}

.talenthubs .content a {
	text-decoration: none;
}

.talenthubs .content li,
.talenthubs .content p {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px
}

.talenthubs .content strong {
	color: #00a8cb;
}

.talenthubs .content figure {
	width: calc(100% + 150px);
  margin-left: calc(-75px);
  margin-right: calc(-75px);
  margin-top: 75px;
  margin-bottom: 60px;
}

.talenthubs .content figure img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1200px) {
	.talenthubs .content figure {
		width: 100% !important;
		max-width: 100%;
	  margin-left: 0;
	  margin-right: 0;
	  margin-top: 75px;
	  margin-bottom: 60px;
	}
}

@media screen and (max-width: 900px) {
	.talenthubs .content figure {
		width: 100%;
	  margin-left: 0;
	  margin-right: 0;
	  margin-top: 75px;
	  margin-bottom: 60px;
	}
}


@media screen and (max-width: 600px) {
	.talenthubs .content li,
	.talenthubs .content p {
		font-size: 17px;
		line-height: 26px;
		margin-bottom: 30px
	}
}


/* Chapter Lower Nav */

.stepnav {
	display: flex;
	padding-top: 30px;
}

.stepnav>div {
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
}

.stepnav a {
	text-decoration: none;
	font-family: 'Futura W01 Bold';
	font-size: 24px;
	line-height: 32px;
	color: #00a8cb;
	transition: all .3s ease-in-out;
}

.stepnav a:hover {
	color: #378cac;
}


.stepnav .navlabel {
	color: #a59f9b;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Futura W01 Bold';
	letter-spacing: 1px;
}

.stepnav .nextpost {
	padding-left: 30px;
}

.stepnav .previouspost {
	padding-right: 30px;
	border-right: 1px solid #a59f9b;
}

.stepnav .nextpost .navlabel img {
	margin-left: 3px;
	transform: translateX(0);
	transition: all .3s ease-in-out;
}

.stepnav .previouspost .navlabel img {
	margin-right: 3px;
	transform: rotate(180deg) translateX(0);
	transition: all .3s ease-in-out;
}

.stepnav .nextpost:hover .navlabel img {
	transform: translateX(5px);
	transition: all .3s ease-in-out;
}

.stepnav .previouspost:hover .navlabel img {
	transform: rotate(180deg) translateX(5px);
	transition: all .3s ease-in-out;
}


.stepnav .previouspost {
	text-align: right;
}

.stepnav .nextpost {
	text-align: left;
}

@media screen and (max-width: 700px) {
	
	.stepnav {
		display: none;
	}
}


/* Downloads Section */

section.downloads {
	max-width: 1130px;
	padding: 60px 15px;
	margin: auto;
}

section.downloads h2 {
	margin-bottom: 60px;
	font-family: 'Futura W01 Bold';
}

section.downloads .grid-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
}

section.downloads .download-item {
	color: #fff;
	padding: 180px 30px 30px;
	background-size: cover;
	position: relative;
}

.download-item .download-icon-wrap {
	position: absolute;
	top: 30px;
	right: 30px;
}

.download-item .download-text-wrap {
	text-decoration: none;
	opacity: 1;
	transition: opacity .5s ease-in-out;
}

.download-item .label {
	color: #fff;
	font-family: 'futura-pt-bold';
	font-size: 12px;
}

.download-item h3 {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-family: 'futura-pt-bold';
	margin-bottom: 20px;
}

.download-item .download-text-wrap:hover * {
	opacity: 0.5;
}

.download-item .text {
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 1000px){ 
	section.downloads .grid-wrap{
		grid-gap: 30px;
	}	
}

@media screen and (max-width: 700px){ 
	section.downloads .grid-wrap{
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}	
	
	section.downloads .download-item {
		padding: 90px 30px 30px;
	}
	
	section.downloads h2 {
		margin-bottom: 30px;
		font-family: 'Futura W01 Bold';
	}
}

/* Footer */

section.th-footer {
	text-align: center;
	max-width: 750px;
	margin: 20px auto 60px;
}

section.th-footer img {
	margin-bottom: 30px;
}

section.th-footer p {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0 60px;
}

section.th-footer .primary-link {
	margin: auto;
}

@media screen and (max-width: 700px){ 
	section.th-footer p {
		font-size: 18px;
		line-height: 26px;
		margin: 20px 0 30px;
	}
}


/* Side Nav */


.talenthubs aside.sidenav {
	padding: 40px;
}

.talenthubs aside.sidenav nav {
	position: sticky;
	top: 60px;
}

.talenthubs aside.sidenav a {
	background-color: #f2f2f2;
  color: #a59f9b;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Futura W01 Bold';
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  width: 100px;
	padding: 25px 15px 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	box-sizing: border-box;
  text-align: center;
}

.talenthubs aside .nextpost img {
	transform: translateX(0);
	transition: all .3s ease-in-out;
}

.talenthubs aside .previouspost img {
	transform: rotate(180deg) translateX(0);
	transition: all .3s ease-in-out;
}

.talenthubs aside .nextpost:hover img {
	transform: translateX(5px);
}

.talenthubs aside .previouspost:hover img {
	transform: rotate(180deg) translateX(5px);
}

.talenthubs aside .allposts img {
	transition: all .3s ease-in-out;
	transform: scale(1);
}

.talenthubs aside .allposts:hover img {
	transform: scale(1.07);
}

@media screen and (max-width: 1200px) {
	.talenthubs aside.sidenav {
		padding: 40px 0;
	}

}

@media screen and (max-width: 900px) {
	.talenthubs aside.sidenav a {
	  font-size: 9px;
	  letter-spacing: 0px;
	  width: 100%;
		padding: 25px 5px 15px;
		margin-bottom: 15px;
	}

}

@media screen and (max-width: 700px) {
	
	.talenthubs aside.sidenav {
		padding: 0;
	}
	
		
	.talenthubs aside.sidenav nav {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
		max-width: 360px;
		margin: auto;
	}
	
	.talenthubs aside.sidenav nav>div {
		height: 100px;
	}
	
	.talenthubs aside.sidenav nav .previouspost {order: 1;}
	.talenthubs aside.sidenav nav .nextpost {order: 3;}
	.talenthubs aside.sidenav nav .allposts {order: 2;}
	
	
	.talenthubs aside.sidenav a {
	  font-size: 9px;
	  letter-spacing: 0px;
	  width: 100%;
		padding: 25px 5px 15px;
		margin-bottom: 15px;
		max-width: 100px;
		flex-basis: 100px;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

}

/* Popup Nav */
#popupnav {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 90px;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
	pointer-events: all;
}

#popupnav.active {
	display: block;
}

#popupnav .popup-toggle {
	font-size: 90px;
	font-weight: 100;
	position: absolute;
	top: 0;
	right: 30px;
	transform: rotate(45deg);
	cursor: pointer;
}

#popupnav .popup-toggle:hover {
	color: #00a8cb;
}

#popupnav .inner{
	padding: 75px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 40px;
	max-width: 1440px;
	margin: auto
}

#popupnav a {
	text-decoration: none;
}

#popupnav .stepnumber {
	font-family: 'futura-pt-bold',Arial,sans-serif;
	color: #00a8cb;
	font-size: 48px;
	line-height: 48px;
	min-width: 70px;
	flex-basis: 70px;
	flex-grow: 0;
	margin-bottom: 15px;
}

#popupnav .imgwrap {
	margin-bottom: 15px;
	height: 150px;
	overflow: hidden;
}

#popupnav img {
	max-width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
}

#popupnav .chaptertitle {
	font-family: 'futura-pt-bold',Arial,sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #494444;
	padding-top: 3px;
	transition: all .3s ease-in-out;
}

#popupnav .chapter-listitem:hover .chaptertitle {
	color: #378cac;
}

@media screen and (max-width: 1200px) {
	#popupnav .inner{
		padding: 60px;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 40px;
	}

}

@media screen and (max-width: 900px) {
	#popupnav .inner{
		padding: 40px;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 40px;
	}

}

@media screen and (max-width: 700px) {
	#popupnav .inner{
		padding: 40px;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}

}

@media screen and (max-width: 500px) {
	#popupnav .inner{
		padding: 40px;
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

}