/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/**
 * @license
 * MyFonts Webfont Build ID 2779770, 2014-03-23T20:07:52-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Pusekatt by Hanoded
 * URL: http://www.myfonts.com/fonts/hanoded/pusekatt/regular/
 * Copyright: Copyright (c) 2013 by David Kerkhoff. All rights reserved.
 * 
 * Webfont: The Hand Bold by La Goupil
 * URL: http://www.myfonts.com/fonts/la-goupil/the-hand/bold/
 * Copyright: Copyright (c) 2013 by Julien Saurin and Fanny Coulez. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2779770
 * Licensed pageviews: 10,000
 * 
 * © 2014 MyFonts Inc
 */

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2a6a7a");

@font-face {font-family: 'Pusekatt';src: url('fonts/2A6A7A_0_0.eot');src: url('fonts/2A6A7A_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2A6A7A_0_0.woff') format('woff'),url('fonts/2A6A7A_0_0.ttf') format('truetype');}
  
@font-face {font-family: 'TheHandBold';src: url('fonts/2A6A7A_1_0.eot');src: url('fonts/2A6A7A_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2A6A7A_1_0.woff') format('woff'),url('fonts/2A6A7A_1_0.ttf') format('truetype');}

@font-face {font-family: 'JennsPrinting';src: url('fonts/jenns-printing.eot');src: url('fonts/jenns-printing.eot?#iefix') format('embedded-opentype'),url('fonts/jenns-printing.woff') format('woff'),url('fonts/jenns-printing.ttf') format('truetype'),url('fonts/jenns-printing.svg#JennsPrinting') format('svg');
}
/*---:[ layout structure ]:---*/
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400; /* RBBP */
	line-height: 26px;
	/* color: #111; /* RBBP */
	color: #231f20; /* RBBP */
	/* background-color: #fff; /* RBBP */
	/* padding-top: 50px; /* RBBP */
	background-image: url('images/background-textured-blue-267x247.png'); /* RBBP */
}
body.landing {
	padding-top: 0;
}
.container {
	/* width: 1100px; /* RBBP */
	/* margin: 0 auto; /* RBBP */
	background-color: #fff; /* RBBP */
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.landing .container {
	width: 750px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	/* width: 750px; /* RBBP */
	width: 750px; /* RBBP */
	/* float: left;
border-width: 0 1px 0 0; /* RBBP */
	float: left; /* RBBP */
	/* border-style: solid; /* RBBP */
	/* border-color: #ddd; /* RBBP */
}
.columns > .sidebar {
	width: 350px;
	float: right;
	/* padding: 50px 50px 0 50px; /* RBBP */
	padding: 50px 50px 50px 0; /* RBBP */
	position: relative; /* RBBP */
}
/*---:[ links ]:---*/
a {
	/* color: #d00; /* RBBP */
	color: #231f20; /* RBBP */
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	/* border-width: 0 0 1px 1px; /* RBBP */
	/* border-style: solid; /* RBBP */
	height: 53px; /* RBBP */
	background-image: url('images/nav-background.png'); /* RBBP */
}
.menu li {
	position: relative;
	float: left;
	/* margin-bottom: -1px; /* RBBP */
}
.menu .sub-menu {
	position: absolute;
	/* left: -1px; /* RBBP */
	display: none;
	list-style: none;
	z-index: 110;
	/* margin-top: -1px; /* RBBP */
	background-color: #93d5d1; /* RBBP */
  font-size: 13px;
  font-family: 'Open Sans', sans-serif; /* RBBP */
  line-height: normal; /* RBBP */
  text-align: center;
  letter-spacing: 0.5px; /* RBBP */
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 10.5625em;
	/* margin: 0 0 0 -1px; /* RBBP */
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	/* width: 10.5625em; /* RBBP */
  width: 150px; /* RBBP */
	clear: both;
  padding: 0 10px; /* RBBP */
}
.menu .sub-menu li a { /* RBBP */
  padding: 9px 0;
}
.menu .sub-menu li:hover a { /* RBBP */
  color: white;
}
.menu a, .menu_control {
	display: block;
	/* font-size: 13px; /* RBBP */
	/* line-height: 1em; /* RBBP */
	/* text-transform: uppercase; /* RBBP */
	/* letter-spacing: 1px; /* RBBP */
	/* color: #111; /* RBBP */
	color: #231f20; /* RBBP */
	/* border-width: 1px 1px 1px 0; /* RBBP */
	/* border-style: solid; /* RBBP */
	/* background-color: #eee; /* RBBP */
	/* padding: 0.75em 1em; /* RBBP */
}
.menu > .menu-item > a { /* RBBP */
  width: 170px;
  min-height: 33px;
  text-transform: uppercase;
  text-align: center;
}
.menu > .menu-item > a:hover { /* RBBP */
  background: url('images/highlight-teal.png') no-repeat center;
}
/*
.menu a:hover {
	background-color: #ddd;
}
*/
.menu_control {
	display: none;
	background-color: #fff;
}
/* RBBP
.menu .sub-menu a {
	border-left-width: 1px;
}
*/
.menu .sub-menu li + li > a { /* RBBP */
  border-top: solid 1px #b6e3e0;
} 
.menu, .menu a, .menu .sub-menu {
	/* border-color: #ddd; /* RBBP */
}
.menu .current-menu-item > a {
	/* border-bottom-color: #fff; /* RBBP */
	/* background-color: #fff; /* RBBP */
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	/* border-bottom-color: #ddd; /* RBBP */
}
.menu > .menu-item { /* RBBP */
	font-size: 27px;
	font-family: 'TheHandBold', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 3px;
	line-height: 53px;
}
/*---:[ header ]:---*/
.header {
	/* border-bottom: 3px double #ddd; /* RBBP */
	/* padding: 50px; /* RBBP */
	position: relative; /* RBBP */
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #111;
}
#site_title a {
	color: #111;
}
#site_title a:hover {
	color: #d00;
}
#site_tagline {
	font-size: 16px;
	color: #888;
	line-height: 1.32em;
}
.rbbp-css-header .header { /* RBBP */
	height: 260px;
	background-repeat: no-repeat;
}
.rbbp-css-header.rbbp-ecourse-2015 .header { /* RBBP */
	background: url('images/banner-rbbp-ecourse-2015.png');
}
.rbbp-css-header.rbbp-ecourse-2016 .header { /* RBBP */
	background: url('images/banner-rbbp-ecourse-2016.png');
}
.rbbp-css-header.rbbp-ecourse-2017 .header { /* RBBP */
	background: url('images/banner-rbbp-ecourse-2017.png');
}
.rbbp-css-header.rbbp-ecourse-2018 .header { /* RBBP */
	background: url('images/banner-rbbp-ecourse-2018.png');
}
.rbbp-css-header.rbbp-ecourse-2019 .header { /* RBBP */
	background: url('images/banner-rbbp-ecourse-2019.png');
}
.rbbp-css-header.rbbp-vip-coaching .header { /* RBBP */
	background: url('images/banner-rbbp-vip-coaching.png');
}
.rbbp-css-header.rbbp-big-vision .header { /* RBBP */
	background: url('images/banner-rbbp-big-vision.png');
}
.rbbp-css-header.rbbp-home-study .header { /* RBBP */
	background: url('images/banner-rbbp-home-study.png');
}
.rbbp-css-header.rbbp-video-summit .header { /* RBBP */
	background: url('images/banner-rbbp-video-summit.png');
}
.rbbp-css-header.rbbp-redefining-success .header { /* RBBP */
	background: url('images/banner-rbbp-redefining-success.png');
}
.rbbp-css-header.rbbp-offer-accelerator .header { /* RBBP */
	background: url('images/banner-rbbp-offer-accelerator.png');
}
.rbbp-header-books { /* RBBP */
	position: absolute;
	top: 26px;
	left: -50px;
}
.rbbp-header-social { /* RBBP */
	position: absolute;
	right: 50px;
	bottom: 39px;
}
.rbbp-header-social a { /* RBBP */
	float: left;
	margin: 0 2px;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
/* RBBP
.grt, .grt h3 {
	font-size: 14px;
	font-size: 14px;
	line-height: 26px;
}
*/
.grt .headline {
	font-size: 26px;
	line-height: 39px;
	margin: 0;
}
/* RBBP
.grt h2 {
	font-size: 20px;
	line-height: 31px;
	margin-top: 39px;
	margin-bottom: 25px;
}
*/
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 22px;
}
.grt .drop_cap {
	font-size: 100px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	/* margin-bottom: 50px; */
	margin-bottom: 26px; /* RBBP */
}
/* RBBP
.grt ul, .grt ol, .grt .stack {
	margin-left: 50px;
}
*/
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	/* margin-bottom: 50px; /* RBBP */
	margin-bottom: 30px;
	margin-right: 50px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	/* margin-bottom: 50px; /* RBBP */
	margin-bottom: 0;
	/* margin-left: 50px; /* RBBP */
	margin-left: 25px;
}
.grt .caption {
	margin-top: -25px;
	color: #888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 36px;
	width: 45%;
	margin-bottom: 25px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	/* padding: 50px 50px 0 50px; /* RBBP */
	/* border-top: 1px dotted #ddd; /* RBBP */
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #111;
}
.headline a:hover {
	/* color: #d00; /* RBBP */
}
.byline, .byline a {
	color: #888;
}
.byline a {
	border-bottom: 1px solid #ddd;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #111;
}
.byline .post_edit {
	margin-left: 25px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
/* RBBP
.post_box h2, .post_box h3 {
	color: #111;
}
.post_box h3 {
	font-weight: bold;
}
*/
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #ddd;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #eee;
	padding: 25px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 25px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 25px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 22px;
}
.post_box .author_description {
	border-top: 1px dotted #ddd;
	padding-top: 50px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 61px;
	height: 61px;
	float: right;
	clear: both;
	margin-left: 25px;
}
.post_box .author_description .avatar {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 25px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888;
}
.post_box .alert, .post_box .note {
	padding: 25px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #eee;
	border: 1px solid #ddd;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888;
	text-decoration: none;
	margin-bottom: 50px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
/* RBBP
.bracket, .num_comments {
	font-size: 50px;
}
.bracket {
	color: #ddd;
}
*/
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ddd;
}
.archive_intro .headline {
	margin-bottom: 50px;
}
.prev_next {
	clear: both;
	color: #888;
	/* border-top: 1px solid #ddd; /* RBBP */
	padding: 25px 50px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 100px;
}
.comments_intro {
	color: #888;
	margin-bottom: 25px;
	padding: 0 50px;
}
.comments_closed {
	font-size: 13px;
	line-height: 22px;
	color: #888;
	margin: 0 50px 50px 50px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 100px;
	border-top: 1px dotted #ddd;
}
.comment {
	border-bottom: 1px dotted #ddd;
	padding: 50px;
}
.children .comment {
	list-style-type: none;
	margin-top: 50px;
	border-left: 1px solid #ddd;
	border-bottom: 0;
	padding: 0 0 0 50px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #d00;
}
.comment .comment_head {
	margin-bottom: 25px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 25px;
	color: #888;
}
.comment_date a {
	color: #888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 22px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 25px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 25px;
}
.comment_nav {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #ddd;
	padding: 25px 50px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -100px 0 100px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
/* RBBP
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #111;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #eee;
	background-color: #fff;
}
textarea.input_text {
	line-height: 26px;
}
.input_submit {
	font-size: 20px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #ddd;
	background: #eee url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
*/
/*---:[ comment form ]:---*/
#commentform {
	margin: 100px 0;
	padding: 0 50px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
/* RBBP
.comment_form_title {
	font-size: 20px;
	line-height: 31px;
	color: #111;
	margin: 0 -50px;
	border-bottom: 1px dotted #ddd;
	padding: 0 50px 25px 50px;
}
*/
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 25px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d00;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #ddd;
	background-color: #eee;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 13px;
	line-height: 19px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 24px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 38px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 22px;
	/* text-align: right; /* RBBP */
	text-align: center;
	/* color: #888; /* RBBP */
	color: #231f20;
	font-style: italic;
	/* border-top: 3px double #ddd; /* RBBP */
	/* padding: 25px 50px; /* RBBP */
	padding: 21px 50px;
	background: url('images/footer-background.jpg');
}
.footer a {
	/* color: #888; /* RBBP */
	color: #231f20; /* RBBP */
	text-decoration: underline; /* RBBP */
}
.footer a:hover {
	color: #111;
}
.landing .footer {
	text-align: center;
}
/*---:[ media queries ]:---*/
/*
@media all and (max-width: 1100px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 750px;
	}
	.header {
		border-top: 1px solid #ddd;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #ddd;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #fff;
		padding: 1em 50px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #ddd;
		padding-left: 50px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #fff;
		padding: 1em 50px;
	}
	.menu .current-menu-item > a {
		background-color: #eee;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 750px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 25px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 25px;
		padding-left: 25px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 25px;
	}
	.comments_closed, .login_alert {
		margin-right: 25px;
		margin-left: 25px;
	}
	.comment_form_title {
		margin-left: -25px;
		margin-right: -25px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: '\a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
*/
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}



/* RBBP Wordpress */
.alignleft + p {
	margin-bottom: 0;
}
.post_content {
	padding: 50px;
}
.post_box .headline_area {
	padding: 50px 50px 0 50px;
	text-align: center;
}
.post_box .headline_area .post_date {
/*	color: #8bbbca;
	font-size: 18px;
	font-family: 'TheHandBold', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 2px;
*/
  display: none;
}
.post_box .headline_area .headline {
	font-size: 28px;
	text-transform: none;
	line-height: 38px;
	margin: 22px 0;
	padding: 0 40px;
}
.post_box .headline_area::after {
	content: ' ';
	display: block;
	width: 650px;
	height: 4px;
	background: url('images/horizontal-rule-650x4.png');
	background-position-x: center;
	background-repeat: no-repeat;
}
.post_box .post_content a {
	color: #83cfca;
}
.post_box .post_cats {
	color: #a1a3a6;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}
.post_box .post_cats .post_cats_intro {
	font-size: 12px;
	font-weight: 300;
}
.post_box .post_cats a {
	color: #80a9af;
}
.post_box .num_comments_link {
	min-width: 152px;
	min-height: 43px;
	background: url('images/button-teal.png');
	color: #231f20;
	font-size: 25px;
	font-family: 'TheHandBold', 'Open Sans', Helvetica, sans-serif;
	line-height: 43px;
	margin-top: 20px;
}
.post_box .num_comments_link:hover {
	text-decoration: none;
}
#commentform, label[for='subscribe-reloaded'] {
  font-size: 13px;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}
#commentform p {
  font-size: 14px;
  font-style: normal;
}
#commentform p.comment_form_title {
	font-size: 28px;
	font-family: 'Pusekatt', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 0.5px;
	text-align: center;
}
form label {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.input_text {
  border: none;
	font-size: inherit;
  
	background-color: #ebf3d6;
	-webkit-border-radius: 4px;
	border-radius: 6px;
	padding: 8px 10px;
}
.input_text:focus {
	outline: none;
}
.input_submit {
  border: none;
  min-width: 167px;
  min-height: 43px;
  background: url('images/button-green.png');
  font-size: 36px;
  font-family: 'JennsPrinting', 'Open Sans', Helvetica, sans-serif;
  text-align: center;
}
.comment_form_title:after {
	content: ' ';
	display: block;
	width: 650px;
	height: 2px;
	background: url('images/horizontal-rule-green-650x2.png');
	margin: 39px 0;
}
.widget_categories .widget_title {
	color: #80aab0;
	font-size: 27px;
	font-family: 'Pusekatt';
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 35px;
	margin-bottom: 5px;
}
.widget_categories ul {
	background: url('images/horizontal-rule-300x5.png') no-repeat;
	padding: 12px 0 0 0 !important;
}
.widget_categories .cat-item {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.widget_categories .cat-item a {
	color: #6d6e71;	
}



/* RBBP nRELATE */
.nrelate {
	margin: 0;
}
.nrelate .nr_title {
	font-size: 13px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	text-align: center;
	line-height: 50px;
}
.nrelate_bty .nr_panel:first-child {
	margin: 0;
}
.nrelate_bty .nr_panel {
	margin-left: 10px;
}


/* RBBP Post Footer */
.rbbp-post-footer {
	min-width: 646px;
	min-height: 164px;
	background: url('images/background-paper-blue-646x199.jpg') no-repeat center;
	padding: 35px 50px 0 50px;
	text-align: center;
}



/* RBBP Columns */
.rbbp-section {
	margin-top: 50px;
}
.rbbp-section:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.rbbp-column {
	width: 475px;
	float: left;
}
.rbbp-column + .rbbp-column {
	margin-left: 50px;
}

.rbbp-column-content, .rbbp-column-sidebar {
	vertical-align: top;
	float: left;
}
.rbbp-column-content {
	width: 650px;
}
.rbbp-column-sidebar {
	width: 300px;
	margin-left: 50px;
}
.rbbp-column-sidebar > p, .rbbp-column-sidebar > img {
	margin-top: 35px;
}
.rbbp-column-sidebar > img {
	display: inline;
	text-align: center;
}
.rbbp-column-sidebar > :first-child {
	margin-top: 0;
}



/* RBBP Typography */
h1, h2, h3, h4 {
	color: #231f20;
	margin-bottom: 22px;
}
h1 {
	font-size: 34px;
	font-family: 'Pusekatt', 'Open Sans', Helvetica, sans-serif;
	line-height: 44px;
}
h2, h3{
	text-transform: uppercase;
}
h2 {
	font-size: 27px;
	font-family: 'Pusekatt', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 0.5px;
	line-height: 35px;
}
h2 .parenthetical {
	font-size: 17px;
	font-weight: 200;
	font-family: 'Open Sans', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 0;
	text-transform: none;
}
h3 {
	font-size: 28px;
	font-family: 'TheHandBold', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 1.1px;
	line-height: 23px;
}
h4 {
	font-size: 20px;
	font-weight: 200;
}
.rbbp-pusekatt {
	font-family: 'Pusekatt', 'Open Sans', Helvetica, sans-serif;
}
.rbbp-the-hand-bold {
	font-weight: normal;
	font-family: 'TheHandBold', 'Open Sans', Helvetica, sans-serif;
}
.rbbp-the-hand-bold.rbbp-font-size-29 {
	letter-spacing: 1px;
	line-height: 32px;
}
.rbbp-jenns-printing {
	font-family: 'JennsPrinting', 'Open Sans', Helvetica, sans-serif;
}
.rbbp-color-blue { color: #63c0b9 !important; }
.rbbp-color-green { color: #a7d077 !important; }
.rbbp-font-size-13 { font-size: 13px !important; line-height: 20px !important;}
.rbbp-font-size-15 { font-size: 15px !important;}
.rbbp-font-size-16 { font-size: 16px !important;}
.rbbp-font-size-17 { font-size: 17px !important; line-height: 27px !important; }
.rbbp-font-size-20 { font-size: 20px !important;}
.rbbp-font-size-24 { font-size: 24px !important;}
.rbbp-font-size-28 { font-size: 28px !important; line-height: 38px !important;}
.rbbp-font-size-29 { font-size: 29px !important; }
.rbbp-font-size-30 { font-size: 30px !important; }
.rbbp-font-size-36 { font-size: 36px !important; }
.rbbp-font-weight-light { font-weight: 200 !important; }
.rbbp-center { text-align: center !important; }
.rbbp-uppercase { text-transform: uppercase !important; }
.rbbp-light { font-weight: 300 !important; }
.rbbp-semibold { font-weight: 600 !important; }
.rbbp-bold { font-weight: bold; }
.rbbp-italic { font-style: italic !important; }
.rbbp-underline { text-decoration: underline !important; }
.rbbp-line-through {text-decoration: line-through !important;}
.rbbp-inline { display: inline !important; }
.rbbp-callout {
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
}
.rbbp-callout strong {
	font-weight: 600;
}
.rbbp-lead {
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
}
.rbbp-lead em {
	color: #63c1ba;
	font-style: normal;
	font-weight: 600;
}
.rbbp-lead strong {
	font-weight: 600;
}
.rbbp-lead em a {
	color: #63c1ba;
}
.rbbp-attribution {
	font-size: 14px;
}
.rbbp-nowrap {
	white-space: nowrap;
}


/* IMG */
.rbbp-center > a > img { display: inline !important; }
.rbbp-inline img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.rbbp-inline {
	display: inline !important;
}









/* RBBP Bullet Point */
.rbbp-bullet-point {
	padding-left: 58px;
	background: url('images/icon-large-circle-yellow.png') no-repeat left top;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	margin: 30px 0;
}
.rbbp-bullet-point strong {
	font-weight: 600;
}



/* RBBP Star Point */
.rbbp-star-point {
	padding-left: 64px;
	background: url('images/icon-large-star-yellow.png') no-repeat left top;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	margin: 40px 0;
}



/* RBBP Shooting Star Point */
.rbbp-shooting-star-point {
	min-height: 65px;
	padding-left: 64px;
	background: url('images/icon-large-shooting-star.png') no-repeat left top;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	margin: 40px 0;
}



/* RBBP Positioning */
.rbbp-clear { clear: both !important; }
.rbbp-center { text-align: center !important; }
.rbbp-margin-20-0 { margin: 20px 0 !important; }
.rbbp-margin-50-0 { margin: 50px 0 !important; }
.rbbp-margin-top-10 { margin-top: 10px !important; }
.rbbp-margin-top-15 { margin-top: 15px !important; }
.rbbp-margin-top-20 { margin-top: 20px !important; }
.rbbp-margin-top-30 { margin-top: 30px !important; }
.rbbp-margin-top-40 { margin-top: 40px !important; }
.rbbp-margin-top-50 { margin-top: 50px !important; }
.rbbp-margin-top-60 { margin-top: 60px !important; }
.rbbp-margin-right-0 { margin-right: 0 !important; }
.rbbp-margin-bottom-20 { margin-bottom: 20px !important; }
.rbbp-margin-bottom-25 { margin-bottom: 25px !important; }
.rbbp-margin-bottom-50 { margin-bottom: 50px !important; }
.rbbp-margin-center { margin: 0 auto !important; }
.rbbp-position-relative { position: relative !important; }
.rbbp-position-up-10 { top: -10px !important; }
.rbbp-position-left-236 { left: 236px !important; }
.rbbp-padding-5-percent { padding: 5% !important; }
.rbbp-padding-0-50 { padding: 0 50px; }
.rbbp-padding-7-0 { padding: 7px 0; }
.rbbp-padding-8-0 { padding: 8px 0; }
.rbbp-padding-15-17 { padding: 15px 17px !important; }
.rbbp-padding-15-23 { padding: 15px 23px !important; }
.rbbp-padding-20 { padding: 20px !important; }
.rbbp-padding-25-20 { padding: 25px 20px !important; }
.rbbp-padding-26 { padding: 26px !important; }
.rbbp-padding-30 { padding: 30px !important; }
.rbbp-padding-top-20 { padding-top: 20px !important; }
.rbbp-clearfix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.rbbp-nudge-7-up { margin-top: -7px; }
.rbbp-nudge-8-up { margin-top: -8px; }
.rbbp-nudge-18-up { margin-top: -18px; }
.rbbp-nudge-3-down { margin-top: 3px;}
.rbbp-nudge-4-down {margin-top: 4px;}
.rbbp-nudge-5-down { margin-top: 5px; }
.rbbp-nudge-12-down { margin-top: 12px; }
.rbbp-nudge-15-down { margin-top: 15px; }

.rbbp-nudge-2-up{margin-top:-2px;}
.rbbp-nudge-4-up{margin-top:-4px;}
.rbbp-nudge-6-down{margin-top:6px;}
.rbbp-nudge-9-down{margin-top:9px;}

/* RBBP Infusionsoft Forms */
iframe[src="https://gh105.infusionsoft.app/app/webTracking/websiteTriggerIframe"] {
	display: none;
}

.rbbp-infusionsoft-form ul {
	width: 80%;
	margin: 0 auto 20px auto;;
}
.rbbp-infusionsoft-form .infusion-field {
	line-height: 1.3;
	padding-bottom: 10px;
}
.rbbp-infusionsoft-form .infusion-field label {
	letter-spacing: 0.25px;
}
.rbbp-infusionsoft-form input[type="email"] {
	margin-bottom: 20px;
}
.rbbp-infusionsoft-form .infusion-option {
	display: block;
	margin-bottom: 20px;
}
.rbbp-infusionsoft-form .infusion-radio {
	margin-top: 10px;
}
.rbbp-infusionsoft-form .infusion-radio .infusion-option {
	margin-bottom: 0;
}
.rbbp-infusionsoft-form .infusion-option input[type="checkbox"] + label {
	line-height: 1;
}
.rbbp-infusionsoft-form .infusion-submit {
	padding: 20px 0 30px 0;
}
.rbbp-infusionsoft-form .infusion-submit button[type="submit"] {
	border: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

	width: 100px;
	height: 43px;
	background: url('images/button-sign-up.png');
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

/* RBBP Buttons */
.rbbp-button {
	cursor: pointer;
}
a.rbbp-button {
	color: #231f20 !important;
	text-decoration: none;
	text-transform: uppercase;
}
.rbbp-button-prompt-yellow {
	background: url('images/button-prompt-yellow-541x65.png');
	background-size: 100% 100%;
	padding: 5px 20px 5px 40px;
	font-weight: normal;
	font-size: 28px;
	font-family: 'TheHandBold', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 0.5px;
	word-spacing: 1.5px;
	white-space: nowrap;
}

/* RBBP Backgrounds */
.rbbp-background-position-right {
	background-position: right;
}
.rbbp-background-box-teal {
	background: url('images/background-box-teal-441x326.png');
	background-size: 100% 100%;
}
.rbbp-background-paper-blue {
	background: url('images/background-paper-blue-1000x420.jpg');
	background-size: 100% 100%;
}
.rbbp-background-textured-yellow {
/*	padding: 33px 20px; // TODO: move padding to container selector */
	background: url('images/background-textured-yellow-250x250.jpg');
}
.rbbp-background-textured-yellow-multiply {
	background: url('images/background-textured-yellow-multiply-300x69.jpg');
}
.rbbp-background-textured-blue {
	background: url('images/background-textured-blue-270x270.jpg');
}
.rbbp-background-textured-green {
	background: url('images/background-textured-green-270x270.jpg');
}
.rbbp-background-textured-teal {
	background: url('images/background-textured-teal-270x270.jpg');
}
.rbbp-background-textured-blue-half-circle {
	background: url('images/background-textured-blue-half-circle-270x270.jpg');
}
.rbbp-background-textured-green-half-circle {
	background: url('images/background-textured-green-half-circle-270x270.jpg');
}
.rbbp-background-textured-teal-half-circle {
	background: url('images/background-textured-teal-half-circle-270x270.jpg');
}


/* RBBP Decorations */
.rbbp-decoration {
	position: absolute;
	z-index: 1;
}

.rbbp-decoration-up-20 {
	top: -20px;
}

.rbbp-decoration-center {
	margin: 0 auto;
	left: 0;
	right: 0;
}



/* RBBP Containers */
.rbbp-background-paper-blue-vertical { // TODO: rename to indicate container with background
	min-width: 393px;
	min-height: 780px;
	background: url('images/background-paper-blue-473x820.jpg') no-repeat center;
	padding: 40px 40px 0 40px;
}
.rbbp-background-paper-blue-horizontal { // TODO: rename to indicate container with background
	min-width: 848px;
	min-height: 383px;
	background: url('images/background-paper-blue-1000x420.jpg') no-repeat center;
	padding-top: 37px;
}


/* RBBP Icons */
.rbbp-icon-large-circle-yellow {
	display: inline-block;
	width: 36px;
	height: 44px;
	background: url('images/icon-large-circle-yellow.png');
}
.rbbp-icon-large-star-yellow {
	display: inline-block;
	width: 49px;
	height: 48px;
	background: url('images/icon-large-star-yellow.png');
}
.rbbp-icon-large-shooting-star {
	display: inline-block;
	width: 43px;
	height: 65px;
	background: url('images/icon-large-shooting-star.png');
}



/* RBBP Horizontal rules */
.rbbp-content-horizontal-rule {
	width: 650px;
	height: 4px;
	background: url('images/horizontal-rule-650x4.png');
	margin: 40px 0;
	clear: both;
}
.rbbp-post-content-horizontal-rule {
	width: 1000px;
	height: 4px;
	background: url('images/horizontal-rule-blue-1000x4.png');
	margin: 50px 0;
	clear: both;
}
.rbbp-horizontal-rule-white {
	width: 100%;
	height: 1px;
	border-top: solid 1px white;
}



/* RBBP Lists */
ul.rbbp-list-stars-blue li {
	list-style-type: none;
	padding: 0;
	margin: 0;

	min-height: 21px;
	background: url('images/icon-star-blue.png') no-repeat left 4px;
	padding-left: 37px;
	margin-bottom: 15px;
}
ul.rbbp-list-stars-green li {
	list-style-type: none;
	padding: 0;
	margin: 0;

	min-height: 21px;
	background: url('images/icon-star-green.png') no-repeat left 4px;
	padding-left: 37px;
	margin-bottom: 15px;
}
ul.rbbp-list-stars-white li {
	list-style-type: none;
	padding: 0;
	margin: 0;

	min-height: 18px;
	background: url('images/icon-star-white.png') no-repeat left top;
	padding-left: 26px;
	margin-bottom: 15px;
}



/* RBBP Sidebar */
.sidebar ul, .rbbp-sidebar ul {
	line-height: 23px;
	padding: 0 23px 0 21px;
}



/* RBBP Testimonial */
.rbbp-testimonial {
	border: solid 2px #e4f0c9;
	padding: 40px 25px 25px 25px;
	font-size: 13px;
	line-height: 23px;
	position: relative;
}
.rbbp-testimonial:before {
	content: ' ';
	display: block;
	width: 179px;
	height: 43px;
	background: url('images/label-success-story.png');
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -89px;
}
.rbbp-testimonial .rbbp-attribution {
	font-size: 14px;
}
.rbbp-testimonial .rbbp-attribution .rbbp-name {
	font-weight: 600;
}
.rbbp-testimonial .rbbp-attribution a {
	color: #a7d077;
	font-style: italic;
	text-decoration: underline;
}
* + .rbbp-testimonial {
	margin-top: 60px;
}

/* Buckets */
.rbbp-bucket-praise {
        border: solid 2px #e4f0c9;
        padding: 40px 25px 25px 25px;
        font-size: 13px;
        line-height: 23px;
        position: relative;
}
.rbbp-bucket-praise:before {
        content: ' ';
        display: block;
        width: 93px;
        height: 43px;
        background: url('images/button-praise.png');
        position: absolute;
        top: -23px;
        left: 50%;
        margin-left: -46px;
}
.rbbp-bucket-praise .rbbp-attribution {
        font-size: 14px;
}
.rbbp-bucket-praise .rbbp-attribution .rbbp-name {
        font-weight: 600;
}
.rbbp-bucket-praise .rbbp-attribution a {
        color: #a7d077;
        font-style: italic;
        text-decoration: underline;
}
* + .rbbp-bucket-praise {
        margin-top: 60px;
}




/* RBBP Disclosure indicator */
.rbbp-disclosure-indicator {
	font-style: italic;
}
.rbbp-disclosure-indicator-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 3px;
}
.rbbp-disclosure-indicator-icon.rbbp-icon-blue {
	background: url('images/icon-disclosure-indicator-blue.png');
}
.rbbp-disclosure-indicator-icon.rbbp-icon-green {
	background: url('images/icon-disclosure-indicator-green.png');
}



/* RBBP Panels */
.rbbp-panel-container {
	text-align: center;
}
.rbbp-panel {
	width: 270px;
	height: 270px;
	border: 5px solid #ffffff;
	display: inline-block;
	vertical-align: top;
	margin: 0 18px;
	position: relative;
}
.rbbp-panel h3 {
	font-family: 'TheHandBold', 'Open Sans', Helvetica, sans-serif;
	text-transform: uppercase;
}
.rbbp-panel h3 em {
	font-style: normal;
	font-family: 'Pusekatt', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 1px;
}
.rbbp-panel a {
	color: black !important;
}



/* RBBP Kit Promo */
.rbbp-post-footnote {
	font-style: italic;
}
.rbbp-post-footnote img {
	width: 150px;
	float: left;
	margin-right: 50px;
	position: relative;
	top: 7px;
}
.rbbp-post-footnote div {
	padding-left: 200px;
}



/* RBBP Funnels */
.rbbp-funnels {
	min-height: 383px;
	background: url('images/background-paper-blue-1000x420.jpg') no-repeat center;
	padding: 37px 76px 0 76px;
}
.rbbp-funnels:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.rbbp-funnel {
	float: left;
	margin: 0 18px 0 17px;
	text-align: center;
	position: relative;
}
.rbbp-funnel a {
	display: block;
	margin-top: 32px;
}
.rbbp-funnel h2 {
	font-size: 20px;
	font-weight: 300;
	padding: 45px 0 35px 0;
}
.rbbp-funnel .rbbp-panel {
  margin: 0;
}
.rbbp-funnel-craft .rbbp-panel {
	background: url('images/feature-panel-background-blue.jpg') center bottom no-repeat;
}
.rbbp-funnel-craft .rbbp-panel h3 {
	padding-top: 74px;
	font-size: 28px;
	letter-spacing: 3px;
	line-height: 38px;
}
.rbbp-funnel-grow .rbbp-panel {
	background: url('images/feature-panel-background-green.jpg') center bottom no-repeat;
}
.rbbp-funnel-grow .rbbp-panel h3 {
	padding-top: 64px;
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 32px;	
}
.rbbp-funnel-work .rbbp-panel {
	background: url('images/feature-panel-background-teal.jpg') center bottom no-repeat;
}
.rbbp-funnel-work .rbbp-panel h3 {
	padding-top: 75px;
	font-size: 28px;
	letter-spacing: 3px;
	line-height: 34px;
}
.rbbp-funnel img {
	display: inline;
	position: absolute;
}
.rbbp-funnel-craft img {
	bottom: 211px;
	left: 90px;
}
.rbbp-funnel-grow img {
	bottom: 222px;
	left: 107px;
}
.rbbp-funnel-work img {
	bottom: 229px;
	left: 74px;
}



/* RBBP Mentions */
.rbbp-mentions {
	padding: 50px 25px;
	font-size: 36px;
	text-align: center;
}
.rbbp-mentions img {
	margin: 25px 20px 0 20px;
	display: inline;
}



/* RBBP SlideDeck */
.rbbp-slide-deck {
  padding: 50px 50px 0 50px;
}



/* RBBP Blog query box */
.rbbp-query-box-container {
	margin-top: 39px;
}
.rbbp-query-box-container.rbbp-recent-posts::before {
	content: 'Recent Posts';
	display: block;
	color: #80aab0;
	font-size: 27px;
	font-family: 'Pusekatt';
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 35px;
	margin-bottom: 9px;
}
.rbbp-query-box-header {
	line-height: 35px;
}
.rbbp-query-box-header h2 {
	color: #80aab0;
	display: inline-block;
}
.rbbp-query-box-header a {
	color: #231f20;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	float: right;
}
.rbbp-query-box-header a img {
	display: inline;
	position: relative;
	top: 4px;
	margin-left: 3px;
}
.sidebar .query_box {
	background: url('images/horizontal-rule-300x5.png') no-repeat;
	padding-top: 12px;
	font-size: 12px;
}
.sidebar .query_box .thumb {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	top: 4px;
}
.sidebar .query_box .headline, .sidebar .query_box .post_date {
	padding-left: 120px;
}
.sidebar .query_box .headline {
	color: #80aab0;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 0.5px;
	line-height: 19px;
	text-transform: uppercase;
}
.sidebar .query_box .headline a {
	color: #80aab0;
}
.sidebar .query_box .post_date {
	color: #a2a4a7;
	font-style: italic;
	letter-spacing: 0;
	text-transform: none;
	display: block;
	margin-top: 11px;
}



/* RBBP Form */
.rbbp-form {
	padding: 18px 23px 0 26px;
}
.rbbp-form-field {
	margin-top: 13px;
}
.rbbp-form-field label {
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.rbbp-form-field input {
	border: none;
	background: none;
	font-size: 13px;
	float: right;
}
.rbbp-form-field input:focus {
	outline: none;
}
.rbbp-form-field-first-name {
	background: url('images/horizontal-rule-black-169x4.png') no-repeat right bottom;
	background-size: 169px;
}
.rbbp-form-field-first-name input {
	width: 169px;
}
.rbbp-form-field-last-name {
	background: url('images/horizontal-rule-black-173x5.png') no-repeat right bottom;
	background-size: 173px;
}
.rbbp-form-field-last-name input {
	width: 173px;
}
.rbbp-form-field-email {
	background: url('images/horizontal-rule-black-201x5.png') no-repeat right bottom;
	background-size: 201px;
}
.rbbp-form-field-email input {
	width: 201px;
}
.rbbp-button-sign-up {
	width: 100px;
	height: 43px;
	border: none;
	background: none;
	display: block;
	margin: 18px auto 0 auto;
}
.rbbp-form-footer {
	padding: 6px 35px;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	text-align: center;
	margin-top: 18px;
}



/* RBBP Download forms */
.rbbp-download {
	background: url('images/background-textured-yellow-250x250.jpg');
	position: relative;
}
.rbbp-download-decoration {
	position: absolute;
	z-index: 1;
}
.rbbp-download form {
	padding: 0 23px 0 26px;
}
.rbbp-download-field {
	margin-top: 13px;
}
.rbbp-download-field label {
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.rbbp-download-field input {
	border: none;
	background: none;
	font-size: 13px;
	float: right;
}
.rbbp-download-field input:focus {
	outline: none;
}
.rbbp-download-first-name {
	background: url('images/horizontal-rule-black-169x4.png') no-repeat right bottom;
	background-size: 169px;
}
.rbbp-download-first-name input {
	width: 169px;
}
.rbbp-download-last-name {
	background: url('images/horizontal-rule-black-173x5.png') no-repeat right bottom;
	background-size: 173px;
}
.rbbp-download-last-name input {
	width: 173px;
}
.rbbp-download-email {
	background: url('images/horizontal-rule-black-201x5.png') no-repeat right bottom;
	background-size: 201px;
}
.rbbp-download-email input {
	width: 201px;
}
.rbbp-button-sign-up {
	width: 100px;
	height: 43px;
	border: none;
	background: none;
	display: block;
	margin: 18px auto 0 auto;
}
.rbbp-download-footer {
	background: url('images/background-textured-yellow-multiply-300x69.jpg');
	padding: 6px 35px;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	margin-top: 18px;
}



/* RBBP Play sheets download form */
.rbbp-download-decoration-rbbp {
	top: 38px;
	left: 8px;
}
.text_box + .text_box .rbbp-download-decoration-rbbp {
	top: 463px;
}
.rbbp-download-rbbp {
	padding-top: 158px;
}



/* RBBP RBBIZ downloads form */
.rbbp-download-decoration-rbbiz {
	top: 31px;
	left: 6px;
}
.rbbp-download-rbbiz {
	padding-top: 178px;
}



/* RBBP Praise */
.rbbp-praise {
	border: solid 2px #e4f0c9;
	padding: 25px;
	line-height: 23px;
	margin-top: 66px;
}
.rbbp-praise img {
	margin: 0 auto -38px auto;
	position: relative;
	top: -48px;
}



/* RBBP Mentorship */
.rbbp-mentorship-hero iframe {
	border: solid 5px white;
	position: absolute;
	top: 358px;
	left: 582px;
}



.rbbp-header-decoration {
	position: absolute;
	top: 102px;
	left: 847px;
}
.rbbp-bubble-yellow {
	width: 113px;
	height: 63px;
	background: url('images/bubble-yellow.png') no-repeat center;
	font-size: 19px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	padding: 60px 40px;
}

.rbbp-border-bubble-163x42 {
	width: 163px;
	height: 42px;
	background: url('images/border-bubble-163x42.png');
	text-align: center;
}

.rbbp-price-bubble {
	width: 163px;
	height: 42px;
	background: url('images/border-bubble-163x42.png');
	font-size: 30px;
	font-family: 'TheHandBold', Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
	line-height: 42px;
	text-align: center;
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -81px;
}

/*** RBBP RX ***/

body.rx {
	width: 100%;
}

.rx-landing-page .shiftnav-toggle, .rx-landing-page .shiftnav-main-toggle-content {
	display: none;
}

/* RX FONTS */
.rbbp-font-size-13 { font-size: 13px !important; line-height: 20px !important;}
.rbbp-font-size-15 { font-size: 15px !important;}
.rbbp-font-size-16 { font-size: 16px !important;}
.rbbp-font-size-17 { font-size: 17px !important; line-height: 27px !important; }
.rbbp-font-size-20 { font-size: 20px !important;}
.rbbp-font-size-24 { font-size: 24px !important;}
.rbbp-font-size-28 { font-size: 28px !important; line-height: 38px !important;}
.rbbp-font-size-29 { font-size: 29px !important; }
.rbbp-font-size-30 { font-size: 30px !important; }
.rbbp-font-size-36 { font-size: 36px !important; }

.rbbp-font-size-19 { font-size: 19px !important; }
.rbbp-font-size-21 { font-size: 21px !important; }
.rbbp-font-size-33 { font-size: 33px !important; }
.rbbp-font-size-34 { font-size: 34px !important; }
.rbbp-font-size-40 { font-size: 40px !important; }

/* RX FORMS */

.rx form {
	width: 60%;
	margin: 0 auto;
}

.rx form label {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}

.rx form input {
	padding: 5px 10px;
	font-size: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.rx form label + input {
	width: 100%;
	display: block;
}

.rx form input[type=text] + label {
	display: block;
	margin-top: 5px;
}

/* RX HEADINGS */
.rx h1, .rx h2, .rx h3, .rx h4, .rx h5 {
	margin-bottom: 10px;
}

.rx h2 {
	font-size: 32px;
	line-height: 1.4;
}

.rx h3 {
	font-size: 30px;
	line-height: 1.2;
}

.rx h4 {
	font-size: 18px;
}

/* RX CONTAINERS */
.rx .bucket {
	margin-top: 50px;
}

.rx .bucket + * {
	margin-top: 50px;
}

.rx .container {
	font-size: 18px;
	line-height: 1.8;
}

.rx .container {
	width: 100%;
	max-width: 900px;
}

.rx .menu > .menu-item > a {
	width: 150px;
}

.rx .menu .sub-menu li {
	width: 130px;
}

.rx .post_box .headline_area::after {
	width: 100%;
}

.rx .comment_form_title::after {
	width: 100%;
}

.rx .post_content > :first-child {
	margin-top: 0 !important;
	margin-bottom: 20px;
}

.rx p {
	margin: 20px 0;
}

.rx .text_box {
	padding: 50px;
}

/* RX SIDEBAR */
.rx .sidebar {
	padding: 30px;
}

.rx .sidebar > div {
	width: 26%;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}

/* RX RBBP */
.rx .rbbp-attribution {
	font-size: 16px;
	margin-top: 5px;
}

.rx .rbbp-attribution + p {
	margin-top: 25px;
}

.rx .rbbp-funnels {
	background-size: 100% 100%;
	padding: 30px 25px;
	text-align: center;
}

.rx .rbbp-funnel {
	float: none;
	width: 29%;
	margin-left: 4%;
	margin-right: 0;
	display: inline-block;
}

.rx .rbbp-funnel:first-child {
	margin-left: 0;
}

.rx .rbbp-funnel .rbbp-panel {
	width: 100%;
	height: 250px;
}

.rx .rbbp-funnel .rbbp-panel img {
	position: relative;
	left: auto;
	bottom: 20px;
}

.rx .rbbp-funnel .rbbp-panel h3 {
	font-size: 24px;
	line-height: 30px;
	padding-top: 0;
	position: relative;
	bottom: 20px;
}

.rx .rbbp-header, .rx .rbbp-css-header {
	padding: 0;
}

.rx .rbbp-header-decoration {
	top: 72px;
	left: 656px;
}

.rx .rbbp-jumbotron {
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 20px;
}

.rx .rbbp-jumbotron > div {
	display: inline-block;
}

.rx .rbbp-jumbotron .rbbp-left, .rx .rbbp-jumbotron .rbbp-right {
	vertical-align: top;
}

.rx .rbbp-jumbotron .rbbp-left > *, .rx .rbbp-jumbotron .rbbp-right > * {
	display: block;
	margin: 25px auto 0 auto;
}

.rx .rbbp-jumbotron .rbbp-left > :first-child, .rx .rbbp-jumbotron .rbbp-right > :first-child {
	margin-top: 0;
}

.rx .rbbp-jumbotron .rbbp-left {
	width: 33%;
}

.rx .rbbp-jumbotron .rbbp-right {
	width: 50%;
	margin-left: 20px;
}

.rx .rbbp-horizontal-rule, .rx .rbbp-content-horizontal-rule, .rx .rbbp-post-content-horizontal-rule {
	width: 100%;
	height: 4px;
	background: url('images/horizontal-rule-blue-1000x4.png');
	margin: 50px 0;
	clear: both;
}

.rx ul.rbbp-list-stars-white li {
	background-position-y: 7px;
}

.rx .rbbp-social-links + .rbbp-mentions {
	padding-top: 10px;
}

.rx .rbbp-post-footer {
	min-width: initial;
	min-height: initial;
	width: auto;
	background-size: contain;
}

.rx .rbbp-praise {
	padding: 50px;
	line-height: 1.5;
}

.rx .rbbp-praise img {
	top: -75px;
}

.rx .rbbp-left-40, .rx .rbbp-left-40-or-100, .rx .rbbp-left-40-or-hide {
	width: 35%;
	margin-right: 5%;
	margin-bottom: 10px;
	display: block;
	float: left;
}

.rx .rbbp-right-40, .rx .rbbp-right-40-or-100, .rx .rbbp-right-40-or-hide {
	width: 35%;
	margin-left: 5%;
	margin-bottom: 10px;
	display: block;
	float: right;
}

.rx .rbbp-left-50, .rx .rbbp-left-50-or-100, .rx .rbbp-left-50-or-hide {
	width: 45%;
	margin-right: 5%;
	margin-bottom: 10px;
	display: block;
	float: left;
}

.rx .rbbp-right-50, .rx .rbbp-right-50-or-100, .rx .rbbp-right-50-or-hide {
	width: 45%;
	margin-left: 5%;
	margin-bottom: 10px;
	display: block;
	float: right;
}

.rx .rbbp-social-links {
	text-align: center;
}

.rx .rbbp-social-links img {
	display: inline;
}

/* RX MEDIA QUERIES */
@media (max-width:900px) {
	.rx .rbbp-funnel .rbbp-panel h3 {
		font-size: 20px;
	}

	.rx .rbbp-funnel h4 {
		font-size: 16px;
	}

	.rx .rbbp-header a, .rx .rbbp-header-decoration {
		display: none;
	}

	.rx .sidebar > div {
		width: 44%;
	}
}

@media (max-width:700px) {
	.rx .rbbp-funnel {
		width: 270px;
		margin: 20px auto;
		display: block;
	}

	.rx .rbbp-funnel:first-child {
		margin-left: auto;
	}

	.rx .rbbp-jumbotron {
		padding: 50px;
	}

	.rx .rbbp-jumbotron .rbbp-left, .rx .rbbp-jumbotron .rbbp-right {
		width: auto;
		display: block;
	}

	.rx .rbbp-jumbotron .rbbp-right {
		margin-top: 20px;
		margin-left: 0;
	}

	.rx .sidebar > div {
		width: 100%;
	}
}

@media (max-width:600px) {
	.rx form {
		width: 100%;
	}

	.rx .container {
		max-width: 600px;
	}

	.rx .post_content, .rx .text_box {
		padding: 25px 10px;
	}

	.rx .rbbp-padding-0-50 {
		padding: 0 10px;
	}

	.rx .rbbp-praise {
		padding: 25px;
	}

	.rx .rbbp-praise img {
		top: -50px;
	}

	.rx .rbbp-right-40-or-100, .rx .rbbp-right-50-or-100 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 25px;
		float: none;
	}

	.rx .rbbp-right-40-or-hide, .rx .rbbp-right-50-or-hide {
		display: none;
	}
}
