/*
	Theme Name: My Copyblogger
	Description: Custom designed theme for my.copyblogger.com
	Author: Copyblogger Media
	Author URI: http://www.copyblogger.com/
 
	Version: 1.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	-webkit-backface-visibility: hidden;
	background-color: #f9f9f9;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}

.clearfix:after,
.post-info:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------

/* 03a - Font Color ----------- */

a:hover,
body,
input,
#footer a {
	color: #333333;
}

a,
.breadcrumb a:hover,
#footer a:hover,
#cancel-comment-reply-link:hover,
.red {
	color: #a41600;
}

.sidebar,
.sidebar p,
#footer p,
.breadcrumb a,
.author-box p,
.comment-author cite,
.comment-content p,
#respond p,
#cancel-comment-reply-link,
.gray {
	color: #666;
}

.widgettitle,
.subheading,
.breadcrumb,
.comment-meta a,
.light-gray,
small,
.login-page #become-a-member .features-basic h3 span {
	color: #aaaaaa;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.widgettitle,
#cancel-comment-reply-link,
.subheading,
.mycb-notifications h5,
#mycb-categories .category h4,
.login-page #become-a-member .features-basic h3 span {
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
blockquote p,
.wp-caption-text,
.font-museo {
	font-family: 'museo-slab', sans-serif;
}

/* 03c - Font Size ----------- */

#title,
#content .section .headline h2 {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -0.05rem;
}

#comments h3,
#respond h3 {
	font-size: 40px;
	font-size: 2.5rem;
}

h2,
.entry-title a,
.author-box h3,
#comments #respond h3 {
	font-size: 38px;
	font-size: 2.375rem;
}

h3 {
	font-size: 28px;
	font-size: 1.75rem;
}

.archive-title,
.taxonomy-description h1,
h5 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
h6,
input,
textarea,
.entry-content,
.entry-content p,
.wp-caption-text {
	font-size: 18px;
	font-size: 1.125rem;
}

.sidebar,
.sidebar p,
.author-box p,
.comment-content p,
#respond p,
.author-box h1 {
	font-size: 16px;
	font-size: 1rem;
}

#header .genesis-nav-menu a,
.widgettitle,
.comment-author cite,
.subheading,
.comment-meta a,
.breadcrumb,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta a {
	font-size: 12px;
	font-size: 0.75rem;
}

/* 03d - Font Miscellaneous ----------- */

#header .genesis-nav-menu a,
.widgettitle,
.comment-author cite,
.subheading,
.post-info a,
.login-page #become-a-member .features-basic h3 span {
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a,
.sidebar a,
.breadcrumb a {
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	margin: 0 auto;
	max-width: 100%;
}

.wrap {
	margin: 0 auto;
	max-width: 1152px;
}

#inner {
	clear: both;
	margin: 0 auto;
	max-width: 1152px;
	overflow: hidden;
	padding-top: 48px;
	padding-top: 3rem;
}

/* 04b - 1152px CSS Grid ----------- */

#title-area {
	width: 15.277777777%; /* 176px / 1152px */
}

.sidebar {
	width: 25.555555555%; /* 352px / 1152px */
}

.content-sidebar #content,
.sidebar-content #content {
	width: 70.277777777%; /* 752px / 1152px */
}

#header .widget-area {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

.home #content-sidebar-wrap,
.ts-dashboard #content-sidebar-wrap,
.certification-dashboard #content-sidebar-wrap  {
	display: none;
}

/* 04c - Header ----------- */

#header {
	background: #222;
	min-height: 72px;
	overflow: hidden;
}

.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
}

.header-image #description { display: none; }

.header-image #title a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 25px;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 156px;
}

/* Top navigation */

#top-nav {
	background: #fff;
	height: 46px;
	overflow: hidden;
}

#top-nav .social-icons {
	background: #f1f1f1;
	float: right;
	height: 46px;
	margin-left: 40px;
	margin-left: 2.5rem;
	padding: 0 8px 0 0;
	padding: 0 0.5rem 0 0;
	position: relative;
}

#top-nav .social-icons:before {
	border-top: 23px solid transparent;
	border-bottom: 23px solid #f1f1f1; 
	border-left: 23px solid transparent;
	border-right: 23px solid #f1f1f1; 
	content: "";
	display: block;
	left: -44px;
	position: absolute;
}

#top-nav .social-icons a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	color: #777;
	display: block;
	float: left;
	margin: 9px 5px;
	margin: 0.563rem 0.313rem;
	padding: 5px 0;
	padding: 0.313rem 0;
}

#top-nav .social-icons a:hover {
	color: #a41600;
}

#top-nav .social-icons a.search {
	background-color: #e4e4e4;
	border: 10px solid #e4e4e4;
	margin: 0;
	position: relative;
	z-index: 999;
}

#top-nav .social-icons a.search:hover {
	background-color: #fff;
	border: 10px solid #fff;
}

#top-nav .search-form {
	float: left;
}

#top-nav .search-input {
	background-color: #fff;
	border-radius: 0;
	border: none;
	box-shadow: none;
	color: #777777;
	font-size: 13px;
	font-size: 0.813rem;
	margin-left: 16px;
	margin-left: 1rem;
	padding: 15px 0px;
	padding: 1rem 0px;
	position: relative;
	width: 0px;
}

/* Red bar */

#red-bar {
	background-color: #a41600;
}

#red-bar .wrap {
	background-image: url(images/redbar.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 498px 138px;
	padding: 14px 0 20px;
}

#red-bar h2 {
	color: #fff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 300;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

#red-bar,
#red-bar p {
	color: #fff;
	line-height: 1.4;
}

#red-bar .btn-gold-big {
	float: right;
	margin-right: 24px;
	margin-top: 12px;
}

#red-bar.small .wrap {
	background: none;
	padding: 24px 0;
}

#red-bar.small .authority-right,
#red-bar.small .basic-right {
	background-image: url(images/redbar-small.png);
	background-position: left;
	background-size: 720px 73px;
	display: block;
	float: right;
	height: 71px;
	line-height: 74px;
	padding: 0 24px 0 140px;
	margin: -24px 0;
	position: relative;
}

#red-bar.small .authority-right p,
#red-bar.small .basic-right p {
	line-height: 71px;
}

#red-bar.small .authority-right:before {
	background-image: url(images/icon-authority-medium.png);
	background-size: 100% 100%;
	content: "";
	height: 32px;
	left: 85px;
	top: 18px;
	position: absolute;
	width: 30px;
}

#red-bar.small .basic-right {
	padding: 0 24px 0 90px;
}

#red-bar.small .basic-right p {
	font-family: 'museo-slab', sans-serif;
	font-size: 18px;
	margin-right: 200px;
}

#red-bar.small .basic-right:before {
	background-image: url(images/authority-logo-small.png);
	background-size: 100% 100%;
	content: "";
	height: 30px;
	right: 225px;
	top: 23px;
	position: absolute;
	width: 152px;
}

#red-bar.small .basic-right .btn-gold-medium {
	line-height: 1;
}

#red-bar.small img {
	float: left;
	margin-top: -12px;
	margin-top: -0.75rem;
}

#red-bar.small img {
	height: 42px;
	width: 42px;
}

#red-bar.small h2 {
	display: inline;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 16px 0 24px;
	margin: 0 1rem 0 1.5rem;
}

#red-bar.small p {
	display: inline;
	font-size: 14px;
	font-size: 0.875rem;
}

#red-bar.small a.gold {
	color: #fdb01c;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

#red-bar.small a.gold:hover {
	color: #fff;
}

#red-bar.small a.gold.icon-user:before {
	color: #fff;
	margin-right: 5px;
	text-decoration: none;
}

#red-bar.small a.gold span {
	border-radius: 50%;
	background: #fff;
	color: #333;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	height: 17px;
	margin-right: 5px;
	text-decoration: none;
	text-align: center;
	width: 17px;
}


/* 04d - Main Content ----------- */

#content {
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#content .entry {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 56px;
	padding-bottom: 3.5rem;
	margin-bottom: -40px;
	margin-bottom: -2.5rem;
}

.page #content .page {
	border-bottom: none;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	padding: 0;
}

#content > .entry:last-child,
#content .section > .entry:last-child {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single #content .entry {
	border-bottom: none;
	padding: 0;
}

.entry,
.hentry,
.page .post.entry,
.single #content .entry,
.archive-title,
#respond,
.search-no-results #content p {
	margin: 80px;
	margin: 5rem;
}

.entry-content,
.entry-content p {
	line-height: 1.5;
}

.entry-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

/*.single .entry-content p:first-child {
	font-size: 24px;
}*/

.entry-content a {
	border-bottom: 1px dotted #a41600;
	text-decoration: none;
}

.entry-content a:hover {
	border-bottom: 1px dotted #333;
}

#content .coming-soon {
	border: none;
	margin-bottom: 40px;
}

blockquote {
	padding: 24px 0;
	padding: 1.5rem 0;
	position: relative;
}

blockquote,
blockquote p,
h5,
.wp-caption-text {
	color: #777;
	font-weight: 300;
}

.entry-content blockquote,
.entry-content blockquote p {
	font-size: 22px;
	font-size: 1.375rem;
}

blockquote:before {
	content: "“";
	color: #ccc;
	font-family: Georgia, serif;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 300;
	left: -55px;
	position: absolute;
	top: 0px;
}

.archive-title {
	padding-bottom: 32px;
	padding-bottom: 2rem;
	border-bottom: 1px solid #d6d6d6;
}

.taxonomy-description .archive-title {
	border-bottom: 1px solid #656565;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	margin: 0 0 32px;
	margin: 0 0 2rem;
}

.error404 .post,
.message-page #content .entry {
	background-position: left center;
	background-repeat: no-repeat;
	border: none !important;
	padding: 40px 0 40px 30%;
	padding: 2.5rem 0 2.5rem 30%;
}

.error404 .post {
	background-image: url(images/icon-404.png);
	background-size: 256px 256px;
}

.confirmed-page .entry {
	background-image: url(images/icon-confirmed.png);
	background-size: 218px 290px;
}

.video-wrapper {
	height: 0;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 24px;
	padding-top: 1.5rem;
	position: relative;
}

.video-wrapper iframe {
	border: 5px solid #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	color: #aaa;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.post-info .author {
	font-size: 12px;
}

.post-info a {
	color: #777;
	font-style: normal;
	letter-spacing: 0.15rem;
	padding-right: 8px;
	padding-right: 0.5rem;
}

.post-info a:hover {
	color: #a41600;
}

.post-info a.icon-authority-small {
	background-image: url(images/icon-authority-medium.png);
	background-size: 100% 100%;
	display: inline-block;
	height: 22px;
	margin-bottom: -5px;
	margin-right: 8px;
	padding: 0;
	width: 20px;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright,
img.right {
	float: right;
}

.archive-page {
	width: 50%;
}

.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

.author-box,
.taxonomy-description {
	background-color: #222;
	color: #fff;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 40px 80px;
	padding: 2.5rem 5rem;
}

.author-box p,
.taxonomy-description p {
	color: #aaa;
}

.author-box a:hover,
.taxonomy-description a:hover {
	color: #fff;
}

.breadcrumb {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: -16px;
	margin-top: -1rem;
}

/* Author box */

.single .author-box {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding: 40px 80px 20px;
	padding: 2.5rem 5rem 1.25rem;
	margin: 40px -80px 40px;
	margin: 2.5rem -5rem 2.5rem;
	position: relative;
}

.single .author-box .subheading {
	display: block;
	margin: 0 0 8px 150px;
	margin: 0 0 0.5rem 9.375rem;
	padding: 0;
}

.single .author-box h3 {
	font-weight: 300;
	letter-spacing: 0;
	margin-left: 150px;
	margin-left: 9.375rem;
	margin-top: 0;
	text-transform: none;
}

.single .author-box p {
	margin-left: 150px;
	margin-left: 9.375rem;
}

.single .author-box br {
	display: none;
}

.single .alert {
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #666;
	padding: 40px 80px;
	padding: 2.5rem 5rem;
	margin: 80px -80px;
	margin: 5rem -5rem;
}

/* Success message */
.premise-message,
.success {
	background: #eee;
	color: #666;
	display: block;
	text-align: center;
	padding: 20px 40px;
}

.premise-message h4,
.success h4 {
	color: #a41600;
	font-size: 26px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: normal;
}

.premise-message h3,
.success h3 {
	color: #222;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */

#mobile-nav,
.cb-mobile-nav {
	display: none;
}

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
	width: auto;
}

#header .genesis-nav-menu {
	float: right;
}

#top-nav #nav {
	float: right;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	position: relative;
}

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

#top-nav .genesis-nav-menu a {
	color: #777;
	font-size: 13px;
	font-size: 0.813rem;
	font-weight: 500;
	padding: 16px;
	padding: 1rem;
	text-decoration: none;
}

/*#top-nav .member-button {
	margin-left: 5px;
}*/

#top-nav .member-button a {
	color: #a41600;
	font-weight: bold;
}

#top-nav .member-button i {
	margin-right: 5px;
}

#header .genesis-nav-menu a:hover,
#header .genesis-nav-menu li:hover a,
#header .genesis-nav-menu li.current-menu-item a,
.bbpress #header .genesis-nav-menu li#menu-item-24 a {
	background-color: #fff;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	color: #666;
	z-index: 199;
}

/*#header .genesis-nav-menu a.sf-with-ul:hover {
	background: #fff;
	z-index: 199;
}*/

#top-nav .genesis-nav-menu a:hover {
	color: #a41600;
}

#top-nav .member-button a:hover {
	color: #333;
}

#header .genesis-nav-menu .login-icon a,
#header .genesis-nav-menu .logout-icon a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	color: #fff;
}

#header .genesis-nav-menu .login-icon a:before,
#header .genesis-nav-menu .logout-icon a:before {
	font-family: 'icon-font';
	margin-right: 20px;
	margin-right: 1.25rem;
}

#header .genesis-nav-menu .login-icon a:before { content: '\1f464'; }
#header .genesis-nav-menu .logout-icon a:before { content: '\1f512'; }

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

#header .genesis-nav-menu li li a,
#header .genesis-nav-menu li li a:link,
#header .genesis-nav-menu li li a:visited {
	border: none;
	border-bottom: 1px solid #e4e4e4;
	color: #666;
	font-size: 15px;
	font-size: 0.938rem;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 30px;
	margin: 0 1.875rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	position: relative;
	text-transform: none;
	width: 200px;
}

#header .genesis-nav-menu li li a:hover {
	color: #a41600;
}

.genesis-nav-menu li ul {
	background: #fff;
	border: 1px solid #e4e4e4;
	left: -9999px;
	margin-top: -1px;
	padding: 12px 0 32px;
	padding: 0.75rem 0 2rem;
	position: absolute;
	width: 260px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

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

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


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

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.02rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	text-decoration: none;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-weight: 300;
	margin-top: 32px;
	margin-top: 2rem;
}

h1 {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	line-height: 1.5;
}

h5 {
	line-height: 1.5;
}

h6 {
	font-style: italic;
	line-height: 1.5;
}

.widgettitle {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.5;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

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

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

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


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation {
	margin: 80px;
	margin: 5rem;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #777;
	cursor: pointer;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	border-radius: 3px;
	background-color: #a41600;
	color: #fff;
}


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

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

#comments {
	border-top: 1px solid #d6d6d6;
	padding: 80px 80px 0;
	padding: 5rem 5rem 0;
	width: auto;
}

#respond {
	margin-top: 0;
}

#comments #respond {
	background: #f8f8f8;
	padding: 48px;
	padding: 3rem;
	margin: 0;
}

/*.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}*/

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	border-bottom: 1px solid #d6d6d6;
	list-style-type: none;
	padding: 32px 0;
	padding: 2rem 0;
	width: 100%;
}

.children:before {
	background-color: #fff;
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px 4px;
	content: "";
	display: block;
	height: 4px;
	left: 18px;
	position: absolute;
	top: -2px;
	width: 24px;
}

.children {
	border-top: 1px solid #d6d6d6;
	margin-left: 56px;
	margin-left: 3.5rem;
	margin-bottom: -32px;
	margin-bottom: -2rem;
	margin-top: 32px;
	margin-top: 2rem;
	position: relative;
}

.children li:last-child {
	border-bottom: none !important;
}

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

.comment-header {
	overflow: hidden;
}

.comment {
	border-right: none;
}

.comment-reply-link,
.comment-content p {
	margin-left: 56px;
	margin-left: 3.5rem;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}

.comment-author {
	padding-top: 6px;
	padding-top: 0.375rem;
}

.comment-author cite {
	font-style: normal;
}

.comment-author .says {
	display: none;
}

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

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

#cancel-comment-reply-link {
	float: right;
	font-weight: normal;
	margin-top: 8px;
	margin-top: 0.5rem;
}

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

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar,
.sidebar p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.3;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget,
.dashboard .widget {
	background: #eee;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	padding: 40px 40px 24px;
	padding: 2.5rem 2.5rem 1.5rem;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 0;
	word-wrap: break-word;
}

.sidebar ul {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.sidebar ul li a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	
	border-bottom: 1px solid #d6d6d6;
	color: #666;
	display: block;
	font-weight: bold;
	padding: 16px 0;
	padding: 1rem 0;
	position: relative;
	text-decoration: none;
}

.sidebar #menu-ts-modules a,
.sidebar #menu-authority-intensive a,
.sidebar .widget_mycb-menu-widget ul li a,
.sidebar .mycb-contextual-links ul li a {
	border: none;
	font-weight: 700;
	margin-bottom: 1px;
	margin-left: -16px;
	margin-right: -41px;
	padding: 10px 41px 9px 16px;
}

.content-sidebar #menu-ts-modules a,
.content-sidebar #menu-authority-intensive a,
.content-sidebar .widget_mycb-menu-widget .sidebar ul li a,
.content-sidebar  .mycb-contextual-links ul li a {
	margin-left: -41px;
	margin-right: -16px;
	padding: 10px 16px 8px 41px;
}

.sidebar ul li a:hover {
	color: #a41600;
}

.sidebar .widget_mycb-menu-widget ul li a:hover,
.sidebar .mycb-contextual-links ul li a:hover {
	color: #a41600;
}

.sidebar #menu-ts-modules .current-lesson-ancestor a,
.sidebar #menu-ts-modules .current-menu-item a,
.sidebar #menu-authority-intensive .current-menu-item a,
.sidebar .widget_mycb-menu-widget ul li.current-menu-item a,
.sidebar .mycb-contextual-links ul li.current-menu-item a {
	background: #fff;
	color: #a41600;
}

.sidebar #menu-ts-modules .current-lesson-ancestor a:before,
.sidebar #menu-ts-modules .current-menu-item a:before,
.sidebar #menu-authority-intensive .current-menu-item a:before,
.sidebar .widget_mycb-menu-widget ul li.current-menu-item a:before,
.sidebar .mycb-contextual-links ul li.current-menu-item a:before {
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 19px solid #e9e9e9;
	border-right: 19px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -37px;
	top: -1px;
	width: 0;
}

.content-sidebar .sidebar #menu-ts-modules .current-lesson-ancestor a:before,
.content-sidebar .sidebar #menu-ts-modules .current-menu-item a:before,
.content-sidebar .sidebar #menu-authority-intensive .current-menu-item a:before,
.content-sidebar .sidebar .widget_mycb-menu-widget ul li.current-menu-item a:before,
.content-sidebar .sidebar .mycb-contextual-links ul li.current-menu-item a:before {
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 19px solid transparent;
	border-right: 19px solid #e9e9e9;
	
	right: auto;
	left: -37px;
}

.sidebar #menu-ts-modules .current-lesson-ancestor a:after,
.sidebar #menu-ts-modules .current-menu-item a:after,
.sidebar #menu-authority-intensive .current-menu-item a:after,
.sidebar .widget_mycb-menu-widget ul li.current-menu-item a:after,
.sidebar .mycb-contextual-links ul li.current-menu-item a:after {
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #fff;
	border-right: 18px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -35px;
	top: 0px;
	width: 0;
}

.content-sidebar .sidebar #menu-ts-modules .current-lesson-ancestor a:after,
.content-sidebar .sidebar #menu-ts-modules .current-menu-item a:after,
.content-sidebar .sidebar #menu-authority-intensive .current-menu-item a:after,
.content-sidebar .sidebar .widget_mycb-menu-widget ul li.current-menu-item a:after,
.content-sidebar .sidebar .mycb-contextual-links ul li.current-menu-item a:after {
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid transparent;
	border-right: 18px solid #fff;
	
	right: auto;
	left: -35px;
}

.sidebar .widget_search {
	padding: 0;
}

.sidebar .widget_search .search-section {
	margin-bottom: 4px;
	padding: 0;
}

.sidebar .widget_search .search-input {
	background-color: #fff;
	background-image: url(images/icon-search.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px 13px;
	color: #777777;
	font-size: 13px;
	font-size: 0.813rem;
}

.sidebar .featuredpost .post {
	padding: 0;
	margin: 0;
}

.sidebar .featuredpost .post h2 {
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.sidebar .cb-freeupdates {
	background: #222;
	color: #fff;
	margin-bottom: 16px;
	text-align: center;
}

.sidebar .cb-freeupdates input {
	text-align: center;
	margin: 0;
	width: 100%;
}

.sidebar .cb-freeupdates input[type=submit] {
	margin-bottom: 8px;
}

.sidebar .cb-freeupdates h4 {
	font-size: 28px;
	letter-spacing: 0;
	text-transform: none;
}

.sidebar .cb-freeupdates .message {
	background-color: #951400;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyMTMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzMTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #921300 0%, #a31500 100%);
	background-image: -o-linear-gradient(bottom, #921300 0%, #a31500 100%);
	background-image: -webkit-linear-gradient(bottom, #921300 0%, #a31500 100%);
	background-image: linear-gradient(bottom, #921300 0%, #a31500 100%);
	color: #fff;
	font-size: 18px;
	margin: -40px -40px 40px;
	padding: 25px 40px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(151,71,0,.35);
}

.sidebar .cb-freeupdates .message:before {
	border-bottom: 15px solid transparent;
	border-top: 15px solid #921300; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent; 
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -30px;
}

.sidebar .cb-freeupdates .message strong {
	font-size: 22px;
}

.sidebar .cb-freeupdates a {
	border: none;
	color: #aaa;
}

.sidebar .cb-freeupdates a:hover {
	color: #fff;
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	margin-top: 48px;
	margin-top: 3rem;
}

#footer .wrap {
	background-image: url(images/logo-black.png);
	background-position: 0 55px;
	background-repeat: no-repeat;
	background-size: 156px 25px;
	border-top: 1px solid #ddd;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
	text-align: right;
}

#footer .wrap p {
	color: #777;
	line-height: 1.5;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

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

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

/* 12b - Ninja Forms ----------- */

#content .ninja-forms-cont {
	background: #f1f1f1;
	padding: 40px 40px 30px;
	margin: 20px 0 40px;
}

#content .ninja-forms-form-wrap .field-wrap label {
	display: block;
	float: none;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

#content .ninja-forms-form-wrap .field-wrap input[type=text],
#content .ninja-forms-form-wrap .field-wrap input[type=button],
#content .ninja-forms-form-wrap .field-wrap input[type=submit]{
	margin: 0;
}

#content .ninja-forms-form-wrap .field-wrap select {
	height: 45px;
	font-size: 16px;
	margin-left: 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

video {
	border: 1px solid #eee;
	padding: 2px;
}

.embed-container {
	position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

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

img {
	height: auto;
}

.avatar {
	border-radius: 50%;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

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

.author-box .avatar {
	float: left;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	margin-right: 32px;
	margin-right: 2rem;
}

.comment-list li .avatar {
	float: left;
	margin: -6px 16px 24px 0;
	margin: -0.375rem 1rem 1.5rem 0;
}

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

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.wp-caption.alignleft,
.wp-caption.left {
	display: inline;
	margin: 32px 40px 32px 0;
	margin: 2rem 2.5rem 2rem 0;
}

.post-image,
img.alignright,
.wp-caption.alignright,
.wp-caption.right,
img.right {
	display: inline;
	margin: 32px 0 32px 40px;
	margin: 2rem 0 2rem 2.5rem;
	text-align: right;
}

img.right {
	margin-top: 0;
}

p.wp-caption-text {
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1rem;
}

.gallery-caption {
}

.entry-content .alignleft {
	margin-left: -40px;
	margin-left: -2.5rem;
}

.entry-content .alignright {
	margin-right: -40px;
	margin-right: -2.5rem;
}

.post-image {
	display: inline-block;
	float: right;
	margin-top: 32px;
	margin-top: 2rem;
	margin-right: 0;
}

.ebook-cover {
	border: 1px solid #d6d6d6;
	margin-left: 0px !important;
	margin-top: 8px !important;
	padding: 3px;
	width: 150px;
}


/*
Copyblogger.com
---------------------------------------------------------------------------------------------------- */

#content .after-post-cta {
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}


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

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

#content .after-post-cta h3 span em {
	font-family: Georgia, serif;
	font-weight: normal;
}

#content .after-post-cta .video {
	margin: 0 auto;
	width: 80%;
}

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

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

#content .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: 30%;
}

#content .signup {
	background: #222;
	color: #fff;
	padding: 40px 40px 20px;
	text-align: center;
}

#content .signup .special {
	font-size: 22px;
	margin-bottom: 32px;
}

#content .signup a {
	border: none;
	color: #fdb01c;
	text-decoration: underline;
}

#content .signup a:hover {
	color: #fff;
}

#content .signup form {
	margin-bottom: 16px;
}

#content .signup .text_input {
	padding: 12px 16px;
	margin: 0 12px 0 16px;
	width: 200px;
}

#content .signup .form_submit {
	margin-bottom: 16px;
}

#content div.sharedaddy {
	display: inline-block;
}

#content div.sharedaddy div.sd-block {
	border-top: 0px !important;
}

#content div.sharedaddy .sd-content {
	width: 100%;
}

#content div.printfriendly {
	margin-top: 7px;
}

#content .jpack-share-top {
	margin: -20px 0 32px 0;
}

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

#content ul.checks li {
	background-image: url(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;
}

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

#content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1 !important;
	padding: 6px 12px;
}

#content li a.sd-button {
	border: none !important;
}

#content li a.sd-button > span {
	padding: 8px 18px 7px;
	background-color: #eee !important;
	border: none !important;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

#content li a.sd-button:hover > span {
	background: #a41600 !important;
	color: #fff !important;
}

#content .sd-button span.share-count {
	color: #a41600 !important;
	font-size: 100% !important;
}

#content li a.sd-button:hover span.share-count {
	color: #fff !important;
}


/*
My.Copyblogger UI
---------------------------------------------------------------------------------------------------- */


/* Boxes */

.white-box {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.white-box .inner {
	margin: 80px;
	margin: 5rem;
}

.big-box,
.gray-box {
	border-radius: 3px;
    
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    
	border: 1px solid #ddd;
	padding: 32px 32px 16px;
	padding: 2rem 2rem 1rem;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.gray-box {
    background: #f5f5f5;
}

.gray-box p {
    color: #666;
    font-size: 16px;
    font-size: 1rem;
}

.big-box .heading-black {
	background: #222;
	border-bottom: 1px solid #ddd;
	color: #fff;
	display: block;
	font-weight: 300;
	margin: -32px -32px 32px;
	margin: -2rem -2rem 2rem;
	padding: 16px 32px;
	padding: 1rem 2rem;
}

.big-box .heading-white,
.gray-box .heading {
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: block;
	margin: -32px -32px 32px;
	margin: -2rem -2rem 2rem;
	padding: 24px 32px;
	padding: 1.5rem 2rem;
	position: relative;
}

.gray-box .icon {
	border-top: 25px solid #222;
	border-bottom: 25px solid transparent;
	border-left: 25px solid transparent;
	border-right: 25px solid #222;
	height: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
}

.gray-box .icon span {
	color: #fff;
	font-size: 11px;
	position: absolute;
	right: -16px;
	top: -14px;
}

.gray-box .download .heading {
	background: #ddd;
	border-top: 1px solid #d2d2d2;
	font-weight: bold;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 16px 32px;
	padding: 1rem 2rem;
}

.gray-box .download ul {
	background: #fff;
	margin: -32px -32px -16px;
	margin: -2rem -2rem -1rem;
	list-style: none;
}

.gray-box .download li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 16px 160px 16px 16px;
	padding: 1rem 10rem 1rem 1rem;
	position: relative;
}

.gray-box .download li:hover {
	background: #f5f5f5;
	color: #a41600;
}

.gray-box .download li a.btn-primary-small {
	position: absolute;
	right: 10px;
	top: 10px;
}

.gray-box img.alignleft {
	border: 3px solid #fff;
	margin: 0px 32px 16px 0px;
	width: 150px;
}


/* Buttons */

.btn-small,
.comment-reply-link,
#cancel-comment-reply-link {
	border-radius: 3px;

	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	
	background: #eee;
	border: none;
	color: #666;
	display: inline-block;
	font-size: 13px;
	font-size: 0.813rem;
	padding: 6px 14px;
	padding: 0.375rem 0.875rem;
	text-decoration: none;
}

.btn-small:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	background: #ddd;
	color: #333;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.btn-primary-big,
.btn-primary-medium,
.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;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	border: none;
	margin: 6px;
	width: auto;
}

.btn-primary-small,
.btn-secondary-small,
.btn-gold-small {
	box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -2px 0 rgba(0,0,0,.2);
	
	font-family:  'Helvetica Neue', Helvetica, Arial, sans-serif;
}

button,
input[type="button"],
input[type="submit"],
.btn-primary-big,
.btn-primary-medium,
.btn-primary-small,
#content .premise-checkout-wrap .input-submit {
	background-color: #951400;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyMTMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzMTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #921300 0%, #a31500 100%);
	background-image: -o-linear-gradient(bottom, #921300 0%, #a31500 100%);
	background-image: -webkit-linear-gradient(bottom, #921300 0%, #a31500 100%);
	background-image: linear-gradient(bottom, #921300 0%, #a31500 100%);
}

.btn,
.btn-secondary-big,
.btn-secondary-medium,
.btn-secondary-small {
	background-color: #575757;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #555 0%, #656565 100%);
	background-image: -o-linear-gradient(bottom, #555 0%, #656565 100%);
	background-image: -webkit-linear-gradient(bottom, #555 0%, #656565 100%);
	background-image: linear-gradient(bottom, #555 0%, #656565 100%);
}

.btn-gold-big,
.btn-gold-medium,
.btn-gold-small,
#wp-submit,
#register-box .premise-checkout-wrap .input-submit,
.sidebar .cb-freeupdates input[type=submit],
#content .signup .form_submit {
	box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 0 rgba(0,0,0,.1);
	background-color: #f69914;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1OTkxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkYjExYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #f59914 0%, #fdb11b 100%);
	background-image: -o-linear-gradient(bottom, #f59914 0%, #fdb11b 100%);
	background-image: -webkit-linear-gradient(bottom, #f59914 0%, #fdb11b 100%);
	background-image: linear-gradient(bottom, #f59914 0%, #fdb11b 100%);
	text-shadow: 1px 1px 1px rgba(151,71,0,.35);
}

.btn-gold-small {
	box-shadow: 0 1px 5px rgba(0,0,0,.3), inset 0 -2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3), inset 0 -2px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3), inset 0 -2px 0 rgba(0,0,0,.1);
}

.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"],
.btn,
.btn-primary-medium,
.btn-secondary-medium,
.btn-gold-medium,
#content .premise-checkout-wrap .input-submit {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
}

.btn-primary-small,
.btn-secondary-small,
.btn-gold-small {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn-primary-big:hover,
.btn-primary-medium:hover,
.btn-primary-small:hover,
#content .premise-checkout-wrap .input-submit:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.2);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkyMTMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #a31500 0%, #921300 100%);
	background-image: -o-linear-gradient(bottom, #a31500 0%, #921300 100%);
	background-image: -webkit-linear-gradient(bottom, #a31500 0%, #921300 100%);
	background-image: linear-gradient(bottom, #a31500 0%, #921300 100%);
	color: #fff;
}


.btn:hover,
.btn-secondary-big:hover,
.btn-secondary-medium:hover,
.btn-secondary-small:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.2);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #656565 0%, #555 100%);
	background-image: -o-linear-gradient(bottom, #656565 0%, #555 100%);
	background-image: -webkit-linear-gradient(bottom, #656565 0%, #555 100%);
	background-image: linear-gradient(bottom, #656565 0%, #555 100%);
	color: #fff;
}

.btn-gold-big:hover,
.btn-gold-medium:hover,
.btn-gold-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: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2), inset 0 2px 0 rgba(0,0,0,.1);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYjExYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1OTkxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #fdb11b 0%, #f59914 100%);
	background-image: -o-linear-gradient(bottom, #fdb11b 0%, #f59914 100%);
	background-image: -webkit-linear-gradient(bottom, #fdb11b 0%, #f59914 100%);
	background-image: linear-gradient(bottom, #fdb11b 0%, #f59914 100%);
	color: #fff;
}

.btn-primary-small .icon-down-circled {
	font-size: 15px;
	font-size: 0.938rem;
	margin-left: -5px;
	margin-left: -0.313rem;
	margin-right: 5px;
	margin-right: 0.313rem;
}

.btn-gold-big.icon-check:before,
#register-box .input-submit.icon-check:before {
	margin-right: 18px;
}

/* Mark as read/favorite buttons */

.premise-post-marker {
	float: left;
	margin-right: 12px;
	margin-top: -2px;
}

.premise-post-marker a {
	background: #f5f5f5;
	border: 1px solid #ddd !important;
	border-radius: 2px;
	color: #777 !important;
	display: inline-block;
	font-size: 13px;
	padding: 5px 6px;
	text-align: center;
}

.premise-post-marker a:before {
	display: inline;
	line-height: 1;
	margin: 0;
	width: auto;
}

.premise-post-marker a.icon-star:hover {
	color: #fdb01c !important;
}

.premise-post-marker a.icon-check:hover {
	color: #a41600 !important;
}

.premise-post-marker a.icon-check.checked {
	background: #a41600;
	border: 1px solid #a41600 !important;
	color: #fff !important;
}

.premise-post-marker a.icon-star.checked {
	background: #fdb01c;
	border: 1px solid #fdb01c !important;
	color: #fff !important;
}


/* End of preview box */

#mycb-article-end  {
	text-align: center;
	margin: 0 -80px -80px -80px;
	margin: 0 -5rem -5rem -5rem;
	padding: 80px;
	padding: 5rem;
}

#mycb-article-end h3 {
	color: #a41600;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#mycb-article-end h4 {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.3;
	text-transform: none;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 16px;
	margin-top: 1rem;
}

#mycb-article-end .left {
	float: left;
	width: 43%;
}

#mycb-article-end .middle {
	color: #aaaaaa;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 14%;
}

#mycb-article-end .middle:before {
	background: #fff;
	content: "or";
	left: 40px;
	top: 80px;
	padding: 16px 0;
	position: absolute;
	z-index: 999;
}

#mycb-article-end .middle:after {
	background: #ddd;
	content: "";
	height: 200px;
	left: 50px;
	top: 0px;
	position: absolute;
	width: 1px;
}

#mycb-article-end .right {
	float: right;
	width: 43%;
}

#mycb-article-end .authority-line,
#mycb-article-end .basic-line {
	border-bottom: 1px solid #ddd;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	text-align: center;
	position: relative;
}

#mycb-article-end .authority-line:before {
	background-color: #fff;
	background-image: url(images/icon-authority-big.png);
	background-size: 100% 100%;
	border-left: 25px solid #fff;
	border-right: 25px solid #fff;
	content: "";
	height: 83px;
	left: 50%;
	margin-left: -63px;
	position: absolute;
	top: -40px;
	width: 77px;
}

#mycb-article-end .basic-line:before {
	background-color: #fff;
	background-image: url(images/icon-lock.png);
	background-size: 100% 100%;
	border-left: 25px solid #fff;
	border-right: 25px solid #fff;
	content: "";
	height: 58px;
	left: 50%;
	margin-left: -43px;
	position: absolute;
	top: -29px;
	width: 36px;
}


#mycb-article-end #login-box {
	background-color: #eee;
	background-image: none;
	color: #333;
	float: none;
	margin: 40px auto 0;
	margin: 4rem auto 0;
	width: 400px;
}

#mycb-article-end #login-box .login-submit {
	margin-bottom: 0;
}

#mycb-article-end #login-box form {
	margin-top: 0;
}



/* Content sections */

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

#content > .section:last-child {
	border-bottom: none;
}

#content .section .headline {
	border-bottom: 1px solid #ddd;
	margin: 40px;
	margin: 2.5rem;
}

#content .section .headline .right {
	float: right;
	margin-top: 12px;
	margin-top: 0.75rem;
}


/* Misc */

.intro {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

#content .haiku-container a {
	border: none !important;
}

#content .haiku-container {
	background: #222;
	height: auto;
	padding: 10px 16px;
	padding: 0.625rem 1rem;
}

#content div.haiku-seek-bar {
    background: -moz-linear-gradient(top,  #222 0%, #222 39%, #ffffff 40%, #ffffff 60%, #222 61%, #222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(39%,#222), color-stop(40%,#ffffff), color-stop(60%,#ffffff), color-stop(61%,#222), color-stop(100%,#222));
    background: -o-linear-gradient(top,  #222 0%,#222 39%,#ffffff 40%,#ffffff 60%,#222 61%,#222 100%);
    background: -ms-linear-gradient(top,  #222 0%,#222 39%,#ffffff 40%,#ffffff 60%,#222 61%,#222 100%);
    background: linear-gradient(top,  #222 0%,#222 39%,#ffffff 40%,#ffffff 60%,#222 61%,#222 100%);
}

/* Dashboard */

#welcome-message .inner {
	background-image: url(images/icon-welcome.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 210px 290px;
	padding-left: 30%;
	position: relative;
}

#welcome-message .close-button {
	background: #a41600;
	color: #fff;
	display: block;
	padding: 8px 5px;
	padding: 0.5rem 0.313rem;
	position: absolute;
	right: -80px;
	top: -79px;
}

#welcome-message .close-button:hover {
	background: #222;
}

#welcome-message .close-button:hover span {
	opacity: 1;
}

#welcome-message .close-button span {
	color: #aaa;
	display: block;
	font-size: 13px;
	opacity: 0;
	position: absolute;
	right: 42px;
	text-align: right;
	top: 11px;
	width: 250px;
}

.search-section {
	background: #eee;
	padding: 40px;
	padding: 2.5rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.search-section input {
	color: #666;
	background-image: url(images/icon-search.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px 13px;
}

#content .posts-grid {
	padding: 0px 40px 40px;
	padding: 0px 2.5rem 2.5rem;
}

#content .posts-grid .post-image {
	display: none;
}

#content .posts-grid .entry {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	float: left;
	margin: 0;
	min-height: 170px;
	padding: 40px;
	padding: 2.5rem;
	width: 50%;
}

#content .posts-grid .genesis-grid-odd {
	clear: both;
}

#content .posts-grid .genesis-grid-even {
	float: right;
}

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

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

#mycb-categories .entry-content {
	margin: 40px;
	margin: 2.5rem;
}

#mycb-categories .category {
	background: #eee;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	min-height: 210px;
	padding: 40px;
	padding: 2.5rem 2.5rem 0;
	width: 33%;
}

#mycb-categories .category h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}

#mycb-categories .category p {
	color: #666;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.3;
}

#mycb-categories .category:hover {
	background: #222;
	color: #fff;
}

#mycb-categories .category:hover h4 {
	color: #fff;
}

#purchased-seminars .entry {
	margin-bottom: 0;
	margin-top: 32px;
	margin-top: 2rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

#purchased-seminars .entry h2 a {
	font-size: 26px;
	font-size: 1.625rem;
}

#purchased-seminars .entry img {
	float: left;	
	margin: 0 32px 0 0;
	margin: 0 2rem 0 0;
	width: 100px;
}

.now-do-this {
	margin-top: 32px;
	margin-top: 2rem;
}

.now-do-this br {
	display: none;
}

.now-do-this h3 {
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: block;
	margin: -32px -32px 32px;
	margin: -2rem -2rem 2rem;
	padding: 24px 32px;
	padding: 1.5rem 2rem;
	position: relative;
}

/* New Dashboard */
.dashboard .white-box {
	padding: 40px;
	margin-bottom: 0;
}

.dashboard .row {
	clear: both;
	float: none;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.dashboard .row:last-child {
	margin-bottom: 0;
}

.dashboard .headline {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.dashboard .headline .right-button {
	float: right;
}

.dashboard #login-box {
	background-image: none;
	width: 100%;
}

.dashboard #login-box .login-password,
.dashboard #login-box .login-username {
	margin: 8px auto;
	width: 60%;
}

.dashboard .mycb-types .boxes {
	margin: 0 -10px;
}

.dashboard .mycb-types .boxes ul,
.dashboard .mycb-types .boxes ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.dashboard .mycb-types .boxes ul li a,
.dashboard .mycb-types .boxes ul li div {
	background: #f6f6f6;
	border: 1px solid #fff;
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 142px;
	margin: 8px;
	margin: 0.5rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 142px;
}

.dashboard .mycb-types .boxes ul li div.coming-soon {
	color: #aaa;
}

.dashboard .mycb-types .boxes ul li div.coming-soon:after {
	background: #a41600;
	color: #fff;
	content: "coming soon";
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	height: 12px;
	padding: 5px 10px;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 77px;
}

.dashboard .mycb-types ul li span {
	color: #b6b6b6;
	display: block;
	font-size: 38px;
	margin: 32px auto;
}

.dashboard .mycb-types .boxes ul li a:hover {
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #a41600;
}

.dashboard .mycb-types ul li a:hover span {
	color: #a41600;
}

.dashboard .mycb-notifications h5 a {
	font-size: 22px;
}

.dashboard .on-authority h3 {
	background-image: url(images/icon-authority-medium.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 32px;
	padding-left: 45px;
}

.dashboard .row .left {
	border-right: 1px solid #ddd;
	float: left;
	margin-left: -1px;
	padding-right: 40px;
}

.dashboard .row .right {
	float: right;
	padding-left: 40px;
}

.dashboard .row .left,
.dashboard .row .right {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
}

.dashboard ul.list ,
.dashboard ul.list li {
	clear: both;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dashboard ul.list li.inactive a,
.dashboard ul.list li.inactive a:hover {
	background: #f5f5f5;
	color: #aaa;
	cursor: default;
}

.dashboard ul.list li a {
	border-bottom: 1px solid #ddd;
	color: #333;
	display: block;
	padding: 12px 6px;
	text-decoration: none;
}

.dashboard ul.list li a:hover {
	color: #a41600;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
}

.dashboard ul.list li .post-info {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 15px;
}

.dashboard ul.list li .post-info a {
	border: none;
	display: inline-block;
	padding: 0;
}

.dashboard ul.list li .post-info a:hover {
	background-color: #fff;
}

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

.dashboard ul.list-seminars li {
	margin-top: 20px;
}

.dashboard ul.list-seminars li h5 {
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
}

.dashboard ul.list-seminars li .post-image {
	margin-top: 10px;
}

.dashboard ul.list-seminars li.left {
	clear: both;
}

.dashboard .white-box .widget {
	background: none;
	padding: 0;
}

.dashboard .white-box .widget h3 {
	margin-top: 0;
}


/* Teaching Sells */
.ts-logo {
	background-image: url(images/logo-ts.png);
	background-size: 100%;
	height: 149px;
	width: 204px;
}

.ts-style a,
.ts-style ul.list li a:hover,
.ts-style .gray-box .download li:hover,
.sidebar #menu-ts-modules .current-lesson-ancestor a,
.sidebar #menu-ts-modules .current-menu-item a,
.single-lesson .sidebar ul li a:hover {
	color: #15ad9f;
}

.ts-style .entry-content a,
.entry-content .ts-style a {
	border-bottom: 1px dotted #15ad9f;
	color: #15ad9f;
	text-decoration: none;
}

.ts-style a:hover {
	color: #333;
}

.ts-style .entry-content a:hover,
.entry-content .ts-style a:hover {
	border-bottom: 1px dotted #333;
	color: #333;
}

.ts-style .btn-primary-big,
.ts-style .btn-primary-medium,
.ts-style .btn-primary-small,
.ts-style #content .premise-checkout-wrap .input-submit {
	background-color: #15ad9f;
	background-image: none;
	color: #fff !important;
}

.ts-style#welcome-message .inner {
	background-image: url(images/logo-ts.png);
	background-size: 204px 149px;
	background-position: 45px 15px;
	background-repeat: no-repeat;
	margin: 40px;
}

.ts-style#welcome-message .close-button {
	background: #15ad9f;
	right: -40px;
	top: -39px;
}

.ts-style#welcome-message .close-button:hover {
	background: #222;
}

.ts-style#welcome-message .ts-logo {
	float: left;
	margin-right: 40px;
}

.ts-style #mycb-article-end h3 {
    color: #15ad9f;
}

.ts-style #mycb-article-end .authority-line:before {
	background-image: url(images/logo-ts.png);
	margin-left: -77px;
	width: 115px;
}

#ts-dashboard .white-box {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.ts-modules .boxes ul,
.ts-modules .boxes ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ts-modules .boxes ul li.left {
	border: none;
	clear: both;
	padding-bottom: 10px;
	padding-right: 5px;
}

.ts-modules .boxes ul li.right {
	padding-bottom: 10px;
	padding-left: 5px;
}

.ts-modules .boxes ul li a {
	background: #f6f6f6;
	border: none;
	color: #333;
	display: block;
	font-size: 14px;
	height: 100px;
	padding: 20px;
}

.ts-modules .boxes ul li a h3 {
	color: #15ad9f;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 0;
}

.ts-modules .boxes ul li a:hover {
	background: #15ad9f;
	border: none;
	color: #fff;
}

.ts-modules .boxes ul li a:hover h3 {
	color: #fff;
}

.ts-modules .boxes ul li.inactive a {
	cursor: default;
	color: #aaa;
}

.ts-modules .boxes ul li.inactive a h3 {
	color: #666;
}

.ts-modules .boxes ul li.inactive a:hover {
	background: #f6f6f6;
}

.lessons-list,
.lessons-list .lesson {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lessons-list .lesson {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	position: relative;
}

.lessons-list .lesson ul {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.lessons-list .lesson h3 {
	margin-top: 0px;
}

.lessons-list .lesson .post-info {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.lessons-list .lesson.inactive {
	color: #aaa;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.dashboard .ts-intro {
	text-align: center;
}

.dashboard .ts-intro .ts-logo {
	margin: 0 auto 40px;
}

.dashboard .ts-style h3 span {
	color: #15ad9f;
}


/* Certification Program */
.certification-dashboard #welcome-message .inner {
	background-image: url(images/logo-cert.png);
	background-size: 149px 179px;
	background-position: 45px 15px;
	background-repeat: no-repeat;
	margin: 40px;
}

.certification-logo {
	background-image: url(images/logo-cert.png);
	background-size: 100%;
	height: 179px;
	width: 149px;
}

.dashboard .certification-intro {
	text-align: center;
}

.dashboard .certification-intro .certification-logo {
	margin: 0 auto 40px;
}

/* Authority Intensive */
.intensive-dashboard .list span {
    margin-right: 5px;
}

.intensive-dashboard #content-sidebar-wrap {
    display: none;
}

.single-intensive .gform_wrapper ul.gfield_radio {
	margin-top: 15px !important;
}

.single-intensive .gform_wrapper ul.gfield_checkbox li,
.single-intensive .gform_wrapper ul.gfield_radio li {
	padding: 0 10px !important;
}

.single-intensive .gform_wrapper ul.gfield_radio li input[type=text] {
	width: 60%;
}

.single-intensive .speaker {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.single-intensive .speaker h2 {
	margin-top: 0px !important;
}

.single-intensive .agenda .day {
	background: #eee;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 40px;
	padding: 12px 20px 9px;
}

.single-intensive .agenda .room {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.single-intensive .agenda .room h3 {
	background: #a41600;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
}

.single-intensive .agenda ul {
	border-top: 1px solid #ddd;
}

.single-intensive .agenda ul li {
	border-left: 1px solid #ddd;
	list-style: none;
	margin: 0;
	position: relative;
}

.single-intensive .agenda .time {
	background: #fff;
	color: #a41600;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 25px;
	margin-top: -9px;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
}

.single-intensive .agenda .intro {
	margin: 0;
	padding: 50px 0px 60px 130px;
}

.single-intensive .agenda .photo {
	position: absolute;
	left: 24px;
	top: 35px;
	width: 75px;
}

.single-intensive .agenda .photo img {
	border-radius: 50%;
	margin-bottom: 10px;
}

.single-intensive .agenda h3 {
	color: #333;
	font-size: 25px;
	font-weight: 500;
	margin: 0;
}

.single-intensive .agenda .speaker {
	color: #333;
	font-size: 18px;
	font-style: italic;
	border: none;
	margin: 15px 0;
	padding: 0;
}

.single-intensive .agenda .intro,
.single-intensive .agenda .intro p {
	color: #666;
	font-size: 16px;
}

#ai-banner {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

#ai-banner img {
	border: 1px solid #ddd;
}

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

ul.ai-sponsors li {
	border: 1px solid #ddd;
	line-height: 150px;
	list-style: none;
	padding: 30px;
	margin: 0 20px 20px 0;
}

ul.ai-sponsors li p {
	margin: 0;
}

ul.ai-sponsors li a {
	border: none;
}

ul.ai-sponsors li img {
	float: left;
	margin: 0 40px 0 0;
	max-width: 200px;
}

ul.ai-sponsors li.logo {
	float: left;
	height: 95px;
	text-align: center; 
	width: 37%;
}

ul.ai-sponsors li.logo img {
	float: none;
	margin: 0;
}

/* Widgets */

.mycb-notifications {
	background: #222 !important;
	color: #fff;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.mycb-notifications,
.mycb-notifications p {
	color: #aaa;
}

.mycb-notifications .widgettitle {
	border: none;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
}

.mycb-notifications .widgettitle i {
	margin-right: 10px;
	margin-right: 0.625rem;
}

.mycb-notifications .widgettitle a {
	color: #fff;
	border: none;
	font-weight: bold;
}

.mycb-notifications h5,
.mycb-notifications h5 a {
	border: none;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.mycb-notifications .widgettitle a:hover {
	color: #a41600;
}

.mycb-notifications .more {
	border: none;
	color: #666;
	display: block;
	margin-top: 32px;
	margin-top: 2rem;
	text-decoration: underline;
}

.mycb-notifications .more:hover {
	color: #fff;
}

.mycb-notifications .post {
	border-top: 1px solid #656565;
	padding: 24px 0;
	padding: 1.5rem 0;
}

.mycb-authoritycta {
	background-color: #a41600 !important;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.mycb-authoritycta .authority-logo {
	background-image: url(images/icon-authority-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 174px 186px;
	margin: -40px;
	padding: 40px;
}

.mycb-authoritycta.notloggedin {
	background: #222;
}

.mycb-authoritycta .widgettitle {
	border-bottom: 1px solid #d6867a;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}

.mycb-authoritycta h3 {
	color: #fff;
	margin-top: 0;
}

.mycb-authoritycta h3 span {
	font-size: 20px;
	font-size: 1.25rem;
}

.notloggedin .widgettitle {
	border-bottom: 1px solid #666;
}

.mycb-authoritycta,
.mycb-authoritycta p {
	color: #fff;
}

.mycb-authoritycta label {
	margin-left: 0px;
}

.mycb-authoritycta .input {
	margin-top: 8px;
}

.mycb-authoritycta #rememberme {
	width: 20px;
}

.mycb-authoritycta #wp-submit {
	margin-left: 0px;
	width: 100%;
}


/* Login Page */

.login-page #content {
	background: none;
	border: none;
}

.login-page #content .entry {
	margin: 0;
}

#login-box {
	background-color: #222;
	background-image: url(images/arrow-white.png);
	background-position: 30px 100px;
	background-repeat: no-repeat;
	background-size: 23px 49px;
	color: #aaa;
	float: left;
	text-align: center;
	width: 25.555555555%;
}

.sidebar #login-box {
	float: none;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	width: 100%;
}

#login-box .inner {
	padding: 40px;
}

#login-box br {
	display: none;
}

#login-box h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 0;
}

#login-box form {
	margin-top: 24px;
	margin-top: 1.5rem;
}

#login-box .subheading {
	color: #aaa;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#login-box .login-username {
	margin-bottom: 8px;
}

#login-box .login-remember,
#login-box .login-password {
	margin-bottom: 12px;
}

#login-box .login-username,
#login-box .login-password {
	position: relative;
}

#login-box .login-username label,
#login-box .login-password label {
	color: #aaa;
	cursor: text;
	font-size: 18px;
	position: absolute;
	top: 20px;
	text-align: center;
	margin: 0;
	width: 100%;
}

#login-box input {
	text-align: center;
}

#login-box .login-remember input {
	margin-right: 8px;
	width: auto;
}

#login-box ul,
#login-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#login-box ul li a {
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	display: inline;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

#login-box ul li a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

.login-page #become-a-member {
	float: right;
	margin-bottom: 0;
	width: 70.277777777%;
}

.login-page #become-a-member .inner {
	margin-bottom: 0;
	margin-left: 40px;
	margin-right: 40px;
}

.login-page #become-a-member h1.entry-title {
	background-color: #a41600;
	background-image: url(images/icon-authority-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 174px 186px;
	color: #fff;
	text-align: center;
	margin: -80px -40px 0;
	padding: 80px;
}

.login-page #become-a-member h1.entry-title span {
	display: block;
	font-size: 18px;
	margin-top: 8px;
}

.login-page #become-a-member .features-basic,
.login-page #become-a-member .features-authority {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.login-page #become-a-member .features-basic {
	border-right: 1px solid #ddd;
	float: left;
	padding: 40px 40px 40px 0;
	width: 50%;
}

.login-page #become-a-member .features-basic p {
	font-size: 16px;
}

.login-page #become-a-member .features-authority {
	float: right;
	padding: 40px 0 40px 40px;
	width: 50%;
}

.login-page #become-a-member ul {
	margin-bottom: 32px;
}

.login-page #become-a-member .features-basic h3 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 32px;
	margin-top: 0;
}

.login-page #become-a-member .features-basic h3 span {
	display: block;
	font-size: 14px;
	margin-top: 8px;
}

.login-page #become-a-member .features-basic ul li {
	font-weight: normal;
}

.login-page #become-a-member .features-authority h3 {
	background-image: url(images/authority-logo-big.png);
	background-size: 100% 100%;
	display: block;
	height: 51px;
	text-indent: -9999px;
	margin: 16px auto 32px;
	width: 260px;
}

input:-webkit-autofill {
	background: #fff !important;
	border: none !important;
    color: #2a2a2a !important;
    position: relative !important;
    z-index: 999 !important;
}


/* Premise Checkout */

#content .accesspress-checkout-form-cc {
	display: none;
}

#content .accesspress-checkout-form-account,
#content .accesspress-checkout-form-payment-method,
#content .accesspress-checkout-form-cc {
	border-radius: 3px;
    
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    
	border: 1px solid #ddd;
	padding: 32px;
	padding: 2rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

#content .accesspress-checkout-heading {
	border-bottom: 1px solid #ddd;
	color: #777;
	display: block;
	font-family: 'museo-slab', sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 300;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

#content .premise-checkout-wrap .accesspress-checkout-form-row {
	clear: both;
	float: none;
	min-height: 60px;
	vertical-align: middle;
}

#content .premise-checkout-wrap .checkout-text-label {
	float: left;
	font-size: 15px;
	font-size: 0.938rem;
	font-weight: bold;
	text-align: right;
	padding: 14px 0;
	padding: 0.875rem 0;
	vertical-align: middle;
	width: 20%;
}

#content .premise-checkout-wrap .input-text,
#content .premise-checkout-wrap textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: inset 1px 1px 3px #e5e5e5;
	-webkit-box-shadow: inset 1px 1px 3px #e5e5e5;
	box-shadow: inset 1px 1px 3px #e5e5e5;
	color: #777;
	float: none;
	margin-left: 32px;
	margin-left: 2rem;
	padding: 16px;
	padding: 1rem;
	vertical-align: middle;
	width: 70%;
}

#content .accesspress-checkout-payment-method-wrap {
	height: 80px;
	position: relative;
}

#content .accesspress-checkout-payment-method-wrap label {
	/*background-color: #f5f5f5;*/
	cursor: pointer;
	font-weight: bold;
	left: 0px;
	margin-left: 0;
	padding: 32px 0;
	padding: 2rem 0;
	position: absolute;
	text-indent: 70px;
	width: 100%;
}

#content .accesspress-checkout-payment-method-cc-wrap label {
	background-image: url(images/cc.png);
	background-repeat: no-repeat;
	background-position: 310px 19px;
}

#content .accesspress-checkout-payment-method-paypal-wrap label {
	background-image: url(images/paypal.png);
	background-repeat: no-repeat;
	background-position: 230px 19px;
}

#content .accesspress-checkout-payment-method-paypal-wrap label a {
	display: none;
}

#content .accesspress-checkout-payment-method-wrap input.checkout-radio,
#content .checkout-payment-method-radio {
	cursor: pointer;
	left: 0px;
	margin-left: 24px;
	margin-left: 1.5rem;
	position: absolute;
	top: 36px;
	width: auto;
	z-index: 999;
}

#content .premise-checkout-wrap select {
	font-size: 16px;
	font-size: 1rem;
	margin: 14px 0 0 10px;
	margin: 0.875rem 0 0 0.625rem;
	width: auto;
}

#content #accesspress-checkout-card-month,
#content #accesspress-checkout-card-country {
	margin-left: 32px;
	margin-left: 2rem;
}

#content #accesspress-checkout-card-security {
	width: 100px;
}

#content #accesspress-checkout-card-postal {
	width: 150px;
}


#content .premise-checkout-wrap .accesspress-checkout-card-security-wrap .description {
	background: #fff url(images/sc-icons.png);
	color: #777;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-size: 0.875rem;
	height: 20px;
	margin: 18px 0 0 32px;
	margin: 1.125rem 0 0 2rem;
	position: relative;
	text-indent: -9999px;
	width: 60px;
}

#content .accesspress-checkout-bbp_signature-wrap .description {
	color: #777;
	display: block;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 28%;
	width: 70%;
}

#content .premise-checkout-wrap .mycb-email-verify {
	text-align: right;
	display: block;
	font-size: 15px;
	color: #999;
	margin: 10px 0;
	padding: 10px 20px;
}

#content .user-agreement {
	clear: both;
	color: #777;
	margin-top: 32px;
	margin-top: 2rem;
}

#content .premise-checkout-wrap .input-submit {
	margin-top: 16px;
	margin-top: 1rem;
	padding: 20px 32px;
	padding: 1.25rem 2rem;
}

#content .accesspress-checkout-form-cc {
	background-image: url(images/icon-secure.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#security-box {
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    1px 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:         1px 1px 5px rgba(0, 0, 0, 0.15);
	background: #eee;
	color: #333;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	left: 80px;
	padding: 0 24px 24px;
	padding: 0 1.5rem 1.5rem;
	position: absolute;
	top: -70px;
	width: 280px;
	z-index: 999;
}

#content .acp-error,
#content .premise-checkout-lookup {
	background-color: #a41600;
	background-image: url(images/icon-sad.png);
	background-position:  20px 15px;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding: 16px 32px 16px 72px;
	padding: 1rem 2rem 1rem 4.5rem;
}

#content .acp-error a,
#content .premise-checkout-lookup a {
	color: #fff;
	border: none;
	text-decoration: underline;
}

.order-summary .order-summary-title {
	color: #222;
	float: left;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.order-summary small {
	color: #666;
	display: block;
	font-weight: bold;
	margin-bottom: 16px;
}

.order-summary .order-summary-price {
	color: #a41600;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
}

.order-summary ul li {
	border-bottom: 1px solid #d6d6d6;
	color: #666;
	display: block;
	padding: 16px 0;
	padding: 1rem 0;
}

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

ul.list-subscribed li {
    border-bottom: 1px solid #d6d6d6;
    clear: both;
    display: block;
    float: none;
    padding: 20px 0 10px;
    vertical-align: middle;
    overflow: hidden;
}

ul.list-subscribed li a {
    display: block;
    float: right;
    margin-top: -8px;
}

#content .member-billing-table {
	margin-bottom: 40px;
}

#content .member-billing-table {
	border-spacing: 0;
	display: table;
	width: 100%;
}
#content .member-billing-order td {
	border-top: 30px solid #fff;
	color: #a41600;
	font-weight: bold;
	padding-left: 0 !important;
	width: 100%;
}

#content .member-billing-table th, 
#content .member-billing-table td {
	border-bottom: 1px solid #ddd;
	display: table-cell;
	padding: 10px;
	text-align: left;
}

#content .member-billing-table th {
	background: #f4f4f4;
	font-size: 14px;
}

/* Santa hat */
/*.header-image #title {
	position: relative;
}

.header-image #title:before {
	background-image: url(images/santa-hat.png);
	background-size: 17px 15px;
	content: "";
	display: block;
	height: 15px;
	left: -5px;
	position: absolute;
	top: 22px;
	width: 17px;
}*/

/* Knowledge Base */

.sidebar .widget_sp_cpt_nav ul.toggle-class li {
	list-style-type: none;
	cursor: pointer;
	position: relative;
}

.sidebar .widget_sp_cpt_nav li .children {
	border: none;
	margin: 0;
	padding: 10px 0 0 24px;
}

.sidebar .widget_sp_cpt_nav li .children ul {
	padding: 10px 0;
}

.sidebar .widget_sp_cpt_nav .toggle-class > li > .children li:last-child {
	padding-bottom: 0;
}

.sidebar .widget_sp_cpt_nav .toggle-class > li > .children > li:last-child {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 16px;
}
.widget_sp_cpt_nav .children:before {
	display: none;
}

.sidebar .widget_sp_cpt_nav .children li {
	padding: 6px 0;
}

.sidebar .widget_sp_cpt_nav .children li a {
	border: none;
	font-weight: normal;
	padding: 0;
}

.sidebar .widget_sp_cpt_nav .current_page_parent:before,
.sidebar .widget_sp_cpt_nav .page_item_has_children:before {
	background-color: #fff;
	border-radius: 3px;
	content: '\2b';
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	left: -8px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 21px;
}

.sidebar .widget_sp_cpt_nav .toggle-class > .page_item_has_children > a {
    margin-left: 24px;
}

.sidebar .widget_sp_cpt_nav .toggle-class .page_item_has_children .page_item_has_children {
    padding-left: 24px;
}

.sidebar .widget_sp_cpt_nav .toggle-class > .page_item_has_children {
	margin-left: -24px;
}

.sidebar .widget_sp_cpt_nav .toggle-class > .current_page_item > a {
}

.sidebar .widget_sp_cpt_nav .toggle-class > .page_item_has_children:before {
	top: 13px;
}

.sidebar .widget_sp_cpt_nav .chapter-open.current_page_ancestor:before,
.sidebar .widget_sp_cpt_nav .chapter-open:before,
.sidebar .widget_sp_cpt_nav .toggle-class > .chapter-open.current_page_item:before {
	background: #ddd;
	content: '\2d';
}

.sidebar .widget_sp_cpt_nav .current_page_item > a,
.sidebar .widget_sp_cpt_nav .toggle-class .page_item_has_children li:hover {
	color: #a41600 ;
}

.sidebar .widget_sp_cpt_nav .toggle-class .page_item_has_children li:hover:before {
	color: #666;
}

.next-tutorial a,
.previous-tutorial a {
	background-color: #a41600;
	border-radius: 3px;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	border: none;
	color: #fff;
	display: block;
	margin: 16px 0 40px;
	padding: 14px 24px 13px;
	position: relative;
}

.next-tutorial a {
	padding-right: 62px;
}

.previous-tutorial a {
	padding-left: 62px;
}

.next-tutorial a:before {
	content: "→";
	display: block;
	position: absolute;
	right: 24px;
}

.previous-tutorial a:before {
	content: "←";
	display: block;
	position: absolute;
	left: 24px;
}

.next-tutorial a:hover,
.previous-tutorial a:hover {
	box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkyMTMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #a31500 0%, #921300 100%);
	background-image: -o-linear-gradient(bottom, #a31500 0%, #921300 100%);
	background-image: -webkit-linear-gradient(bottom, #a31500 0%, #921300 100%);
	background-image: linear-gradient(bottom, #a31500 0%, #921300 100%);
	color: #fff;
}

.next-tutorial a,
.next-tutorial a:hover,
.previous-tutorial a,
.previous-tutorial a:hover {
	border: none;
	color: #fff;
}

.next-tutorial span,
.previous-tutorial span {
	display: none;
}

.type-knowledge-base .entry-content h2,
.type-knowledge-base .entry-content h3 {
	font-weight: 700;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}

.type-knowledge-base .entry-content h2 {
	font-size: 30px;
	font-size: 3rem;
}

.type-knowledge-base .entry-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {
	
	html {
		-webkit-font-smoothing: antialiased;
	}
	
	.header-image #title a { 
	    background-image: url(images/logo@2x.png);
	}
	
	.search-section input { 
	    background-image: url(images/icon-search@2x.png);
	}
	
	#footer .wrap {
		background-image: url(images/logo-black@2x.png);
	}
	
	.children:before {
		background-image: url(images/arrow-down@2x.png);
	}
	
	.error404 .post {
		background-image: url(images/icon-404@2x.png);
	}
	
	.confirmed-page .entry {
		background-image: url(images/icon-confirmed@2x.png);
	}
	
	#content .accesspress-checkout-payment-method-cc-wrap label {
		background-size: 118px 22px;
		background-position-y: 33px;
	}
	
	#content .accesspress-checkout-payment-method-paypal-wrap label {
		background-size: 37px 22px;
		background-position-y: 33px;
	}
	
	#welcome-message .inner {
		background-image: url(images/icon-welcome@2x.png);
	}
	
	#mycb-article-end .authority-line:before {
		background-image: url(images/icon-authority-big@2x.png);
	}
	
	#mycb-article-end .basic-line:before {
		background-image: url(images/icon-lock@2x.png);
	}
	
	#red-bar .wrap {
		background-image: url(images/redbar@2x.png);
	}
	
	#red-bar.small .authority-right,
	#red-bar.small .basic-right {
		background-image: url(images/redbar-small@2x.png);
	}
	
	#red-bar.small .authority-right:before {
		background-image: url(images/icon-authority-medium@2x.png);
	}
	
	#red-bar.small .basic-right:before {
		background-image: url(images/authority-logo-small@2x.png);
	}
	
	.mycb-authoritycta .authority-logo,
	.login-page #become-a-member h1.entry-title {
		background-image: url(images/icon-authority-bg@2x.png);
	}
	
	.login-page #login-box {
		background-image: url(images/arrow-white@2x.png);
	}
	
	.landing-page #content ul.checks li {
		background-image: url(images/icon-check@2x.png);
	}
	
	.login-page #become-a-member .features-authority h3 {
		background-image: url(images/authority-logo-big@2x.png);
	}
	
	.landing-page #content .red-cta ul.checks li {
		background-image: url(images/icon-check-white@2x.png);
	}
	
	.landing-page #content .red-cta .cta-button:before {
		background-image: url(images/arrow-white2@2x.png);
	}
	
	.ts-logo,
	.ts-style#welcome-message .inner {
		background-image: url(images/logo-ts@2x.png);
	}
	
	.header-image #title:before {
		background-image: url(images/santa-hat@2x.png);
	}
	
	.certification-logo,
	.certification-dashboard #welcome-message .inner {
		background-image: url(images/logo-cert@2x.png);
	}
	
}


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

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

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

	#inner {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
	
	#header,
	#red-bar,
	#footer {
		padding: 0 2%;
	}
	
	#header .genesis-nav-menu a {
		padding: 30px 10px;
		padding: 1.875rem 0.625rem;
	}
	
	#mycb-categories .category {
		width: 50%;
	}
	
	#content .after-post-cta .video {
		width: 100%;
	}
	
	#content .after-post-cta .bullets ul.checks {
		margin-top: 0;
	}
	
	#content .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) {
	
	#header,
	#red-bar,
	#footer {
		padding: 0 4%;
	}
	
	#title-area,
	#header .widget-area,
	.header-image #title a,
	#header .genesis-nav-menu,
	#header .genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	.login-page #login-box,
	.login-page #become-a-member {
		float: none;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#footer .creds,
	#footer .gototop,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt,
	#title-area,
	#header .widget-area,
	.login-page #login-box,
	.login-page #become-a-member {
		width: 100%;
	}
	
	#title {
		margin: 0;
	}
	
	#red-bar .wrap,
	#red-bar.small .authority-right,
	#red-bar.small .basic-right {
		background: none;
		text-align: center;
	}
	
	#red-bar.small .wrap {
		padding: 16px 0;
	}
	
	#red-bar .btn-gold-big {
		float: none;
		margin: 8px 0px;
	}
	
	#red-bar img,
	#red-bar.small .authority-right:before {
		display: none;
	}
	
	#red-bar.small .authority-right {
		float: none;
		height: auto;
		padding: 0 0 12px;
		margin: 0;
	}
	
	#red-bar.small .authority-right p {
		line-height: 1;
	}
	
	.header-image #title a {
		margin-left: auto;
		margin-right: auto;
	}
	
	#header .genesis-nav-menu {
		margin: 8px auto 0;
		margin: 0.5rem auto 0;
		text-align: center;
	}
	
	#header .genesis-nav-menu a {
		padding: 20px 8px;
		padding: 1.25rem 0.5rem;
	}
	
	#welcome-message .inner,
	.error404 .post,
	.message-page .entry  {
		background-position: center center;
		padding-left: 0;
	}
	
	.login-page #login-box {
		background-image: none;
	}
	
	#footer .wrap {
		background-image: none;
		text-align: center;
	}
	
	#content div.printfriendly {
		display: none;
	}
	
	.dashboard .mycb-types .boxes ul li a {
		margin: 5px;
		width: 130px;
	}
	
	.ts-style#welcome-message .inner {
		background: none;
	}
	
	#ts-dashboard .white-box {
		margin-bottom: 2rem;
	}
	
	.ts-modules .boxes ul li.left,
	.ts-modules .boxes ul li.right {
		float: none;
		margin: 0 0 1rem;
		padding: 0;
		width: 100%;
	}
	
}

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

@media only screen and (max-width: 480px) {
	
	h1,
	.entry-title {
		font-size: 38px;
	}
	
	.entry-content .alignleft,
	.entry-content .alignright,
	img.right {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	img.right {
		margin-bottom: 0;
	}
	
	#inner {
		padding-top: 4% !important;
	}
	
	html {
		font-size: 87.5%; /* 14px base */
	}
	
	#content .posts-grid .entry,
	#mycb-categories .category {
		padding: 1rem;
	}
	
	#content .section .headline,
	.white-box .inner,
	#mycb-categories .entry-content,
	.entry,
	.hentry,
	.page .post.entry,
	.single #content .entry,
	.archive-title,
	#respond,
	.search-no-results #content p,
	.navigation  {
		margin: 1.5rem;
	}
	
	.single .author-box {
		padding: 1.5rem;
		margin: 0 -1.5rem;
	}
	
	#content .entry {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.sidebar .widget,
	#comments {
		padding: 1.5rem;
	}
	
	.mycb-authoritycta .notloggedin,
	.mycb-authoritycta .authority-logo {
		margin: -1.5rem;
		padding: 1.5rem;
	}
	
	#welcome-message .close-button {
		right: -1.5rem;
		top: -1.5rem;
	}
	
	#content .posts-grid .entry h2 {
		margin-bottom: 0;
	}
	
	.search-section {
		padding: 1rem;
	}
	
	.search-section input {
		background: #fff !important;
	}
	
	.white-box,
	.search-section {
		margin-bottom: 1rem;
	}
	
	#mycb-categories .category,
	#content .posts-grid .entry {
		height: auto;
		min-height: 0px;
		width: 100%;
	}
	
	.breadcrumb {
		margin-top: 8px;
	}
	
	.login-page #become-a-member h1.entry-title {
		margin-top: -24px;
	}
	
	.login-page #become-a-member .features-basic,
	.login-page #become-a-member .features-authority {
		border: none;
		float: none;
		padding: 40px 0;
		width: 100%;
	}
	
	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	#content .after-post-cta {
		margin-top: 40px;
	}
	
	#content .after-post-cta h3 {
		font-size: 36px;
		margin-bottom: 16px;
	}
	
	#content .after-post-cta h3 span {
		margin-top: 16px;
	}
	
	#content .after-post-cta .bullets ul.checks {
		margin-bottom: 16px;
	}
	
	.single .alert {
		margin: 40px -4%;
		padding: 20px;
	}
	
	#purchased-seminars .entry img {
		display: none;
	}
	
	#red-bar.small .authority-right,
	#red-bar.small .basic-right {
		float: none;
		height: auto;
		line-height: 1;
		margin: 0;
		padding: 0;
	}
	
	#red-bar.small p,
	#red-bar h2,
	#red-bar.small a.gold {
		display: block;
		float: none;
		margin: 0;
	}
	
	#red-bar.small .basic-right {
		margin-bottom: 10px;
	}
	
	#red-bar.small .basic-right p {
		line-height: 1;
		margin: 0 0 60px 0;
	}
	
	#red-bar.small .basic-right:before {
		background-position: center top;
		right: auto;
		left: 50%;
		margin-left: -75px;
		top: 30px;
	}
	
	#red-bar.small h2 {
		margin-top: 20px;
	}
	
	.taxonomy-description,
	.dashboard .white-box {
		padding: 1.5rem;
	}
	
	.ts-style#welcome-message .inner {
		margin: 1.5rem;
	}
	
	.dashboard .row .left,
	.dashboard .row .right {
		border: none;
		clear: both;
		float: none;
		margin: 0 0 2rem;
		padding: 0;
		width: 100%;
	}
	
	.dashboard .row,
	.dashboard .one-half.first,
	.dashboard .ts-intro .ts-logo,
	#ts-dashboard .white-box {
		margin-bottom: 1rem;	
	}
	
	.dashboard .mycb-types .boxes ul li a {
		margin: 6px;
		width: 125px;
	}
	
	.ts-style#welcome-message .close-button {
		top: -1.5rem;
		right: -1.5rem;
	}
	
	/* Mobile nav */
	#header {
		min-height: 51px;
		padding: 0;
	}
	
	#title-area {
		float: left;
		width: 180px;
	}
	
	#title-area a {
		margin: 13px 15px !important;
		padding: 0 !important;
	}
	
	#top-nav,
	#header .widget-area {
		display: none;
	}
	
	#mobile-nav {
		display: block;
		float: right;
		width: 101px;
	}
	
	#mobile-nav a {
		background: #a41600;
		color: #fff;
		display: block;
		float: right;
		height: 50px;
		line-height: 50px;
		text-align: center;
		width: 50px;
	}
	
	#mobile-nav a:before {
		line-height: 50px;
	}
	
	#mobile-nav a.icon-menu {
		font-size: 26px;
		border-left: 1px solid #222;
		text-decoration: none;
	}
	
	#header .genesis-nav-menu {
		margin: 0;
	}
	
	#header .genesis-nav-menu li {
		display: block;
	}
	
	#header .genesis-nav-menu a {
		border-top: 1px solid #333;
		padding: 17px 8px;
		text-align: center;
	}
	
}