body {
	margin: 0;
	padding: 0;
	font: normal 80%/1.3em 'Fira Sans', sans-serif;
	color: #444;
	background: #ddd;
}
.wideOnly {
	display: none;
}
a {
	color: #3e85dc;
	text-decoration: underline;
}
h1 {
	font: 1.8rem 'Crete Round', serif;
	color: #364d96;
	letter-spacing: 0;
	margin: 0.6em 0;
}
h2 {
	font: 1.5rem 'Crete Round', serif;
	color: #444;
	letter-spacing: 0;
	margin: 0.6em 0;
}
h3 {
	font-size: 125%;
	margin: 1em 0 0.8em;
	color: #364d96;
}
.topBannerContainer {
	max-width: 1400px;
	background: #eeeeee url(/images/top_banner_bg_narrow.gif) left -10px repeat-x;
	margin: 0 auto;
	border-bottom: 7px solid #e8e8e8;
}
.topBannerContainerInner {
	height: 188px;
	background: url(/images/illustration_intro_medium.png) 12px 26px no-repeat;
	border-bottom: 4px solid #d9d9d9;
	background-size: auto 140px;
}
.topBannerContainerInnerAlt {
	background-image: url(/images/illustration_how_it_works_medium.png);
	background-position: 3px 26px;
}
.topBannerContent {
	text-align: right;
	padding: 10px 16px 0 0;
}
.topBannerContent h2 {
	font: 2.2rem 'Crete Round', serif;
	color: #364d96;
	margin: 19px 10px 0 0;
	text-shadow: 2px 2px 2px #fff;
}
.topBannerContent h3 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 175%;
	letter-spacing: -0.1px;
	margin: 15px 10px 0 0;
}
.topBannerContent h3 span {
	display: block;
}
.topBannerContent h3 span:nth-child(1) {
	color: #5d5c5c;
}
.topBannerContent h3 span:nth-child(2) {
	color: #364d96;
}
.animated-icon2 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.animated-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.animated-icon2 span {
	background: #afb8d4;
}
.animated-icon2 span:nth-child(1) {
	top: 2px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
}
.animated-icon2 span:nth-child(4) {
	top: 18px;
}
.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}
nav {
	height: 100%;
	width: 300px;
	position: fixed;
	top: 0;
	z-index: 1;
	left: -300px;
	background-color: #364d96;
	color: #fff;
	-webkit-transition: all .4s .1s ease-in-out;
	-moz-transition: all .4s .1s ease-in-out;
	-ms-transition: all .4s .1s ease-in-out;
	-o-transition: all .4s .1s ease-in-out;
	transition: all .4s .1s ease-in-out;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a4b0d6;
	border-radius: 4px;
}
nav li a {
	display: block;
	padding: 16px 24px 18px;
	font-weight: 300;
	font-size: 130%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	text-decoration: none;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
nav li a:hover {
	color: #fff;
	background: #2a4187;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
.move-to-right {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}
.pageContent {
	max-width: 1400px;
	background: #fff;
	color: #555;
	margin: 0 auto;
	padding: 4px 24px;
	font-size: 120%;
	line-height: 1.5em;
	letter-spacing: -0.02em;
}
.sideColumn {
	display: none;
}
blockquote {
	background: #eee url(/images/quotation_bg.gif) 17px 17px no-repeat;
	padding: 14px 18px 16px 75px;
	font-style: italic;
	font-size: 110%;
	line-height: 1.5em;
	border-radius: 12px 0 12px 0;
	border-bottom: 2px solid #ccc;
}
blockquote .quoteAuthor {
	font-weight: bold;
	color: #ed9f17;
}
aside {
	background: #bbc4df;
	margin: 1em 0 1.6em;
	padding: 10px 12px 14px;
	border-radius: 8px;
}
aside img {
	display: block;
	max-width: 100%;
}
aside p {
	margin: 0.75em 0 0.3em;
}
ul {
	list-style-type: disc;
}
ul, ol {
	padding-left: 16px;
}
ul li, ol li {
	margin: 0.3em 0;
}
.cta {
	background: #364d96;
	font-weight: 300;
	color: #fff;
	font-size: 130%;
	line-height: 1.4em;
	text-align: center;
	border-radius: 6px;
}
.cta a {
	display: block;	
	padding: 14px 18px 16px;
	color: #fff;
	text-decoration: none;
}
.cta a:hover {
	text-decoration: underline;
}
.resourceListContainerOuter {
	background: #e2e2e2;
	padding: 0.8em 1.2em 1em;
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}
.resourceListContainerInner {
	height: 180px;
	overflow: auto;
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}
.resourceListContainerInnerOverride {
	height: auto;
}
.expandLink, .contractLink {
	display: inline-block;
	background: #3e85dc;
	margin-top: 1.5em;
	padding: 0.3em 1em 0.4em;
	font-size: 90%;
	color: #fff;
}
.contractLink {
	display: none;
}
.useWordpressClasses img {
	float: left;
	margin: 0.4em 1.2em 0 0;
}
.useWordpressClasses img.alignright {
	float: right;
	margin: 0.4em 0 0 1.2em;
}
.useWordpressClasses blockquote {
	margin: 1em 0; 
}
.homeLeader {
	max-width: 1400px;
	margin: 0 auto;
	font-size: 140%;
	padding: 8px 28px 12px;
	line-height: 1.45em;
	background: #fff;
	border-bottom: 4px solid #eee;
	margin-bottom: 0.5em;
}
.homeLeader h2 {
	color: #ed9f17;
	font-size: 1.7rem;
}
.homeSeparator {
	background: url(/images/brainbulb_hr_bg.gif) left center repeat-x;
	text-align: center;
	margin: -14px 0 7px;
}
.homeSeparator span {
	display: inline-block;
	height: 72px;
	width: 95px;
	background: url(/images/illustration_brainbulb_medium_white_bg.png) center center no-repeat;
	background-size: contain;
}
.pageContentHome {
	padding: 0;
	background: none;
}
.homeRightCol, .homeLeftCol {
	padding: 12px 28px 28px;
	line-height: 1.45em;
	background: #fff;
	border-bottom: 4px solid #eee;
	margin-bottom: 0.5em;
}
.twitterContainer {
	margin: 1em 0 1.3em;
	background: url(/images/twitter_bird.gif) left 3px no-repeat;
    background-size: 40px;
	padding-left: 48px;
	min-height: 36px;
}
.separator {
	color: #b0b0b0;
	display: inline-block;
	margin: 0 0.3em;
}
.photoContainer {
	width: 100%;
	border-bottom: 8px solid #ccc;
	margin: 4px 0 10px;
}
.highlight {
	color: #ed9f17;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	line-height: 1.5em;
}
.linkedInFeed iframe {
	background: #ddd;
	border: 1px solid #ccc;
	width: 100%;
	height: 250px;
	
}
.linkedInFeed iframe.blockBg {
	background: #ddd url(/images/bg_content_blocked.png) left top no-repeat;
	transition: background-color ease-in 1s;
	transition: background-image ease-in 1s;
}


@media only screen and (min-width: 600px) {
	
	.topBannerContainer {
		background: #eeeeee url(/images/top_banner_bg_medium.gif) right -10px no-repeat;
	}
	.topBannerContainerHome {
		background: #eeeeee url(/images/top_banner_bg_wide_home.gif) right top no-repeat;
	}
	.topBannerContainerInner {
		background-position: 16px 15px;
		background-size: auto 160px;
	}
	.topBannerContainerInnerHome {
		height: 214px;
		background-size: auto 182px;
		background-position: 24px 15px;
	}
	.topBannerContainerInnerAlt {
		background-position: 12px 22px;
		background-size: auto 154px;
	}
	.topBannerContainerInnerAlt.topBannerContainerInnerHome {
    	background-size: auto 180px;
	}
	.topBannerContent h2 {
		float: left;
		margin: 49px 0 0 204px;
	}
	.topBannerContentHome h2 {
		font-size: 2.5rem;
		margin: 56px 0 0 232px;
	}
	.topBannerContainerInnerAlt .topBannerContentHome h2 {
		margin: 56px 0 0 250px;
	}
	.topBannerContent h3 {
		margin: 80px 10px 0 0;
	}
	.topBannerContentHome h3 {
    	margin-top: 104px;
	}
	aside img {
		max-width: 60%;
		float: left;
		margin-right: 1em;
	}
	.homeLeader {
		font-size: 150%;
	}
	.ctaHome {
		margin-top: 40px;
	}
	
}


@media only screen and (min-width: 680px) {

	.topBannerContentStandard h3 {
		margin: 86px 10px 0 0;
	}
	.topBannerContentStandard h3 span {
		display: inline-block;
	}
	.topBannerContentStandard h3 span:nth-child(1) {
		border-right: 2px solid #bbb;
		padding-right: 12px;
	}
	.topBannerContentStandard h3 span:nth-child(2) {
		margin-left: 5px;
	}
	.photoContainerLeft {
		width: 55%;
		float: left;
		border-bottom: 8px solid #ccc;
		margin: 4px 18px 10px 0;
	}
	.photoContainerRight {
		width: 55%;
		float: right;
		border-bottom: 8px solid #ccc;
		margin: 4px 0 10px 18px;
	}
	blockquote {
		border-radius: 20px 0 20px 0;
	}
	
}


@media only screen and (min-width: 940px) {
	
	.narrowOnly {
		display: none;
	}
	h1 {
		font-size: 2.3rem;
		margin-top: 0;
	}
	h2 {
		font-size: 1.8rem;
		margin: 0.8em 0 0.6em;
	}
	.topBannerContainerStandard {
		background: #eeeeee url(/images/top_banner_bg_wide.gif) right top no-repeat;
	}
	.topBannerContainerInnerStandard {
		height: 194px;
		background-position: 32px 10px;
		background-size: auto 170px;
		border-bottom: 5px solid #d9d9d9;
	}
	.topBannerContainerInnerHome {
		height: 236px;
	}	
	.topBannerContainerInnerStandard.topBannerContainerInnerAlt {
		background-position: 11px 12px;
		background-size: auto 165px;
	}
	.navbar-toggler {
		display: none;
	}
	.topBannerContentStandard h2 {
		font-size: 2.35rem;
		float: left;
		margin: 22px 0 0 226px;
	}
	.topBannerContent h3 {
		margin: 33px 22px 0 0;
	}
	.topBannerContentHome h3 {
		margin-top: 69px;
	}
	.topBannerContent h3 span {
		display: inline-block;
	}
	.topBannerContent h3 span:nth-child(1) {
		border-right: 2px solid #bbb;
		padding-right: 12px;
	}
	.topBannerContent h3 span:nth-child(2) {
		margin-left: 5px;
	}
	.topBannerContentHome h3 {
		margin: 74px 10px 0 0;
		font-size: 160%;
	}
	.topBannerContentHome h3 span {
		display: inline-block;
	}
	.topBannerContentHome h3 span:nth-child(1) {
		border-right: 2px solid #bbb;
		padding-right: 12px;
	}
	.topBannerContentHome h3 span:nth-child(2) {
		margin-left: 5px;
	}
	.pageContent, .pageContentHome {
		margin: 0 auto;
		padding: 24px 30px 40px 36px;
		font-size: 130%;
		background: #fff url(/images/background_image_mentor.png) right -100px top 400px no-repeat;
		border-bottom: 32px solid #eee;
	}
	.pageContentAlt {
		background: #fff url(/images/background_image_mentee.png) right -100px top 400px no-repeat;
	}
	.homeRightCol, .homeLeftCol {
		padding: 0;
		border-bottom: 0;
	}
	.mainContent {
		/* float: right; */
		float: left;
		width: 65%;
		padding-top: 8px;
	}
	.sideColumn {
		display: block;
		/* float: left; */
		float: right;
		width: 30%;
		padding-top: 32px;
	}
	nav {
		position: relative;
		left: 0;
		height: auto;
		width: 700px;
		margin: 30px 0 0 260px;
		background: none;
	}
	.topBannerContentHome nav {
		margin-top: 37px;
	}
	nav ul li {
		float: left;
		background: #364d96;
		margin: 0 3px 3px 0;
		padding: 0;
	}
	nav li a {
		display: inline-block;
		padding: 9px 14px 10px;
	}
	.homeLeader {
		/* padding-left: 225px; */
		font-size: 160%;
		background: #fff url(/images/home_bg_swoop.gif) center top no-repeat;
		background-size: contain;
		padding-bottom: 18px;
		padding-top: 22px;
	}
	.homeLeader h2 {
		font-size: 2.3rem;
		margin: 0.5rem 0;
	}
	.homeLeaderLeft {
		float: left;
		background: url(/images/illustration_understanding_medium.png) left top no-repeat;
		background-size: contain;
		min-height: 260px;
	}
	.homeLeaderLeft div {
		padding-left: 400px;
	}
	.homeLeaderRight {
		float: right;
		background: url(/images/illustration_expectations_medium.png) right top no-repeat;
		background-size: contain;
		min-height: 260px;
		text-align: right;
	}
	.homeLeaderRight div {
		padding-right: 400px;
		padding-top: 20px;
	}
	.homeSeparator {
		display: none;
	}
	.homeRightCol {
		float: right;
		width: 48%;
	}
	.homeLeftCol {
		float: left;
		width: 48%;
	}
	.photoContainerLeft, .photoContainerRight {
		margin-top: 14px;
	}
	blockquote {
		margin-right: -100px;
		border-radius: 30px 0 30px 0;
	}
	blockquote.alt1 {
		margin-left: 100px;
	}
	blockquote.alt2 {
		margin-right: 0;
	}
	
}


@media only screen and (min-width: 1100px) {

	.topBannerContentHome h3 {
		margin: 70px 10px 0 0;
		font-size: 180%;
	}
	.homeLeaderRight {
		margin-top: -70px;
	}
	.homeLeaderRight div {
		margin-top: 60px;
	}
	.topBannerContainerInner .topBannerContentHome h2 {
		margin: 53px 0 0 260px;
	}
	.topBannerContentHome h2 {
    	font-size: 2.9rem;
	}
	
}


@media only screen and (min-width: 1220px) {
	
	.homeLeaderLeft {	
		min-height: 280px;
	}
	.homeLeaderLeft div {
		padding-left: 420px;
		padding-top: 10px;
	}
	.homeLeaderRight {
		margin-top: -120px;
		min-height: 280px;
	}
	.homeLeaderRight div {
		padding-right: 416px;
		margin-top: 70px;
		
	}
	.homeLeader p {
		font-size: 110%;
		letter-spacing: -0.02em;
		line-height: 1.45em;
	}
	
}
