/*
	Theme Name: Learn2 Theme
	Theme URI: https://net-critical.com
	Description: A mobile responsive and HTML5 theme built for the Learn2 Inc.
	Author: Ryan Breen
	Author URI: https://net-critical.com/
	
	Version: 3.0.0
	
	Tags: black, blue, gold, green, orange, purple, red, 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, premise-cornerstone-page

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- 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
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Education Pro Blue
		- Education Pro Green
		- Education Pro Purple
		- Education Pro Red
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

/* 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,
.title-area: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,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #ddd;
	color: #444;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #78a7c8;
	text-decoration: none;
}

a:hover {
	color: #34678a;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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




#mauticform_input_generalnewsletter_subscribe {
    width:100%;
	font-size: 18px;
    padding: 12px 24px 10px;
    margin: 6px 0 20px;
    background-color: #12ad7c;
    background-image: none;
    -webkit-box-shadow: none;
    font-weight: bold;
    text-shadow: none;
    color: #fff!important;
	text-align:center!important;
	border: 2px solid #fff !important;
}

#text-31{
    background-color: #34678a;
    border: none;
    padding: 40px;
}


#text-31 h4.widget-title.widgettitle{
    color: #fff;
    text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	text-transform:none;
	border-bottom: none;
}

#mauticform_generalnewsletter_name {
	margin-top: 15px;
	margin-bottom:15px;
	}


#mauticform_generalnewsletter_email {
	margin-top: 15px;
	margin-bottom:15px;
	}

.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 3px #DDD inset;
    box-sizing: border-box;
	font-size: 18px;
	font-size: 1.125rem;
}

.mauticform-errormsg {
	color: red;
	}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;	
	padding: 0 4px;
	width: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 18px;
	font-weight: 300;
	padding: 14px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #78a7c8;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 14px 30px;
	text-transform: uppercase;
	width: auto;
}

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

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

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #e44a3c;
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

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

.education-pro-cornerstone .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

/* 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: 920px;
}

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

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	background-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 40px;
}

.archive-description,
.author-box {
	background-color: #222;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
    background-color: #222;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #0274be;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color:#0274be;
}

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

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

.search-form {
	overflow: hidden;
}

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

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

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

.entry-title {
    font-size: 38px;
    line-height: 1.2em;
    padding: 20px 0px;
}

.entry-title a {
	color: #34678a;
}

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

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

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #e44a3c;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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 12px 0;
}

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

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

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

.gallery-caption {
	margin: 0 0 10px;
}


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

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

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

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

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

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

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

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


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

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

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
	text-align: center;
}

.widget-area .widget.enews-widget {
	background-color: #222;
	border: none;
	padding: 40px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
	text-align-center;
}

.enews-widget .enews input[type="submit"] {
	background-color: #12ad7c;
	color: #fff;
	margin: 0;
	width: 100%;
	border-color:white;
}

.enews-widget .enews input:hover[type="submit"] {
	background-color: #12ad7c;
	color: #fff;
	border-color:white;
}

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

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: 1;
}

html > body.education-pro-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 40px 40px 12px;
	width: 100%;
}

.education-pro-home .slide-excerpt h2 a {
	color: #78a7c8;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #444;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #34678a;
	border-top: 3px solid #e44a3c;
	box-shadow: 0 3px rgba(70, 70, 70, 0.05);
	min-height: 80px;
}

.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

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

.title-area {
	color: #fff;
	margin: -10px auto;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 300px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	font-weight: 600;
	width: auto;
}

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

.genesis-nav-menu li a {
	display: block;
	padding: 16px;
	color:black;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	background-color: #fff;
	color: #78a7c8;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #78a7c8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #444;
}

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

.genesis-nav-menu .menu-item:hover {
	position: static;
	color: #78a7c8;
}

.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 {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px 8px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .facebook > a:before,
.genesis-nav-menu > .linkedin > a:before,
.genesis-nav-menu > .google > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 18px/1 'dashicons';
	font-size: 18px;
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
	font-size: 18px;
}

.genesis-nav-menu > .facebook > a:before {
	content: "\f304";
	font-size: 18px;
}

.genesis-nav-menu > .google > a:before {
	content: "\f462";
	font-size: 18px;
}

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

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: #fff;
}

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

.site-header .genesis-nav-menu a {
	color: #fff;
	padding: 30px 22px;
	padding: 1.875rem 1.375rem;
	border-left:1px;
	border-right:1px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 14px 16px;
}

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

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

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

.nav-primary .genesis-nav-menu {
	font-size: 14px;
	font-weight:300;
	float:right;
	
}



.education-pro-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
}

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

.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 0 16px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color:#fff;
}


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

/* Home
--------------------------------------------- */

.home-featured {
	position: relative;
	text-align: center;
	z-index: 9;
}

.home-featured .widget {
	padding: 40px 40px 0;
	margin: 0 auto;
	max-width: 1600px;
}



.home-featured .widget:last-of-type {
	padding-bottom: 80px;
	color:#34678a;
}

.education-pro-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin: 80px 80px 120px;
	text-align: left;
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #e44a3c;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -12px;
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: "\f344";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #e44a3c;
	color: #fff;
}

.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 60px;
	position: relative;
	z-index: 99;
}

.home-featured + .home-top .wrap {
	background-color: #fff;
	border-radius: 3px;
	border-top: 3px solid #e44a3c;
	margin-top: -40px;
}

.home-top .widget {
	float: left;
	padding: 10px 40px;
	text-align: center;
	width: 50%;
	line-height: 1;
}

.home-top .widget_text {
	line-height: 1.5;
	text-align: center;
}

.home-top .dashicons {
	font-size: 80px;
	height: 60px;
	width: 60px;
	margin-bottom:60px;
}

.home-top .dashicons:hover {
        -webkit-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
}

.home-top .widget_text h3 {
	color: #e44a3c;
	font-size: 28px;
	font-weight:bold;
}

.home-top .widget:nth-of-type(n2+1){
	clear:both;
}

.home-middle {
	background-color: #34678a;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 20px 10px 30px;
	margin-bottom:60px;
}

.home-middle .entry-title a {
	color: #fff;
}

.home-middle .widget a{
color: #fff;
}

.home-middle .widget {
	float: left;
	padding: 20px 20px;
	text-align: center;
	width: 33.3%;
	line-height: 1;
}


.home-middle .widget:first-of-type {
width:100%;
clear:both;
}

.home-middle .widget:first-of-type  h2{
font-size: 32px;
font-family: Open Sans, San Serif;
}


.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .widget:nth-of-type(8n) {
	clear: both;
	width: 100%;
}

.home-middle .widget:nth-of-type(8n) h3 {
	padding-bottom:40px;
}

.home-middle .widget_text h2{
font-size:22px;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;

}

.home-middle .dashicons:hover {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}

.home-bottom {
	background: #fff;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	padding: 60px 0;
	margin-top: 40px;
}

.home-bottom .widget button {
color: #fff;
background-color:#78a7c8;
margin-top:20px;
}

.home-bottom .widget  a:hover button{
color: #fff;
background-color:#e44a3c;
}



.home-bottom .widget a{
      color: #fff;
}

.home-bottom .featured-content .entry-title a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}



.home-bottom a:hover {
	color: #34678a;
}

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

.entry {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 40px;
	border-bottom: 2px solid #d6d6d6;
	border-right: 2px solid #ddd;
}

.entry-header {
	margin-bottom: 10px;
}

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

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

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

.entry-content a {
	border-bottom: 1px dotted #0274be;
}


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

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #e44a3c;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
	margin: 12px -40px -40px;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

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

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

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

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

.after-entry {
	margin-bottom: 40px;
}


/* Futher Conversation
--------------------------------------------- */

.cb-further-conversation {
    background: #0274be;
    color: #fff;
    line-height: 1.5;
    margin: 53px -40px -40px;
    padding: 60px 80px;
    text-align: center;
}

.cb-further-conversation h3 {
	font-size: 2.15rem;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 16px;
	}

.cb-further-conversation p {
	font-size: 18px;
}


.cb-further-conversation a {
	font-weight: bold;
	color: #fff;
	text-decoration:underline;
}
/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #222;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}


.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #0274be;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

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

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #e44a3c;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 24px;
	padding: 32px;
}

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

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

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

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

.comment-reply-link {
	color: #e44a3c;
}

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

.fn {
	font-weight: 300;
}

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


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

.sidebar {
	font-size: 16px;
}

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

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	border-left: 3px solid #e44a3c;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 40px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 40px;
}

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

.footer-widgets {
	background-color: #34678a;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	padding-top: 60px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
	color: #fff;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	color: #78a7c8;
}

.footer-widgets p:last-child {


	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 300px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 170px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 40px;
}

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

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


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

.site-footer {
	font-size: 16px;
	padding: 60px 0;
	text-align: center;
}

.site-footer,
.site-footer .wrap a {
	color: #34678a;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #78a7c8;
}

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

/* Social Footer
--------------------------------------------- */

.social-footer {
	margin-top: -90px;
}

.social-footer .simple-social-icons ul li {
	margin: 0 10px 20px !important;
}


/*
	
	Program Page: Team Building
	
*/

.program-page .entry-header .entry-title {
	background-image: url(../learn2/images/cornerstone-pages/heading-teambuilding.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 245px 290px;
}

.program-page #s1 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/cloud.png);
	background-size: 100% 100%;
	height: 328px;
	right: 0px;
	position: absolute;
	top: 55px;
	width: 367px;
}

.program-page #s1 .img .icon1 {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/person1.png);
	background-size: 100% 100%;
	height: 41px;
	left: 234px;
	position: absolute;
	top: 228px;
	width: 37px;
}

.program-page #s1 .img .icon2 {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/person2.png);
	background-size: 100% 100%;
	height: 30px;
	left: 197px;
	position: absolute;
	top: 55px;
	width: 26px;
}

.program-page #s1 .img .icon3 {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/person3.png);
	background-size: 100% 100%;
	height: 58px;
	left: 133px;
	position: absolute;
	top: 100px;
	width: 50px;
}

.program-page #s1.active .img .icon1,
.program-page #s1.active .img .icon2,
.program-page #s1.active .img .icon3 {
	-webkit-animation: pulse 1s 1;
	-moz-animation: pulse 1s 1;
	-ms-animation: pulse 1s 1;
	-o-animation: pulse 1s 1;
	animation: pulse 1s 1;
}

.program-page #s1.active .img .icon2 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.program-page #s1.active .img .icon3 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.program-page #s2 .img,
.program-page #s3 .img,
.program-page #s4 .img,
.program-page #s5 .img {
	background-position: center center;
	background-repeat: no-repeat;
	height: 240px;
	width: 100%;
}

.program-page #s2 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/info.png);
	background-size: 127px 127px;
}

.program-page #s3 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/network.png);
	background-size: 128px 128px;
}

.program-page #s4 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/rank.png);
	background-size: 124px 93px;
}

.program-page #s5 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/like.png);
	background-size: 94px 125px;
}


.program-page #s2.active .img,
.program-page #s3.active .img,
.program-page #s4.active .img,
.program-page #s5.active .img {
	-webkit-animation: swing 1s 1;
	-moz-animation: swing 1s 1;
	-ms-animation: swing 1s 1;
	-o-animation: swing 1s 1;
	animation: swing 1s 1;
}

.program-page #s3.active .img,
.program-page #s5.active .img {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.program-page .qustion-box .p2 {
	font-family: 'museo-slab', sans-serif;
	font-size: 60px;
	margin-top: 32px;
}

.program-page .qustion-box .p3 {
	font-size: 30px;
}

.program-page #s6.active .p2 {
	-webkit-animation: swing 1s 1;
	-moz-animation: swing 1s 1;
	-ms-animation: swing 1s 1;
	-o-animation: swing 1s 1;
	animation: swing 1s 1;
}

.program-page .ebooks {
	margin-top: 48px;
}

.program-page .ebooks .ebook {
	border: none;
	float: left;
	height: 280px;
	margin: 2%;
	text-align: center;
	width: 21%;
}

.program-page .ebooks .ebook h3 {
	color: #333;
	font-size: 15px;
}



/*
	
	Cornerstone Page: Team Building
	
*/

.cornerstone-page .entry-header .entry-title {
	background-image: url(../learn2/images/cornerstone-pages/heading-teambuilding.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 245px 290px;
}

.cornerstone-page #s1 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/cloud.png);
	background-size: 100% 100%;
	height: 328px;
	right: 0px;
	position: absolute;
	top: 55px;
	width: 367px;
}

.cornerstone-page #s1 .img .icon1 {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/person1.png);
	background-size: 100% 100%;
	height: 41px;
	left: 234px;
	position: absolute;
	top: 228px;
	width: 37px;
}

.cornerstone-page #s1 .img .icon2 {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/person2.png);
	background-size: 100% 100%;
	height: 30px;
	left: 197px;
	position: absolute;
	top: 55px;
	width: 26px;
}

.cornerstone-page #s1 .img .icon3 {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/person3.png);
	background-size: 100% 100%;
	height: 58px;
	left: 133px;
	position: absolute;
	top: 100px;
	width: 50px;
}

.cornerstone-page #s1.active .img .icon1,
.cornerstone-page #s1.active .img .icon2,
.cornerstone-page #s1.active .img .icon3 {
	-webkit-animation: pulse 1s 1;
	-moz-animation: pulse 1s 1;
	-ms-animation: pulse 1s 1;
	-o-animation: pulse 1s 1;
	animation: pulse 1s 1;
}

.cornerstone-page #s1.active .img .icon2 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.cornerstone-page #s1.active .img .icon3 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.cornerstone-page #s2 .img,
.cornerstone-page #s3 .img,
.cornerstone-page #s4 .img,
.cornerstone-page #s5 .img {
	background-position: center center;
	background-repeat: no-repeat;
	height: 240px;
	width: 100%;
}

.cornerstone-page #s2 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/info.png);
	background-size: 127px 127px;
}

.cornerstone-page #s3 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/network.png);
	background-size: 128px 128px;
}

.cornerstone-page #s4 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/rank.png);
	background-size: 124px 93px;
}

.cornerstone-page #s5 .img {
	background-image: url(../learn2/images/cornerstone-pages/teambuilding/like.png);
	background-size: 94px 125px;
}


.cornerstone-page #s2.active .img,
.cornerstone-page #s3.active .img,
.cornerstone-page #s4.active .img,
.cornerstone-page #s5.active .img {
	-webkit-animation: swing 1s 1;
	-moz-animation: swing 1s 1;
	-ms-animation: swing 1s 1;
	-o-animation: swing 1s 1;
	animation: swing 1s 1;
}

.cornerstone-page #s3.active .img,
.cornerstone-page #s5.active .img {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.cornerstone-page .qustion-box .p2 {
	font-family: 'museo-slab', sans-serif;
	font-size: 60px;
	margin-top: 32px;
}

.cornerstone-page .qustion-box .p3 {
	font-size: 30px;
}

.cornerstone-page #s6.active .p2 {
	-webkit-animation: swing 1s 1;
	-moz-animation: swing 1s 1;
	-ms-animation: swing 1s 1;
	-o-animation: swing 1s 1;
	animation: swing 1s 1;
}

.cornerstone-page .ebooks {
	margin-top: 48px;
}

.cornerstone-page .ebooks .ebook {
	border: none;
	float: left;
	height: 280px;
	margin: 2%;
	text-align: center;
	width: 21%;
}

.cornerstone-page .ebooks .ebook h3 {
	color: #333;
	font-size: 15px;
}


/*
Learn2.com
---------------------------------------------------------------------------------------------------- */

.online-marketing-heading {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.online-marketing-heading .inner {
	padding: 16px 0 40px;
	text-align: center;
}

.online-marketing-heading h2 {
	font-size: 54px;
	font-size: 3.375rem;
}

#content .posts-grid {
	padding: 0;
}

#content .posts-grid .entry {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 800px;
	overflow: hidden;
	padding: 80px;
	padding: 5rem;
}

#content .posts-grid .entry.post-intro-right {
	border-right: 0;
}

#content .posts-grid .entry h2 a {
	font-size: 32px;
	font-size: 2rem;
}

#content .posts-grid img {
	display: block;
	height: 200px;
	margin: 0 auto 32px;
}

#content .posts-grid .entry:hover {
	background: #fff;
}

.more-button {
	padding: 60px;
	padding: 3.75rem;
	text-align: center;
}


/* Retina display ----------- */

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {

	.cornerstone-page .entry-header .entry-title {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/heading-teambuilding@2x.png);
	}
	
	.cornerstone-page #s1 .img {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/cloud@2x.png);
	}

	.cornerstone-page #s2 .img {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/info@2x.png);
	}
	
	.cornerstone-page #s3 .img {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/network@2x.png);
	}
	
	.cornerstone-page #s4 .img {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/rank@2x.png);
	}
	
	.cornerstone-page #s5 .img {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/like@2x.png);
	}
	
	.cornerstone-page #s1 .img .icon1 {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/person1@2x.png);
	}
	
	.cornerstone-page #s1 .img .icon2 {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/person2@2x.png);
	}
	
	.cornerstone-page #s1 .img .icon3 {
		background-image: url(../learn2/images/cornerstone-pages/teambuilding/person3@2x.png);
	}
	
}

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

/* Desktops, laptops and iPads (landscape) ----------- */

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

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {
	
	.cornerstone-page #s1 p {
		text-align: center;
	}
	
	.cornerstone-page .ebooks .ebook {
		padding-bottom: 8px;
		margin-left: 0 !important;
		width: 48%;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {
	
	.cornerstone-page .break {
		height: 0;
	}
	
	.cornerstone-page .qustion-box .p3 {
		font-size: 26px;
		line-height: 1.2;
	}
	
	.cornerstone-page .qustion-box .p3 br {
		display: none;
	}
	
	.cornerstone-page #s1 .img,
	.cornerstone-page #s2 .img,
	.cornerstone-page #s3 .img,
	.cornerstone-page #s4 .img,
	.cornerstone-page #s5 .img {
		display: none;
	}
	
	.cornerstone-page .ebooks .ebook {
		float: none;
		height: auto;
		margin-left: 0 !important;
		padding-bottom: 8px;
		width: 100%;
	}
	
}



/* Cornerstone Pages
-------------------------------------------- */

.langin-page {
	-webkit-backface-visibility: hidden;
}

.no-nav #top-nav {
	display: none;
}

.no-nav #header .widget-area {
	display: none;
}

.no-nav #header #title-area {
	float: none;
	margin: 0 auto;
}

.cornerstone-page .section {
	border: none;
	margin: 0 -80px;
	margin: 0 -5rem;
	padding: 100px 160px 80px;
	position: relative;
}

.cornerstone-page .cta {
	background: #222;
	border: 1px solid #fff;
	color: #fff;
	margin: -40px -80px 0;
	margin: -2.5rem -5rem 0;
	padding: 40px 160px;
	padding: 2.5rem 10rem;
	position: relative;
}

.cornerstone-page .cta h3 {
	color: #fff;
	font-size: 34px;
	font-size: 2.125rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
}

.cornerstone-page .cta p {
	color: #fff;
	margin: 0;
}

.cornerstone-page .cta .btn-gold-big {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.cornerstone-page .cta:before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid #222; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent; 
	content: "";
	display: block;
	position: absolute;
	right: 340px;
	top: -40px;
}

.cornerstone-page .entry-header .entry-title {
	background-color: #0274be;
	border: 1px solid #fff;
	color: #fff;
	font-size: 84px;
	font-size: 5.25rem;
	margin: -80px -40px 0 -80px;
	margin: -5.7rem -2.5rem 0 -2.5rem;
	padding: 80px 160px;
	padding: 5rem 10rem;
	position: relative;
	text-align: center;
}

.cornerstone-page .entry-header .entry-title span {
	display: block;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 100;
	margin-top: 16px;
	margin-top: 1rem;
}

.cornerstone-page .entry-header .entry-title:after {
	background-image: url(../learn2/images/cornerstone-pages/arrow-blue-down.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -65px;
	content: "";
	display: block;
	height: 70px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 11px;
}

.cornerstone-page h3 {
	font-size: 48px;
	font-size: 3rem;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	margin-top: 0;
}

.cornerstone-page .center {
	text-align: center;
}

.cornerstone-page  .right-side {
	padding-left: 55%;
	position: relative;
}

.cornerstone-page .left-side {
	padding-right: 55%;
	position: relative;
}

.cornerstone-page .copy-intro,
.cornerstone-page .copy-intro p {
	font-size: 26px;
	font-size: 1.625rem;
}

.cornerstone-page .copy-gray {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-bottom: 56px;
	padding-bottom: 3.5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.cornerstone-page  .line-bottom,
.cornerstone-page  .arrow-bottom {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.cornerstone-page .arrow-bottom:after {
	background-color: #fff;
	background-image: url(../learn2/images/cornerstone-pages/arrow-down-gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 11px 70px;
	content: "";
	height: 130px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: -65px;
	width: 130px;
}

.cornerstone-page  .right-side h3,
.cornerstone-page  .left-side h3 {
	color: #0274be;
	font-size: 32px;
	font-size: 2rem;
}

.cornerstone-page .entry-content .author {
	border-top: 1px solid #ddd;
	margin: 0 -80px -80px;
	margin: 0 -5rem -5rem;
	padding: 40px 160px;
	padding: 2.5rem 10rem;
	text-align: center;
}

.cornerstone-page  .break {
	clear: both;
	height: 40px;
}

.cornerstone-page  .double-break {
	clear: both;
	height: 80px;
}

.cornerstone-page  ol.numbers {
	list-style: none;
	margin: 64px 0 0;
	margin: 4rem 0 0;
	position: relative;
}

.cornerstone-page ol.numbers li {
	background-image: url(../learn2/images/cornerstone-pages/circle.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	float: left;
	height: 114px;
	list-style: none;

	margin: 24px;
	margin: 1.5rem;
	padding: 0;
	position: relative;
	width: 114px;
}

.cornerstone-page ol.numbers li:before {
	color: #ccc;
	display: block;
	font-family: 'museo-slab', sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	position: absolute;
	top: 20px;
	text-align: center;
	text-indent: 0;
	width: 114px;
}

.cornerstone-page  ol.numbers li.l1:before { content: "1"; }
.cornerstone-page  ol.numbers li.l2:before { content: "2"; }
.cornerstone-page  ol.numbers li.l3:before { content: "3"; }
.cornerstone-page  ol.numbers li.l4:before { content: "4"; }
.cornerstone-page  ol.numbers li.l5:before { content: "5"; }
.cornerstone-page  ol.numbers li.l6:before { content: "6"; }
.cornerstone-page  ol.numbers li.l7:before { content: "7"; }
.cornerstone-page  ol.numbers li.l8:before { content: "8"; }
.cornerstone-page  ol.numbers li.l9:before { content: "9"; }
.cornerstone-page  ol.numbers li.l10:before { content: "10"; }


.cornerstone-page  ol.numbers li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: #0274be;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-family: 'museo-slab', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 200px;
	padding: 70px 10px;
	padding: 4.375rem 0.625rem;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	opacity: 0;
	text-align: center;
	top: 50%;
	width: 200px;
}

.cornerstone-page  ol.numbers li a:hover {
	text-indent: 0;
	opacity: 1;
	z-index: 999;
}

.cornerstone-page  ol.numbers:before {
	background-image: url(../learn2/images/cornerstone-pages/hand-hover.png);
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 52px;
	position: absolute;
	left: 100px;
	top: 105px;
	width: 51px;
	z-index: 999;
}

.cornerstone-page  ol.numbers:hover:before {
	display: none;
}

.cornerstone-page  .section.active ol.numbers:before {
	-webkit-animation: bounce 1s infinite;
	-moz-animation: bounce 1s infinite;
	-ms-animation: bounce 1s infinite;
	-o-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
}

ul.checks {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.checks li {
	background-image: url(../learn2/images/icon-check.png);
	background-position: 21px 13px;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 12px 0 12px 64px;
	text-align: left;
}

.cornerstone-page .ebook {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	overflow: hidden;
	padding-bottom: 32px;
	text-align: left;
}

.cornerstone-page .ebook .cover {
	float: left;
	width: 22%;
}

.cornerstone-page .ebook .articles {
	float: right;
	font-size: 16px;
	width: 75%;
}

.cornerstone-page .ebook .articles ul {
	list-style: none;
	margin: 0;
}

.cornerstone-page .ebook .articles ul li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 0 12px;
}

.cornerstone-page .ebook .articles ul li:before {
	content: "\1f4c4";
	color: #0274be;
	display: inline-block;
	font-family: "icon-font";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	line-height: 1em;
	margin-right: .4em;
	margin-left: .2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	width: 1em;
}

.cornerstone-page .ebook img {
	padding: 5px;
	border: 1px solid #ddd;
}

.cornerstone-page .ebook h3 {
	color: #0274be;
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 24px;
}

.cornerstone-page .red-cta {
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	background-size: 201px 253px;
}

.cornerstone-page .red-cta {
	background-color: #0274be;
	border: 1px solid #fff;
	color: #fff;
	margin: -40px -40px 0;
	margin: -2.5rem -2.5rem 0;
	padding: 80px 160px;
	padding: 5rem 10rem;
	position: relative;
	text-align: center;
}

.cornerstone-page .red-cta p {
	margin-bottom: 0;
}

.cornerstone-page .red-cta:before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid #0274be; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent; 
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -40px;
}

.cornerstone-page .red-cta ul.checks {
	margin: 40px -80px 80px;
}

.cornerstone-page .red-cta ul.checks li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../learn2/images/icon-check-white.png);
	background-position: 21px 10px;
	background-size: 28px 28px;
	border-bottom: none;
	float: left;
	font-weight: normal;
	width: 33%;
}

.cornerstone-page .red-cta .cta-button {
	position: relative;
}

.cornerstone-page .red-cta .cta-button:before {
	content: "";
	background-image: url(../learn2/images/arrow-white2.png);
	background-size: 100% 100%;
	display: block;
	height: 98px;
	left: 130px;
	position: absolute;
	top: -120px;
	width: 52px;
}

.cornerstone-page .addthis_toolbox {
	background: #fff;
	border: 1px solid #ddd;
	padding-top: 15px;
}



/* Retina display ----------- */

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {
	
	.cornerstone-page .entry-title:after {
		background-image: url(../learn2/images/cornerstone-pages/arrow-red-down@2x.png);
	}
	
	.cornerstone-page ol.numbers li {
		background-image: url(../learn2/images/cornerstone-pages/circle@2x.png);
	}
	
	.cornerstone-page .arrow-bottom:after {
		background-image: url(../learn2/images/cornerstone-pages/arrow-down-gray@2x.png);
	}
	
	.cornerstone-page ol.numbers:before {
		background-image: url(../learn2/images/cornerstone-pages/hand-hover@2x.png);
	}
	
	.cornerstone-page .red-cta {
		background-image:	url(../learn2/images/heads-left@2x.png),
							url(../learn2/images/heads-right@2x.png);
	}
	
	.cornerstone-page .red-cta ul.checks li {
		background-image: url(../learn2/images/icon-check-white@2x.png);
	}
	
	.cornerstone-page .red-cta .cta-button:before {
		background-image: url(../learn2/images/arrow-white2@2x.png);
	}
	
	#content ul.checks li {
		background-image: url(../learn2/images/icon-check@2x.png);
	}
	
}

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

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {
	
	.cornerstone-page .entry-header .entry-title,
	.cornerstone-page .section {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.cornerstone-page .addthis_toolbox {
		left: 50% !important;
		margin-left: -100px;
		padding: 10px 20px 0;
		position: absolute;
		top: 160px !important;
		width: 170px;
	}
	
	.cornerstone-page .addthis_toolbox a {
		display: inline-block;
		float: left;
	}
	
	.addthis_floating_style.addthis_counter_style .addthis_internal_container {
		width: auto;
	}
	
}

/* iPads (portrait) ----------- */

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

	.cornerstone-page .entry-header .entry-title {
		font-size: 72px;
		padding: 40px;
	}
	
	.cornerstone-page .right,
	.cornerstone-page .left {
		float: none !important;
		width: 100% !important;	
	}
	
	.cornerstone-page .left {
		margin-bottom: 32px;
	}
	
	.cornerstone-page .left-side,
	.cornerstone-page .right-side {
		padding: 0;
	}
	
	.cornerstone-page .left-side .img,
	.cornerstone-page .right-side .img {
		margin: 32px auto;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}
	
	.cornerstone-page .online-marketing-heading h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	
	.cornerstone-page .red-cta {
		padding: 40px;
		padding: 2.5rem;
	}
	
	.cornerstone-page .red-cta ul.checks {
		margin: 20px 0;
	}
	
	.cornerstone-page .red-cta ul.checks li {
		float: none;
		width: 100%;
	}
	
	.cornerstone-page .red-cta .cta-button:before {
		display: none;
	}
	
	.cornerstone-page .posts-grid .entry {
		float: none;
		height: auto;
		padding: 40px;
		padding: 2.5rem;
		width: 100%;
	}
	
	.cornerstone-page .ebook .articles {
		width: 70%;
	}
	
	.cornerstone-page .ebook .one-half {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.cornerstone-page .addthis_toolbox {
		display: none;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {
	
	.cornerstone-page .entry-header .entry-title {
		background-size: 50% !important;
		font-size: 42px;
		margin: -20px -20px 40px;
		padding: 40px 20px;
	}
	
	.cornerstone-page .copy-intro,
	.cornerstone-page .copy-intro p {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.2;
	}
	
	.cornerstone-page .section {
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -20px;
		padding: 20px;
	}
	
	.cornerstone-page .entry-header .entry-title:after {
		display: none;
	}
	
	.cornerstone-page .double-break {
		height: 20px;
	}
	
	.cornerstone-page h3 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.2;
	}
	
	.cornerstone-page .red-cta {
		margin: -40px -24px 0;
		margin: -2.5rem -1.5rem 0;
		padding: 24px;
		padding: 1.5rem;
	}
	
	.cornerstone-page .entry-content .author {
		margin: 0 -24px;
		margin: 0 -1.5rem;
		padding: 40px;
		padding: 2.5rem;
	}
	
	.page #content .page {
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
	}
	
	.cornerstone-page .posts-grid .entry {
		padding: 24px;
		padding: 1.5rem;
	}
	
	.cornerstone-page .ebook {
		padding-bottom: 0;
	}
	
	.cornerstone-page .ebook .articles,
	.cornerstone-page .ebook .cover {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.cornerstone-page .ebook .cover {
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
	}
	
	.cornerstone-page .red-cta .cta-button a {
		padding: 16px;
		padding: 1rem;
	}
	
	.cornerstone-page .arrow-bottom {
		border: none;
	}
	
	.cornerstone-page .arrow-bottom:after {
		display: none;
	}
	
	.cornerstone-page .red-cta ul.checks li {
		background-position: 0px 10px;
		padding: 12px 0 12px 44px;
	}
	
}

/* Program Pages
-------------------------------------------- */

.langin-page {
	-webkit-backface-visibility: hidden;
}

.no-nav #top-nav {
	display: none;
}

.no-nav #header .widget-area {
	display: none;
}

.no-nav #header #title-area {
	float: none;
	margin: 0 auto;
}

.program-page .section {
	border: none;
	margin: 0 -80px;
	margin: 0 -5rem;
	padding: 100px 160px 80px;
	position: relative;
}

.program-page .cta {
	background: #222;
	border: 1px solid #fff;
	color: #fff;
	margin: -40px -80px 0;
	margin: -2.5rem -5rem 0;
	padding: 40px 160px;
	padding: 2.5rem 10rem;
	position: relative;
}

.program-page .cta h3 {
	color: #fff;
	font-size: 34px;
	font-size: 2.125rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
}

.program-page .cta p {
	color: #fff;
	margin: 0;
}

.program-page .cta .btn-gold-big {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.program-page .cta:before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid #222; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent; 
	content: "";
	display: block;
	position: absolute;
	right: 340px;
	top: -40px;
}

.program-page .entry-header .entry-title {
	background-color: #0274be;
	border: 1px solid #fff;
	color: #fff;
	font-size: 84px;
	font-size: 5.25rem;
	margin: -80px -80px 0 -80px;
	margin: -5rem -5rem 0 -5rem;
	padding: 80px 160px;
	padding: 5rem 10rem;
	position: relative;
	text-align: center;
}

.program-page .entry-header .entry-title span {
	display: block;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 100;
	margin-top: 16px;
	margin-top: 1rem;
}

.program-page .entry-header .entry-title:after {
	background-image: url(../learn2/images/program-pages/arrow-blue-down.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -65px;
	content: "";
	display: block;
	height: 70px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 11px;
}

.program-page h3 {
	font-size: 48px;
	font-size: 3rem;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	margin-top: 0;
}

.program-page .center {
	text-align: center;
}

.program-page  .right-side {
	padding-left: 55%;
	position: relative;
}

.program-page .left-side {
	padding-right: 55%;
	position: relative;
}

.program-page .copy-intro,
.program-page .copy-intro p {
	font-size: 26px;
	font-size: 1.625rem;
}

.program-page .copy-gray {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-bottom: 56px;
	padding-bottom: 3.5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.program-page  .line-bottom,
.program-page  .arrow-bottom {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.program-page .arrow-bottom:after {
	background-color: #fff;
	background-image: url(../learn2/images/program-pages/arrow-down-gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 11px 70px;
	content: "";
	height: 130px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: -65px;
	width: 130px;
}

.program-page  .right-side h3,
.program-page  .left-side h3 {
	color: #0274be;
	font-size: 32px;
	font-size: 2rem;
}

.program-page .entry-content .author {
	border-top: 1px solid #ddd;
	margin: 0 -80px -80px;
	margin: 0 -5rem -5rem;
	padding: 40px 160px;
	padding: 2.5rem 10rem;
	text-align: center;
}

.program-page  .break {
	clear: both;
	height: 40px;
}

.program-page  .double-break {
	clear: both;
	height: 80px;
}

.program-page  ol.numbers {
	list-style: none;
	margin: 64px 0 0;
	margin: 4rem 0 0;
	position: relative;
}

.program-page ol.numbers li {
	background-image: url(../learn2/images/program-pages/circle.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	float: left;
	height: 114px;
	list-style: none;

	margin: 24px;
	margin: 1.5rem;
	padding: 0;
	position: relative;
	width: 114px;
}

.program-page ol.numbers li:before {
	color: #ccc;
	display: block;
	font-family: 'museo-slab', sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	position: absolute;
	top: 20px;
	text-align: center;
	text-indent: 0;
	width: 114px;
}

.program-page  ol.numbers li.l1:before { content: "1"; }
.program-page  ol.numbers li.l2:before { content: "2"; }
.program-page  ol.numbers li.l3:before { content: "3"; }
.program-page  ol.numbers li.l4:before { content: "4"; }
.program-page  ol.numbers li.l5:before { content: "5"; }
.program-page  ol.numbers li.l6:before { content: "6"; }
.program-page  ol.numbers li.l7:before { content: "7"; }
.program-page  ol.numbers li.l8:before { content: "8"; }
.program-page  ol.numbers li.l9:before { content: "9"; }
.program-page  ol.numbers li.l10:before { content: "10"; }


.program-page  ol.numbers li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: #0274be;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-family: 'museo-slab', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 200px;
	padding: 70px 10px;
	padding: 4.375rem 0.625rem;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	opacity: 0;
	text-align: center;
	top: 50%;
	width: 200px;
}

.program-page  ol.numbers li a:hover {
	text-indent: 0;
	opacity: 1;
	z-index: 999;
}

.program-page  ol.numbers:before {
	background-image: url(../learn2/images/program-pages/hand-hover.png);
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 52px;
	position: absolute;
	left: 100px;
	top: 105px;
	width: 51px;
	z-index: 999;
}

.program-page  ol.numbers:hover:before {
	display: none;
}

.program-page  .section.active ol.numbers:before {
	-webkit-animation: bounce 1s infinite;
	-moz-animation: bounce 1s infinite;
	-ms-animation: bounce 1s infinite;
	-o-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
}

#content ul.checks {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul.checks li {
	background-image: url(../learn2/images/icon-check.png);
	background-position: 21px 13px;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 12px 0 12px 64px;
	text-align: left;
}

.program-page .ebook {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	overflow: hidden;
	padding-bottom: 32px;
	text-align: left;
}

.program-page .ebook .cover {
	float: left;
	width: 22%;
}

.program-page .ebook .articles {
	float: right;
	font-size: 16px;
	width: 75%;
}

.program-page .ebook .articles ul {
	list-style: none;
	margin: 0;
}

.program-page .ebook .articles ul li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 0 12px;
}

.program-page .ebook .articles ul li:before {
	content: "\1f4c4";
	color: #0274be;
	display: inline-block;
	font-family: "icon-font";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	line-height: 1em;
	margin-right: .4em;
	margin-left: .2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	width: 1em;
}

.program-page .ebook img {
	padding: 5px;
	border: 1px solid #ddd;
}

.program-page .ebook h3 {
	color: #0274be;
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 24px;
}

.program-page .red-cta {
	background-image:	url(../learn2/images/heads-left.png),
						url(../learn2/images/heads-right.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	background-size: 201px 253px;
}

.program-page .red-cta {
	background-color: #0274be;
	border: 1px solid #fff;
	color: #fff;
	margin: -40px -80px 0;
	margin: -2.5rem -5rem 0;
	padding: 80px 160px;
	padding: 5rem 10rem;
	position: relative;
	text-align: center;
}

.program-page .red-cta p {
	margin-bottom: 0;

}

.program-page .red-cta:before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid #0274be; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent; 
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -40px;
}

.program-page .red-cta ul.checks {
	margin: 40px -80px 80px;
}

.program-page .red-cta ul.checks li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../learn2/images/icon-check-white.png);
	background-position: 21px 10px;
	background-size: 28px 28px;
	border-bottom: none;
	float: left;
	font-weight: normal;
	width: 33%;
}

.program-page .red-cta .cta-button {
	position: relative;
}

.program-page .red-cta .cta-button:before {
	content: "";
	background-image: url(../learn2/images/arrow-white2.png);
	background-size: 100% 100%;
	display: block;
	height: 98px;
	left: 130px;
	position: absolute;
	top: -120px;
	width: 52px;
}

.program-page .addthis_toolbox {
	background: #fff;
	border: 1px solid #ddd;
	padding-top: 15px;
}



/* Retina display ----------- */

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {
	
	.program-page .entry-title:after {
		background-image: url(../learn2/images/program-pages/arrow-red-down@2x.png);
	}
	
	.program-page ol.numbers li {
		background-image: url(../learn2/images/program-pages/circle@2x.png);
	}
	
	.program-page .arrow-bottom:after {
		background-image: url(../learn2/images/program-pages/arrow-down-gray@2x.png);
	}

	
	.program-page ol.numbers:before {
		background-image: url(../learn2/images/program-pages/hand-hover@2x.png);
	}
	
	.program-page .red-cta {
		background-image:	url(../learn2/images/heads-left@2x.png),
							url(../learn2/images/heads-right@2x.png);
	}
	
	.program-page .red-cta ul.checks li {
		background-image: url(../learn2/images/icon-check-white@2x.png);
	}
	
	.program-page .red-cta .cta-button:before {
		background-image: url(../learn2/images/arrow-white2@2x.png);
	}
	
	#content ul.checks li {
		background-image: url(../learn2/images/icon-check@2x.png);
	}
	
}

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

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {
	
	.program-page .entry-header .entry-title,
	.program-page .section {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.program-page .addthis_toolbox {
		left: 50% !important;
		margin-left: -100px;
		padding: 10px 20px 0;
		position: absolute;
		top: 160px !important;
		width: 170px;
	}
	
	.program-page .addthis_toolbox a {
		display: inline-block;
		float: left;
	}
	
	.addthis_floating_style.addthis_counter_style .addthis_internal_container {
		width: auto;
	}
	
}

/* iPads (portrait) ----------- */

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

	.program-page .entry-header .entry-title {
		font-size: 72px;
		padding: 40px;
	}
	
	.program-page .right,
	.program-page .left {
		float: none !important;
		width: 100% !important;	
	}
	
	.program-page .left {
		margin-bottom: 32px;
	}
	
	.program-page .left-side,
	.program-page .right-side {
		padding: 0;
	}
	
	.program-page .left-side .img,
	.program-page .right-side .img {
		margin: 32px auto;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}
	
	.program-page .online-marketing-heading h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	
	.program-page .red-cta {
		padding: 40px;
		padding: 2.5rem;
	}
	
	.program-page .red-cta ul.checks {
		margin: 20px 0;
	}
	
	.program-page .red-cta ul.checks li {
		float: none;
		width: 100%;
	}
	
	.program-page .red-cta .cta-button:before {
		display: none;
	}
	
	.program-page .posts-grid .entry {
		float: none;
		height: auto;
		padding: 40px;
		padding: 2.5rem;
		width: 100%;
	}
	
	.program-page .ebook .articles {
		width: 70%;
	}
	
	.program-page .ebook .one-half {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.program-page .addthis_toolbox {
		display: none;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {
	
	.program-page .entry-header .entry-title {
		background-size: 50% !important;
		font-size: 42px;
		margin: -20px -20px 40px;
		padding: 40px 20px;
	}
	
	.program-page .copy-intro,
	.program-page .copy-intro p {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.2;
	}
	
	.program-page .section {
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -20px;
		padding: 20px;
	}
	
	.program-page .entry-header .entry-title:after {
		display: none;
	}
	
	.program-page .double-break {
		height: 20px;
	}
	
	.program-page h3 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.2;
	}
	
	.program-page .red-cta {
		margin: -40px -24px 0;
		margin: -2.5rem -1.5rem 0;
		padding: 24px;
		padding: 1.5rem;
	}
	
	.program-page .entry-content .author {
		margin: 0 -24px;
		margin: 0 -1.5rem;
		padding: 40px;
		padding: 2.5rem;
	}
	
	.page #content .page {
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
	}
	
	.program-page .posts-grid .entry {
		padding: 24px;
		padding: 1.5rem;
	}
	
	.program-page .ebook {
		padding-bottom: 0;
	}
	
	.program-page .ebook .articles,
	.program-page .ebook .cover {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.program-page .ebook .cover {
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
	}
	
	.program-page .red-cta .cta-button a {
		padding: 16px;
		padding: 1rem;
	}
	
	.program-page .arrow-bottom {
		border: none;
	}
	
	.program-page .arrow-bottom:after {
		display: none;
	}
	
	.program-page .red-cta ul.checks li {
		background-position: 0px 10px;
		padding: 12px 0 12px 44px;
	}
	
}







/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

.education-pro-blue .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-green .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-purple .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-red .nav-secondary .genesis-nav-menu li.current-menu-item > a {
	background: none;
}

/* Education Pro Blue
--------------------------------------------- */

.education-pro-blue .after-entry .widget-title,
.education-pro-blue .archive-pagination .active a,
.education-pro-blue .archive-pagination li a:hover,
.education-pro-blue .comment-reply-link,
.education-pro-blue .comment-respond h3,
.education-pro-blue .entry-comments h3,
.education-pro-blue .entry-footer .entry-meta a:hover,
.education-pro-blue .entry-pings h3,
.education-pro-blue .entry-title a:hover,
.education-pro-blue .home-featured .more-link,
.education-pro-blue .home-top .widget_text .widget-title,
.education-pro-blue .sidebar .widget-title a,
.education-pro-blue .sidebar .widget-title {
	color: #3d78c1;
}

.education-pro-blue .archive-description,
.education-pro-blue .author-box,
.education-pro-blue .button:hover,
.education-pro-blue .content .entry-header .entry-meta .entry-time,
.education-pro-blue .footer-widgets .wrap .button:hover,
.education-pro-blue .footer-widgets button:hover,
.education-pro-blue .footer-widgets input:hover[type="button"],
.education-pro-blue .footer-widgets input:hover[type="reset"],
.education-pro-blue .footer-widgets input:hover[type="submit"],
.education-pro-blue .home-bottom .widget .button:hover,
.education-pro-blue .home-bottom button:hover,
.education-pro-blue .home-bottom input:hover[type="button"],
.education-pro-blue .home-bottom input:hover[type="reset"],
.education-pro-blue .home-bottom input:hover[type="submit"],
.education-pro-blue .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-blue .title-area,
.education-pro-blue button:hover,
.education-pro-blue input:hover[type="button"],
.education-pro-blue input:hover[type="reset"],
.education-pro-blue input:hover[type="submit"] {
	background-color: #3d78c1;
}

.education-pro-blue .after-entry .widget,
.education-pro-blue .home-top .wrap,
.education-pro-blue .sidebar .widget,
.education-pro-blue .site-header {
	border-color: #3f71c3;
}

.education-pro-blue .footer-widgets .wrap a:hover,
.education-pro-blue .footer-widgets a.button,
.education-pro-blue .slide-excerpt h2 a,
.education-pro-blue .home-middle .entry-title a,
.education-pro-blue .home-top .widget_text,
.education-pro-blue .site-footer .wrap a:hover,
.education-pro-blue .site-footer a.button,
.education-pro-blue a {
	color: #a8b2b9;
}

.education-pro-blue .button,
.education-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-blue .genesis-nav-menu .sub-menu a,
.education-pro-blue .genesis-nav-menu li a:hover,
.education-pro-blue .genesis-nav-menu li.current-menu-item > a,
.education-pro-blue .home-bottom,
.education-pro-blue .widget-area .widget.enews-widget,
.education-pro-blue button,
.education-pro-blue input[type="button"],
.education-pro-blue input[type="reset"],
.education-pro-blue input[type="submit"] {
	background-color: #a8b2b9;
}

.education-pro-blue .entry-title a,
.education-pro-blue .home-bottom a:hover,
.education-pro-blue a:hover {
	color: #344a66;
}

.education-pro-blue .enews-widget .enews input:hover[type="submit"],
.education-pro-blue .footer-widgets,
.education-pro-blue .home-middle,
.education-pro-blue .nav-primary,
.education-pro-blue .site-footer {
	background-color: #344a66;
}

/* Education Pro Green
--------------------------------------------- */

.education-pro-green .after-entry .widget-title,
.education-pro-green .archive-pagination .active a,
.education-pro-green .archive-pagination li a:hover,
.education-pro-green .comment-reply-link,
.education-pro-green .comment-respond h3,
.education-pro-green .entry-comments h3,
.education-pro-green .entry-footer .entry-meta a:hover,
.education-pro-green .entry-pings h3,
.education-pro-green .entry-title a:hover,
.education-pro-green .home-featured .more-link,
.education-pro-green .home-top .widget_text .widget-title,
.education-pro-green .sidebar .widget-title a,
.education-pro-green .sidebar .widget-title {
	color: #d7c573;
}

.education-pro-green .archive-description,
.education-pro-green .author-box,
.education-pro-green .button:hover,
.education-pro-green .content .entry-header .entry-meta .entry-time,
.education-pro-green .footer-widgets .wrap .button:hover,
.education-pro-green .footer-widgets button:hover,
.education-pro-green .footer-widgets input:hover[type="button"],
.education-pro-green .footer-widgets input:hover[type="reset"],
.education-pro-green .footer-widgets input:hover[type="submit"],
.education-pro-green .home-bottom .widget .button:hover,
.education-pro-green .home-bottom button:hover,
.education-pro-green .home-bottom input:hover[type="button"],
.education-pro-green .home-bottom input:hover[type="reset"],
.education-pro-green .home-bottom input:hover[type="submit"],
.education-pro-green .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-green .title-area,
.education-pro-green button:hover,
.education-pro-green input:hover[type="button"],
.education-pro-green input:hover[type="reset"],
.education-pro-green input:hover[type="submit"] {
	background-color: #d7c573;
}

.education-pro-green .after-entry .widget,
.education-pro-green .home-top .wrap,
.education-pro-green .sidebar .widget,
.education-pro-green .site-header {
	border-color: #d7c573;
}

.education-pro-green .footer-widgets .wrap a:hover,
.education-pro-green .footer-widgets a.button,
.education-pro-green .slide-excerpt h2 a,
.education-pro-green .home-middle .entry-title a,
.education-pro-green .home-top .widget_text,
.education-pro-green .site-footer .wrap a:hover,
.education-pro-green .site-footer a.button,
.education-pro-green a {
	color: #46a47b;
}

.education-pro-green .button,
.education-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-green .genesis-nav-menu .sub-menu a,
.education-pro-green .genesis-nav-menu li a:hover,
.education-pro-green .genesis-nav-menu li.current-menu-item > a,
.education-pro-green .home-bottom,
.education-pro-green .widget-area .widget.enews-widget,
.education-pro-green button,
.education-pro-green input[type="button"],
.education-pro-green input[type="reset"],
.education-pro-green input[type="submit"] {
	background-color: #46a47b;
}

.education-pro-green .entry-title a,
.education-pro-green .home-bottom a:hover,
.education-pro-green a:hover {
	color: #2f614b;
}

.education-pro-green .enews-widget .enews input:hover[type="submit"],
.education-pro-green .footer-widgets,
.education-pro-green .home-middle,
.education-pro-green .nav-primary,
.education-pro-green .site-footer {
	background-color: #2f614b;
}

/* Education Pro Purple
--------------------------------------------- */

.education-pro-purple .after-entry .widget-title,
.education-pro-purple .archive-pagination .active a,
.education-pro-purple .archive-pagination li a:hover,
.education-pro-purple .comment-reply-link,
.education-pro-purple .comment-respond h3,
.education-pro-purple .entry-comments h3,
.education-pro-purple .entry-footer .entry-meta a:hover,
.education-pro-purple .entry-pings h3,
.education-pro-purple .entry-title a:hover,
.education-pro-purple .home-featured .more-link,
.education-pro-purple .home-top .widget_text .widget-title,
.education-pro-purple .sidebar .widget-title a,
.education-pro-purple .sidebar .widget-title {
	color: #706182;
}

.education-pro-purple .archive-description,
.education-pro-purple .author-box,
.education-pro-purple .button:hover,
.education-pro-purple .content .entry-header .entry-meta .entry-time,
.education-pro-purple .footer-widgets .wrap .button:hover,
.education-pro-purple .footer-widgets button:hover,
.education-pro-purple .footer-widgets input:hover[type="button"],
.education-pro-purple .footer-widgets input:hover[type="reset"],
.education-pro-purple .footer-widgets input:hover[type="submit"],
.education-pro-purple .home-bottom .widget .button:hover,
.education-pro-purple .home-bottom button:hover,
.education-pro-purple .home-bottom input:hover[type="button"],
.education-pro-purple .home-bottom input:hover[type="reset"],
.education-pro-purple .home-bottom input:hover[type="submit"],
.education-pro-purple .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-purple .title-area,
.education-pro-purple button:hover,
.education-pro-purple input:hover[type="button"],
.education-pro-purple input:hover[type="reset"],
.education-pro-purple input:hover[type="submit"] {
	background-color: #706182;
}

.education-pro-purple .after-entry .widget,
.education-pro-purple .home-top .wrap,
.education-pro-purple .sidebar .widget,
.education-pro-purple .site-header {
	border-color: #706182;
}

.education-pro-purple .footer-widgets .wrap a:hover,
.education-pro-purple .footer-widgets a.button,
.education-pro-purple .slide-excerpt h2 a,
.education-pro-purple .home-middle .entry-title a,
.education-pro-purple .home-top .widget_text,
.education-pro-purple .site-footer .wrap a:hover,
.education-pro-purple .site-footer a.button,
.education-pro-purple a {
	color: #7a787e;
}

.education-pro-purple .button,
.education-pro-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-purple .genesis-nav-menu .sub-menu a,
.education-pro-purple .genesis-nav-menu li a:hover,
.education-pro-purple .genesis-nav-menu li.current-menu-item > a,
.education-pro-purple .home-bottom,
.education-pro-purple .widget-area .widget.enews-widget,
.education-pro-purple button,
.education-pro-purple input[type="button"],
.education-pro-purple input[type="reset"],
.education-pro-purple input[type="submit"] {
	background-color: #7a787e;
}

.education-pro-purple .entry-title a,
.education-pro-purple .home-bottom a:hover,
.education-pro-purple a:hover {
	color: #444246;
}

.education-pro-purple .enews-widget .enews input:hover[type="submit"],
.education-pro-purple .footer-widgets,
.education-pro-purple .home-middle,
.education-pro-purple .nav-primary,
.education-pro-purple .site-footer {
	background-color: #444246;
}

/* Education Pro Red
--------------------------------------------- */

.education-pro-red .after-entry .widget-title,
.education-pro-red .archive-pagination .active a,
.education-pro-red .archive-pagination li a:hover,
.education-pro-red .comment-reply-link,
.education-pro-red .comment-respond h3,
.education-pro-red .entry-comments h3,
.education-pro-red .entry-footer .entry-meta a:hover,
.education-pro-red .entry-pings h3,
.education-pro-red .entry-title a:hover,
.education-pro-red .home-featured .more-link,
.education-pro-red .home-top .widget_text .widget-title,
.education-pro-red .sidebar .widget-title a,
.education-pro-red .sidebar .widget-title {
	color: #9d2235;
}

.education-pro-red .archive-description,
.education-pro-red .author-box,
.education-pro-red .button:hover,
.education-pro-red .content .entry-header .entry-meta .entry-time,
.education-pro-red .footer-widgets .wrap .button:hover,
.education-pro-red .footer-widgets button:hover,
.education-pro-red .footer-widgets input:hover[type="button"],
.education-pro-red .footer-widgets input:hover[type="reset"],
.education-pro-red .footer-widgets input:hover[type="submit"],
.education-pro-red .home-bottom .widget .button:hover,
.education-pro-red .home-bottom button:hover,
.education-pro-red .home-bottom input:hover[type="button"],
.education-pro-red .home-bottom input:hover[type="reset"],
.education-pro-red .home-bottom input:hover[type="submit"],
.education-pro-red .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-red .title-area,
.education-pro-red button:hover,
.education-pro-red input:hover[type="button"],
.education-pro-red input:hover[type="reset"],
.education-pro-red input:hover[type="submit"] {
	background-color: #9d2235;
}

.education-pro-red .after-entry .widget,
.education-pro-red .home-top .wrap,
.education-pro-red .sidebar .widget,
.education-pro-red .site-header {
	border-color: #9d2235;
}

.education-pro-red .footer-widgets .wrap a:hover,
.education-pro-red .footer-widgets a.button,
.education-pro-red .slide-excerpt h2 a,
.education-pro-red .home-middle .entry-title a,
.education-pro-red .home-top .widget_text,
.education-pro-red .site-footer .wrap a:hover,
.education-pro-red .site-footer a.button,
.education-pro-red a {
	color: #9a9a9a;
}

.education-pro-red .button,
.education-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-red .genesis-nav-menu .sub-menu a,
.education-pro-red .genesis-nav-menu li a:hover,
.education-pro-red .genesis-nav-menu li.current-menu-item > a,
.education-pro-red .home-bottom,
.education-pro-red .widget-area .widget.enews-widget,
.education-pro-red button,
.education-pro-red input[type="button"],
.education-pro-red input[type="reset"],
.education-pro-red input[type="submit"] {
	background-color: #9a9a9a;
}

.education-pro-red .entry-title a,
.education-pro-red .home-bottom a:hover,
.education-pro-red a:hover {
	color: #333;
}

.education-pro-red .enews-widget .enews input:hover[type="submit"],
.education-pro-red .footer-widgets,
.education-pro-red .home-middle,
.education-pro-red .nav-primary,
.education-pro-red .site-footer {
	background-color: #333;
}



.btn-gold-big, .btn-gold-medium, .btn-gold-small, .btn-green-big, .btn-green-medium, .btn-green-small, #wp-submit, #register-box .premise-checkout-wrap .input-submit, .sidebar .cb-freeupdates input[type=submit], #content .signup .form_submit {
    background-color: #12ad7c;
	color: #fff;
    border: 2px solid #fff !important;
    border-radius: 4px;
    background-image: none;
    padding: 12px 24px 10px;
	margin: 6px 0 20px;
}


.btn-gold-big:hover, .btn-gold-medium:hover, .btn-gold-small:hover, .btn-green-big:hover, .btn-green-medium:hover, .btn-green-small:hover, #wp-submit:hover, #register-box .premise-checkout-wrap .input-submit:hover, .sidebar .cb-freeupdates input[type=submit]:hover, #content .signup .form_submit:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #079e6e;
    color: #fff;
}

.btn-primary-big, .btn-secondary-big, .btn-gold-big {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 16px 32px;
    padding: 1rem 2rem;
}

button, input[type="button"], input[type="submit"], . {
	background-color: #0274be;
    background-image: none;
	text-align: center;
	padding: 12px 24px 10px;
	margin: 6px 0 20px;
	}


button, input[type="button"], input[type="submit"], .btn, .btn-primary-big, ., .btn-primary-small, .btn-secondary-big, .btn-secondary-medium, .btn-secondary-small, .btn-gold-big, .btn-gold-medium, .btn-gold-small, #wp-submit {
    border-radius: 3px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: 0 1px 3px rgba(0,0,0,.3), inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3), inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3), inset 0 -3px 0 rgba(0,0,0,.2);
    border: none !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'museo-slab', sans-serif;
    font-weight: 500;
    text-decoration: none;
}



/*
	
	Home Page
	
*/

.cb-home #header {
	background-color: #fff;
	background-image: url(../images/logo-black.png);
	background-size: 156px 25px;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	position: relative;
	width: auto;
}

.cb-home #header:after {
	border-bottom: 1px solid #ddd;
	bottom: 0px;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

#home-intro,
.ebooks {
	background: #fff;
	margin: 0;
}

#home-intro .inner,
.ebooks .inner {
	padding: 5% 50px 0;
	text-align: center;
}

.ebooks .inner {
	padding-bottom: 120px;
}

#home-intro h1 {
	color: #111;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	position: relative;
	z-index: 9;
}

#home-intro .split {
	margin: 100px 0 0;
}

#home-intro .split .left,
#home-intro .split .right {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #f5f5f5;
	padding: 4% 5%;
	position: relative;
	width: 49.5%;
}

#home-intro .split .left {
	float: left;
}

#home-intro .split .right {
	float: right;
}

#home-intro .split .right:before,
#home-intro .split .left:before {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	content: "";
	display: block;
	height: 200px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	top: -100px;
	width: 200px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	
	-webkit-transform: scale(0.9,0.9) rotate(0deg);
	transform: scale(0.9,0.9) rotate(0deg);

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#home-intro .split .left:before {
	background-image: url(../images/cb-home/logo-rm.png);
	background-size: 79px 79px;
}

#home-intro .split .right:before {
	background-image: url(../images/cb-home/logo-synthesis.png);
	background-size: 100px 36px;
}

#home-intro .split .left:hover:before,
#home-intro .split .right:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

#home-intro .split .left:hover,
#home-intro .split .right:hover {
	background-color: #f8f8f8;
}

#home-intro .split h3 {
	margin-top: 70px;
}

#home-intro .split p {
	color: #666;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

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

.ebooks h2 {
	color: #111;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 50px;
}

.ebooks .cta {
	margin-top: 50px;
}

.ebooks .cta a {
	margin-top: 20px;
}

.ebooks ul,
.ebooks ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ebooks ul li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ddd;
	border-right: 0;
	color: #333;
	float: left;
	font-weight: bold;
	height: 220px;
	padding: 140px 20px 0;
	position: relative;
	width: 14.28%;
}

.ebooks ul li a:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55px;
	content: "";
	display: block;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	top: 55px;
	width: 60px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	
	-webkit-transform: scale(0.9,0.9) rotate(0deg);
	transform: scale(0.9,0.9) rotate(0deg);
}

.ebooks ul li a:hover {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #0274be;
}

.ebooks ul li:last-child a {
	border-right: 1px solid #ddd;
}

.ebooks ul li.authorship a:before { background-image: url(../images/landing-pages/authorship/google-authorship.png); }
.ebooks ul li.copywriting a:before { background-image: url(../images/landing-pages/copywriting101/heading-copywriting101.png); }
.ebooks ul li.seocopy a:before { background-image: url(../images/landing-pages/seocopywriting/heading-seocopy.png); }
.ebooks ul li.emailmark a:before { background-image: url(../images/landing-pages/emailmarketing/heading.png); }
.ebooks ul li.keywords a:before { background-image: url(../images/landing-pages/keywordresearch/heading-keywordresearch.png); }
.ebooks ul li.landing a:before { background-image: url(../images/landing-pages/landingpages/heading-landing.png); }
.ebooks ul li.contentmark a:before { background-image: url(../images/landing-pages/contentmarketing/heading-contentmarketing.png); background-size: 45px; }
.ebooks ul li.internetmark a:before { background-image: url(../images/landing-pages/internetmarketing/heading-internetmark.png); background-size: 37px; }

.ebooks ul li a:hover:before {
	-webkit-transform: scale(1) rotate(10deg);
	transform: scale(1) rotate(10deg);
}


/* Ebooks Sidebar Menu */
#menu-ebooks {
	margin-bottom: 2rem;
	}
#menu-ebooks ul.checks li a {
	color:black;
	}
	
	
/* After Blog Entry CTA 
---------------------------------------*/
.after-post-cta {
    margin-top: 80px;
    margin-top: 5rem;
    text-align: center;
}

.after-post-cta h3 {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    text-align: center;
	}


.after-post-cta h3 span {
    color: #a41600;
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.3;
}

.after-post-cta .bullets p strong {
    font-size: 24px;
    font-size: 1.5rem;
}

.after-post-cta .bullets ul.checks {
    margin: 48px 0;
    margin: 3rem 0;
}

.after-post-cta .bullets ul.checks li {
    background-position: center top;
    background-size: 28px 28px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    float: left;
    line-height: 1.3;
    padding: 48px 10px 0;
    text-align: center;
    width: 33.33%;
}

/* CTA Sidebar Widgets
-----------------------------------*/

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


	.cta-sidebar h3 {
		background: #222;
		color: #fff;
		padding: 20px 40px;
		padding: 1.25rem 2.5rem;
		margin: -40px -40px 20px;
		margin: -2.5rem -2.5rem 1.25rem;
		font-weight: 300;
		line-height: 1.2;
		font-size: 1.75rem;
	}

	.cta-sidebar a.btn-primary-medium {
		font-size: 18px;
		padding: 12px 24px 10px;
		margin: 6px 0 20px;
		background-color: #0274be;
		background-image: none;
		-webkit-box-shadow: none;
		font-weight: bold;
		text-shadow: none;
		color: #fff !important;
	}
	
	.cta-sidebar p{
		font-size: 0.975rem;
	}

	.cta-sidebar p.black {
		margin-top:30px;
		color: #333;
		font-size: 20px;
	}


/* Online Marketing Advice */

.online-marketing-heading .inner {
	padding-bottom: 0;
	text-align: center;
}

.online-marketing-heading h2 {
	color: #111;
	font-size: 48px;
	font-weight: 700;
	margin-top: 100px;
}

.online-marketing-heading a {
	margin-top: 10px;
}

#content .posts-grid {
	padding: 0;
}

#content .posts-grid .entry {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 860px;
	overflow: hidden;
	padding: 80px;
}

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

#content .posts-grid .entry.post-intro-right {
	border-right: 0;
}

#content .posts-grid .post-img {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	border: none;
	display: block;
	height: 255px;
	margin: 0 0 40px;
}

.more-button {
	padding: 60px;
	padding: 3.75rem;
	text-align: center;
}

ul.checks {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}



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

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

	.site-inner,
	.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,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.home-top .widget {
		width: 50%;
	}
	
	.home-top .widget_text {
		font-size: 20px;
	}
	
	.footer-widgets-1 {
		width: 240px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 140px;
	}

}



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

	.education-pro-cornerstone .site-inner,
	.site-inner,
	.wrap {
		max-width: 740px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 100%;
	}
	
	.title-area {
		position: relative;
		margin-bottom: 6px;
	}

	.header-image .site-title a {
		background-position: center top !important;
		background-size: contain !important;
	}

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

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

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

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}
	
	.education-pro-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}
	
	html > body.education-pro-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}
	
	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}
	
	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}
	
	.home-top .wrap {
		padding: 60px;
	}
	
    .home-top .widget {
		width: 50%;
	}
	
	.home-top .widget_text {
		font-size: 20px;
	}
	
    .home-top .widget:nth-of-type(2n+1) {
		clear: both;
	}
	
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}
	
	.home-bottom .enews p {
		margin-bottom: 20px;
	}
		
	.footer-widgets-1 {
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 23.0769%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}
	
	.after-post-cta .bullets ul.checks li {
    	background: none;
    	float: none;
    	padding: 24px 0 0;
    	padding: 1.5rem 0 0;
    	width: 100%;
	}

}

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

	body {
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.education-pro-cornerstone .site-inner,
	.site-inner {
		padding-top: 20px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 40px 20px;
		margin-bottom: 20px;
	}
	
	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.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%;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		display: block;
		line-height: 1;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		color: #444;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #fff;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		color: #e7e7e7;
	}
	
	.education-pro-home .slide-excerpt {
		display: none;
	}
	
	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 40px;
	}
	
	.home-top .widget {
		width:100%
	}
	
	.home-top .widget_text {
		font-size: 18px;
	}
	
	.home-middle .widget {
		width: 100%;
	}
	
	.home-top,
	.home-bottom,
	.home-middle {
		padding: 40px 0;
	}
	
	.content .entry-header .entry-meta {
		margin-top: -20px;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}
	
	.entry-footer {
		padding: 20px;
		margin: 0 -20px -20px;
	}
	
	.pagination {
		margin-top: 20px;
	}
	
	.footer-widgets {
		padding-top: 40px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 48.7179%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
		clear: both;
	}
	
	.footer-widgets-3,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}
	
	.site-footer {
		padding: 20px 20px 40px;
	}
	
}

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

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.title-area {
		width: 100%;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin: 0 0 20px;
	}
	
	
	
	.home-bottom .enews-widget input[type="email"] {
		margin-bottom: 16px;
		text-align: center;
	}
	
	.title-area {
		max-width: 300px;
	}
	
	.after-post-cta {
    	margin-top: 40px;
	}
	
	.after-post-cta .bullets ul.checks {
    	margin-bottom: 16px;
	}

}



/* Retina display ----------- */

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {

	.cb-home #header { background-image: url(../images/logo-black@2x.png); }
	#home-intro .split .left:before { background-image: url(../images/cb-home/logo-rm@2x.png); }
	#home-intro .split .right:before { background-image: url(../images/cb-home/logo-synthesis@2x.png); }
	
}


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

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {
	
	#home-intro .split p {
		width: auto;
	}

	#home-intro .split .right:before,
	#home-intro .split .left:before {
		height: 150px;
		margin-left: -75px;
		top: -75px;
		width: 150px;
	}

	#home-intro .inner,
	.ebooks .inner {
		padding: 50px 20px;
	}

	.ebooks ul li a {
		width: 25%;
	}

	.ebooks ul li.emailmark a {
		border-right: 1px solid #ddd;
	}

	.ebooks ul li.keywords a {
		margin-left: 12.5%;
	}

	.ebooks ul li.keywords a,
	.ebooks ul li.landing a,
	.ebooks ul li.internetmark a {
		border-top: none;
	}

	#content .posts-grid .entry {
		padding: 40px;
	}
	
	.after-post-cta .bullets ul.checks li {
    background: none;
    float: none;
    padding: 24px 0 0;
    padding: 1.5rem 0 0;
    width: 100%;
	}
		
}

/* iPads (portrait) ----------- */

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

	#home-intro .split .left,
	#home-intro .split .right {
		float: none;
		padding: 40px 20px;
		width: 100%;
	}

	#home-intro .split .right {
		margin-top: 90px;
	}

	#content .posts-grid .entry {
		border-right: none;
		float: none;
		height: auto;
		width: 100%;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#home-intro h1,
	.ebooks h2,
	.online-marketing-heading h2 {
		font-size: 36px;
	}

	.online-marketing-heading h2 {
		margin-top: 50px;
	}
	
	.ebooks .inner {
		padding-top: 10px;
	}

	.ebooks ul li a {
		border: 1px solid #ddd;
		border-top: none;
		height: auto;
		margin: 0 !important;
		padding: 30px 30px 30px 100px;
		text-align: left;
		width: 100%;
	}

	.ebooks ul li.contentmark a {
		border-top: 1px solid #ddd;
	}

	.ebooks ul li a:before {
		left: 40px;
		position: absolute;
		top: 14px;
	}
	

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {
	
	.cb-home #header {
		height: 70px;
	}
	
	#home-intro .inner,
	.ebooks .inner {
		padding: 30px 10px;
	}
	
	#home-intro .split {
		margin-top: 70px;
	}
	
	#home-intro .split .right:before,
	#home-intro .split .left:before {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		-webkit-filter: grayscale(0%);
	}

	#home-intro .split h3 {
		margin-top: 40px;
	}
	
	#content .posts-grid .post-img {
		height: 200px;
	}

	#content .posts-grid .entry,
	.more-button {
		padding: 20px;
	}
	
	.after-post-cta {
    	margin-top: 40px;
	}
	
	.after-post-cta .bullets ul.checks {
    	margin-bottom: 16px;
	}
	
}

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

	#home-intro h1,
	.ebooks h2,
	.online-marketing-heading h2 {
		font-size: 30px;
	}

}