/* # Maneuvering the Middle Theme
Theme Name: Maneuvering the Middle
Theme URI: https://www.emilywhitedesigns.com/
Description: This is a custom theme created for the Genesis Framework.
Author: Emily White Designs
Author URI: https://www.emilywhitedesigns.com/
Template: genesis
Template Version: 2.4.3
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
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
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- 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
*/


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

@font-face {
	font-family: 'BrandonGrotesqueWeb-Bold';
	src: url('webfonts/2FE24C_0_0.eot');
	src: url('webfonts/2FE24C_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2FE24C_0_0.woff2') format('woff2'),
		 url('webfonts/2FE24C_0_0.woff') format('woff'),
		 url('webfonts/2FE24C_0_0.ttf') format('truetype');
}


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

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	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: #d6a10d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #404041;
	text-decoration: none;
}

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: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	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;
}

.entry-content h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-content h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

.entry-content h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.8rem;
	font-size: 28px;
	font-weight: normal;
	text-transform: none;
}

.entry-content h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	text-transform: none;
}

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

.entry-content h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

img {
	height: auto;
}

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

.sidebar .featured-content img {
	margin-bottom: 0;
}

/* ## 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: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

.widget_ewd_welcome select {
	border-color: #000;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 8px;
	text-transform: uppercase;
}

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

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

::-moz-placeholder {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #efcb54;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px 22px;
	letter-spacing: 1px;
	text-decoration: none;
	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  {
	background-color: #000;
	color: #fff;
}

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

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #efcb54;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.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 {
	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: 40px 0;
}

.front-page .site-inner {
	padding: 0;
	max-width: none;
	text-align: center;
}

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

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

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

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	background: #f2f2f2;
	float: right;
	padding: 57px 40px 40px;
	width: 400px;
}

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


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

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

.avatar {
	float: left;
}

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

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

.comment .avatar {
	border-radius: 100%;
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.search-results .archive-description {
	padding-left: 0;
}

.category .archive-description {
	border: 2px solid #000;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 80px;
}

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

.entry-content .search-form,
.site-header .search-form,
.sidebar .search-form {
	border: 1px solid #000;
	width: 50%;
}

.site-header .search-form {
	width: 162px;
}

.sidebar .search-form {
	margin-bottom: 20px;
	width: 100%;
}

.content .search-form {
	margin-bottom: 20px;
	width: 236px;
}

.header-widget-area .widget_search {
	display: inline-block;
	vertical-align: middle;
}

.genesis-nav-menu .search input,
.widget_search input,
.sidebar .search-form input,
.content .search-form input {
	border: 0;
	padding: 10px 12px;
	width: 120px;
}

.sidebar .search-form input,
.content .search-form input {
	width: 194px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"],
.sidebar .search-form input[type="submit"],
.content .search-form input[type="submit"] {
	background: none;
	border: 0;
	color: #000;
	height: 37px;
    font-family: FontAwesome;
    padding: 10px 13px 11px;
    width: 40px;
}

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

.nav-secondary .search-form,
.nav-shop-secondary .search-form {
	margin: 0;
}

.nav-secondary .search,
.nav-shop-secondary .search {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.nav-secondary .search input[type="search"],
.nav-shop-secondary .search input[type="search"] {
	background: none;
	border: none;
    cursor: pointer;
	color: #333;
    font-size: 14px;
    font-size: 1.4rem;
	font-style: normal;
	margin-right: 0;
	min-height: 40px;
    padding: 12px 29px 11px 12px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
	text-indent: -9999px;
    text-transform: none;
    width: 0;
}

.nav-secondary .search input[type="submit"],
.nav-shop-secondary .search input[type="submit"] {
	display: none;
}

.nav-secondary .search:before,
.nav-shop-secondary .search:before {
    background: #f2f2f2;
    color: #000;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
	font-weight: normal;
    padding: 11px 12px;
    position: absolute;
    right: 0;
}

.nav-secondary .search input[type="search"]:focus,
.nav-shop-secondary .search input[type="search"]:focus {
	background: #f2f2f2;
	border: 0;
	color: #000;
	cursor: text;
	font-style: normal;
	font-size: 14px;
    font-size: 1.4rem;
	font-style: normal;
	outline: none;
	text-indent: 0;
	width: 215px;
}

.nav-secondary .genesis-nav-menu > .search,
.nav-shop-secondary .genesis-nav-menu > .search {
	padding: 0;
}

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.category .archive-title {
	background-size: 59px 57px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 0;
}

.tag .archive-title {
	font-size: 36px;
	font-size: 3.6rem;
	padding: 0;
}

.tag .archive-description {
	padding: 0;
}

.category-lesson-planning .archive-title {
	background-image: url(images/lesson-planning.png);
	padding: 8px 0 8px 75px;
}

.category-classroom-technology .archive-title {
	background-image: url(images/classroom-tech.png);
	padding: 8px 0 8px 75px;
}

.category-middle-school .archive-title {
	background-image: url(images/middleschool.png);
	background-size: 36px 55px;
	margin-bottom: 10px;
	padding: 8px 0 8px 60px;
}

.category-math-concepts .archive-title {
	background-image: url(images/math-concepts.png);
	padding: 8px 0 8px 75px;
}

.category-teacher-organization .archive-title {
	background-image: url(images/teacher-organization.png);
	padding: 8px 0 8px 75px;
}


.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.front-page .front-page-blog .featured-content .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	max-width: none;
	width: 100%;
}

.front-page .front-page-blog p.entry-meta {
	font-weight: normal;
	font-family: 'BrandonGrotesqueWeb-Bold';
	letter-spacing: .5;
}

.category .entry-title,
.tag .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.sidebar .widget-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.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 {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.front-page .featured-content .entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	padding: 0 0 24px;
}

.sidebar .featured-content .entry {
	border: none;
	margin-bottom: 25px;
	padding: 0;
}

.sidebar .featured-content .entry:last-of-type,
.sidebar .featured-content .entry:last-of-type a,
.sidebar .featured-content .entry:last-of-type img  {
	margin: 0;
}

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

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


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

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

.enews-widget,
.enews-widget .widget-title {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

.enews-widget .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
}

.sidebar .enews-widget .widget-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 240px !important;
}

.sidebar .widget.enews-widget {
	background-color: #fff;
	position: relative;
}

.sidebar .widget.enews-widget h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-bottom: 16px;
	padding: 8px;
	text-align: center;
	width: 248px;
}

.enews-widget input[type="submit"] {
	background-color: #efcb54;
	color: #000;
	margin: 0 0 0 15px;
	width: 123px;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input[type="submit"] {
	margin-left: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #000;
	color: #fff;
}

.enews p {
	margin-bottom: 15px;
}

.sidebar .enews p {
	font-size: 14px;
	font-size: 1.4rem;
}

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

.optin-offer {
	border: 2px solid #000;
	padding: 40px 40px 40px 325px;
	position: relative;
}

.single .optin-offer {
	margin-bottom: 60px;
}

.optin-image {
	left: 40px;
	max-width: 243px;
	position: absolute;
	top: 40px;
}

.sidebar .optin-image {
	left: 39px;
}

.front-page .enews-widget p.before-widget-title {
	color: #fff;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.front-page .enews-widget {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.front-page .enews-widget .widget-title {
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
}

.front-page .enews-widget input,
.front-page .enews-widget input[type="submit"] {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 8px 16px;
	padding: 17px 15px 13px;
	width: 225px;
}

.front-page .enews-widget input[type="submit"] {
	width: 178px;
}


.front-page .enews-widget input::-moz-placeholder {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
}

.front-page .enews-widget input::-webkit-input-placeholder {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.front-page .enews-widget p {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.45;
	margin-bottom: 35px;
}

.front-page .enews-widget form + p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px auto 0;
	max-width: 525px;
}

.front-page .enews-widget form + p a {
	color: #fff;
}

.front-page .enews-widget form + p a:hover {
	text-decoration: none;
}

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

#wpstats {
	display: none;
}


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

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 2px solid #000;
	margin-top: 0;
}

.site-header .wrap {
	padding: 37px 0;
}

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

.title-area {
	float: left;
	margin-top: 0;
	padding: 0;
	width: 335px;
}

.header-full-width .title-area {
	width: 100%;
}

.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;
	background-size: contain;
	float: left;
	min-height: 102px;
	width: 100%;
}

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

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

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

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}

.hbg-shop-home .site-header .widget-area,
.woocommerce .site-header .widget-area,
.woocommerce-page .site-header .widget-area {
	padding-top: 15px;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #d6a10d;
}

.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,
.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	color: #000;
	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
--------------------------------------------- */



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

.site-header nav {
	margin-bottom: 0;
}

.header-widget-area .widget_nav_menu {
	display: inline-block;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	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 {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

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

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary,
.nav-shop-secondary {
	background-color: #000;
	text-align: right;
}

.nav-secondary .genesis-nav-menu a,
.nav-shop-secondary .genesis-nav-menu a {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 9px;
}

.nav-secondary .genesis-nav-menu .menu-item a:hover,
.nav-secondary .genesis-nav-menu .login-menu-item a,
.nav-shop-secondary .genesis-nav-menu .menu-item a:hover,
.nav-shop-secondary .genesis-nav-menu .login-menu-item a {
	color: #efcb54;
}

.genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-shop-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #d6a10d;
}


.nav-secondary .genesis-nav-menu .login-menu-item a:hover,
.nav-shop-secondary .genesis-nav-menu .login-menu-item a:hover {
	color: #fff;
}

.nav-secondary .genesis-nav-menu,
.nav-shop-secondary .genesis-nav-menu {
	padding-right: 54px;
	position: relative;
}

/* ## Category Navigation Widget
--------------------------------------------- */

.nav-category {
	clear: both;
	padding-top: 40px;
	text-align: center;
}

.nav-category .widget-wrap {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.nav-category .widget-title {
	color: #999;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 1.8rem;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: -10px;
	text-transform: uppercase;
}

.nav-category .widget-title span {
	background: #fff;
	padding: 0 10px;
}

.nav-category .menu-item {
	display: inline-block;
	margin: 0 60px;
}

.header-widget-area .menu-item {
	margin-left: 45px;
	text-align: center;
}

.header-widget-area .menu-item:first-of-type {
	margin-left: 0;
}

.header-widget-area .menu-item a {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 59px 57px;
	color: #000;
	display: inline-block;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 1.4rem;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-top: 65px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-item.lesson-planning a {
	background-image: url(images/lesson-planning.png);
}

.menu-item.math-concepts a {
	background-image: url(images/math-concepts.png);
}

.menu-item.interactive-notebooks a {
	background-image: url(images/middleschool.png);
	background-size: 36px 55px;
}

.menu-item.classroom-technology a {
	background-image: url(images/classroom-tech.png);
}

.menu-item.teacher-organization a {
	background-image: url(images/teacher-organization.png);
}

.menu-item.sixth-grade a {
	background-image: url(images/6th.svg);
}

.menu-item.seventh-grade a {
	background-image: url(images/7th.svg);
}

.menu-item.eighth-grade a {
	background-image: url(images/8th.svg);
}

.menu-item.algebra1 a {
	background-image: url(images/alg1.svg);
}

.menu-item.teks a {
	background-image: url(images/menu-teks.svg);
}

.menu-item.ccss a {
	background-image: url(images/menu-ccss.svg);
}

.menu-item.all-products a {
	background-image: url(images/all-products.svg);
}

.shop-header-widget ul {
	clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
}

.shop-header-widget ul .menu-item {
    display: inline-block;
	margin-left: 35px;
    text-align: center;
}

.shop-header-widget ul .menu-item a {
	background-size: 49px 49px;
	min-width: 49px;
}

/* Social Navigation
--------------------------------------------- */

.menu-social-container .menu {
	text-align: center;
	margin: 0 0 15px;
	width: auto;
}

.menu-social-container .menu li {
	background: #61b5c7;
	border: 1px solid #61b5c7;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	height: 32px;
	margin: 0 6px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 32px;
}

.menu-social-container .menu li:hover{
	background: #f2f2f2;
	border-color: #f2f2f2;
	color: #666;
}

.menu-social-container .menu li.fa-twitter {
	background: #4cbda4;
	border: 1px solid #4cbda4;
}

.menu-social-container .menu li.fa-twitter:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
	color: #666;
}

.menu-social-container .menu li.fa-pinterest {
	background: #e34932;
	border: 1px solid #e34932;
}

.menu-social-container .menu li.fa-pinterest:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
	color: #666;
}

.menu-social-container .menu li.fa-instagram {
	background: #efcb54;
	border: 1px solid #efcb54;
}

.menu-social-container .menu li.fa-instagram:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
	color: #666;
}

.menu-social-container .menu li.fa-youtube-play {
	background: #000;
	border: 1px solid #000;
}

.menu-social-container .menu li.fa-youtube-play:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
	color: #666;
}

.menu-social-container .menu li:hover {
	position: relative;
}

.menu-social-container .menu li:before {
	display: table-cell;
	vertical-align: middle;
	height: 32px;
	width: 32px;
	position: relative;
}

.menu-social-container .menu li.fa a {
	border: none;
	bottom: 0;
	display: inline-block;
	height: auto;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

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

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

.entry {
	margin-bottom: 40px;
}

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

.category .content .entry,
.tag .content .entry {
	float: left;
	margin: 0 0 5.5% 5.5%;
	text-align: center;
	width: 29.6%;
}

.category .content .entry:nth-of-type(3n+1),
.tag .content .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.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: #333;
	color: #ddd;
}

.single .entry-header {
	margin-bottom: 35px;
	padding-left: 80px;
	position: relative;
}

.single.hbg-membership-register .entry-header {
	padding-left: 0;
}

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

p.entry-meta {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	background: #000;
	border-radius: 100%;
	color: #fff;
	font-size: 1.2rem;
	font-size: 12px;
	left: 0;
	letter-spacing: .5px;
	line-height: 1.2;
	margin-bottom: 24px;
	padding: 8px 0 9px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 59px;
}

span.day {
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
}

span.month {
	display: block;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.entry-footer .entry-meta a {
	color: #000;
	text-decoration: none;
}

.entry-categories,
.entry-tags,
.entry-comments-link {
	display: inline-block;
	margin-right: 20px;
}

.entry-comments-link:before {
	color: #999;
	content: "\f075";
	font-family: FontAwesome;
	margin-right: 8px;
}

.entry-categories:before {
	color: #999;
	content: "\f07c";
	font-family: FontAwesome;
	margin-right: 8px;
}

.entry-tags:before {
	color: #999;
	content: "\f02b";
	font-family: FontAwesome;
	margin-right: 8px;
}

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

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

.woocommerce .pagination {
	margin-top: 0;
}

.front-page.paged .pagination {
	margin-bottom: 40px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #efcb54;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus {
	background: #000;
	color: #fff;
}

.archive-pagination .active a {
	background-color: #fff;
}

.adjacent-entry-navigation {
	line-height: 1.2;
	margin-bottom: 60px;
	overflow: hidden;
}

.adjacent-entry-navigation a {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .5px;
	text-decoration: none;
	text-transform: uppercase;
}

.adjacent-entry-navigation a:hover,
.adjacent-entry-navigation a:hover span {
	text-decoration: none;
}

.adjacent-entry-navigation span {
	color: #d6a10d;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .5px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.navigation-previous {
	float: left;
	position: relative;
	width: 45%;
}

.navigation-next {
	float: right;
	position: relative;
	text-align: right;
	width: 45%;
}

.adjacent-entry-navigation img.alignleft {
	margin-right: 40px;
}

.adjacent-entry-navigation img.alignright {
	margin-left: 40px;
}

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

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

.comment-respond,
.entry-pings {
	margin-bottom: 50px;
	padding: 0;
}

.entry-pings {
	border: none;
	padding-top: 0;
}

.entry-comments {
	padding: 0;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-comments h3 {
	float: left;
	margin-bottom: 35px;
}

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

.comment-header a {
	text-decoration: none;
}

.comment-content p:last-of-type {
	margin-bottom: 20px;
}

.comment-list {
	clear: both;
}

.comment-list ul {
	padding-left: 40px;
}

.comment-list li {
	margin-top: 40px;
	padding-bottom: 40px;
}

.comment-list ul > li:last-of-type {
	padding-bottom: 0;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ccc;
}

.comment-list li.depth-1:last-of-type {

}

.comment-list li.bypostauthor > article {
	background: #f2f2f2;
	border: none;
	padding: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #ccc;
	width: 50%;
}

.comment-respond textarea {
	width: 100%;
}

.comment-respond input[type="submit"] {
	background-color: #efcb54;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 22px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.comment-respond input:hover[type="submit"] {
	background-color: #000;
	color: #fff;
}

.comment-respond label {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 12px;
}

.entry-comments .comment-author {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 7px;
	text-transform: uppercase;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

.comment-meta {
	line-height: 1.2;
}

.comment-meta a {
	border: none;
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

.comment-form-comment {
	margin-bottom: 30px;
}

.comment-notes-after {
	color: #24304f;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.comment-content {
	clear: both;
}

.comment-reply {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .5px;
	text-align: right;
	text-transform: uppercase;
}

.comment-reply a {
	border: none;
	text-decoration: none;
}

.commentnumber {
	color: #a4a4a4;
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
}

.logged-in .commentnumber {
	display: block;
}

.comment-respond form {

}

.children article {
	border-left: 5px solid #efcb54;
	padding-left: 40px;
}


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

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

.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: 70px;
}

.sidebar .widget.widget_text {
	background: none;
}

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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
	text-transform: uppercase;
}

.footer-widgets,
.footer-widgets a {
	color: #000;
	text-decoration: none;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #333;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

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

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets {
    background: #f2f2f2;
    color: #000;
    clear: both;
    font-family: 'BrandonGrotesqueWeb-Bold';
    font-weight: 400;
    padding: 35px 0 5px;
    text-align: left
}

.footer-widgets .wrap {
    display: flex;
    justify-content: space-between;
    max-width: 900px
}

.footer-widgets .wrap:before,.footer-widgets .wrap:after {
    display: none
}

.footer-widgets-1,.footer-widgets-3 {
    width: 365px
}

.footer-widgets-2 {
	padding-right: 20px;
    width: 365px
}

.footer-widgets-1 {
    margin-right: 23px;
    margin-right: 2.3rem;
	padding-right: 40px;
}

.footer-widgets-1,.footer-widgets-2 {
    float: left
}

.footer-widgets-3 {
	padding-left: 20px;
    float: right
}

.footer-widgets-1,.footer-widgets-2,.footer-widgets-3 {
    float: none;
    margin-right: 0;
    width: 33%
}

.footer-widgets a {
    border-bottom: 0;
    color: #000
}

.footer-widgets a:hover {
    color: #595959;
}

.footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 2.4rem
}

.footer-widgets .widget-title {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal
}

.footer-widgets li {
    font-size: 16px;
    font-size: 1.6rem;
    list-style-type: none;
    word-wrap: break-word;
    line-height: 1.3;
    margin-bottom: 8px
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd
}

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

.site-footer {
	background: #efcb54 url(images/ruler.png) repeat-x center top;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	line-height: 1.4;
	padding: 46px 0 22px;
	text-align: center;
	text-transform: uppercase;
}

.nav-footer {
	margin-bottom: 15px;
	margin-top: 5px;
}

.nav-footer .sub-menu {
	display: block !important;
	opacity: 1 !important;
	left: auto;
	position: relative;
	width: auto;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
	height: auto !important;
}

.nav-footer .genesis-nav-menu > .menu-item {
	vertical-align: top;
	    margin: 0 20px;
}

.nav-footer .genesis-nav-menu .sub-menu li {
	display: block;
}

.nav-footer .genesis-nav-menu .sub-menu a {
	background: none;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-size: 1.2rem;
	width: auto;
	color: #595959;
	padding: 10px 0 0 10px;
}

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

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

.site-footer a {
	color: #000;
	text-decoration: none;
}

.cookie-consent-banner {
	background: rgba(0, 0, 0, 0.92);
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	padding: 20px;
	position: fixed;
	transform: translateY(100%);
	transition: transform 0.2s ease-in-out;
	width: 100%;
	z-index: 9999;
}

.cookie-consent-banner.is-visible {
	transform: translateY(0);
}

.cookie-consent-banner__content {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 0;
}

.cookie-consent-banner__message {
	color: #fff;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0;
}

.cookie-consent-banner__message a {
	color: #efcb54;
	font-family: 'BrandonGrotesqueWeb-Bold';
	letter-spacing: 1px;
	margin-left: 8px;
	/* text-transform: uppercase; */
}

.cookie-consent-banner__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	justify-content: flex-end;
	min-width: 0;
}

.cookie-consent-banner__button {
	background: #efcb54;
	border: 2px solid #efcb54;
	border-radius: 8px;
	color: #212b36;
	flex-shrink: 0;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 10px 12px;
	text-transform: none;
}

.cookie-consent-banner__button:hover,
.cookie-consent-banner__button:focus {
	background: #f4ad3d;
	border-color: #f4ad3d;
}

.cookie-consent-banner__button--secondary {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.cookie-consent-banner__button--secondary:hover,
.cookie-consent-banner__button--secondary:focus {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

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

	.cookie-consent-banner {
		left: 0;
		max-width: 100vw;
		overflow-x: hidden;
		padding: 18px 16px;
		right: 0;
	}

	.cookie-consent-banner__content {
		gap: 14px;
	}

	.cookie-consent-banner__message {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.cookie-consent-banner__button {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 9px 10px;
	}

	.cookie-consent-banner__message a {
		display: inline-block;
		margin-left: 0;
		margin-top: 8px;
	}

}

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

	.cookie-consent-banner__content {
		align-items: flex-start;
		flex-direction: column;
	}

	.cookie-consent-banner__actions {
		box-sizing: border-box;
		width: 100%;
	}

	.cookie-consent-banner__button {
		box-sizing: border-box;
		flex: 1 1 0;
		max-width: 100%;
		min-width: 0;
	}

}

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

.front-page .optin-offer {
	background: #4cbda4;
	border: 0;
	color: #fff;
	padding: 90px 0 60px;
	position: relative;
}

.front-page .optin-offer:before {
	background: #fff url(images/calculator.svg) center center no-repeat;
	background-size: 60%;
	border: 2px solid #4cbda4;
	border-radius: 100%;
	content: "";
	display: block;
	height: 75px;
	left: 50%;
	margin-left: -37px;
	position: absolute;
	width: 75px;
	top: -37px;
}

.front-page.paged .optin-offer {
	margin-bottom: 80px;
}

.front-page-ad {
	text-align: center;
	margin-bottom: 40px;
}

.search-results .entry-header,
.front-page-blog .entry-header,
.hbg-blog .content .entry-header {
    margin-bottom: 50px;
    padding-left: 80px;
    position: relative;
}

.hbg-blog .content .entry {
	padding-bottom: 20px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.hbg-blog .content .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.front-page-blog .entry-header {
    margin-bottom: 40px;
    padding-left: 80px;
    position: relative;
}

.front-page-blog {
	line-height: 1.78;
	max-width: 900px;
	margin: 80px auto;
	width: 90%;
}

.search-results .type-page .entry-header {
	padding-left: 0;
}

.front-page main .entry-header {
	background-size: cover;
    border-bottom: 2px solid #000;
	padding: 99px 0;
}

.front-page main .entry-content {
	line-height: 1.78;
	margin: 0 auto;
	max-width: 900px;
	padding: 100px 0 45px;
	position: relative;
	width: 90%;
}

.front-page main .entry-content:before {
	background: #fff;
	border-radius: 100%;
	color: #efcb54;
    content: "\f103";
	display: block;
	font-family: FontAwesome;
	font-size: 62px;
	height: 75px;
	line-height: 1;
	left: 50%;
	margin-left: -37px;
	padding-top: 8px;
	position: absolute;
	width: 75px;
	top: -37px;
}

.front-page main .entry-content img,
.front-page-blog .entry img {
	border: 5px solid #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.front-page main .entry-content img.alignleft {
	margin: 0 30px 30px 0;
}

.front-page-blog .entry img.alignleft {
	margin: 0 35px 35px 0;
}

.front-page .entry-title {
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1;
	margin: 0 auto 20px;
	max-width: 754px;
	width: 90%;
}

.front-page .subtitle {
    font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 auto 30px;
	max-width: 754px;
	width: 90%;
	text-transform: uppercase;
}

.front-page .entry-header-buttons {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1140px;
	width: 90%;
}

.header-button {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: flex;
	border: 5px solid #fff;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	background: #61b5c7;
	text-decoration: none;
	text-transform: uppercase;
	width: 31.8%;
}

.red-header-button {
	background: #e34932;
}

.turquoise-header-button {
	background: #4cbda4;
}

.header-button .icon {
	background: #a0d3dd;
	height: 90px;
	width: 90px;
	padding: 12px;
	display: block;
}

.header-button:hover .header-button-text {
	color: #fff;
	opacity: .5;
}

.red-header-button .icon {
	background: #ee9284;
	padding: 20px 15px 15px;
}

.turquoise-header-button .icon {
	background: #b7e5db;
}

.header-button .icon img {
	max-height: 100%;
}

.header-button-text {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	line-height: 1.25;
	justify-content: center;
	padding: 15px;
}

.header-button-text span {
	font-size: 16px;
	font-size: 1.6rem;
}

.front-page .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.front-page .featured-content .entry-title {
	margin-bottom: 0;
}

.front-page-featured-outer {
	padding: 100px 0;
}

.front-page-featured {
	border: 2px solid #000;
	padding: 0 60px 20px;
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
	width: 90%;
}

.front-page-featured .widget-title {
	margin: -28px 0 40px;
}

.front-page-featured .widget-title span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding: 17px 55px;
}

.front-page .front-page-featured .entry {
	border: none;
	display: block;
	float: left;
	margin: 0 0 4.08% 4.08%;
	padding: 0;
	width: 30.6%;
}

.front-page-featured .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .5px;
}

.front-page-featured .entry:first-of-type {
	margin-left: 0;
}

.front-page-featured .more-from-category {
	clear: both;
	text-align: center;
}

.front-page-blog .more-from-category {
	text-align: center;
}

.front-page .more-from-category a {
	background: #efcb54;
	display: inline-block;
	font-weight: 400;
}

.front-page-instagram {
	background: #000;
	color: #fff;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 24px;
	font-size: 2.4rem;
	padding-top: 70px;
	position: relative;
	text-align: center;
}

.front-page-instagram:before {
	background: #fff;
	border: 2px solid #000;
	border-radius: 100%;
	color: #000;
    content: "\f16d";
	display: block;
	font-family: FontAwesome;
	font-size: 47px;
	height: 75px;
	line-height: 1;
	left: 50%;
	margin-left: -37px;
	padding-top: 13px;
	position: absolute;
	width: 75px;
	top: -37px;
}

.front-page-instagram span {
	color: #efcb54;
}

.front-page-instagram p {
	max-width: 90%;
	margin: 0 auto;
}

/* ## EWD about Widget
--------------------------------------------- */

.front-page-welcome {
	background: #f2f2f2;
	padding: 60px 0 40px;
}

.front-page-welcome .widget-wrap {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.front-page-welcome img {
	border-radius: 100%;
	width: 33.3%;
}

.ewd-about-widget-right {
	flex-basis: 62.22%;
	text-align: center;
}

.front-page-welcome .widget-title {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	padding-top: 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.front-page-welcome p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.77;
	margin-bottom: 40px;
}

.front-page-welcome .button {
	background: none;
	color: #231F20;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 10px 41px 6px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: auto;
}

.front-page-welcome .button:hover {
	background: #231F20;
	color: #f2f2f2;
}

/* Front Page Welcome Navigation
--------------------------------------------- */

.front-page-welcome .menu {
	text-align: center;
	margin: 0 0 15px;
	width: auto;
}

.front-page-welcome .menu li {
	background: #61b5c7;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 28px;
	font-size: 2.8rem;
	height: 50px;
	margin: 0 6px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 50px;
}

.front-page-welcome .menu li:hover{
	background: #231F20 !important;
	border-color: #f2f2f2;
}

.front-page-welcome .menu li.fa-twitter {
	background: #4cbda4;
}

.front-page-welcome .menu li.fa-twitter:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.front-page-welcome .menu li.fa-pinterest-p {
	background: #e34932;
}

.front-page-welcome .menu li.fa-pinterest:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.front-page-welcome .menu li.fa-instagram {
	background: #efcb54;
}

.front-page-welcome .menu li.fa-instagram:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.front-page-welcome .menu li.fa-youtube-play {
	background: #000;
}

.front-page-welcome .menu li.fa-users {
	background: #4cbda4;
}

.front-page-welcome .menu li.fa-envelope {
	background: #93278f;
}


.front-page-welcome .menu li.fa-youtube-play:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.front-page-welcome .menu li:hover {
	position: relative;
}

.front-page-welcome .menu li:before {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 50px;
	position: relative;
}

.front-page-welcome .menu li.fa a {
	border: none;
	bottom: 0;
	display: inline-block;
	height: auto;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}


/* # Membership Sales Page
---------------------------------------------------------------------------------------------------- */

.hbg-membership-general .site-header {
	background: #efcb54;
	border: 0;
	margin-top: 0;
	min-height: 0;
}

.hbg-membership-general .site-header .wrap,
.woocommerce-account.woocommerce-page .site-header .wrap {
	padding: 0;
}

.hbg-membership-general .title-area {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	margin: 0 0 -12px;;
	padding: 6px;
	position: relative;
    width: 164px;
	z-index: 5;
}

.hbg-membership-general .title-area img {
	display: block;
}

.hbg-membership-general nav {
	float: right;
	margin-bottom: 0;
	margin-top: 5px;
	text-align: right;
}

.hbg-membership-general nav.nav-footer {
	float: none;
	margin-bottom: 15px;
	text-align: center;
}

.hbg-membership-general nav .genesis-nav-menu a {
	padding: 14px 10px 15px;
}

.hbg-membership-general nav .genesis-nav-menu a:hover {
	color: #595959;
}

.hbg-membership-sales .entry {
	margin-bottom: 0;
}

.hbg-membership-sales .entry-header {
	background-size: cover;
	background-position: center top;
	display: flex;
	align-items: center;
    justify-content: center;
	min-height: 800px;
	position: relative;
	text-align: center;
}

.hbg-membership-sales .entry-header:before {
	background: rgba(0, 0, 0, 0.65);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hbg-membership-sales .entry-header .wrap {
	max-width: 900px;
	position: relative;
	z-index: 5;
}

.hbg-membership-sales .post-edit-link {
	display: none;
}

.hbg-membership-sales .site-inner {
	max-width: none;
	padding: 0;
}

.hbg-membership-sales .sales-page-tagline {
	color: #efcb54;
    font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hbg-membership-sales .entry-title {
	color: #fff;
	font-size: 85px;
	font-size: 8.5rem;
	margin-bottom: 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.mtm-first-video .wrap {
	max-width: 940px;
	padding: 0 20px;
}

.mtm-first-video .ewd-video-container {
	margin-bottom: 0;
	margin-top: -22%;
}

.mtm-aots {
	text-align: center;
}

.mtm-aots .wrap {
	max-width: 900px;
	padding: 80px 0;
}

.mtm-aots h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 20px;
}

.aots-statement {
	background: #f2d576;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	padding: 10px 18px;
	display: inline-block
}

.aots-closing {
	font-size: 24px;
	font-size: 2.4rem;
}

.mtm-mtmmc {
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
}

.mtm-mtmmc:before {
	background: rgba(0, 0, 0, 0.65);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mtm-mtmmc .wrap {
	max-width: 900px;
	padding: 74px 0;
	position: relative;
	z-index: 5;
}

.mtm-mtmmc h2 {
	color: #fff;
    font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.3125;
	margin-bottom: 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	text-transform: none;
}

.mtm-tiac .wrap {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
	max-width: 900px;
	padding: 80px 0;
}

.mtm-tiac .wrap:before,
.mtm-tiac .wrap:after {
	display: none;
}

.mtm-tiac img {
    width: 39.44%;
}

.tiac_text_content {
    flex-basis: 56.11%;
}

.mtm-wdtci {
	background: #f2f2f2;
	padding: 80px 0;
}

.mtm-wdtci h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 25px;
	text-align: center;
}

.mtm-wdtci .intro {
	margin-bottom: 45px;
	text-align: center;
}

.curriculum-wrap {
    display: flex;
    justify-content: space-between;
	margin-bottom: 40px;
}

.curriculum-unit {
	border: 2px solid #231f20;
	flex-basis: 31.08%;
}

.mtm-wdtci h3 {
	background: #efcb54;
	border-bottom: 2px solid #231f20;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-bottom: 0;
    padding: 18px 0 14px;
	text-align: center;
	text-transform: uppercase;
}

.curriculum-unit ol {
	margin-bottom: 0;
	margin-left: 29px;
	padding: 30px 30px 22px;;
}

.curriculum-unit ol > li {
	margin-bottom: 8px;
}

.eui-included-item img {
	max-height: 78px;
	max-width: 66px;
}

.eui-box {
	border: 2px solid #231f20;
}

.eui-included-items-wrap {
	padding: 78px 78px 40px;
}

.eui-included-item {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 0 70px 12px;
}

.eui-included-item:last-of-type {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.included-item-right {
	flex-basis: 86.34%;
}

.eui-included-item h4 {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.mtm-testimonials {
	font-style: italic;
	line-height: 1.78;
	padding: 80px 0;
}

.mtm-testimonials .wrap {
	max-width: 1020px;
}

.mtm-testimonials h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
	margin-bottom: 30px;
	text-align: center;
}

.test_subtitle {
	background: url(images/testimonials.svg) center top no-repeat;
	background-size: 48px 40px;
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
}

.mtm-testimonials .strong-view.simple .testimonial-inner {
	padding: 0;
}

.mtm-testimonials .strong-view.simple .testimonial-image {
	margin-right: 40px;
}

.mtm-testimonials .strong-view.unstyled .testimonial-image img {
	border-radius: 100%;
	margin-bottom: 10px;
}

.mtm-testimonials .strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager {
	font-style: normal;
}

.mtm-testimonials .strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link.active:before,
.mtm-testimonials .strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link:hover:before {
	color: #fb9666;
}

.mtm-testimonials .strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link:before {
	color: #fff;
	content: "\f111";
	font-size: 18px;
	margin: 0 4px;
}

.mtm-testimonials .strong-view.nav-position-outside .wpmslider-controls {
    font-style: normal;
    padding-top: 20px;
}

.mtm-testimonials .strong-view.controls-style-buttons .wpmslider-wrapper .wpmslider-next,
.mtm-testimonials .strong-view.controls-style-buttons .wpmslider-wrapper .wpmslider-prev {
	color: #dbdada;
	font-size: 36px;
	font-style: normal;
}

.mtm-testimonials .strong-view.controls-style-buttons .wpmslider-wrapper .wpmslider-next {
	right: 3px;
}

.mtm-testimonials .strong-view.controls-style-buttons .wpmslider-wrapper .wpmslider-prev {
	left: -3px;
}

.mtm-testimonials .t-slide {
    padding: 0 60px;
}

.mtm-testimonials .testimonial-name {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.mtm-testimonials .testimonial-company {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.mtm-testimonials .unstyled {
	text-align: center;
}

.mtm-optional-video {
	background: #f2f2f2;
}

.mtm-optional-video .wrap {
	padding: 80px 20px;
	max-width: 940px;
}

.mtm-optional-video h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
	text-align: center;
}

.ewd-video-container {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.75);
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0 auto 40px;
	overflow: hidden;
}

.ewd-video-container iframe,
.ewd-video-container object,
.ewd-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mtm-haos {
	padding: 80px 0;
}

.mtm-haos .wrap {
	border: 2px solid #000;
	max-width: 900px;
}

.mtm-haos h2 {
	font-size: 20px;
	font-size: 2rem;
	margin-top: -13px;
	text-align: center;
	letter-spacing: 1px;
}

.mtm-haos h2 span {
	background: #fff;
	padding: 0 20px;
}

.mtm-haos .inner-wrap {
	flex-direction: row-reverse;
	padding: 40px;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}


.mtm-haos img {
    width: 35.67%;
}

.haos_text_content {
    flex-basis: 61.8%;
}

.mtm-hdtl {
	background: #f2f2f2;
	padding: 80px 0 40px;;
	text-align: center;
}

.mtm-hdtl .wrap {
	max-width: 900px;
}

.mtm-hdtl h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

.hdtl-intro {
	line-height: 1.78;
	margin-bottom: 30px;
}

.hdtl-intro a,
.faq-a a {
	box-shadow: 10px 0 0 #f2d576, -10px 0 0 #f2d576;
	background: #f2d576;
	color: #000;
	margin: 0 10px;
	text-decoration: none;
}

.hdtl-intro a:hover,
.faq-a a:hover {
	box-shadow: 10px 0 0 #000, -10px 0 0 #000;
	background: #000;
	color: #fff;
}

.mtm-hdtl img {
	margin-bottom: 40px;
	vertical-align: top;
}

.mtm-hdtl img:first-of-type {
	float: left;
}

.mtm-hdtl img:nth-of-type(2) {
	float: right;
}

.mtm-hdtl img:nth-of-type(3) {
	clear: both;
}

.mtm-hmdic {
	padding: 80px 0;
}

.mtm-hmdic h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 35px;
	text-align: center;
}

.hmdic-box-wrap {
    display: flex;
    justify-content: space-between;
	margin-bottom: 40px;
}

.hmdic-info-box {
	border: 2px solid #231f20;
	display: flex;
	flex-direction: column;
	flex-basis: 48%;
}

.hmdic-info-box h3 {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 1px;
	line-height: 1.35;
	margin-bottom: 0;
    padding: 35px 35px 35px;
	text-align: center;
	text-transform: uppercase;
}

.hmdic-info-box ul {
	background: #f2f2f2;
	flex-grow: 1;
	margin-bottom: 0;
	margin-left: 0;
	padding: 30px 30px 22px 75px;
}

.hmdic-info-box ul > li {
	margin-bottom: 8px;
}

.hmdic-info-box .button-wrap {
	margin-top: auto;
	padding: 35px;
}

.hmdic-info-box .button {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
}

.mtm-faq {
	background: #f2f2f2;
	padding: 80px 0 52px;
}

.mtm-faq .wrap {
	max-width: 900px;
}

.mtm-faq h2 {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 35px;
}

.faq-set {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 12px;
}

.faq-set:last-of-type {
	border: 0;
	margin: 0;
	padding: 0;
}

.faq-q {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

/* # Membership Sales Math
---------------------------------------------------------------------------------------------------- */

.hbg-membership-sales-math .entry-header:before {
	background: rgba(255, 255, 255, 0.65);
}

.hbg-membership-sales-math .entry-title {
	color: #000;
	font-size: 72px;
	font-size: 7.2rem;
	text-shadow: none;
	line-height: 1.11;
}

.mtm-subtitle {
	background: #000;
	font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 5px;
    max-width: 615px;
	color: #fff;
	padding: 10px;
    margin: 25px auto 25px;
}

.genesis-nav-menu .menu-item.buy-now {
	background: #4CBDA4;
}

.subtitle-buttons {
	margin-bottom: 80px;
}

.hbg-membership-sales-math .button,
.hbg-membership-sales-math .button.ghost-button:hover {
	background: #4cbda4;
	border: 3px solid #4cbda4;
	color: #fff;
	display: inline-block;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	min-width: 226px;
	margin: 0 10px 20px;
}

.hbg-membership-sales-math .button.ghost-button,
.hbg-membership-sales-math .button:hover {
	background: #fff;
	border: 3px solid #4cbda4;
	color: #4cbda4;
}

.hbg-membership-sales-math .aots-statement {
	background: #000;
	color: #fff;
}

.hbg-membership-sales-math .mtm-aots .wrap {
	margin-bottom: 40px;
}

.hbg-membership-sales-math .mtm-mtmmc:before {
	display: none;
}

.hbg-membership-sales-math .mtm-mtmmc {
	height: 0;
	padding: 0 0 28.67%;
}

.hbg-membership-sales-math .mtm-wdtci .intro {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.hbg-membership-sales-math .mtm-wdtci h3 {
	background: #4cbda4;
    border: 2px solid #231f20;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
}

.hbg-membership-sales-math .curriculum-components {
	background: #fff;
    border: 2px solid #231f20;
	border-top: 0;
	padding: 80px;
}

.curriculum-item-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.curriculum-components .two-items .curriculum-item:first-of-type {
		padding-right: 40px;
}

.curriculum-components .two-items .curriculum-item:last-of-type {
		padding-left: 40px;
}

.curriculum-components .four-items .curriculum-item {
    width: 25%;
    padding: 0 15px;
}

.curriculum-components .curriculum-item {
	border-right: 1px solid #ccc;
	text-align: center;
}

.curriculum-components .curriculum-item:last-of-type {
	border-right: 0;
}

.curriculum-components img {
	margin-bottom: 10px;
}

.curriculum-components .single-item img {
	width: 75px;
}

.curriculum-components .two-items img {
	width: 90px;
	height: 61px;
}

.curriculum-components .four-items img {
	width: 72px;
	height: 72px;
}

.curriculum-components h4 {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.curriculum-item-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: left;
}

.curriculum-item-row {
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 40px;
}

.curriculum-item-row:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.hbg-membership-sales-math .optin-offer {
	background: #4cbda4;
	border: 0;
	color: #fff;
	padding: 90px 0 60px;
	position: relative;
}

.hbg-membership-sales-math .optin-offer:before {
	background: #fff url(images/calculator.svg) center center no-repeat;
	background-size: 60%;
	border: 2px solid #4cbda4;
	border-radius: 100%;
	content: "";
	display: block;
	height: 75px;
	left: 50%;
	margin-left: -37px;
	position: absolute;
	width: 75px;
	top: -37px;
}

.hbg-membership-sales-math .enews-widget p.before-widget-title {
	color: #fff;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.hbg-membership-sales-math .enews-widget {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.hbg-membership-sales-math .enews-widget .widget-title {
	color: #fff;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 42px;
	font-size: 4.2rem;
}

.hbg-membership-sales-math .enews-widget input,
.hbg-membership-sales-math .enews-widget input[type="submit"] {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 8px 16px;
	padding: 17px 15px 13px;
	width: 225px;
}

.hbg-membership-sales-math .enews-widget input[type="submit"] {
	background: #4cbda4;
	color: #fff;
	width: 178px;
}


.hbg-membership-sales-math .enews-widget input::-moz-placeholder {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
}

.hbg-membership-sales-math .enews-widget input::-webkit-input-placeholder {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hbg-membership-sales-math .enews-widget p {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.45;
	margin-bottom: 35px;
}

.hbg-membership-sales-math .enews-widget form + p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px auto 0;
	max-width: 525px;
}

.hbg-membership-sales-math .enews-widget form + p a {
	color: #fff;
}

.hbg-membership-sales-math .enews-widget form + p a:hover {
	text-decoration: none;
}

.optin-offer-math {
	background: #000;
	border: 0;
    color: #fff;
    padding: 90px 0 60px;
    position: relative;
}

.optin-offer-math:before {
    background: #fff url(images/email-optin.svg) center center no-repeat;
    background-size: 60%;
    border: 2px solid #000;
    border-radius: 100%;
    content: "";
    display: block;
    height: 75px;
    left: 50%;
    margin-left: -37px;
    position: absolute;
    width: 75px;
    top: -37px;
}

.hbg-membership-sales-math .test_subtitle {
	background-image: url(images/testimonial.svg);
}

.hbg-membership-sales-math .hdtl-intro a,
.hbg-membership-sales-math .faq-a a {
    box-shadow: none;
    background: none;
    color: #fff;
	margin: 0;
    text-decoration: none;
}

.hbg-membership-sales-math .hdtl-intro a:hover,
.hbg-membership-sales-math .faq-a a:hover {
	color: #000;
}

.hbg-membership-sales-math .hdtl-intro a span,
.hbg-membership-sales-math .faq-a a span {
	background: #4cbda4;
	padding: 0 5px;
}

.hbg-membership-sales-math .hdtl-intro a:hover span,
.hbg-membership-sales-math .faq-a a:hover span {
	background: none;
}

.hbg-membership-sales-math .mtm-hdtl img {
	margin-bottom: 50px;
}

.hbg-membership-sales-math .mtm-hdtl img:first-of-type {
	max-width: 393px;
}

.hbg-membership-sales-math .mtm-hdtl img:nth-of-type(2) {
	max-width: 392px;
}

.hbg-membership-sales-math .mtm-hdtl img:nth-of-type(3) {
	max-width: 553px;
}

.hbg-membership-sales-math .hmdic-info-box ul {
	background: #E9F7F4;
	text-align: center;
	padding-left: 30px;
}

.hbg-membership-sales-math  .hmdic-info-box ul > li {
	list-style-type: disc;
	list-style-position: inside;
}

.hbg-membership-sales-math .hmdic-info-box .button {
	border: 1px solid #000;
	display: block;
	margin: 40px auto 0;
	padding: 9px;
	max-width: 293px;
}

.hbg-membership-sales-math .site-footer,
.hbg-maneuvering-math-signup .site-footer {
	background: #4CBDA4 url(images/green-ruler.svg) center center;
	background-size: cover;
}

.skill-box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.hbg-skill-boxes h2 {
	margin: 50px auto 30px;
	font-size: 28px;
	font-size: 2.8rem;
	max-width: 900px;
}

.hbg-skill-box:before {
	background: url(images/math-plus.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: "";
	bottom: -14px;
	left: 50%;
	cursor: pointer;
	margin-left: -14px;
	display: block;
	width: 28px;
	height: 28px;
}

.skill-box-open:before {
	background-image: url(images/math-minus.svg);
}

.hbg-skill-box {
	background: #fff;
	border: 2px solid #231f20;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	width: 31.08%;
	min-height: 219px;
	position: relative;
}

.skill-box-inner {
	padding: 40px 40px 12px;
	cursor: pointer;
}

.skill-box-hidden {
	border-top: 1px solid #ccc;
	display: none;
	padding-top: 40px;
	margin-top: 40px;
}

.hbg-skill-box h3.skill-box-title {
	border: none;
	border-bottom: 2px solid #231f20;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	padding: 18px 10px;
}

.hbg-skill-box ul {
	list-style-type: none;
	margin-left: 0;

}

.hbg-skill-box ul li {
	position: relative;
	list-style-type: none;
	padding-left: 28px;
	margin-bottom: 2px;
}

.hbg-skill-box ul li:before {
	color: #ccc;
	position: absolute;
	left: 0;
	top: -2px;
	font-family: FontAwesome;
	content: "\f00c";
}

.hbg-membership-sales-math .site-header,
.hbg-maneuvering-math-signup .site-header {
	background: #000;
	padding: 7px 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.hbg-maneuvering-math-signup .site-header {
	min-height: 43px;
}

.hbg-membership-general nav .genesis-nav-menu a {
	padding: 7px 10px 8px;
}

.hbg-membership-sales-math nav .genesis-nav-menu a,
.hbg-membership-sales-math nav .genesis-nav-menu a:hover {
	color: #fff;
}

.hbg-membership-sales-math nav .genesis-nav-menu a:hover,
.hbg-membership-sales-math nav .genesis-nav-menu .current-menu-item a {
	color: #4cbda4;
	opacity: 1;
}

.hbg-membership-sales-math .title-area,
.hbg-maneuvering-math-signup .title-area {
	background: none;
	box-shadow: none;
    margin: 0;
	padding: 0;
    position: relative;
    width: 260px;
    z-index: 5;
	padding-top: 4px;
}

.hbg-membership-sales-math nav .genesis-nav-menu .buy-now:hover {
	background: #000;
}

.hbg-membership-skill .hbg-downloadable-resources .fa-download {
	background: #4CBDA4;
}

.hbg-maneuvering-math-signup input[type="submit"] {
	background: #4cbda4;
	color: #fff;
}

.hbg-maneuvering-math-signup input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

.hbg-maneuvering-math-signup a {
	color: #4cbda4;
}

.hbg-maneuvering-math-signup a:hover {
	color: #000;
}

/* # Resource Library
---------------------------------------------------------------------------------------------------- */

.hbg-grade-resource .site-inner {
	max-width: 900px;
	padding-top: 80px;
}

.hbg-grade-resource .entry-header {
	text-align: center;
}

.hbg-grade-resource .entry-title {
    color: #767676;
    font-family: 'BrandonGrotesqueWeb-Bold';
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.hbg-grade-resource .entry-title .hbg-title-large {
	color: #000000;
	display: block;
    font-size: 72px;
    font-size: 7.2rem;
    margin: 15px auto 40px;
    line-height: 1;
}

.hbg-grade-resource .hbg-entry-content {
	border: 2px solid #000;
    padding: 0 40px 40px;
}

.hbg-grade-resource .hbg-downloadable-resources {
	display: none;
	border: 0;
}

.resource-library-unit {
	margin-bottom: 20px;
}

.hbg-grade-resource h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: -13px 0 40px;
    text-align: center;
    letter-spacing: 1px;
}

.hbg-grade-resource h2 span {
    background: #fff;
    padding: 0 20px;
}

.hbg-grade-resource .hbg-downloadable-resources .inner-wrap {
	padding: 40px 40px 15px;
}

.resource-library-unit-title {
	background: #f2f2f2;
	font-family: 'BrandonGrotesqueWeb-Bold';
    font-size: 16px;
    font-size: 1.6rem;
	margin-bottom: 0;
	padding: 20px 91px 12px 40px;
	position: relative;
}

.resource-library-unit-title:after {
	background: #000;
    content: "\f067";
	color: #fff;
    font-family: FontAwesome;
	font-weight: 400;
	padding: 16px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display:flex;
	align-items: center;
	justify-content: center;
}

.resource-library-unit-title.resources-open:after {
    content: "\f068";
}

.resource-library-unit-title:hover {
	cursor: pointer;
}

/* # Curriculum Homepage
---------------------------------------------------------------------------------------------------- */

.hbg-membership-home .site-inner {
	padding: 80px 0;
}

.hbg-membership-home article {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.hbg-membership-account.hbg-membership-home article {
	max-width: none;
}

.hbg-membership-account.hbg-membership-home article .woocommerce-MyAccount-content {
	text-align: left;
}

.hbg-membership-home .tagline {
	color: #767676;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sro-widget-intro {
	clear: both;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.my-products-wrap {
	flex-wrap: wrap;
}

.hbg-membership-home .entry-title {
    font-size: 72px;
    font-size: 7.2rem;
    margin: 0 auto 40px;
	max-width: 800px;
	line-height: 1;
}

.hbg-membership-home .grade-level {
	background-position: top center;
	background-size: cover;
	display: block;
	flex-basis: 31.17%;
	padding: 10.96% 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.hbg-membership-home .my-products-wrap .grade-level {
	border: 2px solid #000;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
    margin-right: 0%;
	margin-bottom: 40px;
	padding: 11px 25px;
}

.hbg-membership-home .my-products-wrap .grade-level:nth-of-type(3n+3) {
	margin-right: 0;
}

.hbg-membership-home .grade-level:before {
    background: rgba(0, 0, 0, 0.65);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hbg-membership-home .my-products-wrap .grade-level:before {
	background: rgba(239, 203, 84, 1)
}

.hbg-membership-home .my-products-wrap .grade-level:hover:before {
    background: rgba(0, 0, 0, 0.65);
}

.hbg-membership-home .grade-level:hover:before {
    background: rgba(239, 203, 84, 1);
}

.hbg-membership-home .grade-level h3 {
	color: #fff;
    font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 0;
	position: relative;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	z-index: 5;
}

.hbg-membership-home .grade-level:hover h3 {
	color: #000;
	text-shadow: none;
}

.my-products-wrap h2 {
	text-align: center;
	margin-bottom: 20px;
}

.units-bundles h3 {
	background: rgba(239, 203, 84, 1);
	border-bottom: 2px solid #000;
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0%;
	margin-bottom: 0;
    padding: 11px 25px;
}

.units-bundles ul {
	columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
padding: 20px 25px 20px;
}

.units-bundles li {
	list-style-type: none;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

.unit-bundle {
    border: 2px solid #231F20;
    margin-bottom: 40px;
}

.units-bundles li a {
	color: #000;
	text-decoration: none;
}

.units-bundles li a:hover {
	color: #d6a10d;
}

.units-bundles li a .fa {
	color: #d6a10d;
}

.hbg-membership-home .my-products-wrap .grade-level h3 {
	color: #000;
	text-shadow: none;
}

.hbg-membership-home .my-products-wrap .grade-level:hover h3 {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.hbg-my-products .site-inner {
	max-width: 900px;
}

.hbg-membership-home .grade-level h3 span {
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.flex-wrap {
	display: flex;
	justify-content: space-between;
}

.not-my-products .flex-wrap {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	max-width: 1200px;
}

.not-subscribed {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 auto 35px;
	max-width: 1200px;
	width: 90%;
}

.my-products-wrap {
	justify-content: flex-start;
	display: block;
}

.hbg-membership-home .not-my-products  .grade-level {
	background-position: top center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 23.25%;
	padding: 8.25% 20px;
	position: relative;
	margin: 0 2.33% 2.33% 0;
	max-height: 279px;
	text-align: center;
	text-decoration: none;
}

.hbg-membership-home .not-my-products .grade-level:nth-of-type(4n+4) {
	margin-right: 0;
}

.hbg-membership-home .not-my-products .grade-level h3 {
	font-size: 30px;
	font-size: 3rem;
}

.hbg-membership-home .not-my-products .grade-level h3 span {
    font-size: 18px;
    font-size: 1.8rem;
}

.not-my-products {
	background: #efefef;
	padding: 80px 0 50px;
}

/* # Membership Grade Taxonomy Page
---------------------------------------------------------------------------------------------------- */

.hbg-membership-grade .grade-header {
	background-position: top center;
	background-size: cover;
	position: relative;
	text-align: center;
}

.hbg-membership-grade .grade-header:before {
    background: rgba(0, 0, 0, 0.65);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hbg-membership-grade .grade-header .wrap {
    max-width: 900px;
	padding: 165px 0;
    position: relative;
    z-index: 5;
}

.hbg-membership-grade .pre-title {
    color: #efcb54;
    font-family: 'BrandonGrotesqueWeb-Bold';
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hbg-membership-grade .archive-title {
    color: #fff;
    font-size: 72px;
    font-size: 7.2rem;
    margin-bottom: 0;
	line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.hbg-membership-grade .archive-title span {
	display: block;
}

.hbg-membership-grade .archive-description {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 80px auto;
	padding: 0;
	max-width: 900px;
	text-align: center;
}

.hbg-membership-grade .site-inner {
	background: #f2f2f2;
	max-width: none;
	padding-top: 80px;
}

.hbg-membership-grade .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.hbg-membership-grade .content {
    display: grid;
    grid-gap: 0 3.34%;
    grid-template-columns: repeat(4, 22.5%);
}

.hbg-membership-grade .content article {
	border: 2px solid #231F20;
	padding: 0 0 49px;
	text-align: center;
}

.hbg-membership-grade .content article .unit-number {
	background: #efcb54;
	border-bottom: 2px solid #231F20;
	color: #000;
	display: block;
	font-family: 'BrandonGrotesqueWeb-Bold';
    font-size: 16px;
    font-size: 1.6rem;
	letter-spacing: 0;
	margin-bottom: 46px;
	padding: 7px;
	text-transform: uppercase;
	text-decoration: none;
}

.hbg-membership-grade .content article:hover .unit-number {
	background: #c2c2c2;
}

.hbg-membership-grade .content article .unit-icon {
	margin: 0 auto 15px;
	height: 69px;
	width: 92px;
	display: flex;
	display: -webkit-flex;
}

.hbg-membership-grade .content article .entry-header img {
	display: block;
    margin: 0 auto;
}

.hbg-membership-grade .content article:hover img {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.hbg-membership-grade .content article .entry-title {
	font-size: 20px;
	font-size: 2rem;
	padding: 0 26px;
	margin: 0;
}

.hbg-membership-grade .content article .entry-title a:hover {
	color: #333;
}

.hbg-membership-grade .content article:first-child,
.hbg-membership-grade .content article:nth-child(2) {
	background: #efcb54;
	grid-column: 1 / span 2;
	padding: 25px 15px;
}

.hbg-membership-grade .content article:first-child:hover,
.hbg-membership-grade .content article:nth-child(2):hover {
	background: #c2c2c2;
}

.hbg-membership-grade .content article:first-child .entry-header,
.hbg-membership-grade .content article:nth-child(2) .entry-header {
	align-items: center;
	display: flex;
	justify-content: center;
}

.hbg-membership-grade .content article:nth-child(2) {
  grid-column: 3 / span 2;
}

.hbg-membership-grade .content article:first-child .unit-icon,
.hbg-membership-grade .content article:nth-child(2) .unit-icon {
	height: 51px;
	margin: 0;
	width: 47px;
}

.hbg-membership-grade .content article:first-child .entry-title,
.hbg-membership-grade .content article:nth-child(2) .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

/* # Membership Unit Single
---------------------------------------------------------------------------------------------------- */

.single.hbg-membership-unit .site-inner {
	padding-bottom: 80px;
}

.single.hbg-membership-unit .entry-header {
	margin: 80px auto 30px;
	max-width: 1080px;
	padding: 0;
	text-align: center;
}

.single.hbg-membership-unit .entry-title {
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1;
}

.hbg-membership-unit .unit-meta .icon-wrap {
	display: block;
	margin: 0 auto 20px;
}

.hbg-membership-unit .icon-wrap img {
	max-height: 100px;
	max-width: 100px;
}

.grade-title,
.unit-number {
	color: #b3b3b3;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.unit-meta {
	margin-bottom: 10px;
}

.hbg-downloadable-resources {
	border: 2px solid #000;
}

.hbg-downloadable-resources h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: -13px;
    text-align: center;
    letter-spacing: 1px;
}

.hbg-downloadable-resources h4 span {
    background: #fff;
    padding: 0 20px;
}

.hbg-downloadable-resources .inner-wrap {
    padding: 40px 60px;
}

.mobile-download-warning {
	display: none;
    font-size: 16px;
    font-style: italic;
}

.hbg-downloadable-resources li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 48px;
}

.hbg-downloadable-resources li a {
	color: #000;
	text-decoration: none;
}

.hbg-downloadable-resources li a:hover {
	color: #b3b3b3;
}

.hbg-downloadable-resources .fa-download {
	background: #efcb54;
	border-radius: 100%;
	font-size: 13px;
	height: 28px;
	left: 0;
	margin-right: 20px;
	padding: 8px;
	position: absolute;
	top: -1px;
	width: 28px;
}

.sidebar-sro {
	background: none;
	border: 2px solid #231f20;
	padding: 0;
}

.sro-widget-title {
	background: #efcb54;
	border-bottom: 2px solid #231f20;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0;
	padding: 14px;
}

.sro-current-grade ul {
	border-top: 0;
	margin-bottom: 0;
}

.sro-current-grade ul li {
	border-bottom: 1px solid #f2f2f2;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 15px 10px 15px 82px;
	position: relative;
	text-transform: uppercase;
}
.sro-current-grade ul li.current-unit,
.sro-current-grade ul li:hover {
	background: #f2f2f2;
}

.sro-current-grade ul a {
	color: #000;
	text-decoration: none;
}

.sro-current-grade li:before {
	background: #f2f2f2;
	content: "";
	height: 100%;
	left: 72px;
	position: absolute;
	top: 0;
	width: 1px;
}

.sro-current-grade li .icon-wrap {
	background: #efcb54;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	height: 36px;
	left: 18px;
	margin-top: -18px;
    padding: 6px 8px;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	width: 36px;
}

.sro-current-grade li .icon-wrap img {
	margin-top: 2px;
	max-width: 18px;
}

/* # Membership Sign-up Page
---------------------------------------------------------------------------------------------------- */

.signup-section {
	clear: both;
	margin: 0 auto;
	max-width: 900px;
}

.signup-select {
	margin-bottom: 35px;
}

.signup-select select {
	margin-bottom: 25px;
}

.hbg-membership-signup .entry-content ul {
	text-align: left;
}

.hbg-membership-signup .mepr_price {
	margin-bottom: 25px;
}

/* # Misc
---------------------------------------------------------------------------------------------------- */

.nrelate {
	border: 2px solid #000;
	padding: 0 40px 40px;
	margin-bottom: 60px;
	text-align: center;
}

.category .nrelate {
	border: none;
	padding: 0;
	margin: 0;
}

.nr_title {
	margin: -17px 0 40px;
}

.category .nr_title {
	margin-top: 0;
}

.nr_title span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 9px 47px;
}

.category .nr_title span {
	background: #fff;
	color: #000;
}

.nr_panel {
	display: block;
	float: left;
	margin-left: 5.7%;
	width: 29.5%;
}

.nr_panel:first-of-type {
	margin-left: 0;
}

.nr_inner {
	margin-bottom: 34px;
	overflow: hidden;
}

.before-footer-ad {
	text-align: center;
}

.more-link,
.more-from-category a {
	border: 1px solid #000;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 10px 20px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.more-link,
.more-from-category a {
	border: 1px solid #000;
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 10px 20px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.more-link:hover,
.more-from-category a:hover {
	background: #000;
	color: #fff;
}

.widget_ewd_welcome img {
	border-radius: 100%;
	margin-bottom: 35px;
}

.widget_ewd_welcome h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

.widget_ewd_welcome p {
	font-size: 14px;
	font-size: 1.4rem;
}

.widget_ewd_welcome .menu {
	margin-bottom: 30px;
}

.widget_my_tpt_shop a {
	display: block;
	margin-bottom: 30px
}

.front-page .widget_my_tpt_shop a {
	border: none;
    display: block;
    float: left;
    margin: 0 0 4.08% 4.08%;
    padding: 0;
    width: 30.6%;
}

.front-page-featured.front-page-shop {
	padding-bottom: 60px;
}

.front-page .widget_my_tpt_shop a:first-of-type {
    margin-left: 0;
}

.widget_my_tpt_shop a.button {
	margin-bottom: 0;
}

.front-page .widget_my_tpt_shop a img {
	display: block;
}

.front-page .widget_my_tpt_shop a.button {
	border: 1px solid #000;
	color: #000;
	clear: both;
	display: block;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	float: none;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	padding: 10px 20px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.front-page .widget_my_tpt_shop a.button:focus {
	color: #fff;
}

.before-header-cta {
	background: #efcb54;
	color: #000;
	padding: 10px 0;
    position: -webkit-sticky;
	position: sticky;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}

.before-header-cta p {
	margin-bottom: 0;
}


.before-header-cta a {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-decoration: none;
}

.before-header-cta a:after {
    color: #000;
    content: "\f061";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 10px;
}

.content-box {
	background: #efcb54;
	border: 1px solid #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-bottom: 28px;
	padding: 35px 40px;
	text-transform: uppercase;
}

.content-box a {
	color: #000;
}

.share-buttons {
	margin-bottom: 40px;
}

.share-buttons p {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .5px;
	margin-bottom: 0;
}

.mobile-tag {
	display: none;
}

.no-page-title .content .entry-title {
	display: none;
}

.entry-header .entry-author {
	color: #999;
	display: inline-block;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 10px 3px;
	text-transform: uppercase;
}

.disclosure-statement {
	border: 1px solid #999;
	color: #999;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.mtm-mtmmc.mtm-ayr .wrap {
	padding: 126px 0;
}

.mtm-mtmmc.mtm-ayr h2 {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 54px;
	font-size: 5.4rem;
	text-transform: uppercase;
}

.front-page-popular {
	background: #f2f2f2;
	overflow: hidden;
	padding: 60px 0 30px;
	text-align: center;
}

.front-page-popular .widget-title {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 35px;
}

.front-page-popular .widget {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.front-page .front-page-popular .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	width: 100%;
}

.front-page .front-page-popular .entry {
	border: 0;
	float: left;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 0;
	width: 183px;
}

.front-page-popular .entry:first-of-type {
	margin-left: 0;
}

.front-page-popular img.alignnone,
.front-page-popular .alignnone {
    margin-bottom: 10px;
}

.front-page .content .entry {
	margin-bottom: 0;
}

.front-page .widget_my_tpt_shop a.button:hover {
	color: #fff;
}

/* # Maneuvering Math Program Pages
---------------------------------------------------------------------------------------------------- */

.hbg-membership-skill {
	line-height: 1.78;
}

.sidebar-mm {
	border: 0;
	width: 380px;
}

.sidebar-mm .sro-current-grade ul li {
    border: 2px solid #231f20;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 15px 20px;
}

.sidebar-mm .sro-current-grade li:before {
	display: none;
}


.sidebar-mm .skill-icon-wrap {
	height: 50px;
	width: 50px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
}

.sidebar-mm .skill-icon-wrap img {
	max-height: 50px;
	display: block;
}

.sidebar-mm .sro-current-grade ul li:hover {
	background: none;
}

.sidebar-mm .sro-current-grade ul li:hover img {
	filter: none;
   -webkit-filter: grayscale(100%);
   -moz-filter:    grayscale(100%);
   -ms-filter:     grayscale(100%);
   -o-filter:      grayscale(100%);
   cursor: pointer;
   transition: all 300ms ease;
}

.sidebar-mm .skill-title {
	text-align: center;
	width: 100%;
}

.sidebar-mm .sro-current-grade .sidebar-skill-wrap:last-child,
.sidebar-mm .sro-current-grade .sidebar-skill-wrap:nth-last-child(2),
.sidebar-mm .sro-current-grade .sidebar-skill-wrap:nth-last-child(3),
.sidebar-mm .sro-current-grade .mm-start-here {
	background: #4CBDA4;
	color: #fff;
}

.sidebar-mm .sro-current-grade a.sidebar-skill-wrap:last-child,
.sidebar-mm .sro-current-grade a.sidebar-skill-wrap:nth-last-child(2),
.sidebar-mm .sro-current-grade a.sidebar-skill-wrap:nth-last-child(3),
.sidebar-mm .sro-current-grade a.mm-start-here {
	display: block;
}

.sidebar-mm .sro-current-grade li.sidebar-skill-wrap:last-child,
.sidebar-mm .sro-current-grade li.sidebar-skill-wrap:nth-last-child(2),
.sidebar-mm .sro-current-grade li.sidebar-skill-wrap:nth-last-child(3),
.sidebar-mm .sro-current-grade li.mm-start-here,
.sidebar-mm .sro-current-grade a.sidebar-skill-wrap:last-child li,
.sidebar-mm .sro-current-grade a.sidebar-skill-wrap:nth-last-child(2) li,
.sidebar-mm .sro-current-grade a.sidebar-skill-wrap:nth-last-child(3) li,
.sidebar-mm .sro-current-grade a.mm-start-here li {
	justify-content: center;
}

.sidebar-mm .sro-current-grade .sidebar-skill-wrap:last-child:hover,
.sidebar-mm .sro-current-grade .sidebar-skill-wrap:nth-last-child(2):hover,
.sidebar-mm .sro-current-grade .sidebar-skill-wrap:nth-last-child(3):hover,
.sidebar-mm .sro-current-grade .mm-start-here:hover {
	background: #231f20;
}

.sidebar-mm .sro-current-grade .sidebar-skill-wrap:nth-last-child(2) .skill-title,
.sidebar-mm .sro-current-grade .sidebar-skill-wrap:nth-last-child(3) .skill-title  {
	max-width: 245px;
}

.sidebar-mm .sro-current-grade .sidebar-skill-wrap:last-child .skill-title {
	max-width: 245px;
}

.sidebar-mm .sro-current-grade .sidebar-skill-wrap:last-child .skill-icon-wrap {
	margin-right: 10px;
}

.hbg-membership-math-home .math-program-skills {
	clear: both;
}

.mm-wrap {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
	text-align: center;
}

.math-program-skills {
	background: #F2F2F2;
	padding: 100px 0 40px;
}

.hbg-membership-math-home .math-home-skills {
    display: grid;
    grid-gap: 0 4.67%;
    grid-template-columns: repeat(3, 30.22%);
}

.hbg-membership-math-home h2 {
	line-height: 1.5;
	margin-bottom: 40px;
}

.math-home-skill-wrap {
	background: #fff;
	border: 2px solid #231f20;
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
    font-size: 20px;
    font-size: 2rem;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	text-decoration: none;
    text-transform: uppercase;
	align-items: center;
	padding: 39px 30px;
	margin-bottom: 40px;
}

.math-home-skill-wrap .skill-icon-wrap {
	height: 72px;
	width: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	flex-shrink: 0;
}

.math-home-skill-wrap .skill-icon-wrap img {
	max-height: 72px;
	display: block;
}

.math-home-skill-wrap:hover img {
	filter: none;
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	cursor: pointer;
	transition: all 300ms ease;
}

.single.hbg-membership-skill .entry-header {
	margin-top: 120px;
}

.hbg-membership-math-home .entry-header {
	min-height: 547px;
	margin-top: 43px;
}

.hbg-membership-math-home .entry-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 0 60px;
	width: 90%;
	text-align: center;
}

.hbg-membership-math-home {
	line-height: 1.77;
}

.hbg-membership-math-home .mm-page-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: space-between;
}

.hbg-membership-math-home .mm-page-buttons .button {
	border: 2px solid #000;
	width: 47.78%;
	margin: 0 0 35px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    display: flex;
	justify-content: center;
    align-items: center;
	letter-spacing: 0;
    padding: 26px 20px;
}

.hbg-membership-math-home .mm-page-buttons .button:hover {
	background: #000;
	color: #fff;
}

.hbg-membership-math-home .mm-page-buttons .button:last-child,
.hbg-membership-math-home .mm-page-buttons .button:nth-child(3) {
	width: 100%;
}

.hbg-membership-math-home .button-icon-wrap {
    height: 50px;
    width: 50px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.hbg-membership-math-home .entry-header:before {
	background: rgba(255, 255, 255, 0.75);
}

.hbg-maneuvering-math-general article .entry-content {
	text-align: left;
}

.hbg-maneuvering-math-general .site-inner {
	padding-top: 120px;
}

table.tablepress {
	border: 1px solid #231f20;
}

table.tablepress thead {
	background: #231f20;
	color: #fff;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
}

table.tablepress thead th {
	background: #231f20;
	border-right: 1px solid #fff;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

table.tablepress thead th:last-of-type {
	border: 0;
}

table.tablepress tbody td {
    border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 16px;
	padding: 8px 20px;
}

table.tablepress tbody tr td:last-of-type {
	border-right: none;
}

table.tablepress tbody {
	border: 0;
}

table.tablepress a {
    color: #4cbda4;
    text-decoration: none;
}

table.tablepress a:hover {
    color: #000;
    text-decoration: none;
}

/* # MtM Shop Pages
---------------------------------------------------------------------------------------------------- */

.woocommerce .site-inner {
	padding-top: 80px;
}

.all-prod-cta {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 250px;
	margin-bottom: 60px;
}

.all-prod-cta h2 {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

.woocommerce .all-prod-cta a.button,
.woocommerce .return-to-shop a.button {
	border-radius: 0;
    border: 1px solid #000;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    background: #4cbda4;
    color: #fff;
    font-weight: normal;
    padding: 11px 22px;
    width: 100%;
}

.woocommerce .return-to-shop a.button {
	width: auto;
}

.woocommerce .all-prod-cta a.button:hover,
.woocommerce .return-to-shop a.button:hover {
	background: #000;
	color: #fff;
}

.shop-before-header-cta {
	background: #4cbda4;
	color: #fff;
	text-transform: uppercase;
}

.shop-before-header-cta a,
.shop-before-header-cta a:after {
	color: #fff !important;
	font-size: 14px;
	font-size: 1.4rem;
}

.header-image.hbg-shop-home .site-title > a,
.header-image.woocommerce .site-title > a,
.header-image.woocommerce-page .site-title > a {
    background: url(images/shop-logo.svg) no-repeat left;
    background-size: contain;
    float: left;
    min-height: 112px;
    width: 100%;
}

.hbg-shop-home .site-header .wrap,
.woocommerce .site-header .wrap,
.woocommerce-page .site-header .wrap {
    padding: 30px 0;
}

.hbg-shop-home .site-inner {
	padding: 0;
	max-width: none;
}

.hbg-shop-home .entry-header {
	background-position: center center;
	background-size: cover;
	border-bottom: 2px solid #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 600px;
	text-align: center;
}

.hbg-shop-home .entry-header .entry-title {
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1;
	margin: 0 auto 20px;
	max-width: 620px;
}

.hbg-shop-home .entry-header h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.hbg-shop-home .entry-header .wrap {
	max-width: 755px;
    padding: 40px;
}

.hbg-shop-home .entry-header .button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce #payment #place_order,
body.woocommerce-page #payment #place_order {
    background: #4cbda4;
    border: 1px solid #000;
	border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: 'BrandonGrotesqueWeb-Bold';
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    min-width: 200px;
    margin: 0 10px 20px;
	padding: 12px 22px;
}

.hbg-shop-home .entry-header .button {
	background: #000;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-left: 0;
	padding: 17px 22px;
}

.hbg-shop-home .entry-header .button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce #payment #place_order:hover,
body.woocommerce-page #payment #place_order:hover {
    background: #000;
}

.hbg-shop-home .entry-header .button:hover {
	background: #efcb54;
}

.featured-resource-types {
	margin-bottom: 60px;
	padding-top: 80px;
}

.featured-resource-types .shop-flex-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.featured-resource-type {
	color: #666;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	max-width: 22.5%;
	text-align: center;
}

.featured-resource-type h3 a {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	text-decoration: none;
}

.featured-grade-levels {
	margin-bottom: 80px;
}

.featured-grade-levels .shop-flex-wrap img {
	margin: 0 auto 30px;
}


.featured-grade-levels .shop-flex-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
	max-width: 1200px;
	width: 88.8%;
}

.featured-grade-level {
	color: #666;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	max-width: 30.8%;
	text-align: center;
}

.hbg-shop-home .featured-grade-level {
	max-width: 22.5%;
}

.featured-grade-level p {
	margin-bottom: 15px;
}

.featured-grade-level h4 a {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

.featured-grade-levels .shop-wrap {
	border: 2px solid #000;
	margin: 0 auto;
	max-width: 1101px;
	width: 90%;
}

.featured-grade-levels h3 {
	color: #fff;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
    margin: -25px 0 30px;
	text-align: center;
	text-transform: uppercase;
}

.featured-grade-levels h3 span {
	background: #000;
	display: inline-block;
    padding: 15px 44px;
}

.hbg-featured-products {
	text-align: center;
}

.hbg-featured-products h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 auto 30px;
	max-width: 90%;
}

.hbg-featured-products .shop-flex-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.hbg-featured-products h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
}

.hbg-featured-products h3 a,
.post-type-archive-product.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	text-decoration: none;
}

.post-type-archive-product.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	padding-top: 0;
}

.hbg-featured-products .featured-product {
	max-width: 22.5%;
}

.hbg-featured-products .featured-product img {
	display: block;
	margin-bottom: 20px;
}

.hbg-featured-products .price,
.post-type-archive-product.woocommerce ul.products li.product .price {
	color: #4cbda4;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 20px;
	font-size: 2rem;
}

.hbg-featured-products .price del {
	opacity: .5;
}

.hbg-featured-products .price ins {
	text-decoration: none;
}

.feat-prod-img {
	display: block;
	position: relative;
}

.feat-prod-img .onsale,
body.woocommerce ul.products li.product .onsale,
body.woocommerce span.onsale {
	background: #4cbda4;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	height: 50px;
	line-height: 1.625;
	min-height: 0;
	min-width: 0;
	margin: 0;
	padding: 12px 0;
	position: absolute;
	top: -15px;
	left: -15px;
	text-decoration: none;
	text-transform: uppercase;
	width: 50px;
	z-index: 1;
}

body.woocommerce ul.products li.product span.onsale.wc-memberships-member-discount,
body.woocommerce span.onsale.wc-memberships-member-discount {
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	font-size: 1.4rem;
	top: -15px;
	left: -15px;
}

body.woocommerce .quantity .qty,
.woocommerce-page .woocommerce .quantity .qty {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
    padding: 8px 5px;
}

body.woocommerce div.product form.cart .button {
	border: 1px solid #333;
	border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 10px 18px 11px;
    text-align: center;
	background-color: #4cbda4;
	color: #fff;
	margin: 0 0 0 15px;
}

body.woocommerce.single-product div.product form.cart .button {
	margin: 0;
}

body.woocommerce div.product form.cart .button:hover {
	background-color: #000;
    color: #fff;
}

.woocommerce .sidebar {
	border: 2px solid #000;
	background: none;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 33px 35px;
	text-align: left;
	width: 270px;
}

.woocommerce .sidebar h4 {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin: -16px 0 35px -7px;
	text-align: center;
}

.woocommerce .sidebar h4 span {
	background: #000;
	display: inline-block;
	padding: 8px 10px;
	width: 209px;
}

.woocommerce .sidebar .search-form {
	margin-bottom: 35px;
}

.woocommerce .sidebar .search-form input[type="search"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	width: 152px;
}

.woocommerce .sidebar .search-form input::-moz-placeholder {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.woocommerce .sidebar .search-form input::-webkit-input-placeholder {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}


.woocommerce .sidebar .search-form input[type="submit"] {
	color: #4cbda4;
	font-size: 18px;
	font-weight: normal;
}

.woocommerce .sidebar .facetwp-type-checkboxes {
	padding-left: 20px;
}

.woocommerce .sidebar button {
	background: #4cbda4;
	color: #fff;
	font-weight: normal;
	padding: 11px 22px;
	width: 100%;
}

.woocommerce .sidebar button:hover {
	background: #000;
}

.woocommerce .content {
	width: 890px;
}

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

.woocommerce.full-width-content  .site-inner,
.woocommerce-cart.full-width-content  .site-inner {
    max-width: 890px;
}

body.woocommerce div.product p.price,
body.woocommerce div.product span.price,
body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
	color: #4cbda4;
}

body.woocommerce .cart-collaterals .cart_totals,
body.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
}

body.woocommerce .cart-collaterals .cross-sells,
body.woocommerce-page .cart-collaterals .cross-sells {
	clear: both;
	width: 100%;
}

body.woocommerce ul.products.columns-3 li.product,
body.woocommerce-page ul.products.columns-3 li.product {
	text-align: center;
	width: 30.75%;
}

.woocommerce-page a {
	color: #4cbda4;
	text-decoration: none;
}

.woocommerce-account.woocommerce-page a {
	color: #000;
}

.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul > li {
	list-style-type: none;
}

.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation a {
	color: #d6a10d;
}

.woocommerce-account.woocommerce-page a:hover {
	color: #595959;
}

.woocommerce-page a:hover {
	color: #000;
}

.woocommerce-page table.cart td.actions .input-text {
	margin-right: 20px !important;
	padding: 8px 10px 9px !important;
	width: 170px !important;
}

.woocommerce .woocommerce-cart-form button.button,
body.woocommerce .woocommerce-message .button,
.woocommerce-account .woocommerce button.button {
	border-radius: 0;
	background: #efcb54;
	color: #000;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 16px;
	font-weight: normal;
}

.woocommerce .woocommerce-cart-form button.button:hover,
body.woocommerce .woocommerce-message .button:hover,
.woocommerce-account .woocommerce button.button:hover {
	color: #fff;
	background: #000;
}

.attributes_in a {
	background: #f2d576;
	color: #000;
	font-size: 16px;
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 5px 10px;
}

.attributes_in a:hover {
	background: #000;
	color: #fff;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce .related.products ul.products li.product,
.woocommerce-page .related.products ul.products li.product {
	text-align: center;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none;
}

div.woocommerce-message {
	border-color: #4cbda4;
}

div.woocommerce-message::before {
	color: #4cbda4;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.woocommerce form .form-row .input-text::-moz-placeholder,
.woocommerce-page form .form-row .input-text::-moz-placeholder {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	color: #b7b7b7;
}

.woocommerce form .form-row .input-text::-webkit-input-placeholder,
.woocommerce-page form .form-row .input-text::-webkit-input-placeholder {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	color: #b7b7b7;
}

.woocommerce-page .site-footer a {
	color: #000;
}

.woocommerce-account fieldset {
	margin-top: 25px;
	margin-bottom: 25px;
}

.woocommerce-account legend {
	float: left;
}

.up-sells {
	border-bottom: 1px solid #d3ced2;
	margin-bottom: 40px;
}


body.single.woocommerce ul.products li.product,
body.single.woocommerce-page ul.products li.product {
	margin-bottom: 40px;
}

body.single.woocommerce .products ul,
body.single.woocommerce ul.products {
	margin-bottom: 0;
}

.facetwp-selections ul {
	background: #efefef;
	padding: 15px;
	margin-bottom: 20px;
}

div.facetwp-selections li {
	display: block;
	line-height: 1.4;
	margin-bottom: 8px;
}

div.facetwp-selections li:last-child {
	margin-bottom: 0;
}

.facetwp-selection-label {
	font-weight: 700;
}

div.facetwp-selections .facetwp-selection-value {
	background-image: url(images/icon-close.png);
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	max-width: 70px;
}

div.wc-product-table-wrapper button.button.alt,
.woocommerce .woocommerce-MyAccount-content a.button.alt,
div.wc-product-table-wrapper input[type="submit"]  {
    border: 1px solid #333;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    letter-spacing: 1px;
    padding: 10px 18px 11px;
    text-align: center;
    background-color: #4cbda4;
    color: #fff;
    margin: 0 0 0 15px;
    width: 95%;
}

div.wc-product-table-wrapper button.button.alt:hover,
.woocommerce .woocommerce-MyAccount-content a.button.alt:hover,
div.wc-product-table-wrapper input[type="submit"]:hover {
	background: #000;
}

div.wc-product-table-controls .multi-cart-form input[type=submit] {
	font-size: 14px;
	font-size: 1.4rem;
}

div.wc-product-table-wrapper {
	margin-top: 10px;
}

.cart-wrap {
	text-align: right;
}

.cart-wrap a {
	color: #000;
	text-decoration: none;
}


form#wc-help-scout-conversation-form {
	text-align: left;
}

.page-template-page_membership-contact.woocommerce-account .woocommerce form {
	text-align: left;
}

/* # Single Digital Resource
---------------------------------------------------------------------------------------------------- */

.hbg-membership-digital-resource .site-inner {
	max-width: 900px;
}

.hbg-membership-digital-resource .site-header {
	padding: 0;
}

.hbg-membership-digital-resource .title-area {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	margin: 0 0 -12px;;
	padding: 6px;
	position: relative;
    width: 164px;
	z-index: 5;
}

.hbg-membership-digital-resource .title-area img {
	display: block;
}

.hbg-membership-digital-resource .site-footer {
    background: #efcb54 url(images/ruler.png) repeat-x center top;
}

.hbg-membership-digital-resource .site-footer a {
}

.hbg-membership-digital-resource.hbg-membership-skill .hbg-downloadable-resources .fa-download {
	background: #EFCB54;
	color: #fff;
}

.woocommerce-variation.single_variation {
    margin-bottom: 15px;
}

.page-template-page_membership-contact #mepr-account-subscriptions-table,
.page-template-page_membership-contact #mepr-account-payments-table {
	margin-bottom: 40px;

}

.page-id-2935 .woocommerce_account_subscriptions th {
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.page-id-2935 .woocommerce_account_subscriptions td {
    padding: 5px;
    text-align: left;
    border-left: 1px solid #ddd;
}

.page-id-2935 .woocommerce_account_subscriptions table {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.page-id-2935 .woocommerce_account_subscriptions th {
	border-left: 1px solid #ddd;
}

.page-id-2935 .my_account_orders .order-actions a,
.woocommerce table.my_account_orders .button {
	margin: 0 10px;
}

.entry-content .nav-woo-account {
	float: none;
	text-align: center;
}

.hbg-membership-signup .entry-content .nav-woo-account ul {
	text-align: center;
	margin: 0 0 40px;
}

.entry-content .nav-woo-account  ul > li {
	display: inline;
}

.woocommerce-account.woocommerce-page .nav-woo-account a {
	color: #d6a10d;
	text-decoration: underline;
}

.woocommerce .shop_table.subscription_details a.button,
.woocommerce .shop_table.order_details a.button,
.woocommerce table.my_account_orders .button {
	background-color: #efcb54;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px 22px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.woocommerce table.my_account_orders .button {
	margin: 5px 0;
}

.woocommerce .shop_table.subscription_details a.button:hover,
.woocommerce .shop_table.order_details a.button:hover,
.woocommerce table.my_account_orders .button:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

.hbg-membership-account.woocommerce-account .addresses .title .edit {
	float: left;
	color: #d6a10d;
}

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

@media (min-width: 600px) {
	#tablepress-1 .column-2,
	#tablepress-1 .column-3,
	#tablepress-1 .column-4,
    #tablepress-2 .column-2,
    #tablepress-2 .column-3,
    #tablepress-2 .column-4,
    #tablepress-3 .column-2,
    #tablepress-3 .column-3,
    #tablepress-3 .column-4,
    #tablepress-4 .column-2,
    #tablepress-4 .column-3,
    #tablepress-4 .column-4,
    #tablepress-5 .column-2,
    #tablepress-5 .column-3,
    #tablepress-5 .column-4,
    #tablepress-6 .column-2,
    #tablepress-6 .column-3,
    #tablepress-6 .column-4,
    #tablepress-7 .column-2,
    #tablepress-7 .column-3,
    #tablepress-7 .column-4,
    #tablepress-8 .column-2,
    #tablepress-8 .column-3,
    #tablepress-8 .column-4,
    #tablepress-9 .column-2,
    #tablepress-9 .column-3,
    #tablepress-9 .column-4 {
        width: 150px !important;
    }
}

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

	.front-page .front-page-popular .entry,
	.front-page .front-page-popular .entry:first-of-type {
		float: none;
		display: inline-block;
		margin: 0 10px 30px;
		vertical-align: top;
	}

}

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

	.header-button {
	    font-size: 20px;
		font-size: 2rem;
	}

	.header-button-text span {
    	font-size: 14px;
    	font-size: 1.4rem;
	}

}

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

	.header-image.hbg-shop-home .title-area,
	.header-image.woocommerce .title-area,
	.header-image.woocommerce-page .title-area {
		width: 230px;
	}

	.hbg-shop-home .site-header .widget-area,
	.woocommerce .site-header .widget-area,
	.woocommerce-page .site-header .widget-area {
		width: 715px;
	}

	.woocommerce .content {
    	width: 650px;
	}

	.shop-header-widget ul .menu-item {
    	margin-left: 25px;
	}

	.header-button {
		margin-left: 15px;
		margin-right: 15px;
		min-width: 342px;
	}

	.front-page .entry-header-buttons {
		flex-wrap: wrap;
		justify-content: center;
	}

	.hbg-downloadable-resources .inner-wrap {
    	padding: 25px 30px;
	}

	.mtm-wdtci h3 {
		padding: 18px 15px 14px;
	}

	.curriculum-unit ol {
    	padding: 20px 15px 15px 30px;
	}

	.eui-included-items-wrap {
    	padding: 40px;
	}

	.eui-included-item {
    	padding: 0 40px 12px;
	}

	.site-inner,
	.wrap,
	.hbg-membership-grade .content-sidebar-wrap,
	.not-my-products .flex-wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 520px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 400px;
	}

	.header-widget-area .menu-item {
    	margin-left: 10px;
	}

	.title-area {
		margin-top: 0;
	}

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

	.nav-category .menu-item {
		margin: 0 45px;
	}

	.header-button {
		margin-bottom: 25px;
	}

	.turquoise-header-button {
		margin-bottom: 0;
	}

}

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

	.optin-offer {
		padding-left: 40px;
	}

	.sidebar .optin-image {
		left: 39px;
		max-width: 243px;
		position: absolute;
		top: 40px;
	}

}

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


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

	.post-type-archive-product .before-footer-ad {
    	display: none;
	}

	.hbg-shop-home .entry-header {
    	min-height: 500px;
	}

	.header-image.hbg-shop-home .title-area,
	.header-image.woocommerce .title-area,
	.header-image.woocommerce-page .title-area {
		margin-bottom: 0;
	}

	.hbg-shop-home .site-header .widget-area,
	.woocommerce .site-header .widget-area,
	.woocommerce-page .site-header .widget-area {
		padding-top: 0;
	}

	.header-image.hbg-shop-home .site-title > a,
	.header-image.woocommerce .site-title > a,
	.header-image.woocommerce-page .site-title > a {
		display: block;
		margin-right: auto;
		margin-left: auto;
		float: none;
		max-width: 335px;
	}

	.site-header .title-area {
    	margin-bottom: 25px;
	}

	.hbg-membership-skill .entry {
		margin-bottom: 0;
	}

	.curriculum-components .four-items .curriculum-item {
		width: 50%;
	}

	.curriculum-components .four-items .curriculum-item:nth-of-type(even) {
		border-right: none;
	}

	.curriculum-item-row:last-of-type {
		flex-wrap: wrap;
	}

	.front-page .widget_my_tpt_shop a.button {
		width: auto;
	}

	.front-page-featured .widget-title span {
		display: inline-block;
	}

	.front-page-featured.front-page-shop,
	.front-page-featured {
		padding: 0 40px 40px;
	}

	.hbg-membership-inner.hbg-membership-general .site-header .wrap {
    	padding: 10px;
	}

	.hbg-membership-inner .genesis-nav-menu .menu-item {
    	line-height: 1.4;
	}

	.hbg-membership-inner nav .genesis-nav-menu a {
    	padding: 0 10px;
	}

	.hbg-membership-inner .title-area {
    	float: none;
    	margin: 0 auto 10px;
	}

	.hbg-membership-inner nav {
    	float: none;
    	text-align: center;
	}

	.hbg-membership-home .grade-level h3 span {
		font-size: 20px;
		font-size: 2rem;
	}

	.hbg-membership-home .grade-level {
		padding: 6% 20px;
	}

	.hbg-membership-grade .archive-description {
		padding: 0 5%;
	}

	.hbg-membership-general.hbg-membership-unit .content {
		margin-bottom: 60px;
	}

	.hbg-membership-general .content {
		margin-bottom: 0;
	}

	.mtm-aots .wrap,
	.mtm-mtmmc .wrap,
	.mtm-tiac .wrap,
	.mtm-testimonials .wrap,
	.mtm-haos,
	.mtm-hdtl .wrap,
	.mtm-faq .wrap,
	.mtm-mtmmc.mtm-ayr .wrap {
		max-width: none;
		padding-left: 5%;
		padding-right: 5%;
	}

	.hmdic-info-box ul {
    	padding: 20px 20px 20px 40px;
	}

	.hmdic-info-box h3 {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 20px;
	}

	.hmdic-info-box .button-wrap {
		padding: 20px;
	}

	.hbg-membership-general .site-header .wrap {
    	padding: 0;
	}

	.hbg-membership-sales .entry-header {
		min-height: 530px;
	}

	.hbg-membership-math-home .entry-header {
		margin-top: 0;
	}

	.hbg-membership-sales-math .site-header {
		position: static;
	}

	.hbg-membership-sales-math .entry-title {
	    margin-top: 40px;
	}

	.mtm-first-video .ewd-video-container {
    	margin-top: -11%;
	}

	.hbg-membership-general .site-header nav {
    	margin-bottom: 0;
	}

	.site-inner,
	.wrap,
	.hbg-membership-grade .content-sidebar-wrap,
	.page-template-page_grade-resources.hbg-grade-resource .site-inner,
	.not-my-products .flex-wrap {
		max-width: 800px;
	}

	.hbg-membership-grade .content article .unit-number {
		margin-bottom: 30px;
	}

	.hbg-membership-grade .content article .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0 15px;
	}

	.hbg-membership-grade .content article {
		padding-bottom: 30px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.woocommerce .content,
	.hbg-shop-home .site-header .widget-area,
	.woocommerce .site-header .widget-area,
	.woocommerce-page .site-header .widget-area,
	.header-image.hbg-shop-home .title-area, .header-image.woocommerce .title-area, .header-image.woocommerce-page .title-area {
		width: 100%;
	}

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

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

	.site-header .title-area {
		margin-bottom: 25px;
	}

	.nav-secondary .genesis-nav-menu {
		margin: 0 auto;
		max-width: 443px;
	}

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

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

	.site-header .widget-area {
		text-align: center;
	}

	.site-header nav {
		margin-bottom: 0;
	}

	.nav-category .menu-item {
    	margin: 0 19px;
	}

	.content {
		margin-bottom: 50px;
	}

	.front-page .content {
		margin-bottom: 0;
	}

	.sidebar-primary {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 400px;
	}

}

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

	.mtm-hdtl img {
		display: block;
		margin: 0 auto 40px;
	}

	.mtm-hdtl img:first-of-type,
	.mtm-hdtl img:nth-of-type(2) {
		float: none;
	}

	.mtm-hdtl img:nth-of-type(3) {
		margin-bottom: 0;
	}

}

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

	.hbg-membership-home .not-my-products .grade-level h3 span {
	    font-size: 15px;
		font-size: 1.5rem;
	}

	.nav-footer .genesis-nav-menu > .menu-item {
    	margin: 0;
	}

	.mobile-download-warning {
		display: block;
	}

	.hbg-membership-grade .content {
    	display: grid;
    	grid-gap: 0 4%;
    	grid-template-columns: repeat(2, 48%);
	}

	.hbg-membership-grade .content article:nth-child(2) {
		grid-column: 1 / span 2;
	}

	.single.hbg-membership-unit .entry-title,
	.hbg-membership-home .entry-title,
	.hbg-grade-resource .entry-title .hbg-title-large {
		font-size: 58px;
		font-size: 5.8rem;
	}

	.single.hbg-membership-unit .entry-header {
		margin: 50px auto 0;
	}

	.hbg-membership-general .genesis-nav-menu .menu-item {
		line-height: 1.8;
	}

	.hbg-membership-general .site-header .wrap {
		padding: 10px;
	}

	.hbg-membership-general .title-area {
		float: none;
		margin: 0 auto 10px;
	}

	.hbg-membership-general nav {
		float: none;
		text-align: center;
	}

	.hbg-membership-general nav .genesis-nav-menu a {
    	padding: 0 10px;
	}

	.hbg-membership-sales .entry-title {
		font-size: 66px;
	}

	.hbg-membership-sales .entry-header {
		min-height: 415px;
	}

	.mtm-aots .wrap,
	.mtm-mtmmc .wrap,
	.mtm-tiac .wrap,
	.mtm-testimonials .wrap,
	.mtm-haos,
	.mtm-hdtl .wrap,
	.mtm-faq .wrap,
	.mtm-mtmmc.mtm-ayr .wrap,
	.mtm-optional-video .wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mtm-testimonials,
	.mtm-hdtl {
		padding: 0;
	}

	.curriculum-wrap,
	.hmdic-box-wrap {
		display: block;
	}

	.curriculum-unit,
	.hmdic-info-box {
		margin-bottom: 40px;
	}

	.eui-included-item {
		padding: 0;
	}

	.hmdic-info-box .button {
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}

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

	.site-inner,
	.wrap,
	.hbg-membership-home .site-inner,
	.not-my-products .flex-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

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

	.site-header {
	}

	.archive-description {
		padding: 5%;
	}

	.nrelate {
		padding: 0 5% 5%;
	}

	.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 {
		margin: 0;
		width: 100%;
	}

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

	.optin-offer {
		padding: 5%;
	}

	.optin-image {
		left: auto;
		position: relative;
		margin: 0 auto 30px;
		top: auto;
	}

	.sidebar .optin-image {
		left: 39px;
		max-width: 243px;
		position: absolute;
		top: 40px;
	}

	.category .nr_title,
	.nr_inner {
		margin-bottom: 5%;
	}

	.front-page .entry-title {
		font-size: 58px;
		font-size: 5.8rem;
	}

	.front-page main .entry-content img.alignleft {
		display: block;
		margin: 0 auto 30px;
		float: none;
	}

	.front-page-welcome .widget-wrap {
		display: block;
	}

	.front-page-welcome img {
		display: block;
		margin: 0 auto;
		max-width: 230px;
		width: 100%;
	}

	.front-page-welcome {
		padding: 40px 0 20px;
	}

	.front-page .featured-content .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

}

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

	body.woocommerce ul.products.columns-3 li.product,
	body.woocommerce-page ul.products.columns-3 li.product {
		margin-bottom: 40px;
		width: 48%;
	}

	.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul {
		margin-left: 0;
}


}

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

	.hbg-shop-home .entry-header .entry-title {
		font-size: 50px;
		font-size: 5rem;
	}

	.hbg-shop-home .entry-header h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	.hbg-shop-home .entry-header {
	    min-height: 400px;
	}

	.shop-header-widget ul .menu-item a {
		background: none !important;
		padding: 10px 0;
	}

	.featured-resource-types .shop-flex-wrap,
	.hbg-featured-products .shop-flex-wrap,
	.featured-grade-levels .shop-flex-wrap  {
		flex-wrap: wrap;
	}

	.featured-grade-levels .shop-flex-wrap  {
		justify-content: center;
	}

	.featured-grade-levels .shop-flex-wrap {
    	justify-content: space-between;
	}

	.featured-resource-type,
	.hbg-featured-products .featured-product {
		max-width: 48%;
	}

	.featured-grade-level {
		text-align: center;
		max-width: none;
	}

	.hbg-shop-home .featured-grade-level {
		max-width: 47%;
	}

	.hbg-membership-home .not-my-products .grade-level,
	.hbg-membership-home .my-products-wrap .grade-level {
		margin-right: 0;
	}

	.header-button {
    	margin-left: auto;
    	margin-right: auto;
	}

	.hbg-maneuvering-math-general .site-inner {
		padding-top: 20px;
	}

	.hbg-membership-math-home .math-home-skills {
		grid-gap: 0 4.7%;
    	grid-template-columns: repeat(2, 47.65%);
	}

	.hbg-membership-sales-math .curriculum-components {
		padding: 40px;
	}

	.mtm-subtitle {
		font-size: 20px;
		font-size: 2rem;
	}

	.hbg-blog .content .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.front-page-featured .more-from-category {
		margin-bottom: 0;
	}

	.front-page-featured-outer {
		padding: 70px 0 40px;
	}

	.front-page-featured .widget-title span {
		padding: 17px;
	}

	.front-page-featured.front-page-shop {
		padding: 0 25px 5px;
	}

	.front-page .widget_my_tpt_shop a,
	.front-page .widget_my_tpt_shop a:first-of-type,
	.front-page-featured-outer .featured-content .entry,
	.front-page-featured-outer .featured-content .entry:first-of-type {
		float: none;
		margin: 0 auto 30px;
		max-width: 300px;
		width: auto;
	}


	.front-page-popular {
		padding: 40px 0 10px;
	}

	.front-page-popular .widget {
		width: 95%;
	}

	.front-page .front-page-popular .entry, .front-page .front-page-popular .entry:first-of-type {
		width: 145px;
	}

	.front-page-welcome .menu li {
		margin: 0 1px 10px;
	}

	.front-page-blog {
		margin: 40px auto;
	}

	.front-page .front-page-blog .featured-content .entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.front-page .featured-content .entry {
		margin-bottom: 40px;
	}

	.front-page .optin-offer {
		padding: 60px 0 40px;
	}

	.front-page .enews-widget p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.front-page .enews-widget form + p {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.front-page .enews-widget p.before-widget-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.front-page .enews-widget input[type="submit"] {
		width: 225px;
	}

	.front-page .enews-widget .widget-title {
		font-size: 30px;
	}

	.front-page main .entry-content {
		padding: 60px 0 30px;
	}

	.front-page .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.front-page .subtitle {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.3;
	}

	.front-page main .entry-header {
		background-position: 55% center;
		padding: 30px 0 50px;
	}

	.header-button .icon {
		flex-shrink: 0;
	}

	.hbg-membership-home .grade-level h3 span {
		display: block;
		margin-top: 5px;
	}

	.front-page .entry-header-buttons {
		display: block;
	}

	.flex-wrap {
		display: block;
	}

	.hbg-membership-home .grade-level {
		margin-bottom: 25px;
	}

	.before-header-cta a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.mtm-tiac .wrap {
		display: block;
	}

	.mtm-tiac img {
		display: block;
		margin: 0 auto 25px;
		width: auto;
	}

	.eui-included-item {
		display: block;
	}

	.eui-included-item img {
		display: block;
		margin: 0 auto 20px;
	}

	.eui-included-item h4 {
		text-align: center;
	}

	.hbg-grade-resource .hbg-entry-content {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-skill-box {
		width: 47%;
	}


}

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

	.hbg-membership-math-home .mm-page-buttons .button {
		width: 100%;
		justify-content: space-between;
	}

	.hbg-membership-math-home .mm-page-buttons .button .button-title {
		width: 100%;
	}

	.page-template-page_grade-resources.hbg-grade-resource h2 span {
		display: inline-block;
	}

	.curriculum-components .two-items .curriculum-item:first-of-type {
		margin-bottom: 40px;
	}

	.curriculum-components .curriculum-item {
		padding-right: 0 !important;
		padding-left: 0 !important;
		border-right: 0;
	}

	.curriculum-components .four-items .curriculum-item {
		margin-bottom: 15px;
	}

	.curriculum-components .four-items .curriculum-item:last-of-type {
		margin-bottom: 0;
	}

	.curriculum-item-row {
		flex-wrap: wrap;
	}

	.curriculum-components .curriculum-item {
		width: 100% !important;
	}

	.hbg-membership-grade .grade-header .wrap {
		padding: 60px 15px;
	}

	.hbg-membership-grade .pre-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hbg-membership-grade .archive-title {
		font-size: 44px;
		font-size: 4.4rem;
	}

	.single.hbg-membership-unit .entry-title,
	.hbg-membership-home .entry-title,
	.hbg-grade-resource .entry-title .hbg-title-large {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.single.hbg-membership-unit .entry-header {
		padding: 0 5%;
	}

	.grade-title, .unit-number,
	.hbg-membership-home .tagline,
	.hbg-grade-resource .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-header nav {
		margin-bottom: 0;
	}

	.site-header .search-form {
		margin-top: 0;
	}

}


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

	.hbg-membership-math-home .mtm-subtitle {
    	font-size: 16px;
    	font-size: 1.6rem;
	}

	.hbg-membership-math-home .entry-content {
		padding: 60px 0 40px;
	}

	.hbg-membership-math-home .math-program-skills {
		padding-top: 60px;
	}

	.hbg-membership-math-home h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.math-home-skill-wrap {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.subtitle-buttons {
		margin-bottom: 30px;
	}

	.hbg-membership-sales-math .entry-title {
		margin-top: 40px;
	}

	.hbg-skill-box {
		width: 100%;
	}
}

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

	.hbg-shop-home .site-header .wrap,
	.woocommerce .site-header .wrap,
	.woocommerce-page .site-header .wrap {
		padding: 20px 0;
	}

	.front-page-instagram {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hbg-downloadable-resources h4 span {
		display: inline-block;
		max-width: 280px;
	}

	.site-header .title-area {
		height: 0;
		padding-bottom: 30.3%;
	}

	.enews-widget input[type="submit"] {
		margin: 0 auto;
		max-width: 248px;
		width: 100%;
	}

	.front-page-featured .entry {
		margin-left: 0;
		width: 100%;
	}

	img.alignleft {
		display: block;
		float: none;
	}

	.hbg-membership-general .site-container {
		padding-top: 0;
	}

	.hbg-membership-general .site-header .title-area {
		height: auto;
		padding-bottom: 6px;
	}

	.hbg-membership-sales .entry-title {
		font-size: 38px;
	}

	.hbg-membership-sales .entry-header {
		min-height: 260px;
	}

	.hbg-membership-sales .sales-page-tagline {
		font-size: 20px;
		font-size: 2rem;
	}

	.mtm-aots h2,
	.mtm-testimonials h2,
	.mtm-optional-video h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.mtm-haos h2 span {
		display: block;
		margin-bottom: 20px;
	}

	.aots-statement {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.mtm-wdtci,
	.mtm-hmdic {
		padding: 40px 0;
	}

	.mtm-faq {
		padding: 0;
	}

	.mtm-haos .inner-wrap {
		display: block;
		padding: 0 0 20px;
	}

	.mtm-haos img {
		display: block;
		width: auto;
		margin: 0 auto 20px;
	}

	.mtm-mtmmc.mtm-ayr h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.mtm-testimonials .t-slide {
		padding: 0 40px;
	}

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

}

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

	body.woocommerce-page .site-inner {
		padding-top: 40px;
	}

	.page-template-page_grade-resources.hbg-grade-resource .hbg-entry-content {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-page_grade-resources.hbg-grade-resource .hbg-downloadable-resources .inner-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mtm-first-video .ewd-video-container {
    	margin-top: -7%;
	}

	.hbg-membership-grade .content article .entry-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.hbg-membership-grade .content article:first-child .entry-title,
	.hbg-membership-grade .content article:nth-child(2) .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hbg-membership-inner .sidebar-primary {
		padding: 0;
	}

	.single.hbg-membership-unit .entry-header {
		margin-bottom: 25px;
	}

	.site-container {
    	padding-top: 0;
	}

	.before-header-cta {
		position: static;
		margin-top: 0;
	}

	.site-header {
		margin-top: 0;
		position: relative;
	}

	.header-widget-area .widget_search {
		display: none;
	}

	.nav-category {
		display: none;
	}

	.site-inner {
		padding-top: 10px;
	}

	.header-image .site-title > a {
		height: 0;
		min-height: 0;
		padding-bottom: 27%;
	}

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

	.site-header .title-area {
		margin-bottom: 0;
	}

	button.slide-nav-link {
		background: #fff;
		color: #000;
		bottom: 0;
		position: absolute;
	}

	button.slide-nav-link:hover {
		color: #d6a10d;
	}

	div.sidr {
		border-right: 1px solid #000;
	}

	div.sidr .menu-item a {
		background-position: 8px center;
    	background-repeat: no-repeat;
    	background-size: contain;
		font-family: 'BrandonGrotesqueWeb-Bold';
    	font-size: 14px;
	    font-size: 1.4rem;
	    letter-spacing: 1px;
    	padding-left: 85px;
    	text-transform: uppercase;
	}

	div.sidr .menu-item.lesson-planning a {
		background-image: url(images/lesson-planning.png);
	}

	div.sidr .menu-item.math-concepts a {
		background-image: url(images/math-concepts.png);
	}

	div.sidr .menu-item.interactive-notebooks a {
		background-image: url(images/middleschool.png);
    	background-position: 17px;
	}

	div.sidr .menu-item.classroom-technology a {
		background-image: url(images/classroom-tech.png);
	}

	div.sidr .menu-item.teacher-organization a {
		background-image: url(images/teacher-organization.png);
	}

	div.sidr .menu-item.teks-curriculum a {
		background-image: url(images/teks.svg);
		background-size: 40px;
	    padding-left: 85px;
	    background-position: 17px;
	}

	div.sidr .menu-item.ccss-curriculum a {
		background-image: url(images/ccss.svg);
		background-size: 29px;
	    padding-left: 85px;
	    background-position: 28px;
	}

	div.sidr .menu-item-type-post_type a,
	div.sidr .menu-item-type-custom a {
		color: #000;
    	font-size: 14px;
    	font-size: 1.4rem;
    	font-weight: 400;
    	padding-left: 15px;
    	text-transform: uppercase;
	}

	div.sidr .menu-close {
		background: 0;
		color: #000;
	}

	div.sidr .menu-close:hover {
		color: #d6a10d;
	}

	div.sidr .search-me input[type="submit"] {
		background: none;
		border: 0;
		clip: auto;
		color: #000;
		font-family: FontAwesome;
		height: 52px;
		padding: 10px 13px 11px;
		position: static;
		width: 40px;
	}

	.sidebar-primary {
		padding: 11% 5% 5%;
	}

	.widget_ewd_welcome,
	.sidebar .widget.enews-widget,
	.widget_my_tpt_shop,
	.sidebar .widget.featured-content {
		padding: 0 5% 5% !important;
	}

	.menu-social-container .menu li {
		margin: 0 5px 10px;
	}

	.sidebar .search-form input {
    	width: 188px;
	}

	.mobile-tag {
		display: block;
		color: #999;
    	font-family: 'BrandonGrotesqueWeb-Bold';
    	font-size: 14px;
    	font-size: 1.4rem;
    	letter-spacing: 1px;
    	margin-top: -10px;
    	text-transform: uppercase;
	}

	.sidebar .optin-image {
		left: 50%;
		margin-left: -121px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi)  {

	.header-image .site-title > a {
		background-image: url(images/logo2x.png);
	}

	.nav-category .menu-item.lesson-planning a,
	.category-lesson-planning .archive-title,
	div.sidr .menu-item.lesson-planning a {
		background-image: url(images/lesson-planning2x.png);
	}

	.nav-category .menu-item.math-concepts a,
	.category-math-concepts .archive-title,
	div.sidr .menu-item.math-concepts a {
		background-image: url(images/math-concepts2x.png);
	}

	.nav-category .menu-item.interactive-notebooks a,
	.category-middle-school .archive-title,
	div.sidr .menu-item.interactive-notebooks a {
		background-image: url(images/middleschool@2x.png);
	}

	div.sidr .menu-item.interactive-notebooks a {
		background-position: 20px center;
	}

	.nav-category .menu-item.classroom-technology a,
	.category-classroom-technology .archive-title a,
	div.sidr .menu-item.classroom-technology a {
		background-image: url(images/classroom-tech2x.png);
	}

	.nav-category .menu-item.teacher-organization a,
	.category-teacher-organization .archive-title,
	div.sidr .menu-item.teacher-organization a {
		background-image: url(images/teacher-organization2x.png);
	}

}

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

}

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

.single-download .entry-header {
	padding-left: 0px;
}

.single-download .entry-header .entry-author,
.single-download .share-buttons,
.single-download .adjacent-entry-navigation {
	display: none;
}

.single-download .edd-submit.button.blue {
	float: right;
	margin-bottom: 1.2em;
}

.edd-submit.button.blue {
    color: #000 !important;
    background: #efcb54 !important;
    border-color: #000 !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 7px 22px !important;
}

.page .edd_price {
	float: right;
	margin-right: 10%;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 20px;
}

.page .edd_download_title {
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 22px;
	text-align: center;
}

.page .edd_download_image {
	text-align: center;
}

.page .edd_download_title a {
	color: #000;
	text-decoration: none;
}
