<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Begin common css */

html, body {
    min-height: 102%;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

body {
   	background: #ffffff;
    background-position: center;
    font-family: 'Roboto','Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
		line-height:1.5em;
		font-size: 1em;
		color: #212121;
		letter-spacing: normal;
		text-align: left;
		display:flex;
		flex-direction:column;
}

.page-training .nav.training {
	display:none;
}

#header {
	position: relative;
	background: #000000;
	background-position: left;
	height: 52px;
	width: 100%;
	margin: 0 auto;
}

#headline {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	cursor: pointer;
}

#pageBody {
	background: #FFFFFF;
	text-align:center;
	margin:0 auto;
	max-width:1200px;
	width: 100%;
}

#pageBottom {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display:flex;
  box-sizing: border-box;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  padding: 30px 0;
}

.footerPrint {
	display: none;
}

.gsc-input-box {
	height: 30px!important;
}

HR {
	margin-top: 20px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #7F7E7E;
	border-bottom: 1px solid #ffffff;
}

HR.topic {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-top: 1px solid #7F7E7E;
	border-bottom: 1px solid #ffffff;
}

.small {
	font-size: .8em;
}

.medium {
	font-weight:700;
}

.displayInline {
	display: inline-block;
	vertical-align: middle;
}

p {
	font-family: 'Roboto', 'Lucida Grande', 'Helvetica Neue' , verdana, sans-serif;
	font-weight: 400;
}

p.subhead {
		font-weight: normal;
    font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #646464;
    font-size: 1.5em;
    line-height: 1.2em;
}

p.footer {
	font-size: .75em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
}

p.heavy {
	font-weight: bold;
}

p.contentBox-Text {
	font-size: 1.1em;
	margin: 5px 4px 5px 10px;
}

p.contentBox-WixieAd {
	font-size: 1.35em;
	color:#2D559F;
	text-align: center;
	position: relative;
    background: #ffffff;
    bottom: 50px;
    width: 100%;
    padding: 10px;
    font-family: 'Roboto Condensed','Roboto', 'Lucida Grande', 'Helvetica Neue' , verdana, sans-serif;
    font-weight: bold;
}

p.quote {
	font-style: italic;
	margin-left: 20px;
	margin-right: 30px;
}

p.bottomBody img {
	vertical-align:middle;
}

h3 {
		font-size: 1.1em;
		font-weight: normal;
		font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
}

h3.grey {
		margin-top: 0px;
		margin-bottom: 20px;
		color: #646464;
}

h3.popular {
		margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

h3.popularTopic {
		display: inline-block;
		margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

h3.popularTopic:hover {
color: #476BAC;
}

h3.topic {
	margin: 0px;
}

a {
	font-family: 'Roboto', 'Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
	color: #2D559F;
	text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #2D559F;
		text-decoration: none;
}

a.normal {
	font-weight: normal;
}

a.normal:hover {
	font-weight: normal;
	text-decoration: underline;
}

a.footer {
	color: #ffffff;
}

a.footer:hover {
	color: #EAB649;
	text-decoration: underline;
}

a.nav {
	font-family:'Roboto Condensed','Roboto',verdana, helvetica, arial, sans-serif;
	color: #ffffff;
	font-weight: normal;
}

a.nav:hover {
	font-weight: normal;
	text-decoration: underline;
}

a.popular {
	color: #212121;
	font-weight: normal;
}

a.popular:hover {
	color: #212121;
	font-weight: normal;
	text-decoration: underline;
}

a.contentBox-Text {
	color: #212121;
	font-weight: normal;
}

a.contentBox-Text h3 {
	font-family: 'Oswald', 'Roboto', 'Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
	font-weight: 500;
}

.margin5 {
	margin: 5px;
}

.marginBottom20 {margin-bottom:20px;}

.pageDividerFull {
  background: #7F7E7E;
  width: 100%;
  height:1px;
}

IMG {
	border: 0;
	max-width: 100%;
}

IMG.scale{
	display: block;
	width: 100%;
	height: auto;
}

IMG.scaleCentered {
	display: block;
	max-width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

IMG.popular {
	display: inline-block;
	vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #7F7E7E;
  margin-right: 15px;
}

ul.nav {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.nav li.nav {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 14px 20px;
  background: #000;
  cursor: pointer;
}

ul.nav li.nav:hover,
ul.nav li.nav.active{
  background: #555;
}

ul.menu {
  text-align: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.menu li.menu {
  color: #ffffff;
  display: block;
  padding: 14px 20px;
  background: #555;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1;
  border-bottom: 1px solid #838383;
}

ul.popular {
  text-align: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.popular li.popular {
  color: #212121;
  display: block;
  padding: 8px 20px;
  cursor: pointer;
  border-bottom: 1px solid lightgrey;
  font-family: 'Roboto', 'Cabin', verdana, sans-serif;
}

ul.popular-grade {
  text-align: center;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.popular-grade li.popular-grade {
  color: #212121;
  display: inline-block;
  padding: 8px 14px;
  cursor: pointer;
  border-right: 1px solid lightgrey;
  font-family: 'Roboto', 'Cabin', verdana, sans-serif;
}

ul.popular-grade li.popular-grade:last-child {
  border-right: none;
  padding: 8px;
}

#topic_menu.show,
#lesson_menu.show,
#services_menu.show,
#search_menu.show {
	display:block;
}

.navSearch {
	position: relative;
  top: 3px;
}

.popularList {
	background: #FFF6e6;
	border-radius: 0 0 10px 10px;
	border: 1px solid grey;
  border-top: 0;
  overflow: hidden;
}

.button_menu {
	display: none;
}

.footerScreen{
  padding: 10px;
  text-align: center;
  background: #000000;
}

.searchBox {
	padding: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

input.gsc-search-button {
	position: relative;
  top: 2px;
}

.homeArticle {
		display:flex;
	  border: 1px solid #b1b1b1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.homeArticleText {
  flex:2;
  margin-top: 10px;
}

.homeArticleTitle h3 {
	margin:0;
	font-weight: 500;
	font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
}

.homeArticleImage {
  overflow: hidden;
  margin-right: 20px;
  flex:1;
}

.homeArticleImage img {
	height: 100%;
	width: 100%;
  max-width: unset;
}

.homeArticleTopic {
	margin:10px 0;
}

.popularBox {
	background: #efad32;
	padding: 8px 10px;
	text-align: left;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
  border: 1px solid #3c3c3c;
  border-bottom: 0;
}

.popularBox.grades {
	margin-top:10px;
	height: 40px;
  box-sizing: border-box;
}

.popularList.grades {
	margin-bottom:20px;
	height: 40px;
  box-sizing: border-box;
} 
    
.popularBox.pbl {
	background: #ffd993;
	padding:0;
	overflow:hidden;
}

.popularBox.pbl img {
	width:100%;
	display:block;
}

.popularBox.pbl p {
	margin:8px 10px;
}

.popularBox.pbl a p{
	color:#212121;
	font-weight: bold;
	font-size:1.2em;
	font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
}

.popularList.pbl {
	text-align:left;
	padding: 0 10px 10px;
	margin-bottom:30px;
}

.popularList.pbl a {
	  background: #b47501;
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 16px;
}

.contentBox-Topic-Training {
	background: #A26A01;
	padding: 0px 4px 2px 10px;
}

.contentBox-Topic-PBL {
	background: #0B2E6C;
	padding: 0px 4px 2px 10px;
}

.contentBox-Topic-Creativity {
	background: #476BAC;
	padding: 0px 4px 2px 10px;
}

.contentBox-Topic-DS {
	background: #220E70;
	padding: 0px 4px 2px 10px;
}

.contentBox-Topic-ELA {
	background: #614DB2;
	padding: 0px 4px 2px 10px;
}

.contentBox-Topic-Literacy {
	background: #7A4E00;
	padding: 0px 4px 2px 10px;
}

.contentBox-Topic-21CS {
	background: #A36A02;
	padding: 0px 4px 2px 10px;
}

.contentBox-Topic-TL {
	background: #311B8E;
	padding: 0px 4px 2px 10px;
}

.contentBox-Topic-STEM {
	background: #CD8B10;
	padding: 0px 4px 2px 10px;
}

.columnFull {
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.page-topic-pbl .columnFull {
	width: 90%;
}

.columnOne {
	box-sizing:border-box;
	text-align: left;
	margin: 10px 30px 20px;
}

.addthis_sharing_toolbox {
	display: none;
}

.authorBox {
	background: #F2F2F2;
	margin: 40px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #7F7E7E;
	border-radius: 10px;
}

.authorImage {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.authorImage p.heavy {
	font-weight: normal;
}

.authorText {
	display: block;
	padding: 0px 10px 0px 10px;
}

.project-container-tweet {
    position: relative;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-align: center;
}
	
.project-container-tweet iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}

.storyTopic-PBL,
.storyTopic-DS,
.storyTopic-Literacy,
.storyTopic-21CS,
.storyTopic-Creativity,
.storyTopic-ELA,
.storyTopic-STEM,
.storyTopic-TL,
.lessonTopic-LA,
.lessonTopic-Math,
.lessonTopic-Science,
.lessonTopic-SS,
.lessonTopic-VA {
	border-bottom: 1px solid lightgrey;
	padding: 0px 0px 0px 2px;
}

.lessonTopic-LA {
	background: #0B2E6C;
	padding: 0px 4px 2px 10px;
}

.lessonTopic-Math a {
	color: #220E70;
}

.lessonTopic-Science a {
	color: #7A4E00;
}

.lessonTopic-SS a {
	color: #A36A02;
}

.lessonTopic-VA a {
	color: #476BAC;
}

.storyTopic-PBL a {
	color: #0B2E6C;
}

.storyTopic-DS a{
	color: #220E70;
}

.storyTopic-Literacy a {
	color: #7A4E00;
}

.storyTopic-21CS a {
	color: #A36A02;
}

.storyTopic-Creativity a {
	color: #476BAC;
}

.storyTopic-ELA a {
	color: #614DB2;
}

.storyTopic-STEM a {
	color: #CD8B10;
}

.storyTopic-TL a {
	color: #311B8E;
}

.amzn-native-header-text {
	font-weight: bold;
}

.amazonAd {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.callout {
	background: #f2f2f2;
	border: 1px solid #7F7E7E;
	font-size: .8em;
	width: 84%;
	padding: 10px 10px 10px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.callout.go {
	background: #daecf9;
	padding:15px;
}

.calloutPBLTraining {
	background: #FFE883;
	display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 6px;
    font-weight: 500;
}

.calloutPBLTraining img {
	border: 1px solid grey;
    border-radius: 6px;
    margin-right: 10px;
}

.calloutPBLTraining a {
    display: block;
}

.calloutIcon {
  margin-top: 5px;
  margin-right: 20px;
}

.callout .calloutButton {
	  background: #0072ac;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 16px;
}

.callout.go img{
	 border:1px solid #0072ac;
	 border-radius:4px;
}

.callout.go p{
	 font-size: 1.2em;
   margin: 0 0 8px;
}

.boxBottom.last {
	background-color: #e9e9e9;
	box-sizing: border-box;
}
	

/* End common css */

/* Begin small screen css */

@media (max-width: 750px) {

#pageBottom {
		flex-direction:column;
	}
	
#header {
	display: flex;
  align-items: center;
  height:unset;
}

#header a {
	line-height:0;
	flex:1;
}

#header a img {
	width: 100%;
  max-width: 550px;
  margin: 0;
  height: auto;
  display: block;
  position: relative;
  top: 1px;
}
	
#ceLogo {
	float: left;
	background: #000000 url(./images/ce_logo_155.jpg);
	width: 155px;
	height: 52px;
}

#navText {
	display: none;
}

#navButton {
	cursor: pointer;
	display: flex;
  align-items: center;
  margin-right:10px;
  margin-left: auto;
}

#navButton img{
  height:30px;
  width:30px;
}

.navButtonImage {
	display: inline-block;
	height: 52px;
}

.navButtonText {
	color: #FFFFFF;
  font-family: 'Roboto', 'Cabin', verdana, sans-serif;
	margin-left:5px;
}	

.mobile_menuHeadline {
  text-align: left;
  margin: 0;
  color: #ffffff;
  font-family: 'Roboto', 'Cabin', verdana, sans-serif;
  font-size: 1.1em;
  display: block;
  padding: 14px 20px;
  background: #555;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1;
  border-bottom: 1px solid #838383;
}

.mobile_menuItem {
  text-align: left;
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 1em;
  display: block;
  padding: 14px 40px;
  background: #555;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1;
  border-bottom: 1px solid #838383;
}

.topicMain img,
IMG.contentBox-Image {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px 6px 0 0;
}

a.nav {
	line-height: 48px;
	font-family: 'Oswald', 'Roboto Condensed','Roboto',verdana, helvetica, arial, sans-serif;
}

li a {line-height: 48px;}

.columnOne {
    margin: 10px 10px 20px;
}

.homeArticle {
	flex-direction:column;
}

.homeArticleImage {
  max-width: unset;
    height: 150px;
    margin: 0;
    width: 100%;
}

.homeArticleImage img {
  height: unset;
    width: 100%;
}

.homeArticleText {
    margin: 10px;
}

.homeArticleTitle h3{
		font-size: 1.3em;
		line-height:1.3em;
		margin-top: 0;
		margin-bottom: 0;
}

.homeArticleDescription{
		margin-top: 5px;
		margin-bottom: 0;
}

.columnHalf {
		display: block;
		width: 98%;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		text-align: left;
}

.columnMain {
		margin: 20px 10px;
		text-align: left;
}

.contentBox {
		display: block;
		min-height: 100px;
		border: 1px solid #7F7E7E;
		margin: 5px 10px 25px 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}

.contentBoxAd {
		display: block;
		margin: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.contentBoxAdInline {
		display: block;
		border: 1px solid #7F7E7E;
		width: 90%;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
}

.topicMain,
.contentTopic {
		display: block;
		text-align: left;
		border: 1px solid lightgrey;
    border-radius: 10px;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
}

.topicMain {
		margin: 0;
}

.contentTopic {
		margin: 5px 10px 25px 10px;
}

.contentRight {
		display: block;
		width: 96%;
		min-height: 100px;
		margin: 5px;
		border: 1px solid #7F7E7E;
}

.formRight {
		display: block;
		background: #f2f2f2;
		padding: 10px 10px 10px 15px;
		margin: 5px;
		border: 1px solid #7F7E7E;
}

.columnRight {
		display: none;
}

.columnRightForm {
		display: block;
		width: 96%;
		margin: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 15px;
}

.adRight {
		display: block;
		width: 100%;
		min-height: 100px;
		margin-top: 10px;
}

.contentAd,
.hideMobile {
		display: none;
}

.contentAd-Disclaimer {
		display: block;
		margin-top: 0px;
		color: #595959;
		font-size: .7em;
		text-align: center;
}
	
h1 {
		font-size: 1.5em;
		font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
		font-weight: normal;
		line-height: 1.3em;
}

h2 {
		font-size: 1.25em;
		font-weight: normal;
		line-height:1.25em;
		font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
		text-align: left;
}

p.bottomHeading {
	line-height: 4em;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid #c5c5c5;
	padding-left: 20px;
	font-weight: 500;
	box-sizing:border-box;
}

p.bottomBody {
	line-height: 4em;
	margin: 0px;
	border-bottom: 1px solid #c5c5c5;
	padding-left: 20px;
	box-sizing:border-box;
}

p.subhead {
	font-size: 1.2em;
}

.boxBottom {
  display: block;
  text-align: left;
}

.videoContainer {
	display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
	width: 300px;
	height: 225px;
}

VIDEO.centered {
	  max-width: 366px;
    width: 100%;
    min-height: 215px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.youtubeContainer43 {
	position: relative;
  width: 300px;
  height: 225px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.youtubeContainer {
	position: relative;
  width: 300px;
  height: 168px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.youtubeContainer iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.wixieContainer {
    position: relative;
    width: 300px;
    height: 225px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border:1px solid lightgrey;
}

.wixieContainer iFrame {
		width: 300px;
    height: 225px;
  }

.wixieContainer.book {
    position: relative;
    width: 310px;
    height: 150px;
    text-align:center;
}

.wixieContainer.book iFrame {
		width: 300px;
    height: 150px;
  }

.topicMenuBox {
	height: 52px;
	padding: 8px;
	vertical-align: top;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid #7F7E7E;
}

.topicMenuImage {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #7F7E7E;
}

.topicMenuText {
	display: inline-block;
	vertical-align:top;
	margin-top: 18px;
	margin-left: 8px;
}

.topicMenuBottom {
  background: #f2f2f2;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.topicMenu {
  background: #f2f2f2;
}

.moreSites {
	display: block;
	width: 94%;
	padding: 20px 5px 0px;
  margin: 0px auto;
  border-top: 1px solid grey;
}

.moreSites h3 {
	margin:0px;
}

.moreSitesContainer {
	display: block;
	align-items: stretch;
  align-content: center;
  margin: 20px 10px;
}

.flexSite {
	display: block;
  background: #61717d;
  text-align: left;
  color: #FFFFFF;
  overflow: hidden;
  margin: 5px 0px 25px 0px;
  border: 1px solid lightgrey;
  cursor: pointer;
  border-radius: 10px;
}

.moreSites-Headline {
	font-size: 1.4em;
	font-family: 'Roboto', 'Cabin', verdana, sans-serif;
	margin: 10px 4px 5px 10px;
}

.moreSites-Text {
	font-size: .9em;
	margin: 5px 4px 10px 10px;
}
		
	.tagHolder {
	width: 100%;
	}

	.topicMainHeadline {
  font-size: 1.1em;
  font-family: 'Oswald', 'Roboto', 'Cabin', verdana, sans-serif;
  margin: 5px;
	}
		
	.topicMainSubHead {
  font-size: .8em;
  margin: 5px;
	}
	
	.boxBottom.first img{
		max-width: 80%;
    margin-left: 20px;
	}
	
	.pbl-ad-holder {
		display:none;
	}
 
}

/* End small screen css */

@media (max-width:400px) {
	#navButton {
		display:none;
	}
}

/* Begin tablet screen css */

@media (min-width: 751px) {

#navText {
	display: none;
}

#navButton {
  float: right;
	height: 52px;
	cursor: pointer;
	    display: flex;
    align-items: center;
    margin-right: 20px;
}

.navButtonImage {
	display: inline-block;
	height: 52px;
}

#navButton img {
    height: 38px;
    width: 38px;
}

.navButtonText {
	display: inline-block;
	vertical-align:top;
	color: #FFFFFF;
  font-family: 'Roboto', 'Cabin', verdana, sans-serif;
  height: 52px;
  margin-top: -2px;
  margin-right: 20px;
  margin-bottom: 0;
}	

.mobile_menuHeadline {
  text-align: left;
  margin: 0;
  color: #ffffff;
  font-family: 'Roboto', 'Cabin', verdana, sans-serif;
  font-size: 1.1em;
  display: block;
  padding: 14px 20px;
  background: #555;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1;
  border-bottom: 1px solid #838383;
}

.mobile_menuItem {
  text-align: left;
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 1em;
  display: block;
  padding: 14px 40px;
  background: #555;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1;
  border-bottom: 1px solid #838383;
}

.mobile_menuHeadline:hover { 
	background: #666; 
	}

.mobile_menuItem:hover { 
	background: #666; 
	}

#ceLogo {
	float: left;
	background: #000000 url(./images/ce_logo_585.jpg);
	width: 575px;
	height: 52px;
}

IMG.contentBox-Image {
	display: block;
	width: 100%;
	border-radius: 4px 4px 0 0;
	height: auto;
}

.homeArticleTitle h3{
		font-size: 1.6em;
		line-height:1.4em;
		margin-top: 0;
		margin-bottom: 0;
}

.homeArticleDescription{
		margin-top: 5px;
		margin-bottom: 0;
}

.columnHalf {
		display: inline-block;
		width: 46%;
		margin: 5px;
		text-align: left;
		vertical-align: top;
}

.columnMain {
		display: block;
		width: 96%;
		min-height: 60px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		text-align: left;
}

.columnRight,
.contentAd  {
		display: none;
}

.contentAd-Disclaimer {
		display: none;
		margin-top: 0px;
		color: #595959;
		font-size: .8em;
		text-align: center;
}

.contentBox {
		display: inline-block;
		width: 31%;
		min-height: 235px;
		overflow: hidden;
		margin: 5px;
		border: 1px solid #7F7E7E;
		vertical-align: top;
		text-align: left;
		border-radius: 10px;
}

.contentBox a:not(.nav) {
		max-height: 165px;
    overflow: hidden;
    display: block;
}

.contentBox.ad {
		cursor: pointer;
    position: relative;
}

.contentBoxAd {
		display: inline-block;
		width: 31%;
		height: 237px;
		overflow: hidden;
		margin: 5px;
		vertical-align: top;
		text-align: left;
		border-radius: 6px;
}

.contentBoxAdInline {
		display: block;
		border: 1px solid #7F7E7E;
		width: 90%;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
}

.contentTopic {
		display: inline-block;
		width: 46.5%;
		height: 310px;
		overflow: hidden;
		margin: 5px;
		vertical-align: top;
		text-align: left;
		padding: 5px;
		border: 1px solid lightgrey;
    border-radius: 6px;
}

.adRight {
		display: inline-block;
		width: 100%;
		min-height: 250px;
		overflow: hidden;
		margin-bottom: 30px;
		vertical-align: top;
		text-align: center;
}

h1 {
		font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
		font-size: 2.5em;
		font-weight: normal;
		line-height:1.3em;
		margin-top: 20px;
		margin-bottom: 10px;
}

h1.topic {
		display: inline-block;
		font-size: 2em;
		font-weight: normal;
		line-height:1.5em;
		text-align: left;
		margin-top: -8px;
		margin-bottom: 3px;
		font-family: 'Oswald','Roboto Condensed', 'Roboto', verdana, sans-serif;
}

h2 {
	font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height:1.5em;
	text-align: left;
}

h3.grey {font-size: 1.5em;line-height:1.2em}

p.bottomHeading {
	margin-top: 5px;
    font-family: 'Roboto-Condensed', 'Lucida Grande', 'Helvetica Neue' , verdana, sans-serif;
    font-size: 1.15em;
}

p.bottomBody {
	margin-top: 0px;
}

.boxBottom {
  display: inline-block;
  padding: 10px;
  text-align: left;
  min-width: 150px;
  vertical-align:top;
}

.boxBottom.first img{
	max-width:350px;
	margin-bottom:20px;
}

.boxBottom.first a img{
	margin-right:10px;
}

.boxBottom a {
	color: #3c3c3c;
}

.boxBottom a:hover {
	color: #EAB649;
}

.boxBottom.last {
	padding: 10px 30px;
}

.videoContainer {
	display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
	width: 400px;
	height: 300px;
}

VIDEO.centered {
    display: block;
    width: 100%;
    min-height: 269px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.youtubeContainer {
	position: relative;
  width: 535px;
  height: 301px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.youtubeContainer43 {
	position: relative;
  width: 400px;
  height: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.youtubeContainer iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.wixieContainer {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wixieContainer iframe{
    width: 400px;
    height: 300px;
    box-sizing: border-box;    
		border:1px solid lightgrey;
}

.wixieContainer.book {
		width: 600px;
    height: 300px;
    text-align:center;
}

.wixieContainer.book iframe{
    width: 580px;
    height: 300px;   
    box-sizing: border-box; 
		border:1px solid lightgrey;
}

.topicMenuBox {
	display: inline-flex;
	align-items:center;
	width: 23%;
	padding: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: left;
}

.topicMenuBox:hover {
		background: #e2e2e2;
    border-radius: 6px;
}

.topicMenuImage {
	display: inline-block;
	width: 44px;
	height: 44px;
	border: 1px solid #7F7E7E;
	margin-right:8px;
	border-radius: 8px;
  overflow: hidden;
}

.topicMenuText {
	flex: 1;
}

.topicMenuBottom {
  width: 100%;
  padding-top: 20px;
  text-align: left;
  background: #f2f2f2;
}

.topicMenu {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  background: #f2f2f2;
}

.page-topic-pbl #moreSites {
	display:none;
}

.moreSites {display: flex;flex-basis: 98%;align-items: center;color: #980022;margin: 0px;}
.moreSites::before,.moreSites::after {content: "";flex-grow: 1;background: #C0C0C0;height: 1px;font-size: 0px;line-height: 0px;margin: 0px 16px;}

.moreSitesContainer {
	display: flex;
	align-items: stretch;
  align-content: center;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 1100px;
}

.flexSite {
	flex: 1;
  background: #61717d;
  text-align: left;
  color: #FFFFFF;
  overflow: hidden;
  margin: 5px;
  border: 1px solid #7F7E7E;
  cursor: pointer;
  border-radius: 10px;
}

.moreSites-Headline {
	font-size: 1.2em;
	font-family: 'Oswald', 'Roboto', 'Cabin', verdana, sans-serif;
	margin: 10px 4px 5px 10px;
}

.moreSites-Text {
	font-size: .8em;
	margin: 5px 4px 10px 10px;
}

.topicMain {
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	}
		
	.tagHolder {
	position: absolute;
	width: 100%;
	bottom: 10px;
	background-color: #ffffff;
	opacity: 0.9;
	z-index: 1000;
	}

	.topicMainHeadline {
	font-family: 'Oswald', 'Roboto', 'Cabin', verdana, sans-serif;
	font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
	}
		
	.topicMainSubHead {
	font-size: .9em;
  line-height: 1.4em;
  margin-top: 5px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
	}
	
	.pbl-ad-holder {
		display:block;
		height:70px;
	}
	
	.pbl-ad-holder .ad-content.pbl {
		background: #EAB649;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    height: 70px;
    box-sizing: border-box;
    width: 100%;
    display:flex;
	}
	
	.pbl-ad-holder .ad-content.pbl .holder{
    display: flex;
    margin:0 auto;
   	align-items: center;
   	color:#212121;
	}
	
	.pbl-ad-holder .ad-content.pbl .holder p{
    margin:0;
	}
	
	.pbl-ad-holder .ad-content.pbl .holder p.headline{
    font-family: 'Oswald', 'Roboto', 'Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
    font-weight: 500;
    sont-size:1.1em;
	}
	
	.pbl-ad-holder .ad-content.pbl .holder img{
    border-radius: 6px;
    border: 1px solid #212121;
    margin-right: 20px;
    display:block;
	}
	
	.pbl-ad-holder .ad-content.pbl .holder a.button{
    border-radius: 16px;
    height: 32px;
    padding: 0 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    color: #212121;
    margin-left:30px;
    border: 1px solid #212121;
	}

}

/* End tablet screen css */

@media (min-width:751px) and (max-width:939px) {
	#pageBottom {
		flex-wrap:wrap;
		padding: 30px 20px;
		justify-content: space-between;
	}
	
	.boxBottom.first {
		width:100%;
		flex:unset;
		text-align: center;
	}
	
	.boxBottom.first p {
    display: none;
	}
}

/* Begin large screen css */

@media (min-width: 940px) {
	
#pageBottom {
    padding-left:60px;
}

#navButton {
	display: none;
}

#navText {
	display: inline-block;
	float: right;
}

.columnHalf {
		display: inline-block;
		width: 47%;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		text-align: left;
		vertical-align: top;
}

.columnMain {
		display: inline-block;
		width: 60%;
		margin-right: 30px;
}

.columnRight {
		display: inline-block;
		width: 310px;
		min-height: 40px;
		margin: 5px;
		vertical-align:top;
}

.contentRight {
		display: inline-block;
		min-height: 220px;
		max-height: 250px;
		overflow: hidden;
		margin-top: 10px;
		border: 1px solid #7F7E7E;
		vertical-align: top;
		text-align: left;
}

.columnRightForm {
		display: inline-block;
		width: 31%;
		min-height: 40px;
		margin: 5px;
		vertical-align:top;
}

.formRight {
		display: block;
		padding: 10px 15px 15px 15px;
		margin: 5px;
		border: 1px solid #7F7E7E;
		border-radius: 8px;
}

.contentAd {
		display: inline-block;
		margin-top: 20px;
}

.contentBox {
		width: 31%;
		height: 250px;
}

.contentBox a:not(.nav) {
		height: 165px;
    overflow: hidden;
    display: block;
}

.contentBoxAdInline {
		display: none;
}

.contentTopic {
		width: 30%;
}

.contentTopic:hover {
		background: #f5f5f5;
}

.mostReadBox {
	background: #f7f7f7;
	border: 1px solid #7F7E7E;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.mostReadHeading {
	margin-top: 0px;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
  color: #b10000;
}

.mostReadIcon {
	position: relative;
 	top: 3px;
	margin-right: 10px;
	color: #b10000;
}

.mostReadList {
	padding-left: 20px;
	color: #7b7b7b;
}

.mostReadItem {
	position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: 'Roboto', 'Cabin', verdana, sans-serif;
}

.mostReadList li+li{
	border-top: 1px solid lightgrey;
  padding-top: 10px;
}

.mostReadLink:link {
	font-weight: normal;
	color: #212121;
}

.mostReadLink:visited {
	font-weight: normal;
	color: #212121;
}

.mostReadLink:hover {
	font-weight: normal;
	color: #476BAC;
}

.mostReadLesson {
	display: block;
	color: #7b7b7b;
	font-size: .8em;
  margin-top: -5px;
}

.mostReadLesson:hover {
	color: #476BAC;
}

.topicMenuBottom {
  background: #f2f2f2;
  width: 100%;
  padding-left: 2%;
  height: 26px;
  text-align: left;
  overflow: hidden;
}

#topic_menu {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  background: #f2f2f2;
}

#lesson_menu {
  padding-top: 20px;
  padding-left: 20px;
  text-align: left;
  background: #f2f2f2;
}

#services_menu {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  background: #f2f2f2;
}
  
#search_menu {
  width: 100%;
  text-align: center;
  background: #f2f2f2;
}

.moreSites-Headline {
	font-size: 1.4em;
}

.moreSites-Text {
	font-size: .9em;
}

.boxBottom {
    flex: 1;
}

.boxBottom.first {
    flex: 1.5;
    margin-right: 100px;
}

.boxBottom.first p{
    margin-left:20px;
}

}

/* End large screen css */

/* Home headline css */

.pbl-readyHeadline {
	font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
}

@media (min-width: 751px) {
	
	#pageBody {
    padding:20px;
    box-sizing: border-box;
}
	
	.pbl-readyTag {
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 1000;
    text-align: left;
    background-color: #ffffff;
    padding: 10px 20px;
    border-top: 4px solid #efad32;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
	}
	
	.pbl-readyTag p {
    width: 80%;
    max-width: 1000px;
	}
	
	.pbl-readyHeadline {
			font-size: 1.85em;
  		line-height: 1.5em;
  		margin: 0px auto;
	}
		
	.pbl-readySubHead {
			font-size: 1.1em;
  		line-height: 1.2em;
  		margin: 5px auto;
	} 
	
}

@media (max-width: 750px) {
	
	.pbl-readyTag {
    margin: 5px;
	}
	
	.pbl-readyHeadline {
		font-size: 1.3em;
  	font-weight:500;
  	margin: 10px 10px 0px;
  	font-family: 'Oswald','Roboto', 'Lucida Grande', 'Helvetica Neue' , verdana, sans-serif;
	}
		
	.pbl-readySubHead {
		font-size: 1em;
  	line-height: 1.5em;
  	margin: 5px 10px 20px;
	}
	
}


/* End headline css */

.hide,.hidden {
	display:none;
}



</pre></body></html>