/* Begin common css */

:root {
    --primary-color:#0072ac;
    --primary-color-light:#daecf9;
    --primary-color-dark:#005580;
    --white:#ffffff;
    --primary-text:#3c3c3c;
    --primary-red:#c50000;
    --primary-green:#00ac39;
    --primary-green-dark:#008c39;
    --primary-purple:#7300ac;
    --primary-orange:#D14600;
    --primary-orange-dark:#b63d00;
    --lightgrey:#f2f2f2;
    --middlegrey:#d3d3d3;
    --grey:#757575;
    --darkgrey:#616161;
    --black:#3c3c3c;
}

body {
	font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
	line-height:1.5em;
	font-size: 1em;/*set regular font size*/
	color: #4c4c4c;
	letter-spacing: normal;
	text-align: left;
	margin: 0px;
}

#header,
.header {
 	display: flex;
	height: 50px;
	width: 100%;
	background-color: var(--primary-color);
	align-items: center;
	border-bottom: 1px solid #ffffff;
}

#navButton {display:none;}

#content {
  background-color: #ffffff;
}

.disabled {
    opacity:.5;
    pointer-events:none;
    cursor:default;
}

.page-eval #content,
.page-eval-single #content {
  flex:1;
}

#pageBody {
	background: #FFFFFF;
	text-align: center;
}

#pageBody.promo,
#pageBody.no-bottom-padding {
	padding-bottom:0;
	min-height: 800px;
}

#pageBody.looks {
	padding-bottom: 40px;
}

#footerScreen,
.pageBottom,
#pageBottomScreen {
	border-top:1px solid lightgrey;
	background: #F5F5F5;
  width: 100%;
}

#footerPrint {
	display: none;
}

section {
	padding:40px 0;
}

section.tight {
	padding:10px 0 8px;
	border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}

section.tight.single .page-row {
	padding-bottom:0;
}

section.tight.single p {
	margin:0;
}

section.border-top {
	border-top:1px solid lightgrey;
}

section.purple {
    background-color:#7300ac;
    background-image: url(/images-static/background-dots.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color:#ffffff;
}

section.purple iframe {
    border-radius:8px;
}

section.lightblue {
	background-color:#daecf9;
	background-image: url(/images-static/background-dots.png);
	background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

section.green {
	background-color:#00ac39;
	background-image: url(/images-static/background-dots.png);
	background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
	color:#ffffff;
}

section.darkblue {
	background-color:var(--primary-color-dark);
	background-image: url(/images-static/background-dots.png);
	background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  	color:#ffffff;
}

section.green.features,
section.lightblue.features {
	background-size: contain;
	margin-top:40px;
	padding-top: 20px;
}

section.green:not(.features) a,
section.green h3{
	color:#ffffff;
}

section.grey {
	background-color: #f5f5f5;
}

section.light-blue {
	background-color: #daecf9;
}

section.orange {
	background-color: var(--primary-orange);
	background-image: url(/images-static/background-dots.png);
	background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

section.dark-blue {
	background-color: var(--primary-color);
	color:#ffffff;
	background-image: url(/images-static/background-dots.png);
	background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

section.dark-blue.make {
    padding:20px 0 16px 0;
}

section.green h2,
section.purple h2,
section.dark-blue h2 {
    color: var(--white);
    margin:10px 0 5px;
}

section.dark-blue .buttonLink,
section.orange .buttonLink {
    background-color: var(--white);
    color:var(--primary-color);
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Roboto', verdana, helvetica, arial, sans-serif;
}

section.book-container {
    display: flex;
    justify-content: center;
}

section.promocode {
    display:none;
}

section.headline-callout {
    padding: 6px 20px;
    background: var(--primary-color-light);
    border-bottom: 1px solid var(--primary-color);
}

section.headline-callout p{
    margin:0;
}

section.headline-callout p a {
    background: var(--primary-orange-dark);
    color: var(--white);
    font-size: .8em;
    padding: 2px 6px;
    margin-left: 10px;
    border-radius: 4px;
    position: relative;
    top: -1px;
}

section.headline-callout blockquote {
    margin-top:5px;
    margin-bottom:0px;
}

section.calloutlink {
    padding: 20px;
}

section.calloutlink .page-row {
    padding-bottom: 0;
    max-width: 1000px;
}

section.calloutlink .page-row a {
    display: flex;
    align-items: center;
}

section.calloutlink .page-row a p {
    color: var(--primary-text);
    font-weight: 500;
    font-size: 1.4em;
    margin: 0 40px 0 0;
    text-align: left;
}

section.calloutlink .page-row a img {
    border: 1px solid var(--darkgrey);
    border-radius: 4px;
    height: 80px;
}

section.purple blockquote,
section.green blockquote {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

section.purple img.award,
section.green img.award{
    border-radius: 4px 4px;
    width: 140px;
}

figcaption {
    text-align: center;
    font-size: .8em;
    margin-top: 6px;
}

blockquote .quotetype {
    display:none;
}

.page-implementation section {
    border: 1px solid lightgrey;
    padding: 0 20px;
    margin: 20px;
    border-radius: 10px;
}

.page-implementation h2,
.page-guides h2,
.page-eval-thanks h2 {
	  margin:0;
}

.page-implementation .columnFull,
.page-guides .columnFull,
.page-eval-thanks .columnFull {
	  margin-bottom:0;
}

.columnFull.guides {
	  display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

.columnFull.text {
	  max-width:900px;
}

.columnThinRight.purple-bottom {
		background: linear-gradient(0deg, #7300ac 30%, #ffffff 30%, #ffffff 50%);
	  padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
}

h2.notext {
	margin-bottom:16px;
}

.flexrow {
	display:flex;
}

.guide {
		display: inline-block;
    text-align: center;
    border: 1px solid lightgrey;
    border-radius: 6px;
    overflow: hidden;
}

.guide img {
	  display: block;
    margin: 0;
    width: 100%;
}

.guide p {
    margin: 8px;
}

.choice-buttons {
	position:relative;
	top:-16px;
}

.choice-buttons button.choice {
		border: 1px solid grey;
    background: #ffffff;
    border-radius: 16px;
    height: 32px;
    padding: 0 14px;
    width: 130px;
   	font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
}

.choice-buttons button.choice.curriculum {
		margin-right:10px;
}

.choice-buttons button.choice.active {
    background-color: #7300ac;
    color: #ffffff;
    font-weight:500;
}

.choice-buttons button.choice:not(.active) {
    cursor: pointer;
}

input:focus {
    outline-offset: -1px;
}

IMG {
	border: 0;
}

img.logo {
	height:42px;
	margin-top: 4px;
}

IMG.home-main {
    max-width: 660px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

IMG.centered.parents {
    max-width: 500px;
}

IMG.centered.small {
    max-width: max-content;
}

img.round {
    border-radius:50%;
}

IMG.large {
	  display: block;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid lightgrey;
    padding: 5px;
}

IMG.scale {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

img.pledge {
	margin: 10px;
	vertical-align: middle;
}

img.pledge.noads {
	  border-radius: 50%;
    border: 2px solid #ffffff;
}

img.pledge.small {
	height:60px;
}

img.pledge.small.imsglobal {
	position:relative;
	top:-2px
}

img.apps {
	margin-right:15px;
	height: 32px;
}

img.ims {
	width:100px;
}

img.inline {
    display: inline-block;
    height: 54px;
    vertical-align: middle;
    margin-left: 20px;
}

img.rounded {
    border-radius: 20px;
}

ul.nodisc {
    list-style: none;
}

ul.featureslist {
    list-style: none;
    display: grid;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    grid-gap: 20px 40px;
}

.page-row.appstores {
	padding:0;
	font-weight:500;
}

.page-row.appstores img.apps {
	  display: block;
	  margin:0 0 0 15px;
	  height:unset;
}

.page-row.section-head img {
    width: 90%;
    border-radius: 20px 60px;
}

.page-row.section-head img.samples {
    width: 90%;
    border-radius: 5px;
}

.linkText img {
	margin-right:10px;
}

.doc-icon {
	width: 34px;
  margin: -2px 10px 0 5px;
  vertical-align: middle;
}

video.centered {
    width: 100%;
    min-height: 215px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
}

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

video.promo {
    width: 100%;
    min-height: 215px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

video.tour {
	border:1px solid lightgrey;
}

.page-row.sharing video.centered {
    min-height:auto;
}

HR {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 80%;
	border: 0;
	border-top: 1px solid #bedaff;
	border-bottom: 1px solid #fff;
}

.page-edu hr {
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2, h3 {
	font-family: 'Roboto Condensed','Roboto', verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	color: #272727;
}

h1.headlineText {
	line-height: normal;
	margin-top: 0;
}

h1.top {
	font-size: 3em;
  line-height: normal;
  margin-top: 0;
}

h4 {
	font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
	font-weight:500;
}

h3.feature {
	display:flex;
	align-items:center;
	font-weight: 700;
}

h3.feature svg{
    margin-right:15px;
    border-radius:10px;
    fill:grey;
    height: 50px;
    width: 50px;
    min-width: 50px;
    padding: 6px;
}

h3.feature svg.blue{
	background-color:#daecf9;
}

h3.feature svg.green{
	background-color:#ddf9da;
}

h3.feature svg.purple{
	background-color:#7300ac;
}

h3.feature svg.orange{
	background-color:var(--primary-orange);
}

h3.feature img.lms-logo{
	height: 44px;
  margin-right:15px;
}

.templates h3 {
	margin: 20px 0 5px;
}

.promo-headline {
    color: var(--primary-color);
    font-weight: bold;
}

A {
	text-decoration: none;
	color: var(--primary-color);
	font-weight:500;
}

.heavy,
.heavy a {
    font-weight:bold;
}

section.blue a,
section.purple a {
    color:#ffffff;
}

p {
    font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
}

p.large {
    font-size:1.3em;
}

p.privacy-statement {
    font-weight: 500;
    font-size: 1.1em;
}

p.product-types {
    margin-top: 0;
    font-size: 1.4em;
    font-family: 'Roboto Condensed','Roboto', verdana, helvetica, arial, sans-serif;
}

button.copy {
	background: transparent;
 	border: 1px solid grey;
 	border-radius: 4px;
  padding: 4px 12px 4px 8px;
  cursor: pointer;
}

button.copy:hover {
	background: #fafafa;
}

button.copy * {
	vertical-align:middle;
}

button.copy img {
	margin-right:5px;
}

.header .toolbar_home_icon {
	  height: 36px;
    border-radius: 4px;
    margin: 0 15px;
    cursor:pointer;
}

.header h1 {
	margin: 0;
  color: #ffffff;
  font-size: 30px;
}

.headerLinks {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.terms-custom {
	  border: 1px solid lightgrey;
    background-color: #fafafa;
    padding: 10px;
}

.top-message {
		display: block;
	  margin: 0;
    padding: 4px;
    background: #daecf9;
    color:var(--primary-color);
    font-size: .9em;
    text-align:center;
    border-bottom: 1px solid lightgrey;
}

.top-message-blue {
		display: block;
	  margin: 0;
    padding: 10px;
    background: #3574e3;
    border-bottom: 1px solid lightgrey;
    font-weight: 400;
    color: #ffffff;
    font-size: 1.1em;
}

.page-home .top-message-blue {
	margin-top:60px;
}

.top-message-blue a {
    color: #ffffff;
}

.top-message-blue span {
    font-weight: 500;
}

.page-row {
	  display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 10px;
    box-sizing: border-box;
 }
 
 .page-row.section {
 	margin-top:40px;
}
 
 .page-row.align-center {
 		align-items: center;
}

.page-row.indents {
 		padding: 0 80px;
}

.page-row.first {
		padding-top: 2%;
  }
 
.page-row.main {
    padding: 4% 0;
}

.page-row.user-types {
	padding: 0 2% 40px;
}

.page-row.user-types h2 {
	margin-bottom:20px;
	text-align:center;
}

.page-row.tweets {
    flex-wrap:wrap;
    justify-content: space-evenly;
}

.page-row.tweets .tweetheading {
    width:100%;
    font-size:1.3em;
    margin-top:30px;
    margin-bottom: 0;
}

.page-row.tweets ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style-type: none;
    padding-inline-start: 0px;
    width: 100%;
}

.page-row.tweets ul h3 {
    font-weight:bold;
}

.page-row.tweets ul a img {
    width: 100%;
    border: 1px solid var(--grey);
    box-sizing:border-box;
    border-radius: 10px;
    overflow: hidden;
}

.page-row.button {
	padding-bottom: 30px;
}

.page-row.top {
	flex-direction:column;
	max-width:800px;
}

.page-row-single {
	max-width:800px;
	margin:0 auto;
	text-align:left;
}

section.products {
	padding: 20px 0;
	background-image: url(/images-static/background-dots.png),linear-gradient(45deg,var(--primary-color),var(--primary-purple));
}

section.products .page-row h2,
.page-parents .page-row h2 {
	font-size:2.2em;
	margin-bottom:20px;
}

section.guides .page-row.types .row-item.pt,
section.products .page-row.types .row-item.pt {
	flex:unset;
}

section.products .page-row.types .row-item.pt img {
		width:140px;
	  background: var(--primary-color);
}

section.products .page-row.types .row-item.pt img:hover {
	  background: var(--primary-color-dark);
}

.page-teachers section.purple {
	  margin:80px 0 0;
}

.page-teachers .page-row.quote-image {
	  width: 70%;
	  align-items: center;
}

.page-teachers .page-row.quote-image .row-item.text {
	  flex: 2;
}

.page-teachers .page-row.quote-image .row-item.image img {
	  border-radius: 50%;
    height: 300px;
    display: block;
}

.page-teachers section.purple .row-item.image img.border {
	  border:4px solid #ffffff;
}

.page-teachers section.teacherguides {
	background:#f5f5f5;
}

.page-teachers section.teacherguides h3{
	margin-bottom:5px;
}

.page-teachers .player-holder {
	border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  margin:20px 0;
  background:#ffffff;
  position:relative;
}

.page-teachers .player-holder button.pt-close {
	right: 10px;
  top: 10px;
}

.page-teachers .player-holder iframe {
	border: none;
    height: 100%;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16/8;
}

.page-teachers .page-row.text {
    max-width: 1100px;
}

.page-teachers .page-row.guides {
		display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    max-width: 1100px;
    padding-bottom: 20px;
}

.page-teachers .row-item.guide {
		margin:0;
		background:#ffffff;
		text-align:center;
		cursor:pointer;
		border: 3px solid lightgrey;
}

.page-teachers .row-item.guide:hover,
.page-teachers .row-item.guide.active {
		border: 3px solid var(--primary-color);
}

.page-teachers .row-item.guide p,
.page-teachers .row-item.guide img{
		pointer-events:none;
}

.page-teachers .row-item.guide p{
		font-weight:500;
		font-size:1.2em;
}

.page-teachers .row-item.image.green {
	  background: #00ac39;
    padding: 10px;
    border-radius: 80px 50% 80px;
    flex: unset;
}

.page-teachers .show-more {
	  display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    height: 32px;
    background: var(--primary-color);
    width: fit-content;
    color: #ffffff;
    border-radius: 16px;
    padding: 0 10px 0 14px;
}

.page-teachers .show-more.hidden {
	display:none;
}

.page-teachers .show-more:hover {
	  background:#006396;
}

.page-teachers .show-more svg{
	  margin-left:5px;
	  fill:#ffffff;
}

.page-teachers .page-row.messages {
	  margin:60px auto;
	  padding: 0;
	  align-items: center;
}

.page-teachers .page-row.messages.effective img {
	  border-radius:50%;
	  max-width: 300px;
	  margin-top:20px;
	  border: 4px solid var(--primary-orange);
}

.page-teachers .row-item-two {
	  margin: 0 2% 0 5%;
}

.page-teachers .row-item-two.right-text{
	  margin: 0 5% 0 2%;
}

.page-teachers .feature-grid {
		display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    width: 100%;
}

.page-teachers .feature-grid h3{
		margin-top:0;
}

.page-teachers .feature-grid h3 svg{
		height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius:6px;
    background-color: var(--primary-color-light);
}

.page-parents section.guides p {
	  text-align: center;
    max-width: 800px;
    display: inline-block;
    margin-top: 0;
}

.page-parents section.guides img {
    box-sizing: border-box;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    max-width: 180px;
}

.page-parents section.guides img:hover {
	  filter: brightness(0.85);
}

.page-parents .project-types.kinder,
.page-parents .project-types.first,
.page-parents .project-types.second,
.page-parents .project-types.third {
		width: 100%;
    aspect-ratio: 16/9;
}

.page-parents .project-types.kinder iframe,
.page-parents .project-types.first iframe,
.page-parents .project-types.second iframe,
.page-parents .project-types.third iframe {
		aspect-ratio: 16/9;
    width: 100%;
}
 
 .row-item {
    flex: 1;
    margin-left: 2%;
    margin-right: 2%;
    text-align: left;
}

.row-item.bottom {
	max-width: 220px;
}

.row-item.flex.align-center {
	display: flex;
	align-items: center;
}

.row-item.user-types {
	display: flex;	
	flex-direction:column;
	flex:1;
	margin: 0 0 80px;
  max-width: 500px;
  border: 1px solid lightgrey;
}

.row-item.message {
	border: 1px solid #3574e3;
	background: #e9f1ff;
	width: 100%;
	padding: 10px;
}

.row-item.single {
	max-width:800px;
}

.row-item.thin {
    margin-left: 10%;
    margin-right: 10%;
}

.row-item.famis {
    border: 1px solid lightgrey;
    padding: 10px 20px 20px;
    margin: 0 1.5% 30px;
}

.row-item.famis h2 {
	  margin: 5px 0;
}

.row-item.privacy h2 {
	margin-top:0;
}

.row-item.text {
    max-width:500px;
}

.row-item-two {
	flex:2;
	text-align: left;
	margin: 0 2%;
}

.body-text {
	max-width: 900px;
  padding: 0 10px 30px;
  box-sizing: border-box;
  margin: 30px auto 0;
  text-align: left;
}

.body-text .center img {
	  max-width: 600px;
    width: 90%;
    border: 1px solid lightgrey;
}

.privacy .page-row {
    max-width:1000px;
}

.privacy-pledges {
	display: flex;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid lightgrey;
}

.privacy-pledges .image {
	width: 210px;
	text-align: center;
	margin-right: 20px;
}

.privacy-pledges .image .imsglobal{
	 width: 150px;
   margin: 20px 30px;
}

.lightgrey {
	background: #fcfcfc;
}

.italic {
	font-style: italic;
}

.small {
	font-size: .8em;
	line-height: 1.4em;
}

.big {
	font-size: 1.125em;
	line-height: 1.5em;
}

.bigger {
	font-size: 1.4em;
	line-height: 1.5em;
}

.warning {
	padding: 10px;
	border: 1px solid #800000;
	background: #ffdadb;
}

.quote {
	margin-left: 15px;
	margin-right: 15px;
	font-style: italic;
}

.home-quote {
	font-family: 'Roboto', verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop0 {
    margin-top: 0px;
}

.center,
.centered {
    text-align: center;
}

.right {
	text-align: right;
}

.indent {
	margin-left: 20px;
}

.hidden_form {
	display: none;
}

.marginBottom0 {
	margin-bottom: 0;
}

.column.marginBottom0 {
	margin-bottom: 0;
}

.marginBottom10 {
		margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.margin-right-15 {
	margin-right: 15px;
}

.margin-right-25 {
    margin-right: 25px;
}

.page-row.footer .margin-right-25 {
    margin-right: 18px;
}

.header-link {
    padding: 0 14px;
   	color: #ffffff;
   	fill: #ffffff;
   	height:50px;
   	display:flex;
   	align-items:center;
}

.header-link:hover {
   	color: #ffffff;
   	fill: #ffffff;
   	background-color:#00ac39;
}
  
.header-link svg{
    margin-right:4px;
}

.header-link.sales {
	margin-right:20px;
}

.header-link.sales svg{
	position:relative;
	top:-1px;
}

.header-link.login {
	padding: 0 30px;
}
  
.page-quote .pricing,
.page-quote .login,
.page-quote .try,
.page-pilot .try,
.page-pilot .demo,
.page-pricing .pricing,
.page-eval-thanks .header-link.try,
.page-eval-thanks .linkSignIn,
.page-evaluation .header-link.try,
.page-evaluation .linkSignIn,
.evaluation_form .header-link.try,
.evaluation_form .linkSignIn,
.evaluation_form .headerButton,
.page-parents .demo,
.page-parents .pricing,
.page-parents .header-link.parent,
.page-teachers .header-link.teacher,
.page-training-video .header-link.parent,
.page-training-video .header-link.pricing,
.page-training-video .header-link.teacher,
.page-training-video .linkSignIn.demo,
.page-training-video .linkSignIn.try {
	display: none;
}

.linkSignIn {
	color: #ffffff;
  background-color: var(--primary-orange);
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  display:flex;
  align-items:center;
  height:50px;
    border: none;
    font-size: 1em;
    font-weight: 500;
    font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
}
  
.linkSignIn:hover {
	background-color: #c14e02;
}

.linkSignIn:active {
	background-color: #c14e02;
}

.linkSignIn.demo {
	color: var(--primary-orange);
  background-color: #ffffff;
}

.linkSignIn.demo:hover {
	color: #c14e02;
  background-color: #ffe5d8;
}

.linkPrimary {
	color: #ffffff;
    background-color: #1C6EF2;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
    padding: 12px 20px 12px;
    margin-left: 20px;
  }
	
.navBox {
	background: #f2f2f2;
	border: 1px solid #97ABC5;
	padding: 0px 10px 0px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.pageSection {
  text-align: center;
  overflow: hidden;
  max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
}

.pageSection.book {
  margin: 0 auto 30px;
	padding: 0;
}

.pageSection.first {
	padding-top: 0;
}

.pageSectionTop {
  width: 100%;
  text-align: center;
  overflow: hidden;
  max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}

.pageSectionTop h1 {
  margin-bottom:unset;
}

.pageSectionLast {
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.pageSectionBrowser {
  width: 100%;
  text-align: center;
  overflow: hidden;
  max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.pageTable {
	margin:0 auto;
	max-width: 1100px;
	padding: 0 2%;
}

.pageDividerFull {
  background: lightgrey;
  width: 100%;
  height:1px;
}

.buttonLink {
	  color: #ffffff;
    background-color: var(--primary-color);
    padding: 14px 30px;
    border-radius: 25px;
    font-size: 1.2em;
    border: none;
    cursor:pointer;
  }

.buttonLink.eval {
    color: #ffffff;
    background-color: var(--primary-orange);
}
  
.ctaLink {
    color: #ffffff;
    background-color: var(--primary-orange);
    height:50px;
    border-radius: 25px;
    font-size: 1.2em;
    border: none;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    width: fit-content;
    padding: 0 18px;
}

.ctaLink.inline {
    display:inline-flex;
}

.ctaLink.demo {
    display:none;
    color: var(--primary-orange);
    background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid var(--primary-orange);
}

.ctaLink.buybutton {
    background-color: var(--white);
    box-sizing: border-box;
    width:90%;
    margin:0 auto;
}

.ctaLink.personal {
    color: #12a5db;
    border: 2px solid #12a5db;
}

.ctaLink.personal:hover {
    background-color: #c3efff;
}

.ctaLink.family {
    color: var(--primary-green-dark);
    border: 2px solid var(--primary-green-dark);
}

.ctaLink.family:hover {
    background-color: #9bffc4;
}

.ctaLink.classroom {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.ctaLink.classroom:hover {
    background-color: var(--primary-color-light);
}

.ctaLink.school {
    color: var(--primary-orange);
    border: 2px solid var(--primary-orange);
}

.ctaLink.school:hover {
    background-color: #ffbf9e;
}

.page-home .ctaLink.eval.inline {
    display:none;
}

.ctaOr {
    font-weight: 500;
    text-align:center;
}

.classroom .content p.ctaOr {
    display:block;
}

.ctaOr.family .link{
    color: var(--primary-green-dark);
}

.ctaOr.personal .link{
    color: #12a5db;
}

.ctaLink.login.parents,
.ctaLink.eval.parents {
    max-width:300px;
}

.ctaLink:hover {
    background-color: #c14e02;
}

.ctaLink.demo:hover {
    color: #c14e02;
    background-color: #ffe5d8;
}

.submitButton {
	  color: #ffffff;
    background-color: var(--primary-orange);
    height: 36px;
    border-radius: 18px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
}

.submitButton.disabled {
    opacity:.5;
    pointer-events:none;
    cursor:default;
}

.submitButton:hover {
	  filter: brightness(90%);
}

.button-row {
    width: 95%;
}

.button-row.parentoptions {
    display: flex;
    justify-content: space-between;
}

.button-row.parentoptions div {
    text-align:center;
}

.button-row.parentoptions div a.ctaLink {
    margin-top:10px;
}

.linkTextIndent {
	margin-left: 15px;
}

.linkButton {
	background: var(--primary-color);
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
	border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.linkButton a {
  width:100%;
  height:100%;
  color: #FFFFFF;
}

.linkButton:hover {
	background: #005580;
}

.linkButton:active {
	background: var(--primary-color);
}
    
.bodyButton {
    color: #ffffff;
    background-color: var(--primary-color);
    border-radius: 18px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
    padding: 12px 20px 12px;
}

.bodyButton:hover {
	filter: brightness(90%);
}

.bodyButton.green {
		background-color: #00c300;
}

.project-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border: 1px solid lightgrey;
}

.project-container.book {
    width:90%;
    padding-bottom: 45%;
    border: none;
    margin: 0 auto;
}
	
.project-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-container img {
    width:100%;
}

.project-container-tweet {
		width: 345px;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
	
.project-container-tweet iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}

.project-description-container {
	width: 90%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	justify-content: start;
	margin-bottom: 0;
}

.footerLinkText {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.social-icons {
	height: 32px;
	width: 32px;
	fill:var(--primary-color);
}

.social-icons.insta {
	position:relative;
	top:1px;
}

.t4l-20 {
	margin-top:20px;
}

.noScreen {
	display: none;
}

.pageBreak {
	display: none;
}

#mobile_menu {
	display: none;
}

#getApps {
	display: none;
}

.wxLogo { 
	margin-left: 16px;; 
}

a.header {
	color: #1b4774;
	margin-left: 35px;
}

a.header:hover {
	color: #062641;
}

.heavy {
	  font-family: 'Roboto Condensed', verdana, sans-serif;
    font-weight: bold;
}

.boxApps {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-width: 120px;
}

.pageGreySection {
  background: #F5F5F5;
  border-bottom:1px solid lightgrey;
  border-top:1px solid lightgrey;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

table {
	text-align: left;
	width: 100%;
	padding: 2px;
	border-spacing: 0px;
}

tr {
	border-bottom: 1px solid #ddd;
}

th, td {
    
    vertical-align: top;
}

th {
	background-color: #f2f2f2
}

.page-oneroster table,
.page-oneroster td,
.page-oneroster th {
	border:1px solid lightgrey;
	border-collapse: collapse;
	padding: 6px;
}

table.looks-table {
	 max-width: 1000px;
   margin: 0 auto;
   border-collapse: collapse;
}

table.looks-table th{
	border: 1px solid grey;
}

table.looks-table td{
	 width: 50%;
	 padding: 10px;
	border: 1px solid grey;
}

table.looks-table h3{
	 text-align: center;
	 margin: 5px;
}

table.looks-table td.image{
	 text-align: center;
}

table.looks-table td.image img {
	  width: 100%;
    max-width: 480px;
    border: 1px solid lightgrey;
}

img.buttonIcon {
	vertical-align: middle;
	margin-right: 10px;
}

.purchase-box {
		background-color: #f9f9f9;
    border: 1px solid darkgrey;
    border-radius: 4px;
    margin: 0 auto 10px;
    padding: 20px;
    width: 90%;
    text-align: left;
  }
  
.award-container {
	  margin-top: 40px;
    text-align: center;
    display:none;
}

.district-container {
  width: 96%;
  margin: 0 auto;
}

.image-projects {
	display: block;
	height: 200px;
	width: 100%;
	background-image:url(/images-static/t4l-screenshots.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.bottomHeading {
	font-family: 'Roboto', verdana, sans-serif;
	font-weight: 500;
}

.signin {
	display: none;
}

.youtubeContainer {
	position: relative;
  width: 100%;
  padding-bottom: 75%;
  margin-left: auto;
  margin-right: auto;
}

.youtubeContainer.wide{
  padding-bottom: 56%;
}

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

.linkPromo {
	background: #00a9e3;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
	border: 1px solid #13416f;
	padding: 10px 20px;
	width: 160px;
  font-size: 1.2em;
}

.result {
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 300px;
}

.indicator {
	background: lightgrey;
	width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 20px;
}

.indicator.success {background: green;}

.indicator.fail {background: red;}
	
.result-text {flex:1;}

.page-evaluation h1 {
	margin-bottom:20px;
}

.eval-header .desc {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}

.page-row.eval-types {
    max-width:1210px;
}

.row-item.evaluation {
    display: flex;
    flex-direction: column;
    align-items:center;
    margin-left: 10px;
    margin-right: 10px;
}

.evaluation .content {
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 1px solid var(--middlegrey);
    border-radius: 10px;
    overflow: hidden;
    flex:1;
    width: 100%;
}

.page-pricing .evaluation .content {
    padding-bottom: 10px;
}

.evaluation h2 {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid var(--middlegrey);
    background-color: #f1f1f1;
    font-size: 1.4em;
    cursor:pointer;
}

.evaluation h2:hover {
    background-color: #e9e9e9;
}

.evaluation-description {
	 flex: 1;
    margin: 20px;
}

.evaluation-description ul{
    padding-inline-start: 20px;
    margin: 0;
    min-height: 130px;
}

.evaluation-description ul li{
	 line-height:1.2em;
}

.evaluation-description ul li:not(:last-child){
	 margin-bottom:10px;
}

.evaluation-pricing {
   margin: 15px auto;
   display:flex;
   align-items:center;
   justify-content: center;
   height: 30px;
}

.evaluation-pricing span.annual {
	border-radius: 15px 0 0 15px;
}

.evaluation-pricing span.monthly {
	border-radius: 0 15px 15px 0;
}

.evaluation-pricing span.mcost,
.evaluation-pricing span.acost {
	margin-right: 10px;
  min-width: 30px;
  text-align: right;
}

.classroom .content p:not(.ctaOr) {
    background: var(--primary-color);
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    padding: 3px;
    display:none;
}

.classroom .evaluation-pricing span.mcost,
.classroom .evaluation-pricing span.acost {
  min-width: 144px;
}

.evaluation-pricing span.term {
	background:#f1f1f1;
	cursor:pointer;
	border:1px solid lightgrey;
	font-size:.8em;
	font-weight:500;
	padding:2px 8px;
}

.evaluation-pricing span.term.active {
	background:grey;
	color:#ffffff;
}

.evaluation-button {text-align: center;}

.evaluation-button .bodyButton {	
		border-radius: unset;
    width: 100%;
    font-size: 1.2em;
    padding: 20px 0;
}

.evaluation-button .bodyButton.trial {	
		background-color: var(--primary-orange);
}

.evaluation-button .bodyButton.personal {	
		background-color: #12a5db;
}

.evaluation-button .bodyButton.family {	
		background-color: #008c39;
}

.account-types {
	border-collapse: collapse;
	font-family: 'Roboto Condensed','Roboto', verdana, helvetica, arial, sans-serif;
	background-color: #ffffff;
  color: #3c3c3c;
  border-radius: 10px;
  overflow: hidden;
}

.account-types th,
.account-types td {
	border: 1px solid #d4d4d4;
	padding: 8px;
	text-align:center;
	width: 15%;
}

.account-types th {
	font-size: 1.6em;
	font-weight: normal;
	line-height: normal;
}

.account-types td:not(.bottom) {
	vertical-align: middle;
}

.account-types th.first {width: 38%;}

.page-evaluation .account-types th:not(.first) {
	cursor:pointer;
}

.page-evaluation .account-types th:not(.first):hover {
	background:#e9e9e9;
}

.account-types th.left,
.account-types td.left {
	text-align:left;
	padding-left: 20px;
	line-height: 1.2em;
}

.account-types td.top {
	vertical-align:top;
	}

.account-types .material-icons{
	 font-size: 2em;
	 color:#7b7b7b;
	 font-weight: bold;
	 position: relative;
   top: 4px;
}

.account-types .buy {
	color:#ffffff;
	cursor:pointer;
	width: 100%;
	font-size:1.2em;
	height: 48px;
	margin: 15px 0;
  border-radius: 24px;
	display: flex;
 	align-items: center;
  justify-content: center;
}

.account-types .buy.single {
	background-color: #12a5db;
}

.account-types .buy.family {
	background-color: #008c39;
}

.account-types .buy.teacher {
	background-color: var(--primary-color);
}

.account-types .buy.form {
	background-color: var(--primary-orange);
}

.account-types .bottom p {
	text-align: left;
  margin-left: 7px;
}

.page-eval-single .page-row.eval,
.page-eval .page-row.eval {
		flex-direction: column;
    max-width: 600px;
}

.page-eval-single .row-item.eval-form .linkAltLogin.google,
.page-eval .row-item.eval-form .linkAltLogin.google {
	 margin: 0 auto;
}

.page-eval-single .row-item.eval-form section {
	padding-top:0;
}

.page-row.eval {min-height:400px;}

.eval-form {margin-top:20px}
.eval-form input {margin-bottom:10px}
.eval-form .formrow.password {margin-top:10px}
.eval-form .password label {margin-right: 20px;}
.eval-form .linkSignIn {display:block; margin-top:10px}

.promo .page-row.main {
    padding: 0;
    margin-bottom:40px;
}

.promo .page-row.main.center {
    align-items:center;
}

.page-faith .promo .page-row.main {
    align-items:center;
}

.promo section.grey {
	padding: 30px 0;
}

.promo section.grey h2{
	margin: 0;
	font-size: 2.4em;
}

body:not(.page-activities) .promo h3{
	font-size: 1.6em;
}

.promo img.centered {
	max-width:500px;
}

.promo .top ul {
    padding-inline-start: 20px;
}

.promo .top ul li{
    line-height: 1.3em;
    margin-bottom: 5px;
}

.make IMG.centered {
    max-width: 120px;
    border-radius:10px;
}

.make .row-item.book img:hover {
    background:#00ac39;
}

.make .row-item.paint img:hover {
    background:var(--primary-orange);
}

.make .row-item.map img:hover {
    background:#7300ac;
}

.make .row-item.talkie img:hover {
    background:#b63d00;
}

.make .row-item.anim img:hover {
    background:#00ac39;
}

.make .row-item.org img:hover {
    background:#c50000;
}

.make .row-item.comic img:hover {
    background:#7300ac;
}

.make .row-item.worksheet img:hover {
    background:#008c39;
}

.make .page-row {
	padding-bottom:0;
}

.page-home .make h2 {
    margin-top: 0;
    margin-bottom:10px;
    font-size: 1.4em;
    font-family: 'Roboto Condensed', 'Roboto', verdana, helvetica, arial, sans-serif;
}

.make li p,
.make h4{
    margin-bottom:0;
    margin-top: 7px;
    font-weight: 500;
    line-height: 1.3em;
}

.promopage .make img.centered {
    max-width: 70px;
    border-radius: 5px;
}

.promopage .make li p,
.promopage .make h4 {
    margin-bottom:0;
    margin-top: 10px;
    line-height: normal;
    font-size:.9em;
}

.promopage .make p.product-types {
    margin-bottom:10px;
}

.dialog-project-types-container {
	  position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d3d3d39e;
}

.project-types {
	  padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    border: 1px solid grey;
    max-width: 90%;
    box-sizing: border-box;
}

.project-types h3 {
	margin: 0 15px;
}

button.pt-close {
	position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fafafa;
    border: 1px solid grey;
    right: -10px;
    top: -10px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.pt-close:hover {
    border: 1px solid #000000;
}

button.pt-close:hover svg{
    fill: #000000;
}

a.pt-more {
	float: right;
    margin-right: 20px;
    background-color: var(--primary-color);
    color: #ffffff;
    height: 32px;
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
}

img.pt-image {
	width:100%;
	display:block;
}

.row-item.pt {
	cursor:pointer;
}

.project-types.animations {
	padding:10px 10px 10px 20px;
}

.project-types.animations h3 {
	margin: 0 0 6px 0;
}

.project-types.animations img {
	width:32%;
	margin-right:8px;
	border:1px solid grey;
	border-radius:6px;
	overflow:hidden;
}

.page-mindmaps .row-item.pt.book {order:1;}
.page-mindmaps .row-item.pt.paint {order:2;}
.page-mindmaps .row-item.pt.map {order:4;}
.page-mindmaps .row-item.pt.talkie {order:6;}
.page-mindmaps .row-item.pt.anim {order:3;}
.page-mindmaps .row-item.pt.comic {order:5;}
.page-mindmaps .row-item.pt.worksheet {order:7;}

.page-mindmaps .row-item.map img {background: #7300ac;}
.page-digitalbooks .row-item.book img {background: var(--primary-green)}
.page-painttools .row-item.paint img {background: var(--primary-orange)}
.page-talkies .row-item.talkie img {background: var(--primary-orange-dark)}
.page-comics .row-item.comic img {background: var(--primary-purple)}
.page-animation .row-item.anim img {background: var(--primary-green)}
.page-activities .row-item.worksheet img {background: var(--primary-green-dark)}

.page-parents .row-item.worksheet {display:none;}
.page-parents .row-item.map {display:none;}
.page-parents .make img.centered {
    max-width: 80px;
    border-radius: 5px;
}

.page-painttools section.features {
    padding-top:0;
}

.page-painttools section.features h2{
    margin-top:0;
}

.page-painttools section.teachers img.award{
    border-radius: 5px;
    max-width: 100px;
}

.green.try-short,
.dark-blue.try-short,
.orange.try-short {
    padding: 20px;
}

.orange.try-short {
    position: sticky;
    bottom: 0;
        padding: 5px;
}

.orange.try-short .buttonLink{
    padding: 6px 10px;
    font-size: 1em;
}

.try-short h2,
.try-short h3 {
    font-size: 1.2em;
    text-align:left;
    color:#ffffff;
    margin: 0;
}

.try-short h2 {
    font-weight: bold;
    font-size: 2em;
}

.try-short .button-holder {
	width:300px;
	min-width:300px;
}

.try-short .page-row{
    padding-bottom:0;
}

section.award .page-row {
    justify-content: center;
}

section.award .page-row .row-item {
    flex:unset;
}

section.award .page-row .row-item img{
    border-radius: 8px;
    height: 80px;
    border: 1px solid var(--white);
}

section.guide-holder img {
	height: 150px;
  border-radius: 4px;
  border: 1px solid lightgrey;
  margin-right: 20px;
}

section.guide-holder .text {
	text-align:left;
}

section.guide-holder h2 {
	margin: 0;
  color: #ffffff;
}

section.guide-holder .button {
	  color: var(--primary-color);
    background-color: #ffffff;
    padding: 0 20px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: 1px solid grey;
    height: 30px;
    margin: 0;
}

section.guide-holder .button-holder {
	cursor:pointer;
}

pageSection.content h2 {
	margin:0;
}

.page-row.integration-unicorn {
	border-top: 1px solid var(--primary-color);
}

.page-row.integration-unicorn .row-item{
	display:flex;
	margin:20px auto 0px;
	align-items:center;
	justify-content: center;
}

.page-row.integration-unicorn img{
	height:80px;
	width:80px;
	margin-right:20px;
}

.page-row.integration {
    justify-content: flex-start;
}

.page-row.integration img {
    width: 50px;
    margin-right:10px;
}

.page-row.access.small-image .row-item.image,
.page-row.ai.small-image .row-item.image {
    flex:unset;
    width: 270px;
    text-align: center;
}

.page-row.ai.small-image img {
    width: 100px;
    margin-left:20px;
}

.page-row.access.small-image img{
    width: 150px;
    border-radius:10px;
    margin-left:20px;
}

.page-row.devices.small-image .row-item.image {
    flex:unset;
}

.page-row.devices.small-image img {
    width: 250px;
    margin-left:20px;
}

.page-join {
    background-color: var(--primary-color);
    color:var(--white);
}

.page-join #pageBody {
    background: var(--primary-color);
    text-align: center;
}

.page-join h1, .page-join h3 {
    color:var(--white);
}

.page-join .page-row.eval-types {
    width:90%;
}

.page-join .classroom .content p {
    background: var(--primary-purple);
}

.page-join .evaluation .content {
    background: var(--white);
    color: var(--primary-text);
}

.page-join .classroom .evaluation-button .bodyButton {
    background-color: var(--primary-purple);
}

.page-join .evaluation-pricing span.term {
	color:var(--primary-text);
}

.page-join .evaluation-pricing span.term.active {
	color:var(--white);
}

.page-join .row-item.evaluation {
	    width:310px;
	}
	
.page-join .evaluation h2 {
    padding: 8px 12px;
    min-height: unset;
    font-size: 1.3em;
    font-weight: bold;
}
	
.page-join .evaluation-pricing {
	display:flex;
}

.page-join .returnbutton {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 15px;
	height:32px;
	border:1px solid var(--white);
	border-radius:16px;
	color:var(--white);
	width:max-content;
	margin:20px auto 0;
}

.page-implementation .page-body .page-row {
	max-width:1000px;
	margin: 30px auto;
}

.page-implementation .page-body .page-row.top {
	flex-direction:column;
	max-width:800px;
}

.page-implementation .page-body .page-row .row-item{
	flex:unset;
}

.page-implementation .page-body .page-row .row-item img{
	flex:unset;
	height: 140px;
  width: 140px;
  margin: 20px 0;
}

.page-newsletter-thanks .page-body .page-row.top {
	flex-direction:column;
	max-width:800px;
}

.page-newsletter-thanks .page-body .page-row.top .row-item{
	text-align: center;
}

.page-newsletter-thanks .page-body .page-row:not(.top) .row-item{
	margin-right:10px;
	margin-left:0;
}

.page-newsletter-thanks .page-body .page-row:not(.top) .row-item:last-child{
	margin-right:0;
}

.page-newsletter-thanks .page-body .page-row {
	max-width:1000px;
}

.page-newsletter-thanks .page-body .page-row button {
	width:100%;
	border:1px solid var(--primary-color-dark);
	border-radius:6px;
	background:transparent;
	margin-bottom:20px;
	cursor:pointer;
}

.page-newsletter-thanks .page-body .page-row button:hover {
	background:var(--primary-color-light);
}

.page-newsletter-thanks .page-body .page-row button h2{
	color:var(--primary-color-dark);
}

.page-newsletter-thanks .page-body .page-row button img{
	width:100%;
	max-width:220px;
}

ul.ai {
	padding-inline-start: 10px;
	margin-top:0;
}

ul.ai li {
	display:flex;
	margin:40px 0;
}

ul.ai li h3 {
	margin:0;
}

ul.ai li p {
	margin:5px 0 0;
}

ul.ai li img {
	height:80px;
	width:80px;
	margin-right:20px;
}

/* page-homeschool */

.page-homeschool h1 {
    font-size:3em;
    margin-top:0;
}

/* End page-homeschool */

/* page-comics */

.page-comics .top .row-item.text {
    flex:2;
    max-width:unset;
}

.page-comics ul.featureslist {
    display:flex;
}

/* End page-comics */

/* page-animation */

.page-animation ul.featureslist {
    display:flex;
}

.page-animation section.features {
    padding-top:0;
}

/* End page-animation */

/* page-activities */

.page-activities section.content {
    padding: 0 0 40px 0;
}

/* End page-activities */

/* page-promotiongift */

.page-promotiongift h1 {
    font-size:3em;
    margin-top:0;
}

/* End page-promotiongift */

/* Eval iframe */

section.evaliframe {
    display: flex;
    padding:0;
}

iframe.evalsignup {
	border:none;
	width:100%;
	height:620px;
	overflow:hidden;
}

/* End Eval iframe */

/* Made in USA */

.page-row.madeinusa {
	  max-width: unset;
    background: var(--primary-color);
    padding: 0 20px;
    height: 60px;
    color: var(--white);
    font-weight: 500;
}

.page-row.madeinusa .row-item{
	  display: flex;
    align-items: center;
    justify-content: center;
}

.page-row.madeinusa .row-item img {
	  border: 1px solid white;
    border-radius: 2px;
    margin-right: 20px;
    height: 32px;
    overflow: hidden;
}

/* End Made in USA  */

/* EDU page specific  */

body.promopage .orange.try-short {
    bottom: 0;
    position: sticky;
    padding: 10px 20px;
}

body.promopage .orange.try-short button {
    padding: 8px 20px;
    font-size: 1em;
    font-weight: 500;
    font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
}

body.edu .dark-blue.try-short {
    bottom: 0;
    position: sticky;
    padding: 10px 20px;
}

body.edu .dark-blue.try-short button {
    padding: 8px 14px;
}

body.promopage .dark-blue.try-short {
    bottom: 0;
    position: sticky;
    padding: 10px 20px;
    background-color:var(--primary-green)
}

body.promopage .dark-blue.try-short h3 {
    font-size: 1.2em;
}

body.promopage .dark-blue.try-short button {
    padding: 8px 14px;
    color:var(--white);
    background-color:var(--primary-orange-dark);
    font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
    font-weight: 500;
    border: 2px solid var(--white);
    font-size: 1em;
}

/* End EDU page specific  */

/* Events list */
.events-holder {
    display:flex;
    flex-direction:column;
    padding:10px 10px 30px;
    background:var(--primary-color-light);
    margin:0 auto;
    border-top:1px solid var(--grey);
    border-bottom:1px solid var(--grey);
}

ul.events-list {
    display:grid;
    grid-gap:10px;
    grid-template-columns:repeat(auto-fit, 200px);
    list-style: none;
    padding-inline-start: 0;
    margin:0;
    justify-content: center;
}

ul.events-list li {
    width:200px;
    display:flex;
    flex-direction:column;
    border:1px solid var(--primary-green-dark);
    border-radius:8px;
    overflow:hidden;
    background: var(--white);
}

.events-holder h4 {
    margin: 0 20px 10px;
    font-size: 1.2em;
}

.events-list li a{
    display:flex;
    flex-direction:column;
    flex:1;
}

.events-list li p{
    margin:0;
}

.events-list li img{
    width: 190px;
    height: 95px;
    margin: 5px;
}

.events-list li p.event-header {
    padding:4px;
    background:var(--primary-green-dark);
    color: var(--white);
    font-weight:500;
    text-align: center;
}

.events-list li p.event-title {
    padding:4px;
    color: var(--primary-text);
    font-weight:500;
    line-height: 1.2em;
    text-align: left;
}

.events-list li p.event-presenter {
    padding:4px 4px 4px 8px;
    color: var(--grey);
    font-size:.9em;
    margin-top:auto;
    text-align: left;
}

.events-list li p.event-date {
    padding:4px;
    background:var(--primary-green);
    color: var(--white);
    text-align: center;
}
/* End Events list */

/* Coppa page */
.page-coppa table {
    margin-left:10px;
    width:90%;
    border-spacing: 5px;
    border-collapse: separate; 
}

.page-coppa table thead {
    background:var(--lightgrey);
    font-weight:500;
}

.page-coppa table tr {
    display:flex;
    border-bottom:1px solid var(--middlegrey);
}

.page-coppa table tr td {
    flex:1;
    padding:5px;
}

/* End Coppa page */

/* End common css */

@media (max-width: 370px) {
	
	.wxLogo {
		margin-left:0;
	}

	.header-link.try {
		display:none;
	}
	
	.linkSignIn.head {
    margin-left: 5px;
    padding: 8px 12px;
	}
}

@media (max-width: 599px) {
    
    .linkSignIn.try {
        display:none;
    }
    
    .header-link.login {
	padding: 0 20px;
    }

    .page-row.tweets {
        justify-content: center;
    }

    .district-logos {
        display:none;
    }

    .bottomBody .linkText {
        line-height: 40px;
    }

    .button-row {
        width: 100%;
        margin-right: 0;
    }

    .ctaLink {
        height: 44px;
        border-radius: 22px;
        font-size: 1em;
    }

    .page-row.section-head img {
        width: 100%;
        border-radius: 40px 40px;
    }

    .page-pricing .page-row.user-types, 
    .page-evaluation .page-row.user-types {
        display: none;
    }
	
    .row-item.evaluation {
        margin: 0 2% 20px;
    }
        
    p.headlineText {
	width:90%;
    }
    
    IMG.home-main {
  	margin-top:30px;
    }
    
    section.headline-callout {
        display:none;
    }

    .page-giftofcreativity h1 {
        font-size:2.2em;
        font-weight:bold;
    }
    
    .page-giftofcreativity .buttonLink {
        margin-bottom:20px;
    }
}

@media (min-width: 599px) {

    .page-pricing .page-row.phone-types,
    .page-evaluation .page-row.phone-types {
        display: none;
    }

}

/* Begin phone screen css */

@media (max-width: 1000px) {

    .column.nomobile {display:none;}

    .make li p,
    .make h4 {
        font-size: .7em;
        line-height: normal;
    }
    
    .button-row.parentoptions {
        display: flex;
        flex-direction:column;
        align-items: center;
    }
    
    .button-row.parentoptions div:not(:first-child){
        margin-top:25px;
    }
    
    ul.featureslist {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 700px) {

#headlinePhone {
	display: block;
	position: relative;
	width: 100%;
}

#headlineTablet {
	display: none;
}

#headline900 {
	display: none;
}

#headline1400 {
	display: none;
}

.headlineContent {
	position: absolute;
	width: 52%;
  z-index: 1000;
	right: 1%;
	bottom: 10%;
	overflow: hidden;
}

.headlineIcons {
    display: block;
    margin-top: 10%;
}

p.apps {
	font-family: 'Roboto', verdana, sans-serif;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
}

.altLogin {
	width: 100%;
	margin-bottom: 20px;
}

.award-container {
	text-align: center;
}

.district-container img {
	height: 49px;
	width: 80px;
}

.signin {
	display: inline;
}

.nomobile {
	display: none;
}

.columnMobile {
  margin: 4%;
  text-align: left;
}

.dialog-project-types-container {
	display:none;
}

ul.featureslist {
    grid-template-columns: 1fr;
}

}

/* End phone screen css */

/* Begin tablet screen css */

@media (min-width: 701px) {
	
.noDesktop {
	display: none;
}

#headlinePhone {
	display: none;
}

#headlineTablet {
	display: block;
	position: relative;
	width: 100%;
}

#headline900 {
	display: none;
}

#headline1400 {
	display: none;
}

.page-eval .headerLinks {display: none;}

.headerButton {
	margin-right: 20px;
}

.headlineContent {
	position: absolute;
	width: 60%;
  z-index: 1000;
	right: 5%;
	margin-top: 20px;
	overflow: hidden;
}

.headlineIcons {
	display: none;
}

.altLogin {
	width: 220px;
	margin-bottom: 20px;
}

.signinButton:link {
	color:#ffffff;
}

.purchase-box {
		height: 420px;
  }

}

/* End tablet screen css */

/* Begin small screen css */

@media (max-width: 760px) {
    
    .nophone {
        display:none;
    }
    
    body.edu .dark-blue.try-short .page-row {
        padding-top:0;
    }
    
    body.edu .dark-blue.try-short .button-holder {
        margin:0;
    }
    
    body.edu .dark-blue.try-short h3 {
        display:none;
    }
    
    .bigger {
        font-size: 1.2em;
        line-height: 1.5em;
    }
	
    .wxLogo {
        margin-left: 8px;
    }
    
    .orange.try-short {
        position: sticky;
        bottom: 0;
        padding: 0;
    }
    
    .orange.try-short {
        position: sticky;
        bottom: 0;
        padding: 0;
    }
    
    .orange.try-short .page-row {
        padding: 0;
    }
    
    .orange.try-short .page-row h3{
        display:none;
    }
    
    .orange.try-short .page-row .button-holder {
        margin-top: 0;
        width: 100%;
    }
    
    .orange.try-short .page-row .button-holder .buttonLink {
        background: transparent;
        padding: 0;
        height: 44px;
        width: 100%;
        color: var(--white);
        font-weight: 500;
        font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
    }
    
    .page-giftofcreativity .orange.try-short .page-row .button-holder .buttonLink {
        background: var(--white);
        padding: 8px 20px;
        height: unset;
        width: fit-content;
        color: var(--primary-color);
        font-weight: 500;
        font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
        margin-top:10px;
    }
    
    .page-giftofcreativity .try-short h2 {
        font-weight: bold;
        font-size: 1.4em;
    }
    
    section.dark-blue.make {
        display: flex;
        flex-direction:column;
        align-items: center;
        background-size: 100% 50%;
    }
    
    .promo section.dark-blue.make {
        display: none;
    }
    
    section.dark-blue.make ul {
        width: unset;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        grid-template-rows: auto auto;
    }
    
    .page-parents section.dark-blue.make ul {
        display: flex;
        flex-direction: row;
    }

    section.dark-blue.make li.row-item.pt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    section.dark-blue.make .row-item.pt img {
        height: 32px;
        width: 32px;
        margin: 0;
        border-radius: 2px;
    }
    
    section.dark-blue.make .row-item.pt p {
        font-size: .9em;
        margin-top: 5px;
        margin-left: 0;
    }
    
    section.dark-blue.make .row-item.pt.hide {
        display: none;
    }
    
    section.dark-blue.make ul  > li.row-item.pt:nth-child(n+7) {
        display: none;
    }
    
    .page-home .page-row.main img.home-main {
        margin: 10px auto 20px;
    }
    
    .page-home .page-row.main h1.headlineText {
        margin-bottom:8px;
    }
    
    .page-home .page-row.main p.headlineText {
        font-size: 1.1em;
        text-align: center;
        margin: 0 auto;
    }
    
    blockquote {
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        margin-block-start: 0;
    }
    
    blockquote p {
        margin-bottom:0;
    }
    
    section.calloutlink .page-row a p {
        font-size: 1.1em;
        line-height: 1.2em;
        margin: 0 30px 0 0;
    }

    h1 {
        font-size: 1.5em;
        line-height: normal;
    }

    h1.bold {
        font-weight: 500;
        line-height: normal;
        max-width: 95%;
    }

    h1.promo-headline {
        font-size: 2em;
        margin: 0;
    }

    h2 {
        font-size: 1.5em;
        line-height: 1.3em;
    }

    h2.pageSubhead {
        font-size: 1.8em;
        line-height: 1.4em;
        margin: 5px auto 10px;
        width: 96%;
    }

    h1.promo,
    h2.promo {
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    h3 {
        font-size: 1.3em;
        font-weight: 500;
        line-height: 1.6em;
    }

    section.green h2, 
    section.purple h2, 
    section.dark-blue h2 {
        margin: 0 0 5px;
        text-align: center;
        font-weight: bold;
    }

    p.promo {
            text-align: left;
      margin-left: 15px;
      margin-right: 15px;
    }

    IMG.centeredTry {
        display: block;
        max-width: 135px;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .boxTop {
            opacity: 0.0;
      text-align: left;
      margin-left: 4%;
      margin-right: 4%;
      margin-top:20px;
    }

    .boxTopLeft {
      margin-left: 4%;
      margin-right: 4%;
      margin-bottom: 24px;
    }

    .boxTopRight {
      margin-left: 4%;
      margin-right: 4%;
      margin-top: 24px;
      margin-bottom: 24px;
    }

    .headline {
		font-size: 1.25em;
		font-weight: normal;
		color: var(--primary-color);
		margin-top: 0px;
    }

    .linkLogIn {
	background: #00a9e3;
	position: absolute; top: 15px; right: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	border-radius: 5px;
	border-style: solid;
        border-width: 1px;
        border-color: #13416f;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	min-width: 50px;
        float: right;
    }

    .linkLogIn a {
            position:absolute;
      width:100%;
      height:100%;
    }

    .linkLogIn:hover {
            background: #0085b2;
    }

    .linkLogIn:active {
            background: #004962;
    }

    .boxSectionCenter {
            text-align:center;
    }

    .column {
      display: block;
      margin: 4%;
      margin-bottom: 30px;
      text-align: left;
    }

    .columnThinLeftTop {
            width: 96%;
            margin: 0 auto;
    }

    .columnWideRight {
            display: block;
      margin: 3%;
      text-align: left;
    }

    .columnThinLeft {
                    display: none;
    }

    .columnThinTop {
            display: block;
      margin: 3%;
      text-align: center;
    }

    .columnWideLeft {
                    display: block;
      margin: 3%;
      text-align: left;
    }

    .columnThinRight {
                    display: block;
      margin: 3%;
      text-align: center;
    }

    .columnHide {
      display: block;
      margin: 2%;
      margin-bottom: 30px;
      text-align: center;
    }

    .columnRight {
                    width: 96%;
                    text-align: left;
                    overflow: hidden;
                    margin-left: auto;
        margin-right: auto;
    }

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

    .columnMain {
                    width: 94%;
        text-align: left;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .kitBlock {
                    display: block;
                    border: 1px solid #dadada;
                    border-radius: 4px;
                    width: 96%;
                    vertical-align: top;
                    margin-bottom: 10px;
                    margin-right: auto;
                    margin-left: auto;
                    cursor: pointer;
    }

    .kitText {
                    display: inline-block;
                    width: 60%;
                    text-align: left;
    }

    .kitImage {
                    display: inline-block;
                    width: 35%;
                    vertical-align: top;
                    margin-top: 10px;
    }

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

    .bottomHeading {
            background-color: #6691CD;
            color: #ffffff;
            font-size: 1em;
            padding-left: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin: 0px;
    }

    .footerBoxLeft{
      width: 98%;
      margin-top: 10px;
      text-align: center;
    }

    .footerBoxRight{
      width: 98%;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center;
    }

    .pageSpacer {
      width: 100%;
      height: 30px;
      text-align: center;
      overflow: hidden;
            margin-left: auto;
            margin-right: auto;
    }

    .top-message {
            display:none;
    }

    .pageTop {
      background: #fbea76 url(/css/images/wx-content-top2-700.jpg) no-repeat center;
      width: 100%;
      overflow: hidden;
    }

    .pageTopFull {
      background: #fbea76 url(/css/images/wx-content-top2-760.jpg) no-repeat center;
      width: 100%;
      overflow: hidden;
    }

    .pageTopHome {
      background: #ffdb53 url(https://static.wixie.com/css/images/wx_landing_top_small_767_230.jpg) no-repeat;
      background-size: cover;
      width: 100%;
      text-align: center;
      max-height:230px;
      overflow: hidden;
    }

    .videoBox {
            display: block;
      min-height: 269px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }

    .videoBox.intro {
      min-height: unset;
      height: auto;
    }

    .tryText {
            display: block;
            width: 96%;
            margin: 20px auto;
    }

    .tryImage {
            display: block;
            width: 96%;
            margin-top: 40px;
            margin-left: auto;
            margin-right: auto;
    }

    .homeTweets {
            display: block;
            width: 90%;
            margin-top: 40px;
            margin-left: auto;
            margin-right: auto;
    }

    .page-row {
            flex-direction: column;
            padding: 5px 10px 0;
    }

    .page-row.main {
        padding: 4% 10px 0;
    }

    .page-row.tweets {
        flex-direction: row;
        padding: 0 2%;
    }

    .page-row.footer {
        padding: 5px 10px;
        align-items: flex-start;
    }

    .page-row.footer.apps {
        display:none;
    }

    .page-row.footer.links {
        padding: 0;
    }

    .page-row.footer.links .row-item.bottom {
        margin: 0;
        width: 100%;
        max-width: unset;
    }

    .page-row.footer.links .row-item.bottom h4 {
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        background-color: #f9f9f9;
        padding: 5px 10px;
        margin: 10px 0 5px;
    }

    .page-row.footer.links .row-item.bottom p {
        margin: 0 20px;
    }

    .page-row.footer.links .row-item.right {
        display:none;
    }

    .page-row.footer h4 a {
        display:block;
        height: 40px;
    }

    .page-row .button-holder {
        margin-top:10px;
    }

    .page-home .page-row.noPrint {
        padding-bottom:20px;
    }
    
    .page-row.project-unicorn,
    .page-row.devices.small-image img,
    .page-row.ai.small-image img {
        display:none;
    }

    .row-item.right {
    text-align: left;
    }

    .row-item.eval-form {
            margin-bottom: 40px;
    }

    .row-item.flex.align-center {
              flex-wrap: wrap;
    }

    .page-row.footer.first .row-item.flex.align-center p {
              flex-basis:100%;
    }

    .row-item.flex.align-center h4 {
              width: 100%;
        margin: 20px 0 5px;
    }

    .make .row-item {
            margin-bottom:30px;
    }

    .make.toc {
            display:none;
    }

    section.students {
            padding-top:0;
    }

    section.students .row-item {
              display: flex;
        flex-direction: column;
    }

    section.students .row-item img{
              order:3;
    }

    section.students .row-item h3{
              margin-bottom: 0;
              margin-top:30px;
    }

    section.students .row-item p{
              margin-top:5px;
    }

    section.green .row-item.one {
            margin: 0 20px;
    }

    section.green .row-item.one p {
            margin-top:0;
    }

    .row-item.evaluation.personal {
            order:3;
            margin-bottom:20px;
    }

    .row-item.evaluation.classroom {
            order:1;
            margin-bottom:20px;
    }

    .row-item.evaluation.school {
            order:4;
    }

    .row-item.evaluation.family {
            order:2;
    }

    section.authors .page-row .row-item.image {
            order:2;
    }

    section.authors .page-row .row-item.text {
            order:1;
    }

    .page-teachers .videoBox {
            margin-top:30px;
    }

    .page-teachers .page-row.quote-image {
              width: 100%;
    }

    .page-teachers .page-row.quote-image .row-item.image {
              text-align:center;
              order:2;
    }

    .page-teachers .page-row.quote-image .row-item.text {
              order:1;
    }

    .page-teachers .page-row.messages {
        margin: 30px auto;
    }

    .page-teachers .page-row.messages img {
        display:none;
    }

    .page-teachers .page-row.messages .row-item-two {
        margin: 0 10px;
    }

    .page-teachers .feature-grid {
        display: block;
    }

    .page-teachers .feature-grid h3{
        margin:0;
    }

    .page-teachers .feature-grid p{
        margin: 5px 10px 20px;
    }

    .page-teachers section.purple {
        border-radius:10px;
        padding-top: 0;
        margin: 40px 10px 10px;
    }

    .page-teachers section.teacherguides {
        padding-top:0;
    }

    .page-teachers .page-row.guides {
        grid-template-columns: 1fr 1fr;
    }
    
    .page-parents section.guides {
        display:none;
    }

    section.top {
        padding-top: 20px;
    }
    
    .page-digitalbooks h1,
    .page-mindmaps h1 {
        font-size: 2em;
        margin: 0;
    }
    
    .page-digitalbooks .promo .page-row.main,
    .page-mindmaps .promo .page-row.main {
        margin-bottom:20px;
    }
    
    .page-digitalbooks .page-row.main .row-item.text,
    .page-mindmaps .page-row.main .row-item.text {
        order:2;
        margin-left: 4%;
        margin-right: 4%;
    }
    
    .page-digitalbooks .page-row.main .row-item.img,
    .page-mindmaps .page-row.main .row-item.img {
        order:1;
    }
    
    .page-digitalbooks .page-row.main .row-item.img img,
    .page-mindmaps .page-row.main .row-item.img img {
        margin-top:0;
        margin-bottom:20px;
        width: 80%;
    }
    
    .page-digitalbooks p.large,
    .page-mindmaps p.large {
        font-size: 1.1em;
    }
    
    .page-digitalbooks hr,
    .page-mindmaps hr {
        margin-top:0;
        margin-bottom:0;
    }
    
    .page-homeschool .promo .page-row.main {
        margin-bottom:20px;
    }
    
    .page-homeschool h1 {
        font-size: 2em;
        margin-bottom:0;
    }
    
    .page-homeschool .page-row.main .row-item.text {
        order:2;
        margin-left: 4%;
        margin-right: 4%;
    }
    
    .page-homeschool .page-row.main .row-item.image {
        order:1;
    }
    
    .page-homeschool .page-row.main .row-item.image img {
        width:80%;
    }
    
    .promo hr {
        margin:0 auto;
    }
    
    .page-faith .promo .page-row.main .text {
        order:2;
    }

    .page-faith .promo .page-row.main .img {
        order:1;
    }
    
    .events-holder {
        display:none;
    }

}

/* End small screen css */

/* Begin large screen css */

@media (min-width: 761px) {

h1 {
		font-size: 1.75em;
		line-height: normal;
		margin-bottom: 0px;
}

h1.bold {
		font-weight: bold;
		margin-bottom: 0px;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h2.pageSubhead {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 20px;
}

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

IMG.centeredTry {
    display: block;
    width: 100%;
    max-width: 135px;
    height: auto;
    max-height:135px;
    margin-left: auto;
    margin-right: 3%;
    margin-top: 10px;
}

.buttonCenter {
    text-align: center;
    margin-top: 20px;
}

.boxSectionCenter {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.boxTop {
  width: 52%;
  max-width: 750px;
  text-align: left;
  margin-top: 70px;
  margin-left: 40%;
}

.boxTopLeft {
	float: left;
  width: 49%;
  padding: 10px;
  padding-left: 30px;
  text-align: left;
}

.boxTopLeftHome {
  width: 69%;
  float: left;
  text-align: left;
}

.boxTopRight {
	float: right;
  max-width: 40%;
  padding: 10px;
  padding-right: 20px;
  text-align: left;
}

.boxTopRightHome {
  width: 30%;
  float: left;
  text-align: left;
}

.headline {
		font-size: 1.4em;
		font-weight: normal;
		color: var(--primary-color);
		margin-top: 0px;
}

.headline:visited {
		color: var(--primary-color);
}

.linkLogIn {
	background: #00a9e3;
	position: absolute; top: 25px; right: 3%;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
	border-style: solid;
  border-width: 1px;
  border-color: #13416f;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.linkLogIn a {
	position:absolute;
  width:100%;
  height:100%;
}

.linkLogIn:hover {
	background: #0085b2;
}

.linkLogIn:active {
	background: #004962;
}

.column {
  display: inline-block;  
  width: 47%;
  max-width: 500px;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: top;
  text-align: left;
}

.column-tweets {
	    width: 70%;
    margin: 0 auto;
  }

.columnThree {
  display: inline-block;  
  width: 30%;
  max-width: 500px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  vertical-align: top;
  text-align: left;
}

.columnFull {
  display: inline-block;  
  width: 96%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  text-align: left;
  margin-bottom: 30px;
}

.columnHide {
  display: inline-block;  
  width: 47%;
  max-width: 500px;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: top;
  text-align: left;
}

.columnWideRight {
		display: inline-block;
		width: 56%;
		margin-left: 4%;
		margin-right: 2%;
		text-align: left;
		vertical-align: top;
}

.columnThinLeft {
		display: inline-block;
		width: 35%;
		margin-top: 30px;
		margin-left: 1%;
		text-align: left;
		vertical-align: top;
}

.columnThinLeftTop {
		display: inline-block;
		width: 35%;
		margin-top: 10px;
		margin-left: 1%;
		text-align: left;
		vertical-align: top;
}

.columnWideLeft {
		display: inline-block;
		width: 56%;
		margin-right: 4%;
		margin-left: 2%;
		text-align: left;
		vertical-align: top;
}

.columnThinRight {
		display: inline-block;
		width: 35%;
		margin-top: 30px;
		margin-right: 1%;
		text-align: left;
		vertical-align: top;
}

.columnThinRightTop {
		display: inline-block;
		width: 35%;
		margin-top: 30px;
		margin-right: 1%;
		text-align: left;
		vertical-align: top;
}

.columnRight {
		display: inline-block;
		width: 31%;
		max-width: 330px;
		margin: 5px 5px 5px 10px;
		text-align: left;
		vertical-align:top;
}

.columnMain {
		display: inline-block;
		width: 63%;
		max-width: 800px;
		margin: 5px 10px 5px 5px;
		text-align: left;
}

.column.columns{
	column-count:2;
}

.column.columns p {
	margin-top:0;
}

.kitBlock {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 48%;
		max-width: 400px;
		min-height: 340px;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
}
	
.kitText {
		display: inline-block;
		width: 60%;
		min-height: 220px;
		text-align: left;
}
	
.kitImage {
		display: inline-block;
		width: 35%;
		vertical-align: top;
		margin-top: 10px;
}

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

.bottomHeading {
	font-size: .9em;
	margin-top: 20px;
}

.footerBoxLeft{
  width: 47%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.footerBoxRight{
  width: 47%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.pageSpacer {
  width: 100%;
  height: 50px;
  text-align: center;
  overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.pageTop {
  background: #fbea76 url(/css/images/wx-content-top2-850.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height:230px;
}

.pageTopHome {
  background: #ffdb53 url(https://static.wixie.com/css/images/wx_landing_top_large_1100_435.jpg) no-repeat;
  width: 100%;
  height:435px;
  overflow: hidden;
}

.pageTopFull {
  background: #fbea76 url(/css/images/wx-content-top2-850.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}

.videoBox {
	display: block;
  min-height: 269px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.videoBox.promo {
	margin: 10px auto 30px;
}

.tryText {
		display: inline-block;
		width: 35%;
		margin-right: 3%;
		text-align: left;
    margin-left: 20px;
}
	
.tryImage {
		display: inline-block;
		width: 420px;
		margin-top: 10px;
		vertical-align: top;
}

.homeTweets {
		display: inline-block;
		vertical-align: top;
		max-width: 50%;
}

.row-item.large {
    font-size:1.4em;
}

}

/* End large screen css */

@media (min-width: 761px) and (max-width:900px) {
    
    .mobileMenuItem.singin {display: none;}
    
    .row-item.right {display:none;}

    .page-teachers .page-row.quote-image {
        width: 90%;
    }
    
    .try-short .button-holder {
        width: fit-content;
        min-width: fit-content;
        margin-left:20px;
    }
}

@media (max-width:900px) {

    .row-item.one {
        order: 1;
    }

    .row-item.two {
        order: 2;
    }

    h1 {
        text-align: center;
    }

    h1.headlineText {
        font-size: 2.1em;
    }

    p.headlineText {
        font-size: 1.3em;
        margin-left: auto;
        margin-right: auto;
    }

    .award-container{
        display: none;
    }

    .t4l-20 {
        margin-bottom: 20px;
    }

    .cta {
        text-align: center;
    }

    .header-link:not(.login) {
        display: none;
    }

    #mobile_menu {
        width: 100%;
        position: absolute;
        top: 50px;
    }

    #navButton {
        display: inline-block;
        cursor: pointer;
        margin: 0 10px 0 20px;
    }	

    .page-eval #navButton {display: none;}

    .mobileMenuItem {
        display: block;
        background: #F5F5F5;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid lightgrey;
    }

    .mobileMenuText {
        color: #1b4774;
        font-size: 1.1em;
        font-family: 'Roboto', sans-serif;
        margin-left: 20px;
    }
    
}

/* Begin 900+ screen css */

@media (min-width: 901px) {

.page-teachers .header,
.page-seesaw .header {
	position:fixed;
	z-index: 2147483647;
	opacity: .9;
}

.page-teachers .page-row.main {
	padding-top:120px;
}

.page-teachers section.green {
	padding-top:30px;
}

.page-seesaw section.make {
	padding: 70px 0 16px 0;
}
	
h1 {
    font-size: 2em;
    line-height: normal;
}

.page-digitalbooks h1,
.page-mindmaps h1 {
    font-size: 3em;
    margin-top:0;
    font-family: 'Roboto Condensed', 'Roboto', verdana, helvetica, arial, sans-serif;
}

.page-giftofcreativity h1 {
    font-size:2.5em;
    font-weight:bold;
}

h1.pageHeading {
    font-size: 3em;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}

h1.promo-headline {
    font-size: 3em;
    color:var(--primary-color);
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
	font-size: 1.7em;
	line-height: 1.2em;
}

h2.pageSubhead {
	font-size: 1.7em;
	line-height: 1.4em;
	margin-top: -1%;
	margin-bottom: 4%;
}

h1.headlineText {
	font-size: 2.5em;
}

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

.wxLogo {
    padding-top: 4px;
}

.project-container-tweet.last {
	margin-right: auto;
    margin-left: 2%;
}
	
.kitBlock {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 48%;
		max-width: 500px;
		min-height: 340px;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
}

.boxTopLeft {
	float: left;
  width: 56%;
  padding: 10px;
  padding-left: 30px;
  text-align: left;
}

.boxTopLeftHome {
  width: 65%;
  float: left;
  text-align: left;
}

.boxTopRight {
	float: right;
  max-width: 36%;
  padding: 10px;
  padding-right: 20px;
  text-align: left;
}

.boxTopRightHome {
  width: 30%;
  float: left;
  text-align: left;
}

.boxBottom {
  display: inline-block;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-width: 150px;
  vertical-align: top;
}
	
.kitBlock:Hover {
		background: #dce5f6;
}
	
.kitText {
		display: inline-block;
		width: 60%;
		min-height: 240px;
		text-align: left;
}
	
.kitImage {
		display: inline-block;
		width: 35%;
		vertical-align: top;
		margin-top: 10px;
}
	
.pageTop {
  background: #fbea76 url(/css/images/wx-content-top2-1900.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 275px;
}

.pageTopFull {
  background: #fbea76 url(/css/images/wx-content-top2-1900.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}

.pageSpacer {
  width: 100%;
  height: 50px;
  text-align: center;
  overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
	
}

@media (min-width:760px) and (max-width:1100px) {
	
	.row-item.evaluation {
	    margin-left: 5px;
	    margin-right: 5px;
	    width:229px;
	}
	
	.row-item.evaluation .content{
	    min-width:unset;
	}
	
	.evaluation h2 {
    padding: 10px 10px;
    min-height: 78px;
    box-sizing: border-box;
	}
	
	.evaluation-description ul{
		 padding-inline-start: 10px;
	   margin: 0;
	}
	
	.evaluation-pricing {
		display:block;
		text-align: center;
    height: 40px;
	}
	
	.evaluation-pricing span.mcost:not(.hide), 
	.evaluation-pricing span.acost:not(.hide) {
    display:block;
    text-align: center;
    margin-right: 0;
	}
	
	.evaluation-pricing span.term {
		position: relative;
	}
	
	.evaluation-pricing span.term.annual {
		left:2px;
	}
	
	.evaluation-pricing span.term.monthly {
		right:2px;
	}
	
	.evaluation-button .bodyButton {
    padding: 10px 5px;
    line-height: 1.2em;
    box-sizing: border-box;
	}
	
}

@media (min-width:900px) and (max-width:1350px) {
	
	.page-row.main {
    padding: 4% 2%;
	}
	
}

/* Begin 1000 screen css */

@media (min-width: 1000px) {

#headlinePhone {
	display: none;
}

#headlineTablet {
	display: none;
}

#headline900 {
	display: block;
	position: relative;
	width: 100%;
}

#headline1400 {
	display: none;
}

.headlineContent {
	position: absolute;
	width: 52%;
  z-index: 1000;
	right: 5%;
	bottom: 10%;
	overflow: hidden;
}

.headlineIcons {
	display: block;
	margin-top: 8%;
}

.columnWideRight {
		display: inline-block;
		width: 58%;
		margin-left: 5%;
		margin-right: 2%;
		text-align: left;
		vertical-align:middle;
}

.columnThinLeft {
		display: inline-block;
		width: 31%;
		margin: 0px;
		text-align: left;
		vertical-align:middle;
}

.columnThinLeftTop {
		display: inline-block;
		width: 31%;
		margin: 0px;
		text-align: left;
		vertical-align: top;
}

.columnWideLeft {
		display: inline-block;
		width: 58%;
		margin-right: 5%;
		margin-left: 2%;
		text-align: left;
		vertical-align:middle;
}

.columnThinRight {
		display: inline-block;
		width: 31%;
		margin: 0px;
		text-align: left;
		vertical-align:middle;
}

.columnThinRightTop {
		display: inline-block;
		width: 31%;
		margin: 0px;
		text-align: left;
		vertical-align:top;
}

.tryText {
		display: inline-block;
		width: 30%;
    margin-right: 3%;
    margin-left: 10%;
    text-align: left;
}
	
.tryImage {
		display: inline-block;
		width: 420px;
		vertical-align: top;
		margin-right: 3%;
}
	
}
	
/* End 1000 screen css */

/* Begin 1400 screen css */

@media (min-width: 1350px) {
	
#headlinePhone {
	display: none;
}

#headlineTablet {
	display: none;
}

#headline900 {
	display: none;
}

#headline1400 {
	display: block;
	position: relative;
	width: 100%;
	max-height: 600px;
	overflow: hidden;
}

.headlineMenu {
	position: absolute;
	width: 100%;
  z-index: 1000;
	margin-top: 0px;
}

.headlineContent {
	position: absolute;
	width: 45%;
  z-index: 1000;
	right: 10%;
	bottom: 10%;
	text-align: center;
}

.headlineLogo {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.headlineIcons {
	display: block;
	margin-top: 8%;
}

h1.headlineText {
    font-size: 3em;
}

p.headlineText {
	font-size: 1.4em;
}

.page-home h2 {
		font-size:2.3em;
		line-height:unset;
	}
	
	.page-home h2.h2-small {
		font-size:2em;
		line-height: 1.2em;
    margin-bottom: 0px;
	}

}
	
/* End 1400 screen css */

@media (min-width: 1600px) {

	.project-types {
	    max-width: 80%;
	}

}

@media (min-width: 1600px) {
	
	.page-row {
    max-width: 1300px;
	}
	
	.page-row.main {
    max-width: 1400px;
	}
	
	.row-item-two {
    margin: 0 2%;
	}
	
	h1.headlineText {
    font-size: 3.5em;
	}
	
	h2.headlineText {
    font-size: 2.5em;
	}
	
	p.headlineText {
    font-size: 1.8em;
	}
	
	p {
    font-size: 1.1em;
	}

}

@media (min-width:1000px) and (max-width: 1200px) {
	
	.project-container-tweet {
    width: 300px;
	}
	
}

@media (orientation:portrait){
    .page-mindmaps h1 {
        font-size: 2em;
        margin-top:0;
        font-family: 'Roboto Condensed', 'Roboto', verdana, helvetica, arial, sans-serif;
    }
    
    .page-mindmaps .page-row.main .row-item.text p:first-child {
        margin-top:0;
    }
    
    body.page-join {
        margin-top:30px;
    }
    
}

@media (orientation:portrait) and (max-width:590px){
    
    body.page-join {
        display: flex;
        flex-direction: column;
    }
    
    body.page-join .page-row {
        padding:0;
        margin:10px 20px;
        width: unset;
    }
    
    .page-join .page-row.eval-types {
        width: unset;
    }
    
    body.page-join .row-item.evaluation{
        width:unset;
    }
    
    body.page-join .evaluation .content {
        max-width: unset;
        width: 100%;
    }
    
    body.page-join .returnbutton {
        margin: 20px auto;
    }
    
}

@media (orientation:portrait) and (min-width:590px) and (max-width:760px) {
    
    body.page-join {
        display: flex;
        flex-direction: column;
    }
    
    body.page-join .page-row.eval-header {
        padding:0;
        margin:10px 20px;
        width: unset;
    }
    
    body.page-join .page-row.eval-types {
        padding:0;
        margin:10px auto;
        width: 60%;
        max-width:400px;
    }
    
    .page-join .page-row.eval-types {
        width: unset;
    }
    
    body.page-join .row-item.evaluation{
        width:unset;
        margin-bottom: 20px;
    }
    
    body.page-join .evaluation .content {
        max-width: unset;
        width: 100%;
    }
    
    body.page-join .returnbutton {
        margin: 20px auto;
    }
    
}

.email-sending.hidden,
.creating-account.hidden {
	display: none;
}

.email-sending,
.creating-account {
	margin-top:20px;
}

/* Override other styles, such as Hubspot. */

.hs-button:hover {
		box-shadow: none !important;
}
    
.hs-button {
    color: #ffffff !important;
    background-color: #ef5f00 !important;
    background-image: none !important;
    padding: 8px 14px !important;
    border-radius: 20px !important;
    font-size: 1.2em !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400 !important;
    margin-top: 20px;
    cursor: pointer;
}

.margin0 {
	margin: 0;
}

.paddingTop0 {padding-top: 0;}
.paddingBottom20 {padding-bottom: 20px;}
.left {text-align: left;}
.caps {text-transform:uppercase;}
.middle {vertical-align: middle;}

body.page-google-unknown-user {
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-google-unknown-user #pageBody {
	flex:1;
}

/* iframe styles */
.iframe .wxLogo a{
	cursor:default;
	pointer-events:none;
}

.iframe .headerLinks,
.iframe .navButtonMenu,
.iframe .footerScreen,
.iframe .pageBottom,
.iframe .noiframe {
	display:none;
}

.hidden,
.hide {
	display:none;
}

/** JOIN PAGE MEDIA **/

@media (max-height:500px) {
    
    .page-join .evaluation-description ul li {
        font-size:.9em;
    }
    
    .page-join .evaluation-description {
            margin: 15px;
    }
}

@media (min-height:700px) {
	
    .page-join {
        margin-top: 60px;
    }

    .page-join h1 {
        margin-bottom: 40px;
    }
	
}

/** END JOIN PAGE MEDIA **/

/** PAGE NEWSLETTER **/

.page-newsletter .intro img {
	height:100px;
}

.page-newsletter .page-row.fields label {
    width: 100px;
    min-width: 100px;
}

.page-newsletter h1 {
	 color: var(--primary-color-dark);
}

/** END PAGE NEWSLETTER **/



	


