@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
}

.mainHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	text-align:center;
	display:inline-block;
	margin:0px;
	padding:0px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}

.contentHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	font-size:0px;
	line-height:0px;
}

#footer-corporate {
	display:none !important;
}


.navBar {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:57px;
	display:none;
	box-sizing:border-box;
	background-color:#000;
	padding:15px;
	text-align:left;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color: rgba(255,255,255,.2);
	z-index:100;
}

.navBar .hamburger {
	cursor:pointer;
	margin-top:6px;
}

.topNav {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	background-color:#000;
	padding-top:15px;
	padding-bottom:10px;
	z-index:100;
}

.navbar-fixed {
	position:fixed !important;
}

.topNav span {
	position:relative;
	display:inline-block;
}

.topNav.show {
	display:inline-block !important;
}

.topNav .navItem {
	font-family:MuseoSans-500;
	font-size:18px;
	line-height:1.5;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	margin-left:25px;
	margin-right:25px;
}

.topNav .navItem#authorsNavButton {
	background-color:#000;
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:5px;
	margin-top:-5px;
	box-sizing:border-box;
	border:solid;
	border-width:1px;
	border-color:#FFF;
}

.topNav.middleNav .navItem {
	margin-left:25px;
	margin-right:25px;
}


.topNav .navItem:hover {
	color:#00a1b2;
}

.topNav .navItem#authorsNavButton:hover {
	background-color:#00a1b2;
}

.authorList {
	position:absolute;
	left:0px;
	top:0px;
	width:320px;
	height:auto;
	display:none;
	box-sizing:border-box;
	padding:15px;
	background-color:#FFF;
	margin-top:30px;
	text-align:left;
	z-index:100;
	border:solid;
	border-width:1px;
	border-color:#005072;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.authorList.open {
	display:inline-block;
}

.authorList .navItem {
	font-family:MuseoSans-500;
	font-size:16px;
	line-height:1.3;
	color:#005072;
	text-decoration:none;
	display:inline-block;
	margin-top:10px;
}

.authorList .navItem:hover {
	color:#00a1b2;
}

.headerClass {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	background-image:url(images/quote_background.jpg);
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	margin-top:57px;
}

.headerClass.authorsHeaderClass {
	padding-top:80px;
	padding-bottom:80px;
}

.headerClass.quoteClass .quoteBox {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding:50px;
	padding-top:100px;
	padding-bottom:100px;
	max-width:1080px;
	text-align:left;
}

.headerClass.quoteClass .quoteBox h1 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family:MuseoSans-900;
	color:#FFF;
	font-size:38px;
	line-height:1.2;
	text-align:left;
	max-width:520px;
}

.headerClass.quoteClass .quoteBox h1 span {
	font-family:MuseoSans-500;
	font-size:18px;
	line-height:24px;
	display:inline-block;
	margin-top:15px;
}

.headerClass.quoteClass .quoteBox .teachLogo {
	position:absolute;
	right:25px;
	top:25px;
	width:141px;
	height:auto;
	display:inline-block;
}

.headerClass.authorsHeaderClass h1 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-left:30px;
	padding-right:30px;
	font-family:MuseoSans-900;
	color:#FFF;
	font-size:38px;
	line-height:1;
}

.headerClass.authorsHeaderClass h1 span {
	font-family:MuseoSans-500;
	font-size:18px;
	line-height:1;
}

.headerClass.authorsHeaderClass h1 span strong {
	font-family:MuseoSans-700;
}

.headerClass.authorsHeaderClass h1 .blueLineBreak {
	position:relative;
	left:0px;
	top:0px;
	width:125px;
	height:5px;
	display:inline-block;
	box-sizing:border-box;
	background-color:#00a1b2;
}

.headerClass .mainLogo {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	max-width:800px;
}

.topTextSection {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-top:45px;
	padding-bottom:45px;
	background-color:#015274;
}

.topTextSection h1 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family:MuseoSans-500;
	font-size:18px;
	line-height:1.5;
	color:#FFF;
	padding-left:25px;
	padding-right:25px;
	max-width:980px;
}

.topTextSection h1 .boldClass {
	font-family:MuseoSans-700;
}

.noBreak {
	white-space:nowrap !important;
}

@media (max-width: 767px) {
	.headerClass .mainLogo {
		width:150%;
		margin-left:-27%;
	}
	.headerClass.quoteClass .quoteBox {
		padding-top:135px;
	}
	.topNav .navItem {
		margin-left:0px;
		margin-right:0px;
		width:100%;
		padding-top:5px;
		padding-bottom:5px;
		vertical-align:top;
		line-height:1.2;
	}
	.topNav {
		display:none;
		margin-top:57px;
	}
	.navBar {
		display:inline-block;
	}
	.topNav span {
		width:100%;
	}
	.authorList {
		width:100%;
	}
}

.contentSection {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-top:50px;
	padding-bottom:100px;
}

.contentSection h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family:MuseoSans-900;
	font-size:30px;
	line-height:1.2;
	color:#000;
	padding-left:25px;
	padding-right:25px;
	max-width:980px;
	margin-bottom:50px;
}

.contentSection h2.bigConcept {
	max-width:none;
	background-color: rgba(0,161,179,.9);
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	font-size:32px;
	/*
	border-top:solid;
	border-top-width:1px;
	border-top-color:#FFF;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFF;
	*/
	margin-top:50px;
}

.contentSection h2.bigConcept#ExpertIdea {
	margin-top:0px;
}

.contentSection .blueLineBreak {
	position:relative;
	left:0px;
	top:0px;
	width:125px;
	height:5px;
	display:inline-block;
	box-sizing:border-box;
	background-color:#00a1b2;
	margin-top:50px;
	margin-bottom:25px;
}

.contentSection .box {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-table;
	box-sizing:border-box;
	background-color:#FFF;
	margin-bottom:50px;
	max-width:980px;
}

.contentSection .box.tipBox {
	margin-bottom:25px;
}


.contentSection .box.tipBox.bonus {
	margin-bottom:50px;
}

.contentSection .box.videoBox {
	display:inline-block;
}

.contentSection .box.videoBox .sevenItem {
	position:relative;
	left:0px;
	top:0px;
	width:50%;
	height:auto;
	display:inline-table;
	box-sizing:border-box;
	padding-left:25px;
	padding-right:25px;
	margin-top:50px;
}

.contentSection .box.videoBox .sevenItem .imageSide {
	position:relative;
	left:0px;
	top:0px;
	width:101px;
	height:auto;
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}

.contentSection .box.videoBox .sevenItem .imageSide img {
	width:86px;
}

.contentSection .box.videoBox .sevenItem .textSide {
	position:relative;
	left:0px;
	top:0px;
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}

.contentSection .box.videoBox .sevenItem .textSide strong {
	font-weight:normal;
	font-family:MuseoSans-700;
	color:#000;
	font-size:16px;
}

.contentSection .box.videoBox .sevenItem .textSide p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-family:MuseoSans-500;
	color:#000;
	font-size:16px;
	display:inline-block;
	margin-top:3px;
}

.contentSection .box.contactBox {
	display:inline-block;
}

.contentSection .box.resourceBox {
	display:inline-block;
}

.contentSection .box .imageBox {
	position:relative;
	left:0px;
	top:0px;
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}

.contentSection .box .imageBox .imageClass {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	min-width:275px;
	max-width:350px;
}

.contentSection .box .imageBox.imagePadded {
	padding:50px;
	padding-right:0px;
	vertical-align:middle;
}

.contentSection .box.stacked {
	margin-bottom:0px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#f4f4f4;
}

.contentSection .box.double .imageBox.imagePadded .imageClass:first-child {
	margin-bottom:10px;
}

.contentSection .box .imageBox.imagePadded.right {
	padding:50px;
	padding-left:0px;
	vertical-align:middle;
}

.contentSection .box .textBox {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:left;
	font-family:MuseoSans-500;
	font-size:16px;
	line-height:1.5;
	color:#000;
	padding:50px;
}

.contentSection .box.resourceBox .textBox {
	width:50%;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	font-family:MuseoSans-500;
	font-size:16px;
	line-height:1.5;
	color:#000;
	padding:50px;
}

.contentSection .box.resourceBox.three .textBox {
	width:33.3%;
}


.contentSection .box.resourceBox .resourceImage {
	height:219px;
	width:auto;
	display:inline-block;
}

.contentSection .box.videoBox .textBox {
	display:inline-block;
}

.contentSection .box.contactBox .textBox {
	display:inline-block;
	text-align:center;
}

.contentSection .box .textBox h3 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family:MuseoSans-700;
	font-size:30px;
	line-height:1.3;
	color:#000;
}

.contentSection .box .textBox ol {
	list-style: none; counter-reset: li;
}

/*

.contentSection .box .textBox ul {
	margin: 0;
	padding: 18px 0 18px 64px;
	list-style: none;
	background-image: url('images/checkmark.png');
	background-repeat: no-repeat;
	background-position: left 20px;
	background-size: 40px;
}
*/

.contentSection .box .textBox ul {
	margin: 0;
	padding:0px;
	padding: 18px 0 18px 0px;
	list-style: none;
	/*
	padding-top:18px;
	padding-bottom:18px;
	*/
	/*
	background-image: url('images/checkmark.png');
	background-repeat: no-repeat;
	background-position: left 20px;
	background-size: 40px;
	*/
}

.contentSection .box .textBox .topTextListSection {
	margin:inherit;
	padding:0px;
	padding-left:20px;
	list-style:inherit;
	background-image:none;
}

.contentSection .box .textBox .topTextListSection li strong {
	font-weight:normal;
	font-family:MuseoSans-700;
	font-size:16px;
}


.contentSection .box .textBox ul li {
	font-family:MuseoSans-500;
	font-size:16px;
	line-height:1.5;
	color:#000;
}

.contentSection .box .textBox ul li a {
	color:#025274;
	font-family:MuseoSans-700;
}

.contentSection .box .textBox ul li i {
	font-family:MuseoSans-500Italic;
	font-style:normal;
}

.contentSection .box .textBox ul li strong {
	font-weight:normal;
	font-family:MuseoSans-700;
	font-size:18px;
	line-height:1.5;
	color:#000;
}

.contentSection .box .textBox ol li::before {
	/*content: '.'counter(li);*/
	color: #00a1b2;
	display: inline-block;
	width: 1.25em;
	margin-left: -1.5em;
    margin-right: 0.5em;
	font-family:MuseoSans-700;
	text-align: right;
	direction: rtl;
}

.contentSection .box .textBox ol li {
	font-family:MuseoSans-500;
	font-size:16px;
	line-height:1.5;
	color:#000;
	margin-top:15px;
	counter-increment: li;
}

.contentSection .box .textBox ol li strong {
	font-weight:normal;
	font-family:MuseoSans-700;
}

.contentSection .box .textBox h4 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family:MuseoSans-700;
	font-size:20px;
	line-height:1.5;
	color:#000;
}

.contentSection .box.contactBox .textBox h4 {
	line-height:1.2;
}

.contentSection .box .textBox p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	font-family:MuseoSans-500;
	font-size:16px;
	line-height:1.5;
	color:#000;
	margin-top:15px;
}

.contentSection .box .textBox p a {
	color:#025274;
	font-family:MuseoSans-700;
}

.contentSection .box.contactBox .textBox p {
	margin-top:0px;
}

.contentSection .box .textBox p strong {
	font-weight:normal;
	font-family:MuseoSans-700;
}

.contentSection .box .textBox p i {
	font-style:normal;
	font-family:MuseoSans-500Italic;
}

.contentSection .box .textBox p.byLine {
	font-family:MuseoSans-700;
}

.contentSection .box .textBox p.byLineSmall {
	font-family:MuseoSans-700;
	margin-top:0px;
}

.contentSection .box .textBox .learnMore {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	display:inline-block;
	box-sizing:border-box;
	font-family:MuseoSans-700;
	font-size:16px;
	line-height:40px;
	color:#FFF;
	margin-top:15px;
	background-color:#005072;
	padding-left:30px;
	padding-right:30px;
	border-radius:20px;
	text-decoration:none;
}

.contentSection .box .textBox .learnMore:hover {
	background-color:#00a1b2;
}

@media (max-width: 1023px) {
	.contentSection .box .imageBox.imagePadded {
		vertical-align:top;
	}
}

@media (max-width: 767px) {
	.contentSection .box .imageBox {
		width:100%;
		display:inline-block;
		padding-left:25px;
		padding-right:25px;
		padding-bottom:0px;
	}
	.contentSection .box .imageBox .imageClass {
		width:100%;
		min-width:0px;
	}
	.contentSection .box .textBox {
		width:100%;
		display:inline-block;
		padding-left:25px;
		padding-right:25px;
	}
	.contentSection .box .imageBox.imagePadded {
		padding-left:0px;
		padding-left:25px;
		padding-right:25px;
		padding-bottom:0px;
	}
	.contentSection .box .imageBox.imagePadded.right {
		padding-top:0px;
		padding-left:25px;
		padding-right:0px;
		padding-bottom:25px;
	}
	.contentSection .box.resourceBox .textBox {
		width:100% !important;
	}
}

.bottomLearnMoreSection {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-top:75px;
	padding-bottom:75px;
}

.bottomLearnMoreSection .learnMore {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	display:inline-block;
	box-sizing:border-box;
	font-family:MuseoSans-700;
	font-size:16px;
	line-height:40px;
	color:#005072;
	margin-top:15px;
	background-color:#FFF;
	padding-left:30px;
	padding-right:30px;
	border-radius:20px;
	text-decoration:none;
}

.bottomLearnMoreSection .learnMore:hover {
	background-color:#00a1b2;
	color:#FFF;
}