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

:root {
    --white:#ffffff;
    --primary-text:#212121;
    --primary-orange:#efad32;
    --primary-orange-light:#FFF6e6;
    --primary-orange-dark:#794F01;
    --lightgrey:#f2f2f2;
    --middlegrey:#d3d3d3;
    --grey:#808080;
    --darkgrey:#616161;
    --black:#3c3c3c;
}

html, body {
    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;
    font-weight: normal;
}

.page-home #moreSites,
.page-topics #moreSites,
.page-lessons #moreSites,
.page-topic-pbl #moreSites {
	display:none;
}

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

#header {
	background: #000000;
	height: 52px;
	display:flex;
	justify-content:space-between;
}

#header img {
	margin-top:1px;
}

#navText {
    display: none;
}

#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;
}

h1 {
    font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
    font-weight: normal;
}

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

p.subhead {
    font-family: 'Roboto Condensed', 'Roboto', verdana, sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #646464;
    font-size: 1.4em;
    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;
}

h1.topic {
    display: inline-block;
    font-size: 2em;
    line-height: 1.5em;
    text-align: left;
    margin-top: -8px;
    margin-bottom: 3px;
}

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 {
	color: #2D559F;
	text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #0042bb;
    text-decoration: none;
    font-weight:500;
}

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: var(--primary-text);
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
}

a.popular:hover {
    color: var(--white);
    background: var(--primary-orange);
    font-weight: normal;
    text-decoration: none;
}

a.contentBox-Text {
    color: var(--primary-text);
    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: 0;
  cursor: pointer;
  border-bottom: 1px solid lightgrey;
  font-family: 'Roboto', 'Cabin', verdana, sans-serif;
}

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

ul.popular-grade li.popular-grade {
  color: var(--primary-text);
  cursor: pointer;
  border-right: 1px solid lightgrey;
  font-family: 'Roboto', verdana, sans-serif;
  flex: 1;
  padding: 0;
}

ul.popular-grade li.popular-grade a.popular{
  padding: 8px 0;
}

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

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

.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;
}

.primary-holder {
	display:flex;
	margin:40px;
}

.primary-holder .contentBox-Text {
	flex:4;
	margin-right:20px;
	border-radius:6px;
	overflow:hidden;
}

.primary-holder .latestBox {
	flex:1;
	border-radius:6px;
  padding: 10px;
}

.primary-holder .latestBox h2 {
	margin-bottom:0;
}

.primary-holder .latestBox h2,
.topics-holder .topicBox h2 {
	font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
	margin-top:0;
	color:#212121;
}

.home-body {
	margin:10px 40px;
}

.topics-holder {
		display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    text-align: left;
}

.moreHolder .moreHeaders svg,
.topics-holder .topicBox svg{
	display:none;
}

.topics-holder .topicBox h2 {
	  align-items: center;
    display: flex;
    padding:8px 0 0 5px;
    border-top:2px solid lightgrey;
}

.topics-holder .topicBox h2:hover {
	color:#2D559F;
	border-top:2px solid #2D559F;
}

.topics-holder .topicBox h2:hover svg {
	display:inline;
	fill:#2D559F;
	height: 30px;
  width: 30px;
  margin-left: auto;
}

.moreHolder .moreHeaders h2 {
	font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
	margin-top:0;
	color:#212121;
	  align-items: center;
    display: flex;
    padding:8px 0 0 5px;
}

.moreHolder .moreHeaders h2:hover {
	color:#2D559F;
}

.moreHolder .moreHeaders h2:hover svg {
	display:inline;
	fill:#2D559F;
	height: 30px;
  width: 30px;
	margin-left:6px;
}

.primary-holder .latestBox ul{
	list-style-type: none;
  padding: 0;
  margin-top:0;
}

.primary-holder .latestBox ul li{
    padding-top: 10px;
    line-height:normal;
}

.primary-holder .latestBox ul li:nth-child(n+9) {
		display:none;
	}

.primary-holder .latestBox ul li:not(:first-child){
		margin-top: 10px;
	  border-top: 1px solid lightgrey;
}

.primary-holder .latestBox ul li span {
	display: block;
    color: #7b7b7b;
    font-size: .8em;
    margin-top: 2px;
}

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

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

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

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

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

.topics-holder .topicBox a {
	color:#212121;
}

.topics-holder .topicBox .topicHeader img {
    display:block;
    width:100%;
    border-radius:6px;
    aspect-ratio: 1.92/1;
}

.topics-holder .topicBox .topicHeader img:hover {
	  filter: brightness(.75);
}

.topics-holder .topicBox .topicHeader h3 {
		font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
		margin:10px 0 0 5px;
}

.topics-holder .topicBox .topicHeader p {
		margin:3px 0 0 5px;
		line-height: normal;
}

.topics-holder .topicBox ul{
	list-style-type: none;
  padding: 0;
  margin-left:5px;
}

.topics-holder .topicBox ul li{
	margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid lightgrey;
  font-weight:500;
}

.topics-holder .topicBox ul li a{
	color:#212121;
}

.topics-holder .topicBox a:hover,
.topics-holder .topicBox ul li a:hover{
	color:#2D559F;
}

.topics-holder .topicBox ul li span{
	display:block;
	font-weight:400;
	line-height:normal;
}

.topics-holder .topicBox ul li span.title{
	display:block;
	font-weight:500;
	margin-bottom:3px;
}

.topics-holder .topicBox ul li span:not(.title){
	font-size:.95em;
}

.moreHolder {
	border-top: 2px solid lightgrey;
	margin: 10px 0 50px;;
}

.moreHolder.menu {
	border-top: none;
	margin: 40px 0 50px;
}

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

.moreHolder .moreItems {
	display: grid;
  grid-gap: 10px;
}

.moreHolder.menu .moreItems {
  grid-gap: 20px;
}

.moreHolder.topics .moreItems {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.moreHolder.lessons .moreItems {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.moreHolder.menu .moreItems {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.moreHolder .moreItem {
	  position: relative;
	  cursor:pointer;
}

.moreHolder .moreItem img {
    width: 100%;
    aspect-ratio: 1.92/1;
    border-radius:6px;
}

.moreHolder .moreItem p {
    position: absolute;
    bottom: 12px;
    left: 5px;
    font-size: 1.4vw;
    font-weight: 500;
    font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
    margin: 0;
    line-height: normal;
    background: #ffffff;
    padding: 0 8px;
    border-radius: 6px;
    text-align: left;
}

.moreHolder.menu .moreItems p{
		font-size: 1.6vw;
}

.moreHolder .moreItem:hover img {
	  filter: brightness(.75);
}

.moreHolder .moreItem:hover p {
	  color:#2D559F;
}

.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: var(--primary-orange-dark);
    padding: 8px 10px;
    text-align: left;
    border-radius: 10px 10px 0 0;
    color: var(--white);
    border: 1px solid var(--drakgrey);
    border-bottom: 0;
}

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

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

.popularList.grades {
	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,
.submitButton {
    background: var(--primary-orange-dark);
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 16px;
   border: none;
   font-size:1em;
   cursor:pointer;
}

.submitButton:link, .submitButton:visited, .submitButton:hover, .submitButton:active {
	color: #ffffff;
}

.topics .contentBox &gt; div {
    display:none;
}

.topics .contentBox &gt; p {
    font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
    font-size: 1.3em;
}

.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;
}

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

.storyTopic-TL,
.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;
}

.lessonTopic-LA a {
	color: #0B2E6C;
}

.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;
}

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

.contentBox .lessonTopic-Math {
    background: #220E70;
    padding:2px 10px;
}

.contentBox .lessonTopic-Science {
    background: #7A4E00;
    padding:2px 10px;
}

.contentBox .lessonTopic-SS {
    background: #A36A02;
    padding:2px 10px;
}

.contentBox .lessonTopic-VA {
    background: #476BAC;
    padding:2px 10px;
}

.contentBox a.nav {
    color:var(--white);
}

.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;
	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;
}

.homecallout.goapp {
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #3c3c3c;
    margin-bottom: 20px;
    background: #e7e7e7;
}

.homecallout.goapp .calloutimage{
    padding: 5px;
}

.homecallout.goapp .callouttext{
    padding: 10px 20px 20px;
    flex:1;
}

.homecallout.goapp .callouttext h3{
    font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
    font-size:1.4em;
    color: #212121;
    margin:0 0 10px 0;
}

.homecallout.goapp .callouttext p{
    color: #212121;
    font-size: 1.2em;
    margin-bottom:0;
}

.homecallout.goapp:hover .callouttext h3,
.homecallout.goapp:hover .callouttext p {
    text-decoration:none;
    color: #2D559F;
}

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

.moreSitesHolder {
	background:#61717d;
}

.moreSites {
	color:#ffffff;
	text-align:center;
	font-weight:500;
}

.moreSitesContainer {
    display:grid;
    grid-gap:10px;
    grid-template-columns:1fr 1fr 1fr 1fr;
    margin:10px 20px 20px;
}

.moreSitesContainer .flexSite {
    background: #f1f1f1;
    text-align: left;
    color: #212121;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #000000;
}

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

.moreSites-Text {
	font-size: .9em;
	margin: 5px 4px 10px 10px;
	line-height: normal;
}

.signup-form-holder {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #8080806b;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index: 1000;
}

.signup-form {
	position:relative;
	width:90%;
	max-width:400px;
	border:1px solid #212121;
	border-radius:10px;
	background:#ffffff;
	padding:0 15px 15px;
	display:flex;
	flex-direction:column;
	text-align:left;
}

.signup-form.inline {
	border:none;
}

.signup-form .page-row.fields {
	display:flex;
	align-items:center;
}

.signup-form .page-row.fields:not(:last-child) {
	margin-bottom:10px;
}

.signup-form .page-row.fields:not(:last-child) label {
	margin-right:8px;
	width: 80px;
}

.signup-form .page-row.fields:not(:last-child) input {
	flex:1;
	padding:8px;
	border:1px solid #8d8d8d;
	border-radius:4px;
}

.signup-form .closeDialogButton {
	position:absolute;
	border:1px solid #212121;
	background:#ffffff;
	border-radius:50%;
	height:32px;
	width:32px;
	right:-10px;
	top:-10px;
	cursor:pointer;
}

.signup-form .closeDialogButton:hover {
    background:#ebebeb;
}

.signup-form .newsletter {
    flex-direction:column;
}

.signup-form .newsletter div {
    display:flex;
    align-items:center;
}

.signup-form .newsletter img {
    height: 60px;
    margin-right: 10px;
}

.signup-form .page-row.fields.newsletter div label {
    margin-right: 5px;
    width: unset;
}

.signup-form .page-row.fields.newsletter input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 32px;
}

p.social {
	display:flex;
	align-items:center;
}

p.social a{
	height:32px;
}

p.social a img {
	margin-bottom:0;
	margin-left: 10px;
}

p.social svg {
    height:32px;
    width:32px;
    box-sizing: border-box;
    padding: 6px;
    background: #9c9c9c;
    border-radius: 50%;
    fill: #ffffff;
    margin-left: 10px;
}

p.social svg.xicon {
    padding: 0;
    fill: #9c9c9c;
}

img.connected {
	border: 1px solid grey;
  border-radius: 4px;
}

.bottomBody.connect a {
	  border: 1px solid grey;
    border-radius: 4px;
    padding: 0 10px;
    display:flex;
    align-items:center;
    margin-right:auto;
    width: fit-content;
}

.bottomBody.connect a:hover {
	 color:#3c3c3c;
	 text-decoration: none;
	 background:#f1f1f1;
}

.bottomBody.connect a img {
	  margin-right:8px;
}

iframe.podcast.episode {
    margin-top:20px;
    height:160px;
    width:100%;
}

.holder-bottom-articles h2 {
    margin-left: 40px;
    font-weight: 400;
    font-family: 'Oswald', 'Roboto', verdana, sans-serif;
}

.holder-bottom-articles.wixie-blog h2 {
    display:flex;
    justify-content:space-between;
    margin-left: 40px;
    margin-right:40px;
    font-weight: 400;
    font-family: 'Oswald', 'Roboto', verdana, sans-serif;
}

.holder-bottom-articles.wixie-blog h2 .sponsor {
    font-size: 12pt;
    font-weight: 400;
    font-family: 'Roboto', verdana, sans-serif;
}

/* End common css */

@media (max-width: 550px) {
	.primary-holder {
    flex-direction:column;
    margin: 10px;
	}

	.home-body {
    margin: 10px;
	}

	.primary-holder .contentBox-Text {
	    margin-right: 0;
	    margin-bottom:20px;
	    border-radius: 6px;
	    overflow: hidden;
	    border:1px solid lightgrey;
	}

	.pbl-readySubHead {
	    line-height: 1.4em;
	    margin: 5px 10px 5px;
	}

	.primary-holder .latestBox {
	    padding: 10px 20px;
	}

	.topics-holder {
	    display: block;
	}

	.moreHolder.topics .moreItems,
	.moreHolder.lessons .moreItems {
	    grid-template-columns: 1fr 1fr;
	}

	.moreHolder.menu .moreItems {
	    grid-template-columns: 1fr 1fr;
	    grid-gap:10px;
	}

	.moreHolder.topics .moreItems .moreItem:nth-child(n+5),
	.moreHolder.lessons .moreItems .moreItem:nth-child(n+5) {
		display:none;
	}

	.moreHolder .moreItem p,
	.moreHolder.menu .moreItem p {
	    font-size: 3vw;
	}

	.boxBottom:not(.first) {
	    display:none;
	}

}

/* Begin small screen css */

@media (min-width: 550px) and (max-width:1000px){
	.primary-holder {
	    margin: 20px;
	}

	.home-body {
	    margin: 10px 20px;
	}

	.primary-holder .contentBox-Text {
	    margin-right: 10px;
	}

	.topics-holder {
		grid-template-columns:1fr 1fr;
	    grid-gap: 15px;
	}

	.topics-holder .topicBox:nth-child(n+3) {
		display:none;
	}

	.moreHolder.topics .moreItems,
	.moreHolder.lessons .moreItems {
	    grid-template-columns: 1fr 1fr;
	}

	.moreHolder.menu .moreItems {
	  grid-template-columns: 1fr 1fr 1fr;
	  grid-gap:10px;
	}

	.moreHolder.topics .moreItems .moreItem:nth-child(n+5),
	.moreHolder.lessons .moreItems .moreItem:nth-child(n+5) {
		display:none;
	}

	.moreHolder .moreItem p {
	    font-size: 3vw;
	}

	.moreHolder.menu .moreItem p {
	    font-size: 2vw;
	}

}

@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;
}

#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;
	aspect-ratio: 16/8;
}

.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;
}

.holder-bottom-articles h2,
.holder-bottom-articles.wixie-blog h2 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    font-family: 'Oswald', 'Roboto', verdana, sans-serif;
}

.contentBox.wixie {
    height: 180px;
    min-height:180px;
    cursor:pointer;
    display:flex;
    align-items:center;
}

.contentBox.wixie.firstprojects {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/ads/wx-box-firstprojects.jpg");
    background-color: #0072ac;
}

.contentBox.wixie.bookreviews {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/ads/wx-box-bookreviews.jpg");
    background-color: #7300ac;
}

.contentBox.wixie.talkies {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/ads/wx-box-talkies.jpg");
    background-color: #008c39;
}

.contentBox.wixie p {
    color:#ffffff;
    font-family: 'Oswald', 'Roboto', verdana, sans-serif;
    width:45%;
    margin: 0 10px 0 auto;
    font-size:24px;
    line-height:30px;
}

.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;
    line-height: 1.3em;
}

h2 {
    line-height:1.25em;
}

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;
	padding-left: 20px;
	box-sizing:border-box;
}

p.bottomBody:not(:last-child) {
	border-bottom: 1px solid #c5c5c5;
}

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 */

/* Begin tablet screen css */

@media (min-width: 751px) {

#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;
	aspect-ratio: 1.92/1;
}

.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;
}

.contentBox.wixie {
    width: 31%;
    height: 180px;
    min-height:180px;
    cursor:pointer;
    display:inline-flex;
    align-items:flex-end;
}

.contentBox.wixie.firstprojects {
    background-image: url("/images/ads/wx-box-firstprojects-p.jpg");
    background-color: #0072ac;
}

.contentBox.wixie.bookreviews {
    background-image: url("/images/ads/wx-box-bookreviews-p.jpg");
    background-color: #7300ac;
}

.contentBox.wixie.talkies {
    background-image: url("/images/ads/wx-box-talkies-p.jpg");
    background-color: #008c39;
}

.contentBox.wixie p {
    width: 90%;
    color:#ffffff;
    margin: 0 auto 5px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 4px;
    border-radius: 6px;
}

.contentBox.wixie.firstprojects p {
    background-color: #0072ac;
}

.contentBox.wixie.bookreviews p {
    background-color: #7300ac;
}

.contentBox.wixie.talkies p {
    background-color: #008c39;
}

.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-size: 2.5em;
    line-height:1.3em;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.4em;
    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.corporate{
	max-width:350px;
	margin-bottom:20px;
}

.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;
}

.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;
	}

	.moreSitesHolder .moreSitesContainer {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 10px 10px 20px;
	}

	.moreSitesHolder .flexSite:nth-child(n+4) {
		display:none;
	}

}

@media (min-width:940px) and (max-width:1100px) {

	.moreSitesHolder .moreSitesContainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.moreSitesHolder .flexSite:nth-child(n+5) {
		display:none;
	}

}

/* Begin large screen css */

@media (min-width: 940px) {

#pageBottom {
    padding-left:60px;
}

#navButton {
	display: none;
}

#navText {
	display: inline-block;
}

.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;
}

.contentBox.wixie {
    width: 31%;
    height: 180px;
    min-height:180px;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
}

.contentBox.wixie.firstprojects {
    background-image: url("/images/ads/wx-box-firstprojects.jpg");
    background-color: #0072ac;
}

.contentBox.wixie.bookreviews {
    background-image: url("/images/ads/wx-box-bookreviews.jpg");
    background-color: #7300ac;
}

.contentBox.wixie.talkies {
    background-image: url("/images/ads/wx-box-talkies.jpg");
    background-color: #008c39;
}

.contentBox.wixie p {
    color:#ffffff;
    font-family: 'Oswald', 'Roboto', verdana, sans-serif;
    width:45%;
    margin: 0 10px 0 auto;
    font-size:24px;
    line-height:30px;
}

.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;
}

.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;
}

.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: 801px) {

	#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: 96%;
    max-width: 800px;
	}

	.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: 800px) {

	.pbl-readyTag {
    margin: 5px;
	}

	.pbl-readyHeadline {
		font-size: 1.3em;
  	font-weight:500;
  	margin: 10px 10px 0px;
	}

	.pbl-readySubHead {
		font-size: 1em;
  	line-height: 1.5em;
  	margin: 5px 10px 20px;
	}

        .homecallout.goapp {
            display:none;
        }

}

/* End headline css */

@media (min-width:550px) and (max-width:1100px) {
	.primary-holder .latestBox ul li:nth-child(n+4) {
		display:none;
	}
}

@media (max-width:1350px) {
	.primary-holder .latestBox ul li:nth-child(n+6) {
		display:none;
	}
}

.hide,.hidden {
	display:none;
}

/* Article Insert Callout */

.insertcallout {
	display:flex;
	margin: 30px 0;
    border: 5px solid #efad32;
    border-radius: 8px;
    padding:20px;
    align-items: center;
}

.insertcallout img {
	height:120px;
	width:120px;
	margin-right:20px;
}

.insertcallout .itext {
	flex:1;
}

.insertcallout .iheadline {
	margin:0;
	font-size:1.2em;
	font-weight:500;
	font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
}

/* newsletter sidebar */

.signup-callout.newsletter {
	cursor:pointer;
}

.popularBox.signup {
	background:#3c3c3c;
	margin-top:10px;
}

.popularBox.signup h3{
	font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
}

.popularList.signup {
    background: #FFFFFF;
    display: flex;
    padding: 10px;
    align-items: center;
    text-align: left;
    margin-bottom:20px;
}

.popularList.signup img {
	height: 60px;
    width: 60px;
    margin-right: 10px;
}

.popularList.signup p {
	margin:0;
	color: #212121;
}

.popularList.signup p:hover{
	text-decoration:none;
}

.boxBottom .popularList.signup {
    border:none;
    cursor:pointer;
}

/* goapp sidebar */

.signup-callout.goapp .popularList.signup {
	flex-direction:column;
}

.signup-callout.goapp .popularList.signup img{
	height:unset;
	width:unset;
}

/* Instagram callouts */

.instacallout {
	background: #3c3c3c;
	border-radius:10px;
	display:flex;
	align-items:center;
	color:#ffffff;
	padding:0 10px;
	cursor:pointer;
	margin:20px;
}

.instacallout img{
	width:120px;
	margin-right:20px;
	pointer-events:none;
}

.instacallout p{
	font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
	pointer-events:none;
}

.signup-callout.instagram {
		display: flex;
    align-items: center;
    color: white;
    background: #3c3c3c;
    border-radius: 10px;
    padding: 6px 6px 6px 12px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px;
}

.signup-callout.instagram img {
		height: 50px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.signup-callout.instagram p {
	  margin: 0;
    text-align: left;
    font-family: 'Oswald', 'Roboto Condensed', 'Roboto', verdana, sans-serif;
    font-weight: 500;
    line-height: 1.3em;
}

/* Google auto ads */

.google-auto-placed {
    margin-top:15px;
}</pre></body></html>