/*
Theme Name: Pre-K Pages
Theme URI: http://www.pre-kpages.com/
Description: A custom child theme created for the Genesis Framework.
Author: Archer Creative
Author URI: http://archercreative.com/
Version: 3.2.7
Template: genesis
Template Version: 2.2.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Sidebar Welcome
	- Top Opt-in
	- Front Page Widgets
	- Bottom About
	- Footer Opt-in
	- After Entry
- Plugins
	- Easy Digital Downloads
	- Genesis eNews Extended
	- Related Posts for WordPress
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Fixed Sticky Header
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation (Inner Pages Top Navigation)
	- Secondary Navigation (Homepage Lower Navigation)
	- Homepage Top Navigation
	- Footer Navigation
	- Navigation Color Scheme & Icons
	- Back to Top Button
	- Single Post Navigation
- Page Templates
	- Front Page
	- Book Page
- Content Area
	- Category Archives
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

/* ## Cyber Monday Sale Banner
--------------------------------------------- */

.sale-banner {
	background-color: #e13772;
	clear: both;
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.sale-notice {
	clear: left;
	color: #fff;
	font-size: 20px;
	display: inline;
	text-shadow: 0 1px 1px #000;
}

.sale-link {
	background-color: #354662;
	color: #fff;
	font-family: Open Sans Condensed, sans-serif;
	margin-left: 40px;
	padding: 5px 10px;
	text-transform: uppercase;
}


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 2.2rem;
}

body {
	background-color: #fff;
	color: #020202;
	font-family: Crimson Text, serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #5ec6c6;
	text-decoration: none;
}

.entry-content a {
	font-weight: bold;
}

a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #528c3f;
	font-family: Open Sans Condensed, sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
}

h2 {
	color: #528c3f;
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #019192;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #019192;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #5ec6c6;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 3px 15px 5px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	color: #fff;
	text-decoration: underline;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 30px;
}

.home .site-inner {
	padding-top: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.last {
	float: right;
	margin-right: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	border: 5px solid #fff;
	outline: 1px solid #ddd;
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	margin-bottom: 0;
	padding: 40px;
}

.author-box {
	background-color: #f0f0f0;
	font-size: 16px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 40px;
	color: #0e7277;
}

.author-box a {
	font-style: italic;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.search-form input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	display: block;
	background: transparent;
	color: #888 !important;
	position: absolute;
	right: 0px;
	top: 7px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
	text-transform: uppercase;
}

.entry-title {
	color: #5ec6c6;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
}

.entry-title a {
	color: #5ec6c6;
}

.entry-title a:hover {
	color: #0d7277;
}

.blog .entry p {
    margin-bottom: 5px;
    padding-top: 5px;
}

.blog .entry-title {
	text-transform: none;
}

.blog .entry-title a {
	color: #5ec6c6;
}

.blog .entry-title a:hover {
	color: #0d7277;
	text-decoration: none;
}

.single .entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 1px;
}

.share-before_opt_in::before,
.share-after::before,
.share-box::before {
	color: #5ec6c6;
	content: "Like this? Share it!";
	font-family: Open Sans Condensed, sans-serif;
	font-size: 18px;
	margin-right: 8px;
	text-transform: uppercase;
}

.share-before_opt_in,
.share-after,
.share-box {
	margin-bottom: 40px;
	text-align: center;
}

.page .entry-title,
.single-download .entry-title {
	padding-bottom: 40px;
	text-align: center;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #0d7277;
}

.widget-title {
	color: #5ec6c6;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

/* ## Sidebar Welcome
--------------------------------------------- */

.welcome {
	background-color: #528c3f;
	color: #fff;
	display: inline-block;
	margin-top: 90px;
	position: relative;
}

.welcome-image {
	width: 180px;
	border-radius: 1000px;
	border: 2px solid #fff;
	margin: 0 auto;
}

.welcome-pic img {
	margin-top: -90px;
}

.welcome p {
	font-size: 18px;
	padding: 30px;
}

.welcome-nav {
	background-color: #0e7277;
	color: #fff;
	padding: 20px;
	text-align: center;
}

.welcome-nav a {
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
}

.welcome-nav a:hover {
	text-decoration: underline;
}

.welcome-nav .fa:hover {
	color: #5ec6c6;
}

.welcome-nav-1 {
	font-family: Open Sans Condensed, sans-serif;
}

.sidebar input[type="search"] {
	font-family: 'Crimson Text', serif;
	font-size: 17px;
	font-style: italic;
	margin-top: 5px;
	padding: 10px 35px;
	text-transform: lowercase;
}

.sidebar .search-form {
	background-color: #0e7277;
	padding: 10px 20px 10px;
	margin-top: -70px;
}

.sidebar .search-form input[type="submit"] {
	top: 22px;
	right: 15px;
}

.search-form input:hover[type="submit"] {
	text-decoration: none;
}

/* ## Top Opt-in
--------------------------------------------- */

.top-opt-in {
	background: #d9324a url(images/dotred.png) repeat;
}

.top-opt-in .widget {
	float: right;
	width: 82%;
}

.top-opt-in .enews-widget p {
	clear: both;
	font-size: 17px;
	line-height: 1;
}

.top-opt-in .enews-widget .widget-title {
	font-size: 34px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.top-opt-in .enews-widget .widget-title,
.top-opt-in .enews-widget p {
	float: left;
	text-align: center;
	width: 60%;
}

.top-opt-in form {
	border: none;
	float: right;
	margin-top: -30px;
	width: 40%;
}

.top-opt-in .enews-widget input {
	margin-bottom: 0;
	vertical-align: middle;
}

.top-opt-in input[type="email"] {
	border: none;
	color: #019192;
	font-size: 17px;
	font-style: italic;
	padding: 9px 0 8px;
	text-align: center;
	width: 64%;
}

.top-opt-in input[type="email"]:focus {
	border: none;
}

.top-opt-in .enews-widget input[type="submit"] {
	border: none;
	background-color: #fbc54d;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 22px;
	padding: 3px 15px 5px;
	width: auto;
}

/* ## Front Page Widgets
--------------------------------------------- */

.front-page-widgets {
	margin: 30px auto;
}

.front-page-widgets > .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.front-page-left {
	background-color: #4f883d;
	background-image: url(images/teaching-hacks.png), url(images/dotgreen.png);
	background-repeat: no-repeat, repeat;
	background-position: left center, top center;
	padding: 20px;
}

.front-page-left form {
	text-align: center;
}

.front-page-left .enews-widget {
	float: right;
	width: 75%;
}

.front-page-left .enews-widget p {
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: center;
}

.front-page-left input[type="email"] {
	border: none;
	color: #019192;
	font-size: 17px;
	font-style: italic;
	padding: 9px 0 8px;
	text-align: center;
	text-transform: lowercase;
	width: 55%;
}

.front-page-left input[type="email"]:focus {
	border: none;
}

.front-page-left .enews-widget input[type="submit"] {
	border: none;
	background-color: #5ec6c6;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 22px;
	padding: 3px 15px 5px;
	width: auto;
}

.front-page-left p.second {
	font-size: 16px;
	margin: 0;
}

.front-page-right {
	background: #0d6e73 url(images/dotgreen.png) repeat;
	padding: 20px;
	text-align: center;
	line-height: 1.2;
}

.front-page-right .widget-title {
	color: #fff;
	margin: 0;
}

.front-page-right p {
	color: #fff;
	font-size: 18px;
}

.front-page-right .alignleft {
	margin-bottom: 0;
}

/* ## Bottom About
--------------------------------------------- */

.bottom-about {
	background: #4f883d url(images/dotgreen.png) repeat;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	padding: 30px 0;
	text-align: center;
}

.bottom-about .button {
	font-size: 24px;
}

.bottom-about h4 {
	color: #fff;
	font-size: 34px;
	font-size: 3.4rem;
}

.about-pic img {
	max-width: 250px;
	border-radius: 1000px;
	border: 4px solid #fff;
}

.bottom-banner {
	margin-bottom: 40px;
}

/* ## Footer Opt-in
--------------------------------------------- */

.footer-optin {
	margin-top: 10px;
}

.footer-opt-in-left img.alignleft {
	margin: 5px 24px 5px 0;
}

.footer-opt-in-left {
	text-align: center;
}

.footer-opt-in-left h4 {
	color: #d73249;
	font-size: 24px;
	margin: 20px 0 5px;
}

.footer-opt-in-left p {
	color: #0e7277;
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 0;
}

.footer-opt-in-right .widget {
	margin-top: 45px;
}

.footer-opt-in-right .enews-widget input {
	margin-bottom: 0;
	vertical-align: middle;
}

.footer-opt-in-right input[type="email"] {
	background-color: #f7f7f7;
	border: none;
	color: #019192;
	font-size: 17px;
	font-style: italic;
	padding: 9px 0 8px;
	text-align: center;
	width: 55%;
}

.footer-opt-in-right input[type="email"]:focus {
	border: none;
}

.footer-opt-in-right .enews-widget input[type="submit"] {
	border: none;
	background-color: #5ec6c6;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 22px;
	padding: 3px 15px 5px;
	width: auto;
}

/* ## After Entry
--------------------------------------------- */

.after-entry .enews-widget {
	background-color: #fbc54d;
	padding: 30px 40px;
}

.after-entry .enews-widget .widget-title {
	font-size: 40px;
}

.after-entry .enews-widget p {
	color: #020202;
	font-size: 18px;
	margin-bottom: 5px;
}

.after-entry .enews-widget input[type="email"] {
	width: 40%;
	padding: 8px;
	margin-bottom: 0;
}

.after-entry .enews-widget input[type="submit"] {
	width: 20%;
}

.after-entry .enews-widget form {
	text-align: center;
}

.after-entry .enews-widget input {
	display: inline-block;
	vertical-align: top;
}

/* FAQ Page Template
---------------------------------------------------------------------- */
.faq-page h1 {
    margin: 30px 0 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #5EC6C6;
    text-align: center;
}
.faq-page h3 {
    color: #000;
}
.faq-left {
    width: 45%;
    float: left;
	font-size:20px;
    display: inline-block;
}
.faq-right {
    width: 45%;
    float: right;
	font-size:20px;
    display: inline-block;
}
.faq-page .entry {
    margin-bottom: 0px;
    padding: 50px 60px 0;
}
.faq-content{
	margin-bottom:40px;
	padding:50px 0;
	overflow: auto;
}
@media only screen and (max-width: 970px) {
	.faq-left {
    width: 100%;
    float: none;
	  font-size:20px;
    display: block;
}
.faq-right {
     width: 100%;
    float: none;
	  font-size:20px;
    display: block;
}
}

/* Theme Page Template
---------------------------------------------------------------------- */
.theme-grid-image{
    border: 2px solid #cfcfcf;
    padding: 4px;
	margin:20px auto;
	display:block;
	float:none;
}
.theme-grid-header {
    font-size: 22px;
    text-transform: uppercase;
    font-family: Open Sans Condensed, sans-serif;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
}

img.theme-seq-header-image {
    display: block;
    float: none;
    margin: 0px auto 27px;
}
.theme-grid-content {
    padding: 0px 10px;
}
/* Controls
---------------------------------------------------------------------- */

.controls {
    padding: 1rem;

}

.control{
position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background: #518B3D;
    cursor: pointer;
    font-size: 20px;
    color: white;
    margin: 20px 2px 0px;
    letter-spacing: 1px;
    padding: 10px 16px 10px;
    text-transform: uppercase;
    transition: background 150ms;
}

.control:hover {
    background: #2D7175;
}

.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

.mixitup-control-active {
    background: #2D7175;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}



.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}


/* Container
---------------------------------------------------------------------- */

.container {

    font-size: 18px;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    margin-bottom: 1rem;
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;
    padding-top:0px;
}


/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}
/* 4 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}




/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Easy Digital Downloads
--------------------------------------------- */

#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit,
.edd-submit.button.blue {
	background-color: #5ec6c6;
	border: none;
	border-radius: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

#edd-purchase-button:hover,
.edd-submit:hover,
input[type=submit].edd-submit:hover,
.edd-submit.button.blue:hover {
	background-color: #5ec6c6;
	text-decoration: underline;
}

.post-type-archive-download .entry,
.tax-download_category .entry,
.tax-download_tag .entry,
.tax-themes .entry {
	padding: 10px;
}

.post-type-archive-download .entry p,
.tax-download_category .entry p,
.tax-download_tag .entry p,
.tax-themes .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

.post-type-archive-download .entry-title,
.tax-download_category .entry-title,
.tax-download_tag .entry-title,
.tax-themes .entry-title {
	font-size: 24px;
	text-align: center;
}

.post-type-archive-download .entry-title a,
.tax-download_category .entry-title a,
.tax-download_tag .entry-title a,
.tax-themes .entry-title a {
	color: #5ec6c6;
}

.post-type-archive-download .entry-title a:hover,
.tax-download_category .entry-title a:hover,
.tax-download_tag .entry-title a:hover,
.tax-themes .entry-title a:hover {
	color: #0d7277;
}

.post-type-archive-download .site-inner,
.tax-download_category .site-inner,
.tax-download_tag .site-inner,
.tax-themes .site-inner {
	margin-top: 70px;
}

.product-view {
	text-align: center;
}

.viewlink {
	background-color: #5ec6c6;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 2px 40px;
	text-transform: uppercase;
}

.viewlink:hover {
	color: #fff;
	text-decoration: underline;
}

.best-sellers-heading,
.teacher-resources-heading,
.lesson-plans-heading {
	clear: both;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.best-sellers-heading {
	background-color: #5ec6c6;
	margin-top: 50px;
}

.teacher-resources-heading {
	background-color: #538e40;
}

.lesson-plans-heading {
	background-color: #0e7277;
}

#menu-store-dropdowns {
	margin-bottom: 40px;
}

#menu-store-dropdowns input[type="search"] {
	font-family: 'Crimson Text', serif;
	font-size: 17px;
	font-style: italic;
	margin-top: 5px;
	padding: 10px 35px;
	text-transform: lowercase;
}

#menu-store-dropdowns .menu-item {
	text-transform: uppercase;
	background-color: #5fc5c5;
	font-size: 22px;
	width: 20%;
	margin-right: 70px;
	text-align: center;
}

#menu-store-dropdowns a {
	padding: 10px 0;
	color: #fff;
	width: 100%;
}

#menu-store-dropdowns .fa {
	font-size: 30px;
	float: right;
	padding-right: 15px;
}

#menu-store-dropdowns > .search {
	margin-top: -5px;
	padding: 0;
}

#menu-store-dropdowns .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

#menu-store-dropdowns .menu-item:hover,
#menu-store-dropdowns .menu-item:active {
	position: static;
}

#menu-store-dropdowns .menu-item:hover > .sub-menu {
	left: auto;
	margin: 0;
	opacity: 1;
}

#menu-store-dropdowns .sub-menu .menu-item {
	display: block;
	width: 100%;
	margin: 0;
	text-transform: none;
}

#menu-store-dropdowns .sub-menu a {
	display: block;
}

#menu-store-dropdowns .sub-menu li > a {
	background-color: #5dc2c2;
	font-size: 20px;
}

#menu-store-dropdowns .sub-menu li:hover > a {
	background-color: #0e7277;
	color: #fff;
	text-decoration: none;
}

.prek-refund-policy {
	margin-top: 10px;
	font-size: .9em;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #5ec6c6;
	padding: 20px 60px 40px;
}

.sidebar .widget.enews-widget h4 {
	color: #0e7277;
	font-size: 26px;
	padding-top: 15px;
	text-align: center;
}

.sidebar .widget.enews-widget p {
	color: #020202;
	font-size: 18px;
	text-align: center;
}

.sidebar .enews-widget input[type="email"] {
	font-style: italic;
	text-align: center;
}

.sidebar-book {
	text-align: center;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #fbc54d !important;
	font-size: 22px;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	text-decoration: underline;
}

.enews form + p {
	margin-top: 24px;
}

.entry-content .enews-widget {
    background-color: #d9314a;
    padding: 20px;
    margin-bottom: 25px;
}

.entry-content .enews-widget input,
.entry-content .enews-widget input[type="submit"] {
	width: 49%;
	display: inline;
	vertical-align: top;
}

.entry-content .enews-widget p {
	font-size: 17px;
}

.entry-content .enews-widget input[type="email"] {
	padding: 8px;
}

.entry-content .enews-widget #subbutton {
	background-color: #fbc54d;
}

/* Related Posts for WordPress
------------------------------------------------------------ */

.rp4wp-posts-list {
	margin-top: 20px !important;
	text-align: center;
}

.rp4wp-posts-list li {
	display: inline-block;
	list-style-type: none !important;
	vertical-align: top;
	width: 30% !important;
}

.rp4wp_component_title {
	font-family: Open Sans Condensed, sans-serif;
	font-size: 16px;
	margin-top: 15px;
}

.rp4wp_component_wrapper {
	margin-bottom: 20px;
}

.search-me {
	padding: 15px;
}

.search-me .search-form input[type="search"] {
	padding: 10px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 10px solid #5ec6c6;
	max-height: 130px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 30px 0 0;
	width: 211px;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 201px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Fixed Sticky Header
----------------------------------------------------- */

.mini-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 5px solid #5ec6c6;
	max-height: 110px;
}

.mini-header .menu-primary .menu-item {
	padding-top: 10px;
	text-transform: uppercase;
}

.admin-bar .mini-header {
	top: 32px;
}

.mini-header .alignleft {
	margin-top: 6px;
}

.mini-header .menu-primary .menu-item {
	padding-top: 10px;
	text-transform: uppercase;
}

.mini-header .menu-primary a:hover {
	text-decoration: underline;
}

.mini-header .menu-primary {
	padding-top: 20px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation (Inner Pages Top Navigation)
--------------------------------------------- */

.nav-primary {
	float: right;
	margin: 30px auto 15px;
	text-transform: uppercase;
	width: auto;
}

.nav-primary .genesis-nav-menu a {
	font-size: 20px;
	font-size: 2rem;
	padding: 40px 15px 20px;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	text-decoration: underline;
}

/* ## Secondary Navigation (Homepage Lower Navigation)
--------------------------------------------- */

.nav-secondary {
	background-color: #fbc54d;
}

.nav-secondary .genesis-nav-menu a {
	color: #fff;
	font-size: 24px;
	padding: 20px 24px;
	text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	text-decoration: underline;
}

.nav-secondary input[type="search"] {
	font-family: 'Crimson Text', serif;
	font-size: 17px;
	font-style: italic;
	margin-top: 5px;
	padding: 6px 35px;
	text-transform: lowercase;
}


/* ## Homepage Top Navigation
--------------------------------------------- */

#menu-homepage-top,
.homepage-menu-container {
	float: right;
	margin: 15px auto;
	width: auto;
}

#menu-homepage-top {
	text-transform: uppercase;
}

/* ## Footer Navigation
--------------------------------------------- */

.footer-menu-container {
	background-color: #0e7277;
}

.menu-footer {
	float: right;
	text-transform: uppercase;
	width: auto;
}

.footer-menu-container .genesis-nav-menu a {
	color: #f7f7f7;
}

.footer-menu-container .genesis-nav-menu a:hover {
	color: #f7f7f7;
	text-decoration: underline;
}

.footer-menu-container .wrap {
	background: url(images/footer-logo.png) no-repeat scroll left center / auto 80px transparent;
	padding: 0 100px;
}

.home .footer-menu-container .wrap {
	padding: 15px 100px;
}

.footer-menu-container .navicon a:hover {
	color: #5ec6c6;
}

/* ## Navigation Color Scheme & Icons
--------------------------------------------- */

#menu-inner-pages-top-navigation.genesis-nav-menu {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.navaqua a,
.navaqua a:hover {
	color: #5ec6c6;
}

.navteal a,
.navteal a:hover {
	color: #0e7277;
}

.navyellow a,
.navyellow a:hover {
	color: #fbc54c;
}

.navred a,
.navred a:hover {
	color: #dc334b;
}

.navgreen a,
.navgreen a:hover {
	color: #538e40;
}

.navlightred a,
.navlightred a:hover {
	color: #d9324a;
}

.genesis-nav-menu .navlightred,
.genesis-nav-menu .navgreen,
.genesis-nav-menu .navred,
.genesis-nav-menu .navyellow,
.genesis-nav-menu .navteal,
.genesis-nav-menu .navaqua {
	text-align: center;
}

.genesis-nav-menu .navlightred a:hover,
.genesis-nav-menu .navgreen a:hover,
.genesis-nav-menu .navred a:hover,
.genesis-nav-menu .navyellow a:hover,
.genesis-nav-menu .navteal a:hover,
.genesis-nav-menu .navaqua a:hover {
	text-decoration: underline;
}

.navicon a {
	padding: 30px 5px;
}

.navicon a:hover {
	color: #5ec6c6;
}

.house {
	background: url(images/dramatic-play.png) top no-repeat;
}

.blocks {
	background: url(images/learning-centers.png) top no-repeat;
}

.checklist {
	background: url(images/lesson-plans.png) top no-repeat;
}

.lightbulb {
	background: url(images/teacher-tips.png) top no-repeat;
}

.cart {
	background: url(images/nav-cart.png) top no-repeat;
}

.microphone {
	background: url(images/nav-microphone.png) top no-repeat;
}

.open {
	background: url(images/nav-open.png) top no-repeat;
}

/* Back to Top Button
--------------------------------------------- */

.to-top {
	display:inline-block;
	border-radius: 1000px;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(94,198,198,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
	z-index: 99;
}

.to-top.top-fade-out {
	opacity:.7;
}

.no-touch .to-top:hover {
	background-color:#5ec6c6;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:50px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:60px;
	}
}

/* Single Post Navigation
--------------------------------------------- */

.prev-next-navigation {
	font-family: Open Sans Condensed, sans-serif;
	color: #0e7277;
	text-align: center;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}


/* # Page Templates
---------------------------------------------------------------------------------------------------- */

/* ## Front Page
--------------------------------------------- */

.front-hero {
	background-size: cover;
	background-position: center center;
	min-height: 550px;
}

.front-hero-text {
    display: inline-block;
    float: right;
    text-align: center;
}

.hero-headline {
	color: #50883d;
	float: right;
	font-size: 50px;
	margin-top: 40px;
	padding: 5px 15px;
	background: rgba(244,244,244,0.5);
	box-shadow: 5px 0 85px hsla(0, 0%, 96%, 1);
}

.herobutton {
	font-size: 26px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.featured-section {
	background-color: #5ec6c6;
	padding: 20px 0;
	text-align: center;
}

.featured-section h2.front-featured-heading,
.resources-section h2.front-resources-heading {
	color: #fff;
}

.front-resources-heading {
	font-size: 36px;
	font-size: 3.6rem;
	padding: 10px 0 30px;
}

.featured-title h3,
.featured-resource-title h3 {
	color: #fff;
}

.resources-section {
	background-color: #fbc54d;
	padding: 30px 0 50px;
	text-align: center;
}

.featured-resource {
	margin-bottom: 50px;
	position: relative;
}

.featured-grid-image:hover {
	opacity: 0.8;
}

span.featured-resource-title {
	background: rgba(94,198,198,0.8);
	display: block;
	color: white;
	cursor: pointer;
	display: table;
	font-family: 'Open Sans Condensed', sans-serif;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	width: 276px;
	height: 185px;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

span.featured-resource-title span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.featured-resource:hover span.featured-resource-title {
	opacity: 1;
}

#front-posts-headline {
	text-align: center;
	margin: 30px 0;
}

#front-posts-headline h2 {
	color: #0e7277;
	font-size: 32px;
}

.moreblog {
	clear: both;
	letter-spacing: 1px;
	text-align: center;
	margin: 20px 0 40px;
}

.moreblog a {
	font-size: 26px;
	padding: 3px 40px 5px;
}

.home .featured-content .entry-categories {
	display: inline-block;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 18px;
}

.home .featured-content .entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: left;
}

.home .featured-content .entry-title a {
	color: #5ec6c6;
}

.home .featured-content .post-info {
	font-size: 16px;
	margin-bottom: 5px;
}

/* Sidebar Popular Posts – By WP Site Care
--------------------------------------------- */

.sidebar a:hover {
	text-decoration: none;
}

.sidebar-popular-post {
	box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.1);
	width: 300px;
    height: 200px;
    margin: 5% auto 0 auto;
	background-size: cover;
	overflow: hidden;
}

.spp-post-1 {
  background:url(images/SPP/125-Free-Printables.png);
}

.spp-post-2 {
  background:url(images/SPP/Alphabet-Sensory-Play.jpg);
}

.spp-post-3 {
  background:url(images/SPP/Science-Center.jpg);
}

.spp-post-4 {
  background:url(images/SPP/Dramatic-Play.jpg);
}

.spp-post-5 {
  background:url(images/SPP/Scissor-Skills.jpg);
}

#spp-overlay {
	background: rgba(94,198,198,0.8);
    height: 100%;
    text-align: center;
    padding: 85px 0 66px 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

.sidebar-popular-post:hover #spp-overlay {
    opacity: 1;
}

#spp-title {
	font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 2.2rem;
}

/* ## Book Page
--------------------------------------------- */

.book-page .book-info li,
.book-page .book-green li,
.book-page .book-white li,
.book-page .book-teal li,
.book-bottom-resources li {
	list-style-type: disc;
	margin-left: 30px;
}

.book-info h1,
.book-info h2,
.book-button {
	text-align: center;
}

.book-info {
	padding: 80px 0 30px;
}

.book-info .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 5px;
	padding-bottom: 0;
}

.book-info h2 {
	color: #538e40;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 50px;
}

.book-info h3 {
	color: #0e7277;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 25px;
}

.book-info p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
}

.book-button {
	clear: both;
}

.bottom.book-button .button {
	margin-top: 40px;
}

.book-button .button {
	font-size: 28px;
	font-size: 2.8rem;
}

.book-green {
	background-color: #538e40;
	color: #fff;
	padding: 40px 0;
}

.book-green h3 {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 30px;
	text-align: center;
}

book-green p {
	color: #fff;
}

.book-white {
	padding: 40px 0;
}

.book-white h3 {
	color: #d43048;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 30px;
	text-align: center;
}

.book-teal {
	background-color: #0e7277;
	color: #fff;
	padding: 40px 0;
}

.book-teal h3 {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 30px;
	text-align: center;
}

.book-teal p {
	color: #fff;
}

.bottom-headline {
	color: #538e40;
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: 40px;
	text-align: center;
}

.book-testimonials .wrap {
	padding: 40px;
}

.book-page .testimonial {
	background-color: #f7f7f7;
	border-bottom: 2px solid #cfcfcf;
	border-radius: 8px;
	padding: 30px 100px;
	margin: 20px 20px 40px;

}

.book-page .testimonial p {
	margin: 0 0 14px;
}

.book-page .testimonial p:before {
	color: #538e40;
        content: "\201C";
        display: block;
        font-family: 'Times New Roman', serif;
        font-size: 130px;
        height: 0;
        left: -70px;
        position: relative;
        top: -60px;
}

.book-page .testimonial h4 {
	color: #538e40;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	font-style: italic;
}

.book-bottom-resources {
	margin-bottom: 40px;
}

.book-bottom-resources h2,
.book-bottom-resources h3 {
	color: #5ec6c6;
	font-size: 30px;
	font-size: 3rem;
}

/* # Bonus Sales Page
--------------------------------------------- */
.nav-secondary .genesis-nav-menu a {
	padding: 20px 20px;
}
mark {
    background: #ffc639;
    color: #333;
}
.wrap-right .grid-content-text-wrap {

	width: 100%;
}
.pricing-box {
	border: 3px solid #fff;
}
@media only screen and (max-width: 1200px) {
	.nav-secondary .genesis-nav-menu a 	{
		padding: 20px 10px;
	}
}



.faq-page h1 {
    margin: 30px 0 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #5EC6C6;
    text-align: center;
}
.faq-page h3 {
    color: #000;
}
.faq-left {
    width: 45%;
    float: left;
	font-size:20px;
    display: inline-block;
}
.faq-right {
    width: 45%;
    float: right;
	font-size:20px;
    display: inline-block;
}
.faq-page .entry {
    margin-bottom: 0px;
    padding: 50px 60px 0;
}
.faq-content{
	margin-bottom:40px;
	padding:50px 0;
	overflow: auto;
}
@media only screen and (max-width: 970px) {
	.faq-left {
    width: 100%;
    float: none;
	  font-size:20px;
    display: block;
}
.faq-right {
     width: 100%;
    float: none;
	  font-size:20px;
    display: block;
}
}
.theme-grid-image{
    border: 2px solid #cfcfcf;
    padding: 4px;
	margin:20px auto;
	display:block;
	float:none;
}
.theme-grid-header {
    font-size: 22px;
    text-transform: uppercase;
    font-family: Open Sans Condensed, sans-serif;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
}

img.theme-seq-header-image {
    display: block;
    float: none;
    margin: 0px auto 27px;
}
.theme-grid-content {
    padding: 0px 10px;
}
/* Controls
---------------------------------------------------------------------- */

.controls {
    padding: 1rem;

}

.control{
position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background: #518B3D;
    cursor: pointer;
    font-size: 20px;
    color: white;
    margin: 20px 2px 0px;
    letter-spacing: 1px;
    padding: 10px 16px 10px;
    text-transform: uppercase;
    transition: background 150ms;
}

.control:hover {
    background: #2D7175;
}

.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

.mixitup-control-active {
    background: #2D7175;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}



.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}


/* Container
---------------------------------------------------------------------- */

.container {

    font-size: 18px;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    margin-bottom: 1rem;
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;
    padding-top:0px;
}


/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}
/* 4 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}
.small-text-grid {
    font-size: 1.9rem;
}
.hero-content {
    margin: 0px auto;
    max-width: 950px;
		padding: 0 0 20px;
    width: 100%;
}
.bonus_sales-page h2 {
    color: #000;
    font-size: 38px;
    margin: 50px 0 10px;
    text-align: center;
}
.bonus_sales-page h3 {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin: 0px auto;
    text-align: center;
}
.pricing-box {
	border: 3px solid #000;
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
		overflow:auto;
}
.pricing-box-header a {
    color: #000;
}

.pricing-box-header {
    background-color: #5dc5c5;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    padding: 2px 0;
    text-transform: uppercase;
    text-align: center;
}

.pricing-box-left {
    float: left;
	font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
		font-size:18px;
    margin: 20px auto 0;
    max-width: 415px;
		min-height: 145px;
		padding: 20px 20px 0;
		text-align:center;
    width: 100%;
}
.guarantee{
	font-size:20px;
	width:100%;
}

.pricing-box-right {
    border: 2px solid #6a6a6a;
    float: right;
		font-size:18px;
		font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
    margin: 20px auto 0;
    max-width: 415px;
		min-height: 145px;
		padding: 20px 20px 0;
		text-align:center;
    width: 100%;
}
.pricing-box-right p {
    margin: 0 0 16px;
}
.grid-header {
    max-width: 850px;
    margin: 0px auto;
    text-align: center;
}
.grid-wrap{
	overflow:auto;
}
.grid-header {
    font-size: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
}
.wrap-right,
.wrap-left{
	clear: both;
	display:block;
	float:left;
	max-width:1125px;
	margin:50px auto;
	width:100%;
}
.wrap-right .grid-content-text-wrap {
		display:inline-block;
	  float:left;
    max-width: 785px;
    text-align: center;
}
.wrap-left .grid-content-text-wrap {
		display:inline-block;
	  float:right;
    max-width: 785px;
    text-align: center;
}

.bonus_sales-page .grid-text {
    width: 100%;
    margin: 0px;
    background-color: #f6f6f6;
    padding: 20px;
    min-width: 280px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.bonus_sales-page img.attachment-grid.size-grid{
	object-fit: cover;
	height: 320px;
  width: 340px;
}
.wrap-right .grid-image {
    float: right;
		height: 320px;
    width: 340px;
}
.wrap-left .grid-image {
    float: left;
		height: 320px;
    width: 340px;
}
.testimonial_section_one {
    background-color: #f0f0f0;
	}
	.testimonial_section_one .wrap {
    max-width: 1030px;
		padding-bottom: 60px;
    width: 100%;
}
.testimonial_section_one h2 {
    color: #5DC5C5;
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}
.headline {
    background-color: #6c6d6d;
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}
.headline .wrap {
    max-width: 1120px;
    padding: 20px 0;
    width: 100%;
}
.pricing-box-bottom-wrap {
    background-color: #fbc54c;
    padding: 10px 0;
}
.bottom-test-wrap {
    max-width: 1120px;
    margin: 50px auto;
    width: 100%;
}
.bottom-test-left {
    float: left;
    display: inline-block;
    width: 48%;
}
.bottom-test-right {
    display: inline-block;
    float: right;
    width: 48%;
}
.test-image {


}
.test-image img {
    float: left;
    border-radius: 100px;
    height: 75px;
    width: 75px;
    object-fit: cover;
}

.testimonial_content {
    float: right;
    display: inline-block;
    width: 82%;
    font-size: 20px;
    font-style: italic;
}

.test-wrap_content {
    display: block;
    margin: 75px auto;
}
.test-name {
    margin: 0px 20%;
    display: block;
    text-align: left;
    clear: both;
}
.bonus_sales-page .mini-header {
    display: none !important;
}
@media only screen and (max-width: 1025px) {
.hero-content{
	padding: 0 10% 20px;
}
.pricing-box-left,
.pricing-box-right{
	max-width:100%;
}
.grid-header{
	padding: 0px 10%;
	max-width:100%;
}
.wrap-right .grid-content-text-wrap,
.wrap-left .grid-content-text-wrap {
    padding: 0px 10%;
		max-width:100%;
	}
	.wrap-right .grid-image,
	.wrap-left .grid-image {
    display: block;
    float: left;
    margin: 0px auto;
		padding: 0px 10%;
    width: 100%;
}
.bonus_sales-page img.attachment-grid.size-grid {
    object-fit: cover;
    width: 100%;
}
.testimonial_section_one .wrap {
    padding: 0px 10% 60px;
}
.headline .wrap{
	  padding: 20px 10%;
}
.pricing-box-bottom-wrap .pricing-box {
	 width: 80%;
}
}
@media only screen and (max-width: 800px) {
	.bottom-test-left,
	.bottom-test-right{
		padding: 0px 10%;
    width: 100%;
	}

}
@media only screen and (max-width: 400px) {

.test-image {
    display: block;
    float: none;
    height: 75px;
		width:75px;
    margin: 0px auto 30px;
}
.testimonial_content {
    float: none;
    display: block;
		margin:0px auto;
    width: 100%;
	}
	.test-name {
    margin: 0;
	}
}
/* # Sales Page
--------------------------------------------- */
.header_section_yellow{
   background-color: #f8c44a;
    width: 100%;
    display: block;
    clear: both;
    float: left;
    padding: 40px 0 30px;
		margin-bottom: 70px;
		text-align: center;
	}

	.header_section_yellow h2{
	  color: #fff !important;
    text-transform: uppercase;
    width: 90%;
    float: none;
    display: inline-block;
    margin-top: 8px;
    padding-right: 0px !important;
    text-align: center;
    font-size: 40px !important;
}

.sales-page .genesis-nav-menu {
	background-color: #5dc5c5;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0px;
	z-index: 1000;
}
.sales-page .genesis-nav-menu a {
    color: #fff;
}
ul#menu-sales-menu {
    width: 100%;
    max-width: 815px;
    display: block;
    float: none;
    margin: 0px auto;
}
.sales-page .slide-nav-link, .sales-page .ssme-search {
    display: none !important;
}
.sales-page nav#genesis-nav-primary {
    display: none;
}
.sales-page .mini-header{
	display: none !important;
}
.sales-page h1, .sales-page h2, .sales-page h3, .sales-page h4, .sales-page h5, .sales-page h6{
 color:#000;
}

.section_2_content h1 {
    color: #fff;
}
.front_page_content-col h1 {
    color: #fff;
}
.section_4_content h2 {
    color: #fff;
}
.section_5_content h2 {
    color: #5DC5C5;
}
.section_6_content h4 {
    color: #fff;
}

.sales-page a {
	color: #5dc5c5;
	text-decoration: none;
}

.sales-page a:hover,
.sales-page a:focus {
	opacity:.7;
	text-decoration: none;
}
/* ## Headings
--------------------------------------------- */

.sales-page h1,
.sales-page h2,
.sales-page h3{
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
}
.sales-page h4,
.sales-page h5,
.sales-page h6 {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}
.sales-page h1 {
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: 700;
}
.section_2_content h1,
.section_3_content h1{
	color:#fff;
}
.sales-page h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}
.sales-page h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
}

.sales-page h4 {
	font-size: 40px;
	font-size: 4rem;
}

.sales-page h5 {
	font-size: 30px;
	font-size: 3rem;
}

.sales-page h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Sales-Page
--------------------------------------------- */
.section2-wrap,
.section3-wrap,
.section4-wrap,
.section5-wrap,
.section6-wrap,
.section7-wrap,
.section7-header-wrap,
.grid-wrap,
.section8-wrap,
.pt-wrap,
.section9-wrap,
.section11-wrap,
.section12-wrap,
.about-wrap,
.bottom-testimonials-wrap{
	width:100%;
	max-width:1300px;
	display:block;
	float:none;
	margin:0px auto;
}
.section10-wrap,
.additional-testimonials-wrap{
	width:100%;
	max-width:750px;
	display:block;
	float:none;
	margin:0px auto;
}

.sales-page p {
    margin: 0 0 20px;
	}
.welcome_section {
	 background: url( "images/hero-image.jpg" ) no-repeat;
	 background-size:cover;
   text-align: center;
	 width:100%;
}
body .ctsc-button, body .ctsc-button:visited {
    border-radius: 2px !important;
    background: #fff !important;
    border: 2px solid #000 !important;
    border-style: solid !important;
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-size:20px !important;
		margin-top: 15px !important;
		text-transform:uppercase !important;

}
.front_page_logo {
    padding-top: 200px;
}
.front_page_hero_content {
    padding-bottom: 300px;
}
.front_page_hero_content h2 {
    margin: 20px 0px 15px;
}
.section_2_content {
    background: url( "images/yellowbg.png" ) #f8c44a;
    width: 100%;
    display: block;
    clear: both;
    float: left;
    padding: 70px 125px;
}
.front_page_content-col {
    float: left;
    width: 65%;
}
.section_3_content .front_page_content-col {
    float: right;
    width: 65%;
    text-align: right;
}
.front_page_image {
    width: 25%;
    margin-top: 50px;
    float: left;
}
.section_3_content {
	 background: url( "images/time-background.png" ) no-repeat;
	 background-size:cover;
	 width: 100%;
	 display: block;
	 clear: both;
	 float: left;
	 padding: 70px 125px;
}
.section_4_content {
	 background-color: #6c6d6d;
	 width: 100%;
	 display: block;
	 clear: both;
	 float: left;
	 padding: 40px 125px 0px;
}
.section_4_content h2 {
    color: #fff;
    text-transform: uppercase;
    width: 90%;
    float: left;
    display: inline-block;
		margin-top: 8px;
    padding-right: 0px !important;
    text-align: center;
    font-size: 40px;
}
.front_page_small_image {
    width: 8%;
    float: left;
    display: inline-block;
    margin-top: -20px;
	}
.section_5_content {
	 width: 100%;
	 display: block;
	 clear: both;
	 float: left;
	 padding: 50px 100px;
	 font-size: 25px;
}
.section_5_content h2 {
    color: #5DC5C5;
    text-align: center;
}
.section_5_content h1 {
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0px;
}
.section_6_content {
	background-color:#5dc5c5;
	 width: 100%;
	 display: block;
	 clear: both;
	 float: left;
	 padding: 50px 100px;
	 text-align: center;
    color: #fff;
}
.section_7_content {
	 background: url( "images/graybg.png" ) #f0f0f0;
	 width: 100%;
	 display: block;
	 clear: both;
	 float: left;
	 margin-bottom: 0px;
	 padding: 70px 0px;
	 text-align: center;
}
.section_7_content h1,
.section_7_header h1,
.section_8 h1 {
    color: #5DC5C5;
    text-align: center;
		font-size: 40px;
		text-transform:uppercase;
}

.section_7_content h2,
.section_7_header h2,
.section_8 h2 {
	font-size: 28px;
	margin: 30px 0px 50px;
	text-align: center;
}
img.mobile{
    display: none;
}
.front_page_col_header {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #5DC5C5;
}

.front_page_med_image {
    width: 65%;
    margin: 0px auto 20px;
}

.front_page_three_col {
	  padding: 0px 50px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height:normal;
}

.front_page_col {
    width: 33%;
    min-width: 280px;
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
}

.section_7_header {
	  padding: 70px 125px 0px;
}
.grid-wrap {
    padding: 0px 75px 70px;
    margin: 0px auto;
    width: 100%;
}

.grid-text {
    width: 45%;
    margin: 20px;
    min-width: 280px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.grid-text h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.intro-header{
	text-align: center;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
}
.intro-price{
	text-align: center;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
}
.border-lines-top {
    padding: 20px 0px 5px;
}
.section_8,
.section_field_pricing_table,
.section_email_signup{
	background-color: #f0f0f0;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	padding: 40px 125px 0px;
	text-align: center;
}
.ctsc-pricing-title {
    color: #000 !important;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 28px !important;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px auto;
    padding: 10px 0px !important;
}
.ctsc-pricing-title:after {
    content: "";
    border: 1px solid #000;
    width: 60%;
    display: block;
    height: 2px;
    float: none;
    margin: 0px auto;
}
.pricing-table-wrap .ctsc-pricing {
    margin: 15px 20px;
    display: inline-block !important;
		float:left !important;
		height: 310px;
}

.pricing-box .pricing-table-wrap .ctsc-pricing {
	margin: 0;
}

.pricing-box .pricing-table-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
	padding-bottom: 0;
}

.pricing-box .pricing-table-wrap .ctsc-pricing {
	width: 100%;
}

.pricing-box .monthly,
.pricing-box .yearly {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

.pricing-box {
	text-align: center;
}

@media only screen and (min-width: 861px) {
	.pricing-box .monthly,
	.pricing-box .yearly {
		margin-bottom: 10px;
		width: 49%;
	}

	.pricing-box .yearly {
		margin-left: 2%;
	}
}

span.ctsc-pricing-price-value {
    font-size: 28px !important;
    text-align: center;
    display: block;
    width: 100%;
}
span.ctsc-pricing-description {
    line-height: 1.6;
    margin: 10px auto;
    text-align: center;
    width: 70%;
}
.ctsc-pricing-after{
	font-size:20px !important;
	margin-top:10px;
}
span.ctsc-pricing-price-value {
    margin-bottom: 10px;
}
.ctsc-pricing .ctsc-pricing-price{
	border:none !important;
}
.ctsc-pricing .ctsc-pricing-price {
    padding: 5px 15px !important;
	}
.pricing-table-wrap{
	padding-bottom: 30px;
	width:100%;
	text-align:center;
}
.monthly,
.yearly {
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
}
.monthly .ctsc-pricing {
    border: 2px solid #F7C349;
}
.monthly .ctsc-pricing .ctsc-pricing-content {
    padding: 30px 80px !important;
}
.yearly .ctsc-pricing .ctsc-pricing-content {
    padding: 0px 80px !important;
}
body .monthly .ctsc-button, body .monthly .ctsc-button:visited {
    border-radius: 2px !important;
    background: #f8c44a !important;
    border: 2px solid #f8c44a !important;
    border-style: solid !important;
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-size:20px !important;
		margin-top: 15px !important;
		text-transform:uppercase !important;

}
body .yearly .ctsc-button, body .yearly .ctsc-button:visited {
    border-radius: 2px !important;
    background: #5DC5C5 !important;
    border: 2px solid #5DC5C5 !important;
    border-style: solid !important;
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-size:20px !important;
		margin-top: 15px !important;
		text-transform:uppercase !important;

}
.yearly .ctsc-pricing {
    border: 2px solid #5DC5C5;
}
.ck_form_fields {
    background-color: #5dc5c5 !important;
    color: #000;
}
.ck_form.ck_minimal .ck_guarantee{
  color:#000 !important;
}
.ck_form .ck_powered_by{
  color:#000 !important;
}
.ck_form.ck_minimal .ck_subscribe_button {
    color: #000 !important;
    padding: 0px 0px !important;
    background: #F7C349 !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.ck_form.ck_minimal input[type="text"], .ck_form.ck_minimal input[type="email"] {
    font-size: 22px !important;
    font-family: 'Crimson Text', serif !important;
    font-style: italic !important;
    border: 0px solid #d6d6d6 !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.section_email_signup {
    padding-bottom: 35px;
}
.add-testimonials,
.section_9 {
    background-color: #f8c44a;
    width: 100%;
    display: block;
    clear: both;
    float: left;
    padding: 70px 125px;
}
.section_9 h1{
    color: #fff;
    text-align: center;
		margin-bottom: 30px;
		font-size: 40px;
		text-transform:uppercase;
}
.section_9 h3 {
	font-size: 24px;
	font-weight:700;
}
.section_10 {
	 background-color:#f0f0f0;
	 width: 100%;
	 display: block;
	 clear: both;
	 float: left;
	 padding: 70px 125px;
	 text-align: center;
}
.section_10 h1 {
    color: #5DC5C5;
		margin-bottom: 30px;
    text-align: center;
		font-size: 40px;
		text-transform:uppercase;
}
.bottom_testimonials{
	background-color:#ffff;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	padding: 70px 125px;
	font-style:italic;
	font-size: 21px;
}
.bottom_testimonials h3 {
    margin: 40px 0;
    font-style: normal;
    font-family: Crimson Text, serif;
    font-weight: 700;
}

.tmls_image.large_radius{
	float:left;

}
.section_10 .tmls.style1.large_image {
    margin: 100px 0 50px;
}
.tmls_name{
	color:#5dc5c5 !important;
	text-align:left !important;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-weight:700 !important;
	padding-left:160px;
}
.tmls_container.tmls_slider {
    text-align: left;
}
.tmls_position{
	text-align:left !important;
	padding-left:160px;

}
.tmls_text{
	font-style:italic !important;
	font-size: 21px !important;
	text-align: left;
	margin-left:150px !important;

}
.section_11 h1 {
		margin-bottom: 30px;
    text-align: center;
		font-size: 35px;
		text-transform:uppercase;
}
.section_11,
.section_12{
    width: 100%;
    display: block;
    clear: both;
    padding: 70px 125px;
}
.about .sales-page h1{
	color:#fff !important;
	text-align:center !important;
}
.about-text {
    margin: 50px auto;
    max-width: 960px;
}
.about{
	background-color:#5dc5c5;
	width: 100%;
	display: block;
	clear: both;
	padding: 70px 125px;
}
.header-as-seen {
    padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
	.grid-wrap {
    padding: 0px 0px 70px;
    margin: 0px auto;
    width: 100%;
}
}
@media only screen and (max-width: 860px) {

	/* ## Sales-Page
	--------------------------------------------- */
	.front_page_logo_image {
    padding: 0px 15px;
}
	.front_page_content-col .front_page_image {
	    width: 15%;
	    margin-top: 10px;
	    float: right;
	}
.section_3_content .front_page_image {
			width: 50%;
			margin-top: 10px;
			float: right;
	}

	.grid-text{
		width:100%;
		margin:10px 0px;
	}
	img.mobile {
    display: block;
}
img.desktop {
    display: none;
}
	.front_page_hero_content {
    padding: 0px 15px 300px;
}
	.welcome_section {
		 background: url( "images/hero-image.png" ) no-repeat;
		 background-size:cover;
	   text-align: center;
	   width: 100%;
	}

	.front_page_logo {
	    padding-top: 100px;
	}
	.front_page_hero_content {
	    padding-bottom: 300px;
	}

	.section_2_content {
	    padding: 70px 20px;
	}
	.front_page_content-col {
	    float: left;
	    width: 100%;
	}
	.section_3_content .front_page_content-col {
	    width: 100%;
	}
	.front_page_image {
	    width: 50%;
	    margin-top: 50px;
	    float: left;
	}
	.section_3_content {
		 background: url( "images/time-background.png" ) no-repeat;
		 background-size:cover;
		 width: 100%;
		 padding: 70px 20px;
	}
	.section_4_content {
		 padding: 40px 20px 0px;
	}
	.section_4_content h2 {
	    width: 100%;
	}
	.front_page_small_image {
	    width: 100%;
		}
	.section_5_content {
		 padding: 50px 20px;
	}

	.section_6_content {
		 padding: 50px 20px;
	}
	.section_7_content {
		 margin-bottom: 0px;
		 padding: 70px 20px;
	}

	.section_7_header {
		  padding: 70px 20px 0px;
	}
	.section_8, .section_field_pricing_table, .section_email_signup {
    padding: 40px 20px 0px;
}
	.sales-page .site-inner {
	    padding: 0px 20px 70px;
	    margin: 0px auto;
	    width: 100%;
	}
	.section_9 {
	    background-color: #f8c44a;
	    width: 100%;
	    display: block;
	    clear: both;
	    float: left;
	    padding: 70px 20px;
	}

	.section_10 {
		 padding: 70px 20px;
	}
	.section_11,
	.section_12{
	    padding: 70px 70px;
	}
	.about,
	.add-testimonials,
	.bottom_testimonials{
		padding: 70px 20px;
	}
	.tmls_image.large_radius{
		float:none;

	}
	.section_10 .tmls.style1.large_image {
	    margin: 100px 0 50px;
	}
	.tmls_name{
		color:#5dc5c5 !important;
		text-align:center!important;
		font-family: 'Open Sans Condensed', sans-serif !important;
		font-weight:700 !important;
		padding-left:160px;
	}
	.tmls_container.tmls_slider {
	    text-align: center;
	}
	.tmls_position{
		text-align:center !important;
		padding-left:0px;

	}
	.tmls_text{
		font-style:italic !important;
		font-size: 21px !important;
		text-align: center;
		margin-left:0px !important;

	}
	.tmls.style1 .tmls_next_prev.tmls_bottom{
		display:none !important;
	}
}
@media only screen and (max-width: 400px) {

	/* ## sales-Page
	--------------------------------------------- */
.grid-wrap {
    padding: 0px 20px 70px !important;
    margin: 0px auto;
    width: 100%;
}
	.front_page_three_col{
		padding:0px;
	}
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Category Archives
--------------------------------------------- */

.category .content,
.tag .content {
	padding: 40px;
}

.category .entry,
.tag .entry {
	padding: 0;
}

.category .entry-title,
.tag .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}

.category .entry-title a,
.tag .entry-title a {
	color: #5ec6c6;
}

.category-top {
	margin-bottom: 60px;
}

.category-top.category-bottom {
	margin-top: 60px;
}

.cat-description {
	border: 2px solid #5ec6c6;
	padding: 20px;
}

.cat-description h2 {
	font-size: 36px;
	color: #5ec6c6;
}

.cat-description h5 {
	clear: both;
	color: #0e7277;
	font-size: 22px;
	text-align: center;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.blog .entry {
	padding: 30px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #020202;
	color: #ddd;
}

ul.mentioned-link-list {
	margin-left: 0;
}

ul.mentioned-link-list li {
	align-items: center;
	display: flex;
	list-style-type: none;
}

.mentioned-title {
	text-transform: capitalize;
}

.mentioned-link {
	margin-left: 20px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	color: #999;
	padding-top: 24px;
}

.single .entry-tags,
.single .entry-categories,
.single .entry-comments-link {
	display: inline;
}

.single .entry {
	border-bottom: 1px solid #999;
}

.entry-footer .entry-meta .fa {
	margin-left: 3px;
}

.entry-footer .entry-meta a {
	color: #999;
}

.blog .category-dramatic-play .entry-meta a,
.home .category-dramatic-play .entry-categories a {
	color: #d63249;
}

.blog .category-lesson-plans .entry-meta a,
.home .category-lesson-plans .entry-categories a {
	color: #0e7277;
}

.blog .category-learning-centers .entry-meta a,
.home .category-learning-centers .entry-categories a {
	color: #fbc54d;
}

.blog .category-teaching-tip .entry-meta a,
.home .category-teaching-tip .entry-categories a {
	color: #528c3f;
}

.blog .category-dramatic-play .entry-header,
.single .category-dramatic-play .entry-header {
	background: url( images/dramatic-play-icon.png ) left center no-repeat;
	background-size: 50px 50px;
	padding-left: 60px;
	vertical-align: middle;
	min-height: 50px;
}

.home .featured-content .category-dramatic-play .entry-title {
	background: url( images/dramatic-play-icon.png ) left center no-repeat;
	padding-left: 100px;
	padding-bottom: 0;
	vertical-align: middle;
	min-height: 85px;
}

.blog .category-lesson-plans .entry-header,
.single .category-lesson-plans .entry-header {
	background: url( images/lesson-plans-icon.png ) left center no-repeat;
	background-size: 50px 50px;
	padding-left: 60px;
	vertical-align: middle;
	min-height: 50px;
}

.home .featured-content .category-lesson-plans .entry-title {
	background: url(images/lesson-plans-icon.png) left center no-repeat;
	padding-left: 100px;
	padding-bottom: 0;
	vertical-align: middle;
	min-height: 85px;
}

.blog .category-learning-centers .entry-header,
.single .category-learning-centers .entry-header {
	background: url(images/learning-centers-icon.png) left center no-repeat;
	background-size: 50px 50px;
	padding-left: 60px;
	vertical-align: middle;
	min-height: 50px;
}

.home .featured-content .category-learning-centers .entry-title,
.home .featured-content .category-podcast .entry-title {
	background: url(images/learning-centers-icon.png) left center no-repeat;
	padding-left: 100px;
	padding-bottom: 0;
	vertical-align: middle;
	min-height: 85px;
}

.home .featured-content .category-podcast .entry-title {
	background-image: url( images/podcasts-icon.png );
}

.blog .category-teaching-tip .entry-header,
.single .category-teaching-tip .entry-header {
	background: url(images/teacher-tips-icon.png) left center no-repeat;
	background-size: 50px 50px;
	padding-left: 60px;
	vertical-align: middle;
	min-height: 50px;
}

.home .featured-content .category-teaching-tip .entry-title {
	background: url(images/teacher-tips-icon.png) left center no-repeat;
	padding-left: 100px;
	padding-bottom: 0;
	vertical-align: middle;
	min-height: 85px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-categories a {
	text-transform: capitalize;
}

.blog .entry-categories a {
	font-family: Open Sans Condensed, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.single .entry-categories {
	display: inline;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #dc334b;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	color: #5ec6c6;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
	background-color: #f0f0f0 !important;
}

#reply-title {
	color: #5ec6c6;
	font-size: 22px;
	text-transform: uppercase;
}

#commentform label {
	color: #020202;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

#commentform input {
	padding: 10px;
}

.comment-author {
	font-family: Open Sans Condensed, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

span.says {
	font-family: Crimson Text, serif;
	font-size: 16px;
	font-style: italic;
	text-transform: lowercase;
}

.comment-time a {
	color: #888;
}

.comment-count {
	color: #0e7277;
	font-size: 34px;
	margin-top: 40px;
}

p.comment-subscription-form {
	margin-bottom: 8px;
}

.comment-subscription-form label {
	color: #999 !important;
	font-size: 16px !important;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 60px;
}

.sidebar .widget:first-child {
	padding-top: 50px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #020202;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #020202;
}

.site-footer .one-third {
	width: 33%;
	margin-left: 0;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.nav-primary .genesis-nav-menu a {
		padding: 40px 10px;
	}

	.nav-secondary .genesis-nav-menu a {
		padding: 20px 14px;
	}

	.front-page-left .enews-widget {
		width: 65%;
	}

	.front-page-right img.alignleft {
		margin: 10px auto 40px;
	}

	span.featured-resource-title {
		width: 221px;
		height: 148px;
	}

	.footer-opt-in-left {
		width: 100%;
	}

	.footer-opt-in-right {
		width: 100%;
		text-align: center;
	}

	.footer-opt-in-right .widget {
		margin-bottom: 30px;
		margin-top: 0;
	}

	.front-hero {
		min-height: 450px;
	}

	.front-hero-text {
		margin-top: 140px;
	}

	.footer-menu-container .wrap {
		padding-left: 250px;
	}

	.footer-menu-container .genesis-nav-menu a {
		padding: 20px 14px;
	}

	.creds .one-third {
		margin-bottom: 10px;
		width: 100%;
	}

	.sidebar-primary {
		width: 300px;
	}
	.nav-secondary .genesis-nav-menu a {
		font-size: 20px;
		font-size: 2rem;
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.mini-header .genesis-nav-menu a {
		padding: 30px 10px;
	}

	.top-opt-in .enews-widget .widget-title,
	.top-opt-in .enews-widget p,
	.top-opt-in form {
		width: 100%;
	}

	.top-opt-in form {
		margin-top: 0;
		text-align: center;
	}

	.top-opt-in .widget {
		margin-top: -100px;
		margin-bottom: 30px;
		text-align: center;
	}

	#menu-store-dropdowns .menu-item {
		font-size: 20px;
		font-size: 2rem;
		margin-right: 30px;
	}

	#menu-store-dropdowns .sub-menu {
		width: 192px;
	}

	#menu-store-dropdowns .sub-menu li > a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.blog .entry {
		padding: 20px 15px;
	}

	.entry {
		padding: 30px;
	}

	.homepage-menu-container {
		max-width: -webkit-calc( 100% - 220px );
		max-width: calc( 100% - 220px );
	}

	.homepage-menu-container .genesis-nav-menu a {
		padding: 20px 12px;
	}
}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.sidebar-primary,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.title-area {
		padding: 0;
	}

	#menu-homepage-top {
		display: none;
	}

	.hero-headline {
		background: rgba(244,244,244,0.7);
		box-shadow: none;
    	float: none;
    	text-align: center;
	}

	.front-hero-text {
		display: block;
		float: none;
		margin-top: 200px;
		text-align: center;
	}

	.front-page-widgets .one-third,
	.front-page-widgets .two-thirds {
		width: 100%;
	}

	.front-page-widgets > .wrap {
		display: block;
	}

	.front-page-left {
		margin-bottom: 20px;
	}

	.front-page-right {
		margin: 0 0 20px;
	}

	.front-page-right p {
		float: right;
		width: 70%;
	}

	span.featured-resource-title {
		width: 185px;
		height: 123px;
	}

	span.featured-resource-title span {
		font-size: 18px;
	}

	.menu-footer {
		text-align: right;
	}

	.footer-menu-container .genesis-nav-menu a {
		padding: 10px;
	}

	.footer-menu-container .wrap {
		background-size: 110px;
	}

	.top-opt-in .widget {
		margin-top: 0;
		float: left;
		width: 100%;
		text-align: center;
	}

	.sidebar-primary {
		text-align: center;
	}

	.mini-header .genesis-nav-menu a {
		font-size: 15px;
		padding: 30px 10px !important;
	}

	#menu-store-dropdowns .menu-item {
		margin-right: 50px;
		width: 200px;
	}

	.front-page-right img.alignleft {
		margin: 0 24px 24px 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		width: 100%;
		margin-left: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.hero-headline {
		font-size: 36px;
	}

	.herobutton {
		font-size: 20px;
	}

	.front-page-right img.alignleft {
		width: 100px;
	}

	.footer-menu-container {
		display: none;
	}

	#menu-store-dropdowns .menu-item {
		margin-right: 20px;
		margin-bottom: 10px;
		width: 200px;
	}

	#menu-store-dropdowns .sub-menu {
		width: 200px;
	}

	span.featured-resource-title span {
		display: block;
		text-align: center;
	}

	span.featured-resource-title {
		background: transparent;
		opacity: 1;
		position: relative;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.featured-resource a {
		color: #fff;
	}

}

@media only screen and (max-width: 740px) {

	.front-page-right p {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-optin .enews {
		margin-top: 15px;
	}

}

@media only screen and (max-width: 700px) {

		.front-page-left {
			background-image: url(images/dotgreen.png) !important;
			background-repeat: repeat !important;
		}

		.front-page-left .enews-widget {
			width: 100%;
		}

		.front-page-right img {
			display: none;
		}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.page-template-sales.css-removal-test .header_section_yellow,
.page-template-sales.css-removal-test .section_7_header,
.page-template-sales.css-removal-test .grid-wrap,
.page-template-sales.css-removal-test .section_8,
.page-template-sales.css-removal-test .section_9,
.page-template-sales.css-removal-test .section_11,
.page-template-sales.css-removal-test .about,
.page-template-sales.css-removal-test .section_8 + .section_email_signup {
	display: none;
}
