/*
	Theme Name: Centric Theme
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.3

	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, premise-landing-page

	Template: genesis
	Template Version: 2.0.2

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

/* Table of Contents

	- Importshttp://storybrand.com/wp-content/uploads/2014/06/vid-bg-darker.jpg

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */




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

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

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

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

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

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

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

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


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

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

body {
	background-color: #fff;
	color: #30303C;
	font-family: "freight-text-pro",sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.8;
	overflow-x:hidden;
}

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

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

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

a {
	font-family: 'brandon-grotesque', sans-serif;
	color: #1acb97;
	text-decoration: none;
}

a:hover {
	color: #72ddb2;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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

.right{
	float: right;
}

.left{
	float: left;
}

label{
	display: inline-block;
	padding-bottom: 0px;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
}



.center {
	text-align:center;
}

.time-list{
	font-family: 'brandon-grotesque', sans-serif;
}

.brandon-font{
	font-family: 'brandon-grotesque', sans-serif;
}

.time-stamp{
	font-family: 'brandon-grotesque', sans-serif;
	color: #444;
	font-size:1.05rem;
	margin-bottom: -30px !important;
	font-weight:400;
}

.time-title{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.4rem;
	display: inline;
	font-weight:600;
	text-align:center;
	color: #444;
}

.pdf-title{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.4rem;
	display: inline;
	padding:20px 0 20px 0;
	font-weight:600;
	text-align:center;
	color: #444;
}

.pdf-title-workshop{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:2.2rem;
	display: inline;
	padding:20px 0 20px 0;
	line-height:140%;
	font-weight:600;
	text-align:center;
	color: #6a6a6a;
}

.pdf-title-workshop a{
	font-family: 'brandon-grotesque', sans-serif;
}

.workshop-date-container {
	background-color:#fff;
	padding:40px 10px;
	border-radius:8px;
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}


/* Book Don Page
---------------------------------------------------------------------------------- */

.page-id-6005 .button-header{
	display:none !important;
}

.page-id-6005 #tpbr_topbar {
	display:none;
}


.page-id-6005 .site-header{
	margin-top: -46px;
}

.page-id-6005 .site-inner{
	margin-top: 0px !important;
}

.page-id-6005 p{
	font-family: 'brandon-grotesque', sans-serif;
    	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	font-weight: 500;
	color:#797979;
	line-height: 130%;
	padding-top:0px;
	padding-bottom:0px;
	font-size:28px;
	font-size:1.4rem;
	line-height: 160%;
	letter-spacing:1px;
}

.page-id-6005 .featured-image{
	 height: 600px;
}

.button-green-book-don {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	opacity:1.4;
	font-family:'brandon-grotesque', sans-serif;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1.2rem !important;
	font-weight: 900;
	display: inline-block;
	letter-spacing: 4px;
	line-height: 1;
	padding: 22px 32px;
	white-space:nowrap;
	text-align: center;
	width:100%;
}

.book-don-title-container{
	padding:40px;
	border-radius:8px 8px 0px 0px;
	background-color:#e4ecf5;
}

.book-don-form-container{
	padding:40px;
	border-radius:0px 0px 8px 8px;
	background-color:#fff;
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.book-don-form-title{
	font-family: 'brandon-grotesque', sans-serif;
    	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	font-weight: 500;
	color:#727588;
	line-height: 130%;
	padding-top:0px;
	padding-bottom:0px;
	font-size:28px;
	font-size:1.8rem;
	line-height: 160%;
	letter-spacing:1px;
}

/* Staff Confusion Fix-It Kit Download Page
---------------------------------------------------------------------------------- */

.page-id-9101 .site-inner{
	margin-top: 0px;
}


/* Guide Page
---------------------------------------------------------------------------------- */

.page-id-6341 #tpbr_topbar {
	display:none;
}

.page-id-6341 .site-header{
	margin-top: -46px;
}

.page-id-6341 .featured-image {
    margin-top: -156px;
}

.page-id-6341 .site-inner{
	margin-top:-50px;
}

.page-id-6341 .site-header{
	display:none;
}

.page-id-6341 .home-sub-text {
	font-size: 1.4rem;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
    	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1px;
	color: #fff;
}

.button-guide-w {
	background: #63be93;
    	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(98%, #f1f1f1));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #ffffff 0%, #f0edfe 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 4px;
	color: rgb(100, 100, 100);
	cursor: pointer;
	font-size: .9rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 4px;
	line-height: 1;
	padding: 24px 36px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.button-guide-w:hover {
	color: rgb(100, 100, 100);
}

.page-id-6341 .full-width-block-interior-online{
	padding: 20px 0px 50px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.online-headline-guide{
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
    	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	line-height: 140% !important;
	padding:180px 20px 20px 0px;
	text-align:left;
	font-size:40px;
	max-width:710px;
	font-size:3.2rem;
	line-height: 1.4;
	letter-spacing:4px;
	margin: 0 0 0px;
}


.sub-title-guide {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: #fff;
    line-height: 200% !important;
    padding-top: 0px;
    font-style: italics;
    padding-bottom: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 2px;
    margin: 0 0 0px;
}

.button-white-stroke-guide {
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom:60px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1;
	padding: 19px 24px;
	white-space:nowrap;
	text-align: center;
}

.button-white-stroke-guide:hover{
	background-color: rgba(255, 255, 255, 0.4);
	color:#fff;
}
.guide-header-icons{
	padding-right:0px;
	padding-top:0px;
}

.guide-top-icon-container-1 {
	margin:0 auto;
	background-color: #4c6e7d;
	min-height: 142px;
}

.guide-top-icon-container-2 {
	margin:0 auto;
	background-color: #406271;
	min-height: 142px;
}

.guide-top-icon-container-3 {
	margin:0 auto;
	background-color: #4c6e7d;
	min-height: 142px;
}

.guide-top-icon-one-third-1 {
	width:34%;
	float: left;
	margin:0 auto;
}

.guide-top-icon-one-third-2 {
	width:32%;
	float: left;
	padding-left: 40px;
	margin:0 auto;
}

.guide-top-icon-one-third-3 {
	width:34%;
	float: left;
	margin:0 auto;
}

.guide-top-icon-margins-1 {
	margin: 0 auto;
	width:70%;
	padding-top: 36px;
}

.guide-top-icon-margins-2 {
	margin: 0 auto;
	width:70%;
	padding-top: 36px;
}

.guide-top-icon-margins-3 {
	margin: 0 auto;
	width:70%;
	padding-top: 36px;
}

.guide-color-bg-light{
	color:#ffffff !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	letter-spacing:1px;
}

.guide-color-bg-light-sub{
	color:#c9fff8 !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	letter-spacing:1px;
}

.icon-body-guide-light {
	font-family: 'brandon-grotesque', sans-serif;
    	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	font-weight: 500;
	color:#797979;
	line-height: 130%;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.2rem;
	line-height: 160%;
	letter-spacing:1px;
	margin: 0 0 0px;
}

.about-guide-text {
	color: #5a5a5a;
    	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	font-size:1.4rem;
	font-weight: 400;
    	letter-spacing: .5px;
	font-family: 'brandon-grotesque', sans-serif;
}

.about-guide-text a {
	font-size:1.4rem;
	font-weight: 400;
    	letter-spacing: .5px;
	font-family: 'brandon-grotesque', sans-serif;
}


.guide-color-bg{
	background: -webkit-linear-gradient(left top,rgba(32, 112, 136, 0.97),rgba(57, 105, 146, 0.97) 50%,rgba(19, 62, 93, 0.97));
    	background: linear-gradient(to bottom right, rgba(32, 112, 136, 0.97), rgba(57, 105, 146, 0.97) 49.58%, rgba(19, 62, 93, 0.97));
}

.guide-color-bg-2{
background: -webkit-linear-gradient(top,rgba(112, 200, 227),rgba(75, 142, 167, 0.97) 50%,rgba(27, 72, 138, 0.97));
    	background: linear-gradient(to bottom, rgba(112, 200, 227, 0.97), rgba(75, 142, 167, 0.97), rgba(27, 72, 138, 0.97) 49.58%,);
}

.guide-light-b-bg {
	background: #1acb97 !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #79a4c5 0%, #15d4b6 40%, #5bb4bd 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #79a4c5), color-stop(98%, #5bb4bd)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #79a4c5 0%, #5bb4bd 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #79a4c5 0%, #5bb4bd 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #79a4c5 0%, #5bb4bd 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #79a4c5 0%, #5bb4bd 98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#79a4c5', endColorstr='#5bb4bd', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
}

.gf-add-placeholder .page-id-6431{
	display:none;
}

.online-title-guide {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#174954;
    	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:2rem;
	line-height: 2.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.online-title-guide-light {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#dae5ee;
	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:2rem;
	line-height: 2.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.online-sub-title-guide {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#174954;
	-webkit-font-smoothing: antialiased;
    	-moz-font-smoothing: antialiased;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:26px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.guide-paid-container{
	padding:40px;
	border-radius:8px;
	background-color:#fff;
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.guide-form-title-container{
	padding:40px;
	border-radius:8px 8px 0px 0px;
	background-color:#e4ecf5;
}


.guide-form-container{
	padding:40px;
	border-radius:0px 0px 8px 8px;
	background-color:#fff;
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.guide-money{
	color:#45ba92;
	font-family: 'brandon-grotesque', sans-serif;
}

.hr-guide-paid-list {
	display: block;
	height: 1px;
   	border: 0; border-top: 1px solid #ebebef;
	margin: 1em 0;
	padding: 0;
}

.hr-guide-title {
	display: block;
	height: 1px;
   	border: 0; border-top: 1px solid #ebebef;
	margin: 2em 0;
	padding: 0;
}
.hr-guide-title-light {
	display: block;
	height: 1px;
   	border: 0; border-top: 1px solid #3c7f9c;
	margin: 2em 0;
	padding: 0;
}

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

	.page-id-3988 .online-button,
	.page-id-2155 .online-button {
		width:100%;
		padding:26px;
	}
	.page-id-2155 .featured-text-interior{
		font-size:2em;
		height: 350px;
	}
	.page-id-2155 .featured-text{
    		padding-top: 5.2em !important;
	}
	.page-id-2155 .featured-image{
		height:350px;
	}

	.icon-body-guide-light {
		text-align:left;
	}


	.online-headline-guide{
		padding:180px 0px 20px 0px;
		font-size:1.7rem;
		font-weight:600;
	}

	.sub-title-guide {
		font-size:1.4rem;
		padding-left:0px;
	}

	.page-id-6341 .full-width-block-interior-online{
		width: 84%;
	}
}


/* Private Workshop
---------------------------------------------------------------------------------- */

.page-id-123 .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	padding-right:20px !important;
	font-size:1.4rem !important;
}

.page-id-123 .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	text-align:left;
}

.page-id-123 #tpbr_topbar {
	display:none;
}


.page-id-123 .site-header{
	margin-top: -46px;
}

.page-id-123 .featured-image {
    margin-top: -156px;
}

.page-id-123 .site-inner{
	margin-top:-50px;
}

.page-id-123 .site-header{
	display:none;
}

.page-id-123 .online-headline{
	padding-bottom:0px;
}

body.page-id-123{
	font-family: 'brandon-grotesque', sans-serif;
	letter-spacing:1px;
}


/* Affiliate Area
---------------------------------------------------------------------------------- */

#text-10{
	float: right;
	text-align: right;
	padding-top: 30px;
	width: 740px;
}

.page-id-2554 #tpbr_topbar {
	display:none;
}


.page-id-2554 .site-header{
	margin-top: -46px;
}

.page-id-2554 .featured-image {
    margin-top: -156px;
}

.page-id-2554 .site-header {
    display:none;
}

.page-id-6128 #tpbr_topbar {
	display:none;
}

.page-id-6128 .site-header{
	margin-top: -46px;
}

.page-id-6128 .featured-image {
    margin-top: -156px;
}

.page-id-6128 .site-header {
    display:none;
}

.page-id-2732 .site-header {
    display:none;
}

.page-id-2732 .featured-text{
    padding-top: 3.1em;
}

.page-id-2732 .featured-text-interior {
	font-size: 2.4rem;
}

.page-id-2732 .featured-image {
	height: 280px;
}

.page-id-4500 .site-header {
    display:none;
}

.page-id-4500 .featured-text{
    padding-top: 3.2em;
}

.page-id-4500 .featured-text-interior {
	font-size: 2.4rem;
}

.page-id-4500 .featured-image {
	height: 280px;
}

.page-id-2338 #tpbr_topbar {
	display:none;
}

.page-id-2338 .site-header{
	margin-top: -46px;
}

.page-id-5697 .site-header {
    display:none;
}

.page-id-5697 #tpbr_topbar {
	display:none;
}

.page-id-5697 .featured-image {
    margin-top: -220px;
}

.page-id-5188 #tpbr_topbar {
	display:none;
}

.page-id-5188 .site-header{
	margin-top: -46px;
}

.page-id-5188 .featured-image {
    margin-top: -156px;
}

.page-id-5188 .featured-text-interior{
	font-size: 2em;
}


.page-id-5188 .site-header{
	display: none;
}

.page-id-5177 #tpbr_topbar {
	display:none;
}

.page-id-5177 .site-header{
	margin-top: -46px;
}

.page-id-5177 .featured-image {
    margin-top: -156px;
}

.page-id-5177 .featured-text-interior{
	font-size: 2em;
}


.page-id-5177 .site-header{
	display: none;
}

.page-id-5197 #tpbr_topbar {
	display:none;
}

.page-id-5197 .site-header{
	margin-top: -46px;
}

.page-id-5197 .featured-image {
    margin-top: -156px;
}

.page-id-5197 .featured-text-interior{
	font-size: 2em;
}

.page-id-5197 .site-header{
	display: none;
}

.page-id-7764 #tpbr_topbar {
	display:none;
}

.page-id-7764 .site-header{
	margin-top: -46px;
}

.page-id-7764 .featured-image {
    margin-top: -156px;
}

.page-id-7764 .featured-text-interior{
	font-size: 2em;
}

.page-id-7764 .site-header{
	display: none;
}

.page-id-5525 #tpbr_topbar {
	display:none;
}

.page-id-9264 #tpbr_topbar {
	display:none;
}

.page-id-9264 .featured-image{
	margin-top: -250px;
}

.page-id-5525 .site-header{
	margin-top: -46px;
}

.page-id-5525 .featured-image {
    margin-top: -156px;
}

.page-id-5525 .featured-text-interior{
	font-size: 2em;
}

.page-id-5525 .site-header{
	display: none;
}

.page-id-2559 #tpbr_topbar {
	display:none;
}

.page-id-2559 .site-header{
	margin-top: -43px;
}

.page-id-2559 .featured-image {
    margin-top: -156px;
}

.page-id-7376 #tpbr_topbar {
	display:none;
}

.page-id-7376 .site-header{
	display:none;
}

.page-id-7376 .featured-image {
	margin-top:-220px;
}

.page-id-6964 #tpbr_topbar {
	display:none;
}

.page-id-6964 .site-header{
	display:none;
}

.page-id-6964 .featured-image {
	margin-top:-220px;
}

.page-id-6964 .site-inner {
	margin-top:-48px;
}

.page-id-8529 #tpbr_topbar {
	display:none;
}

.page-id-8529 .site-header{
	display:none;
}

.page-id-8529 .featured-image {
	margin-top:-220px;
}

.page-id-8529 .site-inner {
	margin-top:-48px;
}

.page-id-9221 #tpbr_topbar {
	display:none;
}

.page-id-9221 .site-header{
	display:none;
}

.page-id-9221 .featured-image {
	margin-top:-220px;
}

.page-id-9221 .site-inner {
	margin-top:-48px;
}

.page-id-4436 #tpbr_topbar, .page-id-4548 #tpbr_topbar{
	display:none;
}

.page-id-4436 .site-header, .page-id-4548 .site-header{
	margin-top: -43px;
}


.page-id-2338 .button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, 0.95);
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 3px;
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	text-transform:uppercase;
	font-size: 1.2rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 5px;
	line-height: 1;
	padding: 24px 48px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.page-id-4328 .site-header {
    display:none;
}

.page-id-4328 #tpbr_topbar {
	display:none;
}

.page-id-2338 .button:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	display: inline-block;
	padding: 20px 20px 20px 0px;
	margin-top: 20px !important;
}

.page-id-2338 li a {
	background:none;
	color:#1acb97;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	font-size:1.1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #1acb97;
	padding: 10px 20px;
	border-radius:3px;
}

.page-id-2338 li.active a {
	background:#1acb97;
	padding: 10px 20px;
	border-radius:3px;
	color:#fff;
}

.page-id-2338 li a:hover {
	background:#1acb97;
	padding: 10px 20px;
	border-radius:3px;
	color:#fff;
}

#affwp-affiliate-dashboard h4, #affwp-graphs-filter {
	margin-bottom:40px !important;
	text-align: center;
	border-bottom:4px solid #ccc;
	padding: 20px 20px;
	font-size: 1.6rem;
	color:#212121;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.affwp-campaign-wrap {
	display:none;
}

.sb-affiliate-link {
	background-color: #f5f5f5;
	border-radius:3px;
	padding:40px;
	color:#1acb97;
	font-size: 1.6rem;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	word-wrap: break-word;
}

/* New Dynamic StoryBrand Dashboard
---------------------------------------------------------------------------------- */

.page-id-9702 .site-header {
    display:none !important;
}

.page-id-9702 #tpbr_topbar {
    display:none;
}

.page-id-9702 .site-inner{
    margin-top: -44px !important;
}

/* Webinar Page - WCRB
---------------------------------------------------------------------------------- */


.page-id-6205 .site-header {
	display:none !important;
}

.page-id-6205 .webinar-icon {
	padding-top:0px;
	margin-top:-80px;
}

.webinar-form-container {
	padding:40px;
	background-color:#fff;
	border-radius: 6px;
	color:#444 !important;
}

.wts-form-wrapper {
	position: relative;
    margin: 0 auto;
    display: block;
}

.webinar-form-bg {
	background: #76ddce !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #76ddce), color-stop(65%, #60adf7)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #76ddce 40%, #60adf7 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#76ddce', endColorstr='#60adf7', GradientType=1 ) !important;
}

.page-id-6205 .webinar-form-bg {
	background: #13caae !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #13caae 40%, #4fe0b5 65%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #13caae), color-stop(65%, #4fe0b5)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #13caae 40%, #4fe0b5 65%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #13caae 40%, #4fe0b5 65%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #13caae 40%, #4fe0b5 65%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #13caae 40%, #4fe0b5 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#13caae', endColorstr='#4fe0b5', GradientType=1 ) !important;
}

.page-id-6205 #tpbr_topbar {
	display:none;
}

.page-id-6205 .site-inner{
	margin-top: -76px !important;
}

.page-id-6205 .featured-image {
    	margin-top: -156px;
}

.page-id-6205 .infusion-submit {
    	margin-top: 20px !important;
}

/* Webinar Page - 5 Elements of a Money Making Website
---------------------------------------------------------------------------------- */


.page-id-7270 .site-header {
	display:none !important;
}

.page-id-7270 .webinar-icon {
	padding-top:0px;
	margin-top:40px;
}

.page-id-7270 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
	color: #fff;
}

.page-id-7270 .webinar-form-container {
	padding:40px;
	background-color:#fff;
	border-radius: 6px;
	color:#444 !important;
}

.wts-form-wrapper {
	position: relative;
	margin: 0 auto;
	display: block;
}

.page-id-7270 .webinar-form-bg {
	background: #323044 !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #323044 40%, #23212f 65%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #323044), color-stop(65%, #23212f)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #323044 40%, #23212f 65%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #323044 40%, #23212f 65%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #323044 40%, #23212f 65%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #323044 40%, #23212f 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#323044', endColorstr='#23212f', GradientType=1 ) !important;
}

.page-id-7270 #tpbr_topbar {
	display:none;
}

.page-id-7270 .site-inner{
	margin-top: -76px !important;
}

.page-id-7270 .featured-image {
    	margin-top: -156px;
}

.page-id-7270 .infusion-submit {
    	margin-top: 20px !important;
}

.page-id-7270 .online-headline-webinar {
	font-size: 2.6rem;
    	font-weight: 600;
    	letter-spacing: 4px !important;
	background: #e42a61;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #e42a61 40%, #ae416a 65%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e42a61), color-stop(65%, #ae416a));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #e42a61 40%, #ae416a 65%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #e42a61 40%, #ae416a 65%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #e42a61 40%, #ae416a 65%);
	/* IE10+ */
	background: linear-gradient(135deg, #e42a61 40%, #ae416a 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e42a61', endColorstr='#ae416a', GradientType=1 );
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.page-id-7270 label {
	font-weight: 600;
    	text-transform: uppercase;
}


@media only screen and (max-width: 768px) {
	.page-id-7270 .online-headline-webinar {
    		font-size:1.6rem;
		line-height:100%;
		letter-spacing:1px;
		padding-bottom:0px !important;
		padding-top:0px;
	}
	.page-id-7270 .webinar-form-container {
		padding:0px 20px 20px 20px;
	}
}

/* Webinar Page - 5 Elements of a Money Making Website REPLAY
---------------------------------------------------------------------------------- */


.page-id-7546 .site-header {
	display:none !important;
}

.page-id-7546 .webinar-icon {
	padding-top:0px;
	margin-top:40px;
}

.page-id-7546 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
	color: #fff;
}

.page-id-7546 .webinar-form-container {
	padding:40px;
	background-color:#fff;
	border-radius: 6px;
	color:#444 !important;
}

.page-id-7546 .webinar-form-bg {
	background: #323044 !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #323044 40%, #23212f 65%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #323044), color-stop(65%, #23212f)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #323044 40%, #23212f 65%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #323044 40%, #23212f 65%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #323044 40%, #23212f 65%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #323044 40%, #23212f 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#323044', endColorstr='#23212f', GradientType=1 ) !important;
}

.page-id-7546 #tpbr_topbar {
	display:none;
}

.page-id-7546 .site-inner{
	margin-top: -76px !important;
}

.page-id-7546 .featured-image {
    	margin-top: -156px;
}

.page-id-7546 .infusion-submit {
    	margin-top: 20px !important;
}

.page-id-7546 .online-headline-webinar {
	font-size: 2.6rem;
    	font-weight: 600;
    	letter-spacing: 4px !important;
	background: #e42a61;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #e42a61 40%, #ae416a 65%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e42a61), color-stop(65%, #ae416a));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #e42a61 40%, #ae416a 65%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #e42a61 40%, #ae416a 65%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #e42a61 40%, #ae416a 65%);
	/* IE10+ */
	background: linear-gradient(135deg, #e42a61 40%, #ae416a 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e42a61', endColorstr='#ae416a', GradientType=1 );
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.page-id-7546 label {
	font-weight: 600;
    	text-transform: uppercase;
}


@media only screen and (max-width: 768px) {
	.page-id-7546 .online-headline-webinar {
    		font-size:1.6rem;
		line-height:100%;
		letter-spacing:1px;
		padding-bottom:0px !important;
		padding-top:0px;
	}
	.page-id-7546 .webinar-form-container {
		padding:0px 20px 20px 20px;
	}
}


/* MMW Thank You Page
------------------------- */

.page-id-7294 .site-header {
	display:none !important;
}

.page-id-7294 #tpbr_topbar {
	display:none;
}

.page-id-7294 .site-inner{
	margin-top: 46px !important;
}

.page-id-7294 .featured-image {
    	margin-top: -156px;
}

/* Skyrocket Your Profits - Thank You Page
---------------------------------------------------------------------------------- */

.page-id-9511 .site-header {
	display:none !important;
}

.page-id-9511 #tpbr_topbar {
	display:none;
}

.page-id-9511 .site-inner{
	margin-top: -44px !important;
}

.page-id-9511 .featured-image {
    	margin-top: -156px;
}

.page-id-9511 .infusion-submit {
    	margin-top: 20px !important;
}


/* Skyrocket Your Profits - Landing Page
---------------------------------------------------------------------------------- */


.page-id-9455 .site-header {
	display:none !important;
}

.skyrocket-form-container {
	padding:40px;
	background-color:#fff;
	border-radius: 6px;
	color:#444 !important;
}

.skyrocket-form-wrapper {
	position: relative;
    margin: 0 auto;
    display: block;
}

.webinar-form-bg {
	background: #76ddce !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #76ddce), color-stop(65%, #60adf7)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #76ddce 40%, #60adf7 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#76ddce', endColorstr='#60adf7', GradientType=1 ) !important;
}

.page-id-9455 #tpbr_topbar {
	display:none;
}

.page-id-9455 .site-inner{
	margin-top: -44px !important;
}

.page-id-9455 .featured-image {
    	margin-top: -156px;
}

.page-id-9455 .infusion-submit {
    	margin-top: 20px !important;
}

.sky-headline-hero {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	line-height: 140% !important;
	color:#191632;
	padding-top:10px;
	padding-bottom:0px;
	font-size:40px;
	font-size:2.9rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
	-webkit-font-smoothing: antialiased;
}

.sky-hero-text-container {
	padding-top:140px;
}

.sky-headline {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	line-height: 140% !important;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:70px;
	font-size:40px;
	font-size:2.2rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
	-webkit-font-smoothing: antialiased;
}

.sky-video-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	line-height: 140% !important;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.4rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
	-webkit-font-smoothing: antialiased;
}

.sky-red-pre-header {
    font-family: 'brandon-grotesque', sans-serif;
    color: #F4213F;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.sky-sub-text {
	font-size: 22px;
	padding-top:20px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing:2px;
	color:#545663;
}

.mistake-label {
	background: #F4213F;
	border-radius:4px 4px 0px 0px;
	padding:4px 10px;
	width:76%;
	font-size: .8rem;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: 'brandon-grotesque', sans-serif;
	text-align: center;
	margin:0 auto;
}

.sky-logo-sub {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	line-height: 140% !important;
	color:#191632;
	padding-top:0px;
	padding-bottom:80px;
	font-size:14px;
	font-size:1.6rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
	-webkit-font-smoothing: antialiased;
}


.sky-headline-form {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	line-height: 140% !important;
	padding-top:0px;
	padding-bottom:20px;
	font-size:40px;
	font-size:2.8rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
	-webkit-font-smoothing: antialiased;
	background: #76ddce;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #5d96b9 40%, #2c535c 65%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #5d96b9), color-stop(65%, #2c535c));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #5d96b9 40%, #2c535c 65%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #5d96b9 40%, #2c535c 65%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #5d96b9 40%, #2c535c 65%);
	/* IE10+ */
	background: linear-gradient(135deg, #5d96b9 40%, #2c535c 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5d96b9', endColorstr='#2c535c', GradientType=1 );
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 768px) {
	.page-id-9455 .site-inner{
		margin-top: -54px !important;
	}
	.sky-hero-text-container {
		padding-top:20px;
	}
	.sky-video-title {
		padding-bottom:60px;
	}
	.sky-headline-hero {
		font-size:22px;
		font-size:2.2rem;
	}
	.sky-sib-text{
		font-size:20px;
	}
	.sky-company-logos {
		width: 74%;
		text-align: center;
		margin: 0 auto;
		display: block;
		padding-bottom:40px;
	}
	.sky-headline-form {
		font-family: 'brandon-grotesque', sans-serif;
		font-weight: 600;
		line-height: 140% !important;
		padding-top: 0px;
		padding-bottom:20px;
		font-size:18px;
		font-size:1.2rem;
	}
	.page-id-9455 .form-sub-text{
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 120%;
	}
	.page-id-9455 .overlay-x {
	    cursor: pointer;
		font-family: 'brandon-grotesque', sans-serif;
		font-size: 13px;
		font-weight: 600;
		color: #ffffff;
		background: none;
		letter-spacing: 2px;
		border-radius: 3px;
		padding: 6px 10px 6px 10px;
		margin-bottom: 7px;
		max-width: 26%;
		text-align: center;
		margin: 0 auto;
		display: block;
		left: 40%;
		top: 20px;
		z-index: 2;
    }
}

/* Skyrocket Your Profits - Video Generic
---------------------------------------------------------------------------------- */

.sky-headline-hero-video {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	line-height: 140% !important;
	color:#191632;
	padding-top:10px;
	padding-bottom:20px;
	font-size:28px;
	font-size:2.2rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
	-webkit-font-smoothing: antialiased;
}

.sky-video-page-hero-container {
	background-image: url('/wp-content/uploads/2018/10/hero-bg2.jpg');
	border: 20px solid #13181A;
	border-bottom: 300px solid #13181A;
	margin-bottom: -10px;
	max-height: 690px;
}

.sky-width-hero {
	width: 72% !important;
}

.sky-video-border {
    border: 15px solid #fff;
}

@media only screen and (max-width: 768px) {	
	.sky-video-page-hero-container {
		background-image: url('/wp-content/uploads/2018/10/hero-bg2.jpg');
		border: 20px solid #13181A;
		border-bottom: 180px solid #13181A;
		margin-bottom: -10px;
		max-height: 590px;
	}
	.sky-width-hero {
		width: 90% !important;
	}
}

/* Skyrocket Your Profits - Video #1 Page
---------------------------------------------------------------------------------- */

.page-id-9546 .site-header {
	display:none !important;
}

.page-id-9546 #tpbr_topbar {
	display:none;
}

.page-id-9546 .site-inner{
	margin-top: -44px !important;
}

.page-id-9546 .featured-image {
    	margin-top: -156px;
}

@media only screen and (max-width: 768px) {
	.page-id-9546 .site-inner{
		margin-top: -54px !important;
	}
}

/* Skyrocket Your Profits - Video #2 Page
---------------------------------------------------------------------------------- */

.page-id-9569 .site-header {
	display:none !important;
}

.page-id-9569 #tpbr_topbar {
	display:none;
}

.page-id-9569 .site-inner{
	margin-top: -44px !important;
}

.page-id-9569 .featured-image {
    	margin-top: -156px;
}

@media only screen and (max-width: 768px) {
	.page-id-9569 .site-inner{
		margin-top: -54px !important;
	}
}

/* Skyrocket Your Profits - Video #3 Page
---------------------------------------------------------------------------------- */

.page-id-9573 .site-header {
	display:none !important;
}

.page-id-9573 #tpbr_topbar {
	display:none;
}

.page-id-9573 .site-inner{
	margin-top: -44px !important;
}

.page-id-9573 .featured-image {
    	margin-top: -156px;
}

@media only screen and (max-width: 768px) {
	.page-id-9573 .site-inner{
		margin-top: -54px !important;
	}
}

/* Skyrocket Your Profits - Video #4 Page
---------------------------------------------------------------------------------- */

.page-id-9575 .site-header {
	display:none !important;
}

.page-id-9575 #tpbr_topbar {
	display:none;
}

.page-id-9575 .site-inner{
	margin-top: -44px !important;
}

.page-id-9575 .featured-image {
    	margin-top: -156px;
}

@media only screen and (max-width: 768px) {
	.page-id-9575 .site-inner{
		margin-top: -54px !important;
	}
}

/* Skyrocket Your Profits - Video #5 Page
---------------------------------------------------------------------------------- */

.page-id-9581 .site-header {
	display:none !important;
}

.page-id-9581 #tpbr_topbar {
	display:none;
}

.page-id-9581 .site-inner{
	margin-top: -44px !important;
}

.page-id-9581 .featured-image {
    	margin-top: -156px;
}

@media only screen and (max-width: 768px) {
	.page-id-9581 .site-inner{
		margin-top: -54px !important;
	}
}

/* StoryBrand Marketing Checklist Opt-in Page
---------------------------------------------------------------------------------- */

.page-id-9624 .site-header {
	display:none !important;
}

.page-id-9624 #tpbr_topbar {
	display:none;
}

.page-id-9624 .site-inner{
	margin-top: -44px !important;
}

.page-id-9624 .featured-image {
    	margin-top: -156px;
}

.webinar-blue-pre-header {
    font-family: 'brandon-grotesque', sans-serif;
    color: #ff0f62;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.webinar-headline-hero {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	line-height: 140% !important;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:0px;
	font-size:40px;
	font-size:2.9rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
	-webkit-font-smoothing: antialiased;
}

.webinar-sub-text {
	font-size: 22px;
	padding-top:20px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: italic;
	line-height: 120%;
	font-weight: 400;
	letter-spacing:2px;
	color:#545663;
}

.webinar-date-text {
	font-size: 22px;
	padding-top:0px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing:2px;
	color:#ffffff;
}

.webinar-hero-containter-l {
	background:#24293a;
	width: 60% !important;
	padding: 40px 40px 30px 40px;
}

.webinar-hero-containter-l-inner {
	max-width:470px;
	margin: 0 auto;
}

.webinar-hero-containter-r {
	 background: url(/wp-content/uploads/2018/10/bg-hero-vert-right.jpg);
	 width: 40% !important;
	 background-size:cover;
	 min-height:inherit;
}

.row {
  display: flex;
}


@media only screen and (max-width: 768px) {
	.page-id-9624 .site-inner{
		margin-top: -54px !important;
	}
	.webinar-hero-containter-r {
		width: 0% !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.webinar-hero-containter-l {
		width: 100% !important;
	}
}

/* PULSING SVG */


.pulse {
  margin:0px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff1b65;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(22,158,255, 0.4);
  animation: pulse 1.5s infinite;
}
.pulse:hover {
  animation: none;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(252,35,103, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(252,35,103, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 40px rgba(252,35,103, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(252,35,103, 0.4);
    box-shadow: 0 0 0 0 rgba(252,35,103, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(252,35,103, 0);
      box-shadow: 0 0 0 20px rgba(252,35,103, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 40px rgba(252,35,103, 0);
      box-shadow: 0 0 0 40px rgba(252,35,103, 0);
  }
}

/* Checklist Webinar Page - Thank You
---------------------------------------------------------------------------------- */

.page-id-9693 .site-header {
	display:none !important;
}

.page-id-9693 #tpbr_topbar {
	display:none;
}

.page-id-9693 .site-inner{
	margin-top: -44px !important;
}

.page-id-9693 .featured-image {
    	margin-top: -156px;
}

.page-id-9693 .webinar-hero-containter-l {
	background:#24293a;
	width: 100% !important;
	padding: 100px 40px 140px 40px;
}



/* Webinar Page - WTS
---------------------------------------------------------------------------------- */


.page-id-5326 .site-header {
	display:none !important;
}

.webinar-form-container {
	padding:40px;
	background-color:#fff;
	border-radius: 6px;
	color:#444 !important;
}

.wts-form-wrapper {
	position: relative;
    margin: 0 auto;
    display: block;
}

.webinar-form-bg {
	background: #76ddce !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #76ddce), color-stop(65%, #60adf7)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #76ddce 40%, #60adf7 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#76ddce', endColorstr='#60adf7', GradientType=1 ) !important;
}

.page-id-5326 #tpbr_topbar {
	display:none;
}

.page-id-5326 .site-inner{
	margin-top: -76px !important;
}

.page-id-5326 .featured-image {
    	margin-top: -156px;
}

.page-id-5326 .infusion-submit {
    	margin-top: 20px !important;
}

.page-id-5447 .site-header {
	display:none !important;
}

.page-id-5447 #tpbr_topbar {
	display:none;
}

.page-id-5447 .site-inner{
	margin-top: -76px !important;
}

.page-id-5447 .featured-image {
    	margin-top: -156px;
}

.page-id-5447 .infusion-submit {
    	margin-top: 20px !important;
}

.page-id-6260 .site-header {
	display:none !important;
}

.page-id-6260 #tpbr_topbar {
	display:none;
}

.page-id-6260 .site-inner{
	margin-top: -76px !important;
}

.page-id-6260 .featured-image {
    	margin-top: -156px;
}

.page-id-6260 .infusion-submit {
    	margin-top: 20px !important;
}

.page-id-5783 .site-header {
	display:none !important;
}

.page-id-5783 #tpbr_topbar {
	display:none;
}

.page-id-5783 .site-inner{
	margin-top: -76px !important;
}

.page-id-5783 .featured-image {
    	margin-top: -156px;
}

.page-id-5783 .infusion-submit {
    	margin-top: 20px !important;
}

.page-id-5565 .site-header {
	display:none !important;
}

.page-id-5565 #tpbr_topbar {
	display:none;
}

.page-id-5565 .site-inner{
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.page-id-5565 .featured-image {
    	margin-top: -156px;
}

.page-id-5565 .infusion-submit {
    	margin-top: 20px !important;
}

.page-id-9423 .site-header {
	display:none !important;
}

.page-id-9423 #tpbr_topbar {
	display:none;
}

.page-id-9423 .site-inner{
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.page-id-9423 .site-inner {
    margin-top: -66px !important;
}

.page-id-9423 .infusion-submit {
    margin-top: 20px !important;
}

.page-id-9423 .featured-text-faq {
    padding-top: 1.2em;
    padding-bottom: 1em;
    line-height: 2em;
    font-size: 56px;
    margin: 0 auto;
    font-family: 'brandon-grotesque',sans-serif;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.guide-video-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#212121;
	line-height: 160% !important;
	padding-top:10px;
	padding-bottom:30px;
	font-size:40px;
	font-size:1.8rem;
	line-height: 1.4;
	letter-spacing:3px;
	margin: 0 0 0px;
}

.page-id-5391 .site-header {
	display:none !important;
}

.page-id-5391 #tpbr_topbar {
	display:none;
}

.page-id-5391 .site-inner{
	margin-top: 46px !important;
}

.page-id-5391 .featured-image {
    	margin-top: -156px;
}

.page-id-6258 .site-header {
	display:none !important;
}

.page-id-6258 #tpbr_topbar {
	display:none;
}

.page-id-6258 .site-inner{
	margin-top: 46px !important;
}

.page-id-6258 .featured-image {
    	margin-top: -156px;
}

.page-id-5836 .site-header {
	display:none !important;
}

.page-id-5836 #tpbr_topbar {
	display:none;
}

.page-id-5836 .site-inner{
	margin-top: 16px !important;
}

.page-id-5836 .featured-image {
    	margin-top: -176px;
}

.page-id-306 .site-header {
	display:none !important;
}

.page-id-306 #tpbr_topbar {
	display:none;
}

.page-id-306 .site-inner{
	margin-top: 46px !important;
}

.page-id-306 .featured-image {
    	margin-top: -176px;
}

.page-id-6043 .site-header {
	display:none !important;
}

.page-id-6043 #tpbr_topbar {
	display:none;
}

.page-id-6043 .site-inner{
	margin-top: 46px !important;
}

.page-id-6043 .featured-image {
    	margin-top: -176px;
}

.page-id-6575 .site-header {
	display:none !important;
}

.page-id-6575 #tpbr_topbar {
	display:none;
}

.page-id-6575 .site-inner{
	margin-top: 46px !important;
}

.page-id-6575 .featured-image {
    	margin-top: -176px;
}


.page-id-6050 .site-header {
	display:none !important;
}

.page-id-6050 #tpbr_topbar {
	display:none;
}

.page-id-6050 .site-inner{
	margin-top: 46px !important;
}

.page-id-6050 .featured-image {
    	margin-top: -176px;
}

@media only screen and (max-width: 768px) {
	.page-id-6050 .featured-image {
    		height:220px;
		margin-top: -140px;
	}

	.page-id-6050 .workshop .full-width-block-interior {
		padding:0px !important;
	}
}


.page-id-5929 .site-header {
	display:none !important;
}

.page-id-5929 #tpbr_topbar {
	display:none;
}

.page-id-5929 .site-inner{
	margin-top: 46px !important;
}

.page-id-5929 .featured-image {
    	margin-top: -176px;
}

.web-replay {
	font-size:4.2rem !important;
}

.page-id-5326 .online-headline-webinar {
		font-size:3.5rem;
}

.page-id-6260 .online-headline-webinar {
		font-size: 3rem !important;
    		font-weight: 600 !important;
    		letter-spacing: 10px !important;
}

.page-id-6205 .online-headline-webinar {
	font-size:3rem;
	letter-spacing:10px;
	font-weight:600;
}

.page-id-6220 .online-headline-webinar {
	font-size: 3.6rem !important;
    	font-weight: 600 !important;
    	letter-spacing: 10px !important;
}

.webinar h1.gradient-title {
	font-size: 3.2rem !important;
    	font-weight: 600 !important;
    	letter-spacing: 10px !important;
}

.online-headline-webinar {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	line-height: 140% !important;
	padding-top:10px;
	padding-bottom:0px;
	font-size:40px;
	font-size:5.2rem;
	line-height: 1.4;
	letter-spacing:18px;
	margin: 0 0 0px;
	background: #76ddce;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #76ddce), color-stop(65%, #60adf7));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #76ddce 40%, #60adf7 65%);
	/* IE10+ */
	background: linear-gradient(135deg, #76ddce 40%, #60adf7 65%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#76ddce', endColorstr='#60adf7', GradientType=1 );
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.webinar-icon {
	padding-top:50px;
}

.webinar-end-container {
	padding:40px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:rgba(255, 255, 255, 1) !important;
	border-radius:6px;
}

.webinar-start-container {
	padding:40px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:rgba(115, 115, 115, .4) !important;
	border-radius:6px;
}

.circle-process-webinar {
	border: 2px solid #1acb97;
	font-family: 'brandon-grotesque', sans-serif;
	border-radius: 40px;
	color: #fff;
	background-color: #1acb97;
	width: 40px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 36px;
	padding-left: 2px;
	margin-right: 10px;
	text-align: center;
	height: 40px;
	font-size: 17px;
	display: inline-block;
}

.page-id-6205 .home-sub-text {
	font-size: 1.5rem !important;
}

.page-id-5326 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
	color: #cdd9ef;
}

.page-id-5447 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
	color: #cdd9ef;
}

.page-id-5783 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
	color: #cdd9ef;
}

.body-webinar {
	font-size: 1.2rem;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
	color: #3b3b3b;
}

.body-webinar-thanks {
	font-size: 1.6rem;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
	color: #3b3b3b;
}

.icon-title-webinar {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#212121;
	line-height: 160% !important;
	padding-top:20px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.2rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}
.form-sub-text {
		font-size: 18px;
		font-family: 'brandon-grotesque', sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing:2px;
		color: #979ca7;
	}

@media only screen and (max-width: 768px) {
	.online-headline-webinar {
		padding-bottom:30px !important;
		font-size:3.2rem;
	}

	.page-id-6205 .online-headline-webinar {
	font-size:1.6rem;
	}

	.page-id-6260 .online-headline-webinar {
		font-size: 2.2rem !important;
    		font-weight: 600 !important;
    		letter-spacing: 10px !important;
	}
	.webinar h1.gradient-title {
		font-size: 2.2rem !important;
    		font-weight: 600 !important;
    		letter-spacing: 10px !important;
	}
	.page-id-6220 .online-headline-webinar {
		font-size: 2.6rem !important;
    		font-weight: 600 !important;
    		letter-spacing: 10px !important;
	}
	.page-id-5326 .online-headline-webinar-form {
		font-size: 1.5rem;
		letter-spacing: 4px;
		font-weight: 600;
		padding-bottom: 10px !important;
	}
	.form-sub-text {
		font-size: 18px;
		font-family: 'brandon-grotesque', sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing:2px;
		color: #979ca7;
	}
}


/* Affiliate Login Page
---------------------------------------------------------------------------------- */

.page-id-2671 #tpbr_topbar {
	display:none;
}

.page-id-2671 .site-header{
	margin-top: -44px;
}

.page-id-2671 .featured-image {
    	margin-top: -124px;
}

@media only screen and (max-width: 800px) {
	.page-id-2671 .featured-image{
		margin-top: -134px;
	}

	.page-id-2671 .site-header{
		margin-top: -54px;
	}

}

/* Million Dollar Sales Page
---------------------------------------------------------------------------------- */

.page-id-7334 .site-header {
	display:none !important;
}

.page-id-7334 #tpbr_topbar {
	display:none;
}

.page-id-7334 .site-inner{
	margin-top: -46px !important;
}

.page-id-7334 .featured-image {
    	margin-top: -156px;
}

.page-id-7334 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-7334 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

@media only screen and (max-width: 768px) {
	.page-id-7334 .site-container {
	    	margin-top: -38px;
	}
}


/* SMR - FAQ CTA
---------------------------------------------------------------------------------- */

.smr-faq-cta {
	position:absolute;
	position:fixed;
	bottom:0px;
	color:#fff;
	width:100%;
	max-height:60px;
	min-height:60px;
	z-index: 999;
    	font-family: 'brandon-grotesque', sans-serif;
	background: #EA4E33  !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #FF8C48 0%, #15d4b6 40%, #EA4E33 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FF8C48), color-stop(98%, #EA4E33 )) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #FF8C48 0%, #EA4E33  98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FF8C48', endColorstr='#EA4E33 ', GradientType=1 );
	-webkit-background-clip: default;
}

.smr-faq-img-container {
	display:inline-block;
	float:left;
}

.smr-faq-btn-containter {
	margin-top:9px;
	display:inline-block;
	float:left;
}

.smr-faq-btn {
	color:#ff5b34;
	background-color:#fff;
	border-radius:3px;
	padding:6px 13px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
    	margin-top: 9px;
    	display: inline-block;
}

.smr-faq-btn:hover {
	color:#ff5b34;
}



@media only screen and (max-width: 768px) {
	.smr-faq-btn {
		display:block;
		color:#ffffff;
		background-color:transparent;
		font-weight:600;
    		margin-top: 8px;
	}
}

/* PLC #1 - SMR
---------------------------------------------------------------------------------- */

.page-id-7087 .site-header {
	display:none !important;
}

.page-id-7087 #tpbr_topbar {
	display:none;
}

.page-id-7087 .site-inner{
	margin-top: -46px !important;
}

.page-id-7087 .featured-image {
    	margin-top: -156px;
}

.page-id-7087 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-7087 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

@media only screen and (max-width: 768px) {
	.page-id-7087 .site-container {
	    	margin-top: -38px;
	}
}

/* PLC #2 - SMR
---------------------------------------------------------------------------------- */

.page-id-7105 .site-header {
	display:none !important;
}

.page-id-7105 #tpbr_topbar {
	display:none;
}

.page-id-7105 .site-inner{
	margin-top: -46px !important;
}

.page-id-7105 .featured-image {
    	margin-top: -156px;
}

.page-id-7105 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-7105 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

@media only screen and (max-width: 768px) {
	.page-id-7105 .site-container {
	    	margin-top: -38px;
	}
}


/* PLC #3 - SMR
---------------------------------------------------------------------------------- */

.page-id-7121 .site-header {
	display:none !important;
}

.page-id-7121 #tpbr_topbar {
	display:none;
}

.page-id-7121 .site-inner{
	margin-top: -46px !important;
}

.page-id-7121 .featured-image {
    	margin-top: -156px;
}

.page-id-7121 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-7121 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

@media only screen and (max-width: 768px) {
	.page-id-7121 .site-container {
	    	margin-top: -38px;
	}
}

/* PLC #4 - SMR
---------------------------------------------------------------------------------- */

.page-id-7128 .site-header {
	display:none !important;
}

.page-id-7128 #tpbr_topbar {
	display:none;
}

.page-id-7128 .site-inner{
	margin-top: -46px !important;
}

.page-id-7128 .featured-image {
    	margin-top: -156px;
}

.page-id-7128 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-7128 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

.smr-plc-top-pad{
	padding-top:0px;
}

@media only screen and (max-width: 768px) {
	.page-id-7128 .site-container {
	    	margin-top: -38px;
	}
	.smr-plc-top-pad{
		padding-top:30px;
	}
}


/* PLC Pages
---------------------------------------------------------------------------------- */

.page-id-4822 .site-header {
	display:none !important;
}

.page-id-4822 #tpbr_topbar {
	display:none;
}

.page-id-4822 .site-inner{
	margin-top: -46px !important;
}

.page-id-4822 .featured-image {
    	margin-top: -156px;
}

.page-id-4889 .site-header {
	display:none !important;
}

.page-id-4889 #tpbr_topbar {
	display:none;
}

.page-id-4889 .site-inner{
	margin-top: -46px !important;
}

.page-id-4889 .featured-image {
    	margin-top: -156px;
}

.page-id-4918 .site-header {
	display:none !important;
}

.page-id-4918 #tpbr_topbar {
	display:none;
}

.page-id-4918 .site-inner{
	margin-top: -46px !important;
}

.page-id-4918 .featured-image {
    	margin-top: -156px;
}

.page-id-4928 .site-header {
	display:none !important;
}

.page-id-4928 #tpbr_topbar {
	display:none;
}

.page-id-4928 .site-inner{
	margin-top: -46px !important;
}

.page-id-4928 .featured-image {
    	margin-top: -156px;
}

.page-id-4936 .site-header {
	display:none !important;
}

.page-id-4936 #tpbr_topbar {
	display:none;
}

.page-id-4936 .site-inner{
	margin-top: -46px !important;
}

.page-id-4936 .featured-image {
    	margin-top: -156px;
}

.page-id-4933 .site-header {
	display:none !important;
}

.page-id-4933 #tpbr_topbar {
	display:none;
}

.page-id-4933 .site-inner{
	margin-top: -46px !important;
}

.page-id-4933 .featured-image {
    	margin-top: -156px;
}

.page-id-5005 .site-header {
	display:none !important;
}

.page-id-5005 #tpbr_topbar {
	display:none;
}

.page-id-5005 .site-inner{
	margin-top: -46px !important;
}

.page-id-5005 .featured-image {
    	margin-top: -156px;
}

.plc-nav {
	white-space: normal !important;
	margin-top: 0px !important;
	margin-bottom:10px !important;
}

.plc-button-text{
	font-weight:400;
	line-height: 130% !important;
}

.plc-vid-container {
	padding-bottom:20px !important;
}

.plc-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 400;
    color: #353a3f;
    line-height: 200% !important;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 22px;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 4px;
    margin: 0 0 0px;
}

.plc-not-active{
	color: rgba(53, 77, 99, 1) !important;
    	font-family: 'brandon-grotesque', sans-serif;
    	margin-bottom: 40px;
    	border-radius: 3px;
    	background-color: rgba(117, 203, 234, 1) !important;
    	cursor: pointer;
    	font-size: .9rem !important;
    	font-weight: 600;
    	display: inline-block;
    	letter-spacing: 2px;
    	line-height: 1;
	min-height:116px;
	min-width:23%;
    	padding: 24px 18px;
    	text-align: center;
    	text-rendering: optimizeLegibility;
	 -o-transition:color .2s ease-out, background 1s ease-in;
  	-ms-transition:color .2s ease-out, background 1s ease-in;
  	-moz-transition:color .2s ease-out, background 1s ease-in;
  	-webkit-transition:color .2s ease-out, background 1s ease-in;
  	transition:color .2s ease-out, background 1s ease-in;
}

.plc-not-active:hover span {
	display:none;
}

.plc-not-active:hover:before {
	content:"COMING SOON";
	color: rgba(255, 255, 255, 1) !important;
	vertical-align: middle;
	line-height: 57px;
    	padding: 0px 17px;
}

.plc-button-twitter {
	padding: 10px 20px;
	color: rgba(255, 255, 255, 1) !important;
	text-transform: uppercase;
	font-family: 'brandon-grotesque', sans-serif;
	border-radius: 3px;
	cursor: pointer;
	margin:0 auto;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	white-space: nowrap;
	background-color: #55acee;
	text-align: center;
}

.plc-button-facebook {
	padding: 10px 20px;
	color: rgba(255, 255, 255, 1) !important;
	text-transform: uppercase;
	font-family: 'brandon-grotesque', sans-serif;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
	white-space: nowrap;
	background-color: #3b5998;
	text-align: center;
}

.plc-apple-tv{
	padding: 40px 0px 60px 0px !important;
}


.page-id-4822 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-4822 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

.page-id-4889 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

.page-id-4889 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-4918 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

.page-id-4918 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-4928 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-4928 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

.page-id-4936 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.page-id-4936 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

.page-id-4933 .online-button a:hover{
	background-color: rgba(16, 147, 127, 1) !important;
}

.page-id-4933 .two-thirds-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.plc-main-container {
	padding-bottom:80px;
}

.plc-logo-container{
	width:19.52991452991453% !important;
	float:left;
}

.plc-nav-container {
	width:77.52991452991453% !important;
	float:right;
}

.plc-sub-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 400;
    color: #353a3f;
    line-height: 200% !important;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 2px;
    margin: 0 0 0px;
}

.plc-optin-container {
	position:absolute;
	max-width: 600px;
	margin: 0 auto;
}

.plc-optin-container-wrap {
	position:absolute;
	width:100%;
	height:100%;
	margin: 0 auto;
}

.page-id-4918 div#om-cq4ck2aivrsgtwfz input[type=submit],
.page-id-4918 div#om-cq4ck2aivrsgtwfz button,
.page-id-4918 div#om-cq4ck2aivrsgtwfz
#om-lightbox-coupon-optin-submit {
	color:rgba(13, 113, 93, 1) !important;
	min-height:50px !important;
	background-color:#1acb97 !important;
	border: none !important;
	border-radius:3px !important;
}

.page-id-4928 div#om-cq4ck2aivrsgtwfz input[type=submit],
.page-id-4928 div#om-cq4ck2aivrsgtwfz button,
.page-id-4928 div#om-cq4ck2aivrsgtwfz
#om-lightbox-coupon-optin-submit {
	color:rgba(13, 113, 93, 1) !important;
	min-height:50px !important;
	background-color:#1acb97 !important;
	border: none !important;
	border-radius:3px !important;
}

.page-id-4933 div#om-cq4ck2aivrsgtwfz input[type=submit],
.page-id-4933 div#om-cq4ck2aivrsgtwfz button,
.page-id-4933 div#om-cq4ck2aivrsgtwfz
#om-lightbox-coupon-optin-submit {
	color:rgba(13, 113, 93, 1) !important;
	min-height:50px !important;
	background-color:#1acb97 !important;
	border: none !important;
	border-radius:3px !important;
}

.page-id-5005 div#om-cq4ck2aivrsgtwfz input[type=submit],
.page-id-5005 div#om-cq4ck2aivrsgtwfz button,
.page-id-5005 div#om-cq4ck2aivrsgtwfz
#om-lightbox-coupon-optin-submit {
	color:rgba(13, 113, 93, 1) !important;
	min-height:50px !important;
	background-color:#1acb97 !important;
	border: none !important;
	border-radius:3px !important;
}

.plc-share{
		margin-bottom: 20px;
		display: inline-block;
	}

.green-bg {
	background: #1acb97 !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #15d4b6 40%, #42d0d4 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #42d0d4)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #42d0d4 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #42d0d4 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #42d0d4 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #42d0d4 98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
}

.dark-bg {
	background: #4a4858 !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #4a4858 0%, #15d4b6 40%, #2f2d3c 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4a4858), color-stop(98%, #2f2d3c)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #4a4858 0%, #2f2d3c 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #4a4858 0%, #2f2d3c 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #4a4858 0%, #2f2d3c 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #4a4858 0%, #2f2d3c 98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4a4858', endColorstr='#2f2d3c', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
}

.darker-bg {
	background: #575861 !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #575861 0%, #2d2c33 40%, #2d2c33 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #575861), color-stop(98%, #2d2c33)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #575861 0%, #2d2c33 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #575861 0%, #2d2c33 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #575861 0%, #2d2c33 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #575861 0%, #2d2c33 98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#575861', endColorstr='#2d2c33', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
}

.blue-bg {
	background: #55bae0 !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #55bae0 40%, #6795c5 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #55bae0), color-stop(98%, #6795c5)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #55bae0 0%, #6795c5 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #55bae0 0%, #6795c5 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #55bae0 0%, #6795c5 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #55bae0 0%, #6795c5 98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#55bae0', endColorstr='#6795c5', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
}


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

	.plc-nav-container{
		margin-top:40px !important;
		width: 100% !important;
		margin: 0 auto !important;
	}

	.plc-share{
		margin-right: 0px;
		width:100%;
	}

	.plc-logo-container{
		width: 100% !important;
		margin-bottom: 30px !important;
	}

	.plc-nav {
		width: 90% !important;
		margin-bottom:10px !important;
		margin-right:0px !important;
	}

	.plc-vid-container {
		margin-top: 30px !important;
	}

	.plc-title {
    		font-size: 18px;
    		font-size: 1.2rem;
	}

	.plc-button-twitter {
		width:100% !important;
	}

	.plc-button-facebook {
		width:100% !important;
	}

	.plc-apple-tv{
		padding: 50px 0px 60px 0px !important;
	}

	.page-id-4822 .site-container {
	    	margin-top: -38px;
	}

	.page-id-4889 .site-container {
	    	margin-top: -38px;
	}

	.page-id-4918 .site-container {
	    	margin-top: -38px;
	}
	.page-id-4928 .site-container {
	    	margin-top: -38px;
	}
	.page-id-4936 .site-container {
	    	margin-top: -38px;
	}
	.page-id-4933 .site-container {
	    	margin-top: -38px;
	}
	.page-id-5005 .site-container {
	    	margin-top: -38px;
	}
	.plc-not-active{
		width:90%;
		margin-bottom:10px;
	}
}


/* Course Login Page
---------------------------------------------------------------------------------- */

.page-id-4500 .site-inner {
	margin-top: 0px;
}

.page-id-4500 .featured-image {
	display: none;
}

.page-id-4500 .site-inner {
	background-color:#f9f9f9;
	margin-top:-50px;
}

.login-form{
	margin-top: 60px;
	border-radius: 3px;
	padding: 40px;
}

.page-id-4500 #tpbr_topbar {
	display:none;
}

.page-id-4500 .site-header{
	margin-top: -44px;
}

.page-id-4500 .featured-image {
    margin-top: -124px;
}

.page-id-2732 #tpbr_topbar {
	display:none;
}

.page-id-2732 .site-header{
	margin-top: -44px;
}

.page-id-2732 .featured-image {
    margin-top: -124px;
}

.wl_login_form_embed {
	width: 100% !important;
	margin:0 auto;
}

.wl_login_layout_full input.wl_login_input_text {
	width: 100% !important;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	padding: 20px !important;
    	margin: 0px !important;
    	background: #fff !important;
    	color: #555;
    	font-size: 14px;
	font-size:1.2rem !important;
    	font-weight: 400 !important;
    	border: 1px solid #ccc !important;
    	-webkit-box-shadow: none !important;
    	-moz-box-shadow: none !important;
    	box-shadow: none !important;
}

.wl_login_layout_full #wl_login_full_form p {
	margin-top: 20px !important;
}

.wl_login_layout_full span.wl_login_full_form_reset_pass {
	float: left;
   	text-align: left;
    	font-size: 1.2rem !important;
	margin-bottom: 20px !important;
	font-size: 12px;
    	padding-top: 15px;
}

.page-id-4500 button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 3px;
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	text-transform:uppercase !important;
	font-size: 1rem !important;
	font-weight: 900;
	display: inline-block;
	letter-spacing: 5px;
	line-height: 1;
	padding: 24px 48px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.page-id-4500 button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.more-link:hover {
	background: #63be93;
}

.wl_login_section_divider {
	display:none;
}

@media only screen and (max-width: 980px) {
	.page-id-2732 button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.more-link {
		margin:0 auto !important;
		width:100% !important;
	}
}

/* 48 Hour Invite Landing Sales - Online Workshop Page (Always Open)
---------------------------------------------------------------------------------- */

.page-id-6890 #intercom-container .intercom-launcher {
	bottom:80px !important;
}

.page-id-6890 #tpbr_topbar {
	display:none;
}

.page-id-6890 .site-header{
	margin-top: -460px;
}

.page-id-6890 .shrink{
	margin-top: 0px !important;
	min-height:88px;
	display: none;
}

.page-id-6890 .shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 80px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size: 100px;
	margin-top: 0px;
}

.page-id-6890 .site-header .shrink {
	margin-top: 160px !important;
}

.page-id-6890 .site-inner {
	margin-top:-10px !important;
}

.page-id-6890 .site-container {
	margin-top:-44px !important;
}

.page-id-6890 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
}

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

.page-id-6890 .site-header{
		margin-top: -490px !important;
	}

	.page-id-6890 .home-sub-text {
		font-size: 22px !important;
		font-family: 'brandon-grotesque', sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing:2px;
	}

	.page-id-6890 .site-header{
		margin-top: -490px !important;
	}

	.page-id-6890 .site-header{
			margin-top: -400px !important;
	}

}

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

	.page-id-6890 .site-header{
		margin-top: -300px !important;
	}

	.page-id-6890 .site-header .wrap {
		padding: 4px 10px;
   		padding-bottom: 0px;
	}

	.page-id-6890 .online-button-nav {
		margin-top: 16px;
	}

	.page-id-6890 .online-button {
		width:100%;
	}

	.page-id-6890 .button-video-online {
		width: 100% !important;
    		margin: 0 auto;
    		display: inline-block;
	}

}


/* Re-Targeting - Online Workshop Page (Always Open)
---------------------------------------------------------------------------------- */

.page-id-6825 #intercom-container .intercom-launcher {
	bottom:80px !important;
}

.page-id-6825 #tpbr_topbar {
	display:none;
}

.page-id-6825 .site-header{
	margin-top: -460px;
}

.page-id-6825 .shrink{
	margin-top: 0px !important;
	min-height:88px;
	display: none;
}

.page-id-6825 .shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 80px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size: 100px;
	margin-top: 0px;
}

.page-id-6825 .site-header .shrink {
	margin-top: 160px !important;
}

.page-id-6825 .site-inner {
	margin-top:-10px !important;
}

.page-id-6825 .site-container {
	margin-top:-44px !important;
}

.page-id-6825 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
}

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

.page-id-6825 .site-header{
		margin-top: -490px !important;
	}

	.page-id-6825 .home-sub-text {
		font-size: 22px !important;
		font-family: 'brandon-grotesque', sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing:2px;
	}

	.page-id-6825 .site-header{
		margin-top: -490px !important;
	}

	.page-id-6825 .site-header{
			margin-top: -400px !important;
	}

}

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

	.page-id-6825 .site-header{
		margin-top: -300px !important;
	}

	.page-id-6825 .site-header .wrap {
		padding: 4px 10px;
   		padding-bottom: 0px;
	}

	.page-id-6825 .online-button-nav {
		margin-top: 16px;
	}

	.page-id-6825 .online-button {
		width:100%;
	}

	.page-id-6825 .button-video-online {
		width: 100% !important;
    		margin: 0 auto;
    		display: inline-block;
	}

}

/* Facebook Sales - Online Workshop Page (Always Open)
---------------------------------------------------------------------------------- */

.page-id-6794 #intercom-container .intercom-launcher {
	bottom:80px !important;
}

.page-id-6794 #tpbr_topbar {
	display:none;
}

.page-id-6794 .site-header{
	margin-top: -460px;
}

.page-id-6794 .shrink{
	margin-top: 0px !important;
	min-height:88px;
	display: none;
}

.page-id-6794 .shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 80px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size: 100px;
	margin-top: 0px;
}

.page-id-6794 .site-header .shrink {
	margin-top: 160px !important;
}

.page-id-6794 .site-inner {
	margin-top:-10px !important;
}

.page-id-6794 .site-container {
	margin-top:-44px !important;
}

.page-id-6794 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
}

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

.page-id-6794 .site-header{
		margin-top: -490px !important;
	}

	.page-id-6794 .home-sub-text {
		font-size: 22px !important;
		font-family: 'brandon-grotesque', sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing:2px;
	}

	.page-id-6794 .site-header{
		margin-top: -490px !important;
	}

	.page-id-6794 .site-header{
			margin-top: -400px !important;
	}

}

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

	.page-id-6794 .site-header{
		margin-top: -300px !important;
	}

	.page-id-6794 .site-header .wrap {
		padding: 4px 10px;
   		padding-bottom: 0px;
	}

	.page-id-6794 .online-button-nav {
		margin-top: 16px;
	}

	.page-id-6794 .online-button {
		width:100%;
	}

	.page-id-6794 .button-video-online {
		width: 100% !important;
    		margin: 0 auto;
    		display: inline-block;
	}

}

/* Dynamic Evergreen Sales Online Workshop Page
---------------------------------------------------------------------------------- */

.page-id-4220 #intercom-container .intercom-launcher {
	bottom:80px !important;
}

.page-id-4220 #tpbr_topbar {
	display:none;
}

.page-id-4220 .site-header{
	margin-top: -460px;
}

.page-id-4220 .shrink{
	margin-top: 0px !important;
	min-height:88px;
	display: none;
}

.page-id-4220 .shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 80px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size: 100px;
	margin-top: 0px;
}

.page-id-4220 .site-header .shrink {
	margin-top: 160px !important;
}

.page-id-4220 .site-inner {
	margin-top:-10px !important;
}

.page-id-4220 .site-container {
	margin-top:-44px !important;
}

.page-id-4220 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
}

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

.page-id-4220 .site-header{
		margin-top: -490px !important;
	}

	.page-id-4220 .home-sub-text {
		font-size: 22px !important;
		font-family: 'brandon-grotesque', sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing:2px;
	}

	.page-id-4220 .site-header{
		margin-top: -490px !important;
	}

	.page-id-4220 .site-header{
			margin-top: -400px !important;
	}

}

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

	.workshop-date {
		font-size:2.4rem !important;
	}

	.page-id-4220 .site-header{
		margin-top: -300px !important;
	}

	.page-id-4220 .site-header .wrap {
		padding: 4px 10px;
   		padding-bottom: 0px;
	}

	.page-id-4220 .online-button-nav {
		margin-top: 16px;
	}

	.page-id-4220 .online-button {
		width:100%;
	}

	.page-id-4220 .button-video-online {
		width: 100% !important;
    		margin: 0 auto;
    		display: inline-block;
	}

}


/* Online Course Sales Page Template
---------------------------------------------------------------------------------- */

.page-id-4220 .zEWidget-launcher zEWidget-launcher--active {
	margin-bottom:80px !important;
}

#text-31{
	float: right;
	text-align: right;
	padding-top: 16px;
	width: 740px;
}

.onlinesales .video-pad{
	padding-top:120px;
}

.onlinesales ul{
	text-align: center;
}

.onlinesales ul li{
	display: inline-block;
	margin: 30px 30px 0px 30px;
}
.onlinesales .light{
	color: #fff;
}

.onlinesales .site-inner .wrap{
	max-width: 100%;
	padding: 0px !important;
}

.onlinesales .content{
	padding-right: 0px;
}

.onlinesales .full-width-block{
	width: 100%;
	background-size:cover;
	position: relative;
}

.onlinesales .full-width-block.overlay > div {
	display: table-cell;
	vertical-align: middle;
}

.onlinesales .full-width-block.overlay .videoWrapperHide{
	display: block;
}

.disclaimer-container {
	padding:50px 0px 50px 0px !important;
}

.onlinesales .full-width-block-interior{
	padding: 60px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.onlinesales .full-width-block-interior-top{
	padding: 140px 0px 20px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}


.onlinesales .full-width-block-interior-video{
	padding: 140px 0px 90px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.onlinesales .one-half-block-interior-image {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.onlinesales .one-half-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	padding:40px 40px 0px 40px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.onlinesales .video-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: inline-block;
	overflow: hidden;
	opacity: .4 !important;
}

.onlinesales .overlay{
	background-color:#31333E;
	opacity: 1;
}

.onlinesales .bumper{
	display:none;
}

.onlinesales .video-box video{
	width: 100%;
}

.login-button-nav {
	margin-bottom: 20px !important;
    	margin-top: 0px;
	font-size: .9rem !important;
   	font-weight: 600;
    	display: inline-block;
    	letter-spacing: 3px;
    	line-height: 1;
   	padding: 16px 32px !important;
}

.login-button-nav:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1110px) {
	.onlinesales .full-width-block-interior {
		padding: 25px;
	}
}

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

	.onlinesales .full-width-block-interior-video{
		padding: 160px 0px 110px 0px !important;
	}

	html div#om-ajs7yhzanofhnexi #om-lightbox-transparent-footer {
		position: relative !important;
	}

	.onlinesales .one-half-block-interior-image {
		width:100% !important;
	}
	.onlinesales .video-box video{
		display: none;

	}

	.disclaimer-container {
		padding:50px 30px 50px 30px !important;
	}

	.online-quote {
		font-size:22px;
		font-size:1.3rem !important;
	}

	.two-wide-title {
		font-size:22px;
		font-size:1.3rem !important;
	}

	.page-id-2231 .home-sub-text {
		font-size: 22px !important;
		font-family: 'brandon-grotesque', sans-serif;
		font-style: normal;
		font-weight: 100;
		letter-spacing:2px;
	}

	.page-id-3988 .site-header{
		margin-top: -490px !important;
	}

	.page-id-3988 .home-sub-text {
		font-size: 22px !important;
		font-family: 'brandon-grotesque', sans-serif;
		font-weight: 400;
		letter-spacing:2px;
	}

	.page-id-2231 .site-header{
		margin-top: -490px !important;
	}

	.page-id-3988 .site-header{
		margin-top: -490px !important;
	}

	#text-31{
		float: right;
    		text-align: right;
    		padding-top: 0px;
    		width: 240px;
	}
	.onlinesales .video-box{
		background: url('/wp-content/uploads/2015/10/header-bg.jpg');
		width: 100% !important;
		background-size:cover;
	}

	.online-button-nav {
		margin-bottom: 20px !important;
   	 	margin-top: 0px;
    		font-size: .9rem !important;
    		font-weight: 600;
    		display: inline-block;
    		letter-spacing: 3px;
    		line-height: 1;
   		padding: 12px 16px !important;
	}

	.online-button-nav:hover{
		background-color: rgba(26, 203, 151, 1);
		color: rgba(255, 255, 255, 1);
	}

	.page-id-2231 .online-headline {
		font-size:2.5rem !important;
		padding-top: 130px !important;
	}

}

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

	.page-id-2231 .site-header{
			margin-top: -400px !important;
	}

	.page-id-3988 .site-header{
			margin-top: -400px !important;
	}

	.login-button-nav {
		margin-bottom: 20px !important;
   	 	margin-top: 0px;
    		font-size: .9rem !important;
    		font-weight: 600;
    		display: inline-block;
    		letter-spacing: 3px;
    		line-height: 1;
   		padding: 12px 16px !important;
	}

	.login-button-nav:hover{
		background-color: rgba(26, 203, 151, 1);
		color: rgba(255, 255, 255, 1);
	}
}

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

	.onlinesales .one-half-block-interior-image {
		margin: 0;
		width: 100%;
	}

	.cost-savings {
	margin-top:20px !important;
	}

	.button-right-margin {
		margin-right:0px !important;
	}

	.page-id-2231 .site-header{
		margin-top: -300px !important;
	}
	.onlinesales ul li{
		display: inline-block;
		width:100%;
		margin: 30px 0px 0px 0px !important;
	}

	.page-id-2231 .site-header .wrap {
		padding: 4px 10px;
   		padding-bottom: 0px;
	}

	.page-id-2231 .online-button-nav {
		margin-top: 16px;
	}

	.page-id-2231 .online-button {
		width:100%;
	}


	.page-id-2231 .button-video-online {
		width: 100% !important;
    		margin: 0 auto;
    		display: inline-block;
	}

	.page-id-3988 .site-header{
		margin-top: -300px !important;
	}

	.page-id-3988 .site-header .wrap {
		padding: 4px 10px;
   		padding-bottom: 0px;
	}

	.page-id-3988 .online-button-nav {
		margin-top: 16px;
	}

	.page-id-3988 .online-button {
		width:100%;
	}

	.page-id-3988 .button-video-online {
		width: 100% !important;
    		margin: 0 auto;
    		display: inline-block;
	}

}

/* Last Chance Sales Page
---------------------------------------------------------------------------------- */

.page-id-3962 #tpbr_topbar {
	display:none;
}

.page-id-3962 .site-header{
	margin-top: -460px;
}

.page-id-3962 .shrink{
	margin-top: 0px !important;
	min-height:88px;
	display: none;
}

.page-id-3962 .shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 80px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size: 100px;
	margin-top: 0px;
}

.page-id-3962 .site-header .shrink {
	margin-top: 160px !important;
}

.page-id-3962 .site-inner {
	margin-top:-10px !important;
}

.page-id-3962 .site-container {
	margin-top:-44px !important;
}

.page-id-3962 input[type="submit"]{
	color:#fff !important;
}

/* NAW Page
---------------------------------------------------------------------------------- */

.page-id-3974 #tpbr_topbar {
	display:none;
}

.page-id-3974 .site-header{
	margin-top: -460px;
}

.page-id-3974 .shrink{
	margin-top: 0px !important;
	min-height:88px;
	display: none;
}

.page-id-3974 .shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 80px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size: 100px;
	margin-top: 0px;
}

.page-id-3974 .site-header .shrink {
	margin-top: 160px !important;
}

.page-id-3974 .site-inner {
	margin-top:-10px !important;
}

.page-id-3974 .site-container {
	margin-top:-44px !important;
}

.page-id-3974 input[type="submit"]{
	color:#fff !important;
}



/* Optin Monster Popup
---------------------------------------------------------------------------------- */

div#om-fksttljkos8sylbn #om-lightbox-coupon-container {
    border: none !important;
}

div#om-lightbox-coupon-optin.om-lightbox-coupon.om-clearfix.om-theme-coupon {
    border-radius: 10px;
}

.om-lightbox-coupon-header {
    color: #fff !important;
}

div#om-lightbox-coupon-optin-wrap.phoenix-element-row.phoenix-element-row-global.phoenix-body {
    border-radius: 10px !important;
}

div#om-lightbox-coupon-optin.om-lightbox-coupon.om-clearfix.om-theme-coupon.phoenix-outer-wrap {
    border-radius: 10px !important;
}

div#om-fksttljkos8sylbn .phoenix-element-title {
		font-family: 'brandon-grotesque', sans-serif !important;
    	font-size: 44px !important;
    	color: #1acb97 !important;
    	font-weight: 400 !important;
		padding: 40px 32px 20px 20px;
		line-height: 1.5 !important;
    	text-transform: uppercase !important;
    	letter-spacing: 2px !important;
}

div#om-fksttljkos8sylbn .phoenix-element-tagline {
	font-family: "brandon-grotesque", Arial, sans-serif !important;
	font-size: 25px !important;
	font-style: italic !important;
	text-align: center !important;
	line-height: 1.5 !important;
	color: #274c39 !important;
}

div#om-fksttljkos8sylbn .phoenix-form input {
	display: block !important;
	border: 1px solid rgba(0, 0, 0, .3) !important;
	border-radius: 3px !important;
	padding: 14px 16px !important;
	font-size: 18px !important;
	line-height: 1.5em !important;
	margin: 0 auto 8px !important;
	height: auto !important;
}

div#om-fksttljkos8sylbn .phoenix-header {
	padding:0px 22px !important;
}

input#om-lightbox-coupon-optin-submit.phoenix-field-submit {
	color: #ffffff !important;
	padding: 14px !important;
	border-radius:4px !important;
	border:none !important;
	font-family: "brandon-grotesque", Arial, sans-serif !important;
	background: #63be93 !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 ) !important;
	-webkit-text-fill-color: white !important;
	-webkit-background-clip: default !important;
}


div#om-fksttljkos8sylbn .phoenix-element-tagline {
	font-style:italic !important;
	font-weight:400 !important;
}

div#fksttljkos8sylbn om-lightbox-coupon-optin-title {
	font-family: 'brandon-grotesque', sans-serif !important;
    	color: #1acb97 !important;
}


@media only screen and (max-width: 480px) {
		div#om-fksttljkos8sylbn .phoenix-element-title {
			font-size: 34px !important;
			font-weight: 600 !important;
		}
}

/* Online Course Sales Page
---------------------------------------------------------------------------------- */

.optin-monster-saas-powered-by{
	display:none !important;
}

.om-lightbox-coupon-optin-tagline{
	color:rgba(13, 113, 93, 1) !important;
	line-height:160% !important;
}

div#om-cq4ck2aivrsgtwfz input[type=submit],
div#om-cq4ck2aivrsgtwfz button,
div#om-cq4ck2aivrsgtwfz
#om-lightbox-coupon-optin-submit {
	color:rgba(13, 113, 93, 1) !important;
	background-color:#fff !important;
	border: none !important;
	border-radius:3px !important;
}

.page-id-2231 #tpbr_topbar {
	display:none;
}

.page-id-3988 #tpbr_topbar {
	display:none;
}

div.regform .txt-fld input,
div.regform .widefield .expires input,
div.regform .txt-fld select {
	border: 2px solid #c2c2c3 !important;
}

#text-31 .regform-button{
	padding:18px 24px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.pp-color .regform-button{
	margin-bottom:10px;
	background:rgba(0, 185, 242, 0.9) !important;
}

.pp-color .regform-button:hover{
	background:rgba(0, 185, 242, 1) !important;
}

.pp-container-pad{
	padding:0px 20px 0px 20px;
	line-height:120%;
}

.button-small .regform-button{
	padding: 20px 26px !important;
	font-size: 1rem !important;
	max-width:300px;
	margin-top: 18px !important;
	margin-bottom: 0px !important;
}


.page-id-2231 .site-header{
	margin-top: -460px;
}

.page-id-2231 .shrink{
	margin-top: 0px !important;
	min-height:88px;
	display: none;
}

.page-id-2231 .shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 80px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size: 100px;
	margin-top: 0px;
}

.page-id-2231 .site-header .shrink {
	margin-top: 160px !important;
}

.page-id-2231 .site-inner {
	margin-top:-10px !important;
}

.page-id-2231 .site-container {
	margin-top:-44px !important;
}

.page-id-2231 .online-headline {
	font-weight:400 !important;
	font-size:3.4rem;
}

.page-id-2231 .intercom-launcher{
    	margin-bottom: 100px !important;
}

.page-id-3988 .site-header{
	margin-top: -460px;
}

.page-id-3988 .shrink{
	margin-top: 0px !important;
	min-height:88px;
	display: none;
}

.page-id-3988 .shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 80px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size: 100px;
	margin-top: 0px;
}

.page-id-3988 .site-header .shrink {
	margin-top: 160px !important;
}

.page-id-3988 .site-inner {
	margin-top:-10px !important;
}

.page-id-3988 .site-container {
	margin-top:-44px !important;
}

.online-headline{
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 100;
	line-height: 140% !important;
	padding-top:180px;
	padding-bottom:20px;
	font-size:40px;
	font-size:3.4rem;
	line-height: 1.4;
	letter-spacing:4px;
	margin: 0 0 0px;
}

.two-ways{
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 700;
	color:#212121;
	line-height: 140% !important;
	padding-top:20px;
	padding-bottom:20px;
	font-size:20px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.call-us{
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#3b3b3b;
	line-height: 140% !important;
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.top-buy-online{
	font-size:.5rem !important;
}

.play-intro {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	font-style:italic;
	color: #eaeaea;
	line-height: 160% !important;
	padding-top:18px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
}

.full-width-block-interior-online{
	padding: 30px 0px 120px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.page-id-2231 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 100;
	letter-spacing:2px;
}

.perk-padding {
	padding:0px 20px 0px 20px;
	display:inline-block;
}

.page-id-5609 .home-sub-text,
.page-id-3988 .home-sub-text,
.page-id-759 .home-sub-text {
	font-size: 26px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
}

.countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background: none !important;
	min-width:16px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 3px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.countdown_date {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	color:#fff;
	margin-top:17px !important;
	margin-bottom: 14px !important;
	letter-spacing:2px;
	background: none !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 3px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.countdown_txt {
	font-size: .6rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	padding-bottom:10px !important;
	margin-top:0px !important;
	text-transform:uppercase !important;
	background: none !important;
	min-width:24px !important;
	letter-spacing:2px;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 3px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

span.countdown_txt {
	font-size: .6rem !important;
}

.page-id-5783 .ujic-classic span.countdown_amount {
	font-size: 2.6rem !important;
}

.page-id-5783 div.ujic-hold.ujic_none {
	margin: 40px;
}

#ujiCountdown {
	margin-top: 0px !important;
}

.page-id-2231 #ujiCountdown {
	margin-top: -46px !important;
}

.ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.apple-uji .ujic_center .ujic-hold {
	float:left !important;
	width: 100% !important;
	text-align:left !important;
}

#countdown-timer-online {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background: #EA4E33  !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #FF8C48 0%, #15d4b6 40%, #EA4E33 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FF8C48), color-stop(98%, #EA4E33 )) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #FF8C48 0%, #EA4E33  98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FF8C48', endColorstr='#EA4E33 ', GradientType=1 );
	-webkit-background-clip: default;
}

.page-id-2231 #apple-tv-bottom{
	min-height: 70px !important;
}

#apple-tv-bottom {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-height:70px;
}

.apple-tv-sales{
	padding-top:10px;
}

.page-id-2231 .apple-tv-sales{
	margin-top:40px;
	padding-top:0px;
}

.apple-bar-text{
	font-size: 1.4rem;
}

.apple-bar-link {
	border: 2px solid #fff;
    	border-radius: 3px;
      	padding: 8px 16px 8px 16px;
    	margin-right: 10px;
    	color: #fff;
}

.page-id-2231 .apple-bar-text-container{
	margin-top: 20px !important;
}

.page-id-2231 {
	margin-top: 40px !important;
}

.apple-bar-text-container {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 400;
	color:#fff;
	margin-top: -7px !important;
	letter-spacing:2px;
	background: none !important;
	padding:22px 0px 10px 0px!important;
	color: rgb(255, 255, 255) !important;
	text-align: center;
	text-shadow: none !important;
	border-radius: 3px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.apple-bar-text-container a:hover{
	color: #FF8C48 !important;
	background-color:#fff !important;
}

.disc-green-bg a{
	color: #157864 !important;
	font-size:1rem !important;
	border-bottom:1px solid #157864 !important;
}

.disc-green-bg a:hover{
	color: #157864 !important;
}

.2016-button-video {
	padding: 20px 28px !important;
}

.countdown_txt {
	font-size: 1rem !important;
	color:#fff !important
}

.page-id-2231 .countdown_amount {
	font-size: .9rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	margin-right:2px !important;
	background-color: #fff !important;
	min-width:28px !important;
	min-height:28px !important;
	padding:5px 5px !important;
	color: #ef5d38 !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-2231 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-2231 .countdown_txt {
	font-size: .7rem !important;
	color:#fff !important
}

.page-id-3137 .countdown_amount {
	font-size: 1.4rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:28px !important;
	min-height:28px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-3137 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-3137 .countdown_txt {
	font-size: .9rem !important;
	color:#fff !important
}

.page-id-3137 .site-header{
	display:none !important;
}

.online-button {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 4px;
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	font-size: .9rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 4px;
	line-height: 1;
	padding: 24px 36px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.online-button:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

.blue-online-button {
	background-color: rgba(255, 255, 255, .9);
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 4px;
	color: rgba(23, 45, 66, 1);
	cursor: pointer;
	min-height:105px;
	font-size: .9rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	min-height:116px;
	line-height: 1;
	padding: 24px 18px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.blue-online-button:hover{
	background-color: rgba(255, 255, 255, 1);
	color: rgba(23, 45, 66, 1);
}

a.om-trigger-conversion.button {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 3px;
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	font-size: 1rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	padding: 24px 38px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.ob-2016-button {
	background: #1acb97;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#42D4CA', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 3px;
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	font-size: 1rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 3px;
	line-height: 1;
	padding: 24px 38px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.ob-2016-button:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

.online-button-white {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(98%, #f1f1f1));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=1 );
	-webkit-text-fill-color: rgba(26, 203, 151, 0.95);
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 3px;
	color: rgba(26, 203, 151, 0.95);
	cursor: pointer;
	font-size: 1rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	padding: 24px 38px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.online-button-white:hover{
	background-color: rgba(255, 255, 255, 1);
	color: rgba(26, 203, 151, 0.95);
}

.white-button .regform-button {
	background: #fff !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(98%, #f1f1f1)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=1 );
	-webkit-text-fill-color: rgba(26, 203, 151, 0.95);
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 3px;
	color: #1acb97 !important;
	cursor: pointer;
	font-size: 1rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	padding: 24px 38px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.white-button .regform-button:hover{
	background-color: rgba(255, 255, 255, 1);
	color: rgba(26, 203, 151, 0.95);
}

.online-button-nav {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, 0.95);
	margin-bottom:0px;
	margin-top:0px;
	border-radius: 3px;
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 5px;
	line-height: 1;
	padding: 16px 32px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.online-button-nav:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

.online-button-body {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, .9);
	opacity:.9;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 5px;
	line-height: 1;
	padding: 22px 42px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.online-button-body:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

.regform-button {
	font-family: 'brandon-grotesque', sans-serif !important;
	background-color: rgba(26, 203, 151, 0.95) !important;
	background: -moz-linear-gradient(top,  rgba(626, 203, 151, 0.95) 0%, rgba(26, 203, 151, 0.95) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26, 203, 151, 0.95)), color-stop(100%,rgba(26, 203, 151, 0.95))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(26, 203, 151, 0.95) 0%,rgba(26, 203, 151, 0.95) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(26, 203, 151, 0.95) 0%,rgba(26, 203, 151, 0.95) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(26, 203, 151, 0.95) 0%,rgba(26, 203, 151, 0.95) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(26, 203, 151, 0.95) 0%,rgba(26, 203, 151, 0.95) 100%) !important;
	margin-bottom:40px !important;
	margin-top:20px !important;
	border-radius: 4px !important;
	border: 0px !important;
	color: rgba(255, 255, 255, .9) !important;
	cursor: pointer !important;
	font-size: .9rem !important;
	font-weight: 600 !important;
	display: inline-block !important;
	letter-spacing: 4px !important;
	line-height: 1 !important;
	padding: 24px 28px !important;
	white-space:nowrap !important;
	text-align: center !important;
	text-rendering: optimizeLegibility !important;
}

.regform-button:hover{
	background-color: rgba(26, 203, 151, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.online-play{
	opacity:.9;
}

.online-play:hover{
	opacity:1;
}

.logo-client{
	float:center;
	margin:0 auto;
}

.full-width-block-interior-logos{
	padding: 10px 0px 10px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.online-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 700;
	color:#212121;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.8rem;
	line-height: 1.4;
	letter-spacing:8px;
	margin: 0 0 0px;
}

.online-title-promo {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 700;
	color:#212121;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:2.2rem;
	line-height: 1.4;
	letter-spacing:8px;
	margin: 0 0 0px;
}

.online-title-white {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#fff;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:40px;
	font-size:40px;
	font-size:1.8rem;
	line-height: 1.4;
	letter-spacing:8px;
	margin: 0 0 0px;
}



.online-title-quote {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 900;
	color:#212121;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.7rem;
	line-height: 1.4;
	letter-spacing:4px;
	margin: 0 0 0px;
}

.process-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#ccc;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:20px;
	font-size:40px;
	font-size:1.2rem;
	line-height: 1.4;
	letter-spacing:4px;
	margin: 0 0 0px;
}

.icon-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#212121;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.5rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.icon-body {
	font-family: "freight-text-pro",sans-serif;
	font-weight: 500;
	color:#797979;
	line-height: 130%;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.2rem;
	line-height: 160%;
	letter-spacing:1px;
	margin: 0 0 0px;
}

.different-body {
	font-family: "freight-text-pro",sans-serif;
	font-weight: 500;
	color:#797979;
	line-height: 130%;
	font-size:14px;
	font-size:1.2rem;
	line-height: 180%;
	letter-spacing:1px;
}

.full-width-block-interior-gif{
	padding: 60px 40px 0px 60px;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 2;
}

.border-l {
	border-top: 0px solid #0d715d;
	border-bottom: 0px solid #0d715d;
}

.border-m {
	border-top: 0px solid #0d715d;
	border-bottom: 0px solid #0d715d;
	border-left: 1px solid #0d715d;
	border-right: 1px solid #0d715d;
}

.border-r {
	border-top: 0px solid #0d715d;
	border-bottom: 0px solid #0d715d;
}

.circle-slide {
	border: 2px solid #0d715d;
	font-family: 'brandon-grotesque', sans-serif;
	border-radius: 40px;
	color: rgba(26, 203, 151, 0.95);
	background-color: #0d715d;
	width: 40px;
	font-weight: 600;
	line-height: 36px;
	padding-left: 2px;
	margin-right: 10px;
	text-align: center;
	height: 40px;
	display: inline-block;
}

.steps {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #444;
	font-size:1.6rem;
	line-height: 180%;
}

.circle-process {
	border: 2px solid #ccc;
	font-family: 'brandon-grotesque', sans-serif;
	border-radius: 40px;
	color: #2b2b2b;
	background-color: #ccc;
	width: 40px;
	font-weight: 600;
	margin-bottom:20px;
	line-height: 36px;
	padding-left: 2px;
	margin-right: 10px;
	text-align: center;
	height: 40px;
	display: inline-block;
}

.video-process-dash {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#797979;
	line-height: 140% !important;
	padding-top:0px;
	padding-bottom:40px;
	font-size:14px;
	font-size:1.2rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin-right:28px;
}

.circle-process-dash {
	border: 2px solid #797979;
	font-family: 'brandon-grotesque', sans-serif;
	border-radius: 40px;
	color: #797979;
	background-color: #fff;
	width: 40px;
	font-size:1.2rem;
	font-weight: 600;
	margin-bottom:20px;
	line-height: 36px;
	padding-left: 2px;
	margin-right: 10px;
	text-align: center;
	height: 40px;
	display: inline-block;
}

.circle-slide:hover {
	border: 2px solid #0d715d;
}

.slider-sales-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, 0.95);
	color: #0d715d;
	cursor: pointer;
	font-size: 1.2rem !important;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	width:100%;
	padding: 24px 18px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.slider-sales-button:hover{
	background-color: rgba(30, 236, 176, 1);
	color: #0d715d;
}

.slider-sales-button:active{
	background-color: rgba(255, 255, 255, 1);
	color: rgba(33, 33, 33, 1);
}

.button-ghost-wrapper {
	overflow: hidden;
	display: block;
	line-height: 0;
}

.normal-text{
	text-align: center;
	height: 100%;
	transition: -webkit-transform 0.33s ease-in-out;
	transition: transform 0.33s ease-in-out;
}

.hover-text{
	text-align: center;
	height: 100%;
	transition: -webkit-transform 0.33s ease-in-out;
	transition: transform 0.33s ease-in-out;
}

.online-quote {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#fff;
	line-height: 200% !important;
	padding-top:0px;
	padding-bottom:20px;
	font-size:22px;
	font-size:2rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.two-wide-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#fff;
	line-height: 200% !important;
	padding-top:0px;
	padding-bottom:20px;
	font-size:20px;
	font-size:1.6rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
	}

.online-quote-person {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#a6a6a6;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:20px;
	font-size:14px;
	font-size:1rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.full-width-block-interior-quote-sales{
	padding: 150px 0px 90px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.quote-circle {
	width: 160px;
	height: 160px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
}

.quote-circle:hover {
	width: 160px;
	height: 160px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-brian {
	width: 160px;
	height: 160px;
	background: url(/wp-content/uploads/2015/09/b-clark.png) no-repeat center;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-brian:hover {
	cursor:pointer;
	width: 160px;
	height: 160px;
	border:2px solid #fff;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-perry {
	width: 160px;
	height: 160px;
	background: url(/wp-content/uploads/2016/03/perry-headshot.png) no-repeat center;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-perry:hover {
	cursor:pointer;
	width: 160px;
	height: 160px;
	border:2px solid #fff;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-john {
	width: 160px;
	height: 160px;
	background: url(/wp-content/uploads/2015/09/j-maxwell.png) no-repeat center;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-john:hover {
	cursor:pointer;
	width: 160px;
	height: 160px;
	border:2px solid #fff;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-vik {
	width: 160px;
	height: 160px;
	background: url(/wp-content/uploads/2015/09/v-harrison.png) no-repeat center;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-vik:hover {
	cursor:pointer;
	width: 160px;
	height: 160px;
	border:2px solid #fff;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-mh {
	width: 160px;
	height: 160px;
	background: url(/wp-content/uploads/2015/10/mh-thumb.png) no-repeat center;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.quote-circle-mh:hover {
	cursor:pointer;
	width: 160px;
	height: 160px;
	border:2px solid #fff;
	background-size:cover;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}

.play-quote {
	background-color: #fff;
	width:180px;
	height:180px;
	opacity:0.5;
}

.play-quote:hover {
	opacity:1;
    -webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}

.regform-header {
	border-radius: 7px 7px 0 0;
	text-align: center !important;
	border-bottom: 1px solid #ccc !important;
   	background: rgb(247,247,248); /* Old browsers */
   /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
   	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) !important; /* FF3.6+ */
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))) !important; /* Chrome,Safari4+ */
   	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%) !important; /* Chrome10+,Safari5.1+ */
   	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%) !important; /* Opera 11.10+ */
   	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%) !important; /* IE10+ */
   	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%) !important; /* W3C */
   	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f8', endColorstr='#eeeeef',GradientType=0 ); /* IE6-8 */
   	padding: 28px 28px 24px 28px !important;
   	box-shadow: inset 0px 0px 0px 0px #fff !important;
}


div.regform .regform-header h2 {
	padding: 28px 18px 24px 18px !important;
	font-size:1.6rem !important;
	text-align:center !important;
	font-family: 'brandon-grotesque', sans-serif !important;
}

.fancybox-overlay {
	background: url('none') rgba(255, 255, 255, 0.95) !important;
}

div.regform{
	border: 0px solid #5f5f5f !important;
	width: 404px !important;
	background: #FFF !important;
	box-shadow: 0 0 3px 0 #333 !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif !important;
	font-size: 12px !important;
	box-shadow: 0px 0px 8px #555 !important;
	border-radius: 3px !important;
	top: 50px !important;
}

div.regform .txt-fld input, div.regform .widefield .expires input, div.regform .txt-fld select {
	background: #fff;
	border: 1px solid #c2c2c3;
	border-radius: 3px;
	box-shadow: inset 0px 0px 0px 0px #fff !important;
	color: #777777;
	font-family: "Helvetica Neue";
	font-size: 12px;
	margin: 0;
	outline: medium none;
	padding: 8px 4px;
	width: 100%;
}

.page-id-2231 div.regform .txt-fld {
	border-bottom: medium none;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	width: 100%;
}

.btn-fld .regform-button {
	width:100% !important;
	margin-bottom:0px !important;
	margin-top:0px !important;
	font-size:1.2rem !important;
}

.price-container-online{
	color: #5c5c5c;
	background-color: #f1f1f1;
	margin-bottom:60px;
	font-family: 'brandon-grotesque', sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-weight: 400 !important;
	padding: 20px 0 26px;
	padding: 4.6rem 0 2.6rem;
}

.discount {
	color: #b1b1b1;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 20px 0 26px;
	padding: 0rem .6rem;
}

.group-container-online{
	color: #fff;
	background-color: #f1f1f1;
	margin-bottom:60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-weight: 400 !important;
	padding: 20px 26px;
	padding: 2.6rem 2.6rem;
}

.people-group {
	color: #3b3b3b;
	text-align: center;
	font-weight: 400 !important;
	padding: 20px 0 26px;
	padding: 0rem .6rem;
}

.group-price-online{
	font-family: 'brandon-grotesque', sans-serif;
	color: #1acb97;
	line-height:1.6;
	font-size: 16px;
	font-size: 3rem;
}

.cost-savings {
	color: #fff;
	background-color: #ff6348;
	margin-top:171px;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-weight: 400 !important;
	padding: 20px 0 26px;
	padding: 2.6rem 2.6rem;
}


button#go-regform-1445461037.regform-button.go-regform {
	width:100% !important;
}

.course-payment-plan {
	color: #fff;
	background-color: #1acb97;
	margin-bottom:0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-weight: 400 !important;
	padding: 20px 0 26px;
	padding: 2.6rem 1.6rem 1.6rem 1.6rem;
}

.cost-price {
	color: #ff6348;
	font-size:2rem;
	font-family: 'brandon-grotesque', sans-serif;
	line-height: 140%;
	text-align: center;
	font-weight: 600 !important;
}

.cost-each{
	color: #fff;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:160%;
	padding-bottom:0px;
	font-size: 20px !important;
	font-size: .9rem;
}

span.sub-price {
	color: #1acb97;
	font-size: 2.2em !important;
	font-family: 'brandon-grotesque', sans-serif;
	line-height: 160%;
}

span.sub-title {
	color: #1acb97;
	font-size: 1.2em !important;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight:600;
	line-height: 160%;
	letter-spacing:2px;
}

span.sub-price-pp {
	color: rgba(0, 185, 242, 1);
	font-size: 2.2em !important;
	font-family: 'brandon-grotesque', sans-serif;
	line-height: 160%;
}

span.sub-title-pp {
	color: rgba(0, 185, 242, 1);
	font-size: 1.2em !important;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight:600;
	line-height: 160%;
	letter-spacing:2px;
}

span.pp-sub {
	color: #828282;
	font-family: 'brandon-grotesque', sans-serif;
	line-height: 120%;
	font-size: 1rem;
	padding: 10px;
	font-weight: 400;
	letter-spacing:1px;
}

.workshop-online-each{
	color: #1acb97;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:.6;
	padding-bottom:0px;
	font-size: 1.6rem !important;
	font-size: .8rem;
}

.savings-headline-online{
	color: #fff;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:0px;
	font-size:1.4rem;
	text-align: center;
	font-weight: 600 !important;
	padding: 20px 0 26px;
	padding: .2rem  2rem;
	letter-spacing:2px;
}

.cost-headline-online{
	color: #3b3b3b;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:60px;
	font-size:1.5rem;
	text-align: center;
	font-weight: 600 !important;
	padding: 20px 0 26px;
	padding: 2rem 0 2.6rem;
	letter-spacing:2px;
}

.cost-online{
	font-family: 'brandon-grotesque', sans-serif;
	color: #1acb97;
	line-height:1.6;
	font-size: 26px;
	font-size: 5rem;
	margin-bottom:10px !important;
}

.hr-online{
	display: block; height: 1px;
   	border: 0; border-top: 1px solid #ccc;
	margin: 1em 0; padding: 0;
}

.hr-savings{
	display: block; height: 1px;
   	border: 0; border-top: 1px solid #fff;
	margin: 1em 0; padding: 0;
}

.alumni-faq-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#212121;
	line-height: 160% !important;
	padding-top:30px;
	padding-bottom:30px;
	font-size:40px;
	font-size:1.8rem;
	line-height: 1.4;
	letter-spacing:3px;
	margin: 0 0 0px;
}

.alumni-faq-nav {
	font-family: 'brandon-grotesque', sans-serif;
    	font-weight: 400;
    	color: #1acb97;
    	padding: 20px;
	float:center;
	display: inline-block;
    	font-size: 40px;
    	font-size: 1.2rem;
    	letter-spacing: 3px;
}

.alumni-faq-nav:hover {
	font-family: 'brandon-grotesque', sans-serif;
    	font-weight: 400;
    	color: #fff;
    	padding: 20px;
    	font-size: 40px;
    	font-size: 1.2rem;
    	letter-spacing: 3px;
}

.alumni-faq-nav-coach {
	font-family: 'brandon-grotesque', sans-serif;
    	font-weight: 400;
    	color: #1acb97;
	display: inline-block;
    	padding: 20px;
	float:center;
    	font-size: 40px;
    	font-size: 1.2rem;
    	letter-spacing: 3px;
}

.alumni-faq-nav-coach:hover {
	font-family: 'brandon-grotesque', sans-serif;
    	font-weight: 400;
    	color: #fff;
    	padding: 20px;
    	font-size: 40px;
    	font-size: 1.2rem;
    	letter-spacing: 3px;
}

.alumni-lib-online{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.6rem;
	display: inline;
	padding:20px 0 20px 0;
	line-height:140%;
	font-weight:400;
	text-align:center;
	color: #6a6a6a;
}

.alumni-lib-online a{
	font-family: 'brandon-grotesque', sans-serif;
}

.final-cta{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.6rem;
	display: inline;
	padding:20px 0 20px 0;
	line-height:140%;
	font-weight:400;
	text-align:center;
	color: #B1B1B1;
}

.final-cta a{
	font-family: 'brandon-grotesque', sans-serif;
}

.money-back{
	margin-bottom:-90px;
	margin-right:-0px;
}

@media only screen and (max-width: 980px) {
	div.regform {
		width:360px !important;
	}

	.page-id-759 .site-header{
		margin-top:20px !important;
	}

	.pp-container-pad{
		padding:0px 0px 0px 0px;
		line-height:120%;
	}

	.button-small .regform-button{
		padding: 16px 16px !important;
		font-size: 1rem !important;
		max-width:300px;
		margin-top: 18px !important;
		margin-bottom: 0px !important;
	}

	.online-title-promo {
		font-size:26px;
		font-size:1.6rem;
	}

	#text-31 .regform-button{
		padding: 12px 16px !important;
		margin-top: 14px !important;
		max-width: 136px;
		font-size:1rem !important;
		margin-bottom: 0px !important;
	}

	.video-process-dash {
		padding-bottom:20px;
	}

	.offer-ends {
		padding-bottom:20px;
	}

	.slider-sales-button {
	font-size: 1rem !important;
	}

	.fancybox-wrap,
	.fancybox-skin,
	.fancybox-outer,
	.fancybox-inner,
	.fancybox-image,
	.fancybox-wrap iframe,
	.fancybox-wrap object,
	.fancybox-nav,
	.fancybox-nav span,
	.fancybox-tmp{
		width:360px !important;
	}

	.btn-fld .regform-button {
		font-size:1rem !important;
	}

	.regform-button{
		width: 100% !important;
		text-align:center;
		font-size:.9rem !important;
		letter-spacing:1px;
		padding: 24px 26px !important;
	}

	.border-l {
		border-bottom: 0px solid #0d715d;
	}

	.border-m {
		border-top: 1px solid #0d715d;
		border-bottom: 1px solid #0d715d;
		border-left: 0px solid #0d715d;
		border-right: 0px solid #0d715d;
	}

	.border-r {
		border-top: 0px solid #0d715d;
	}

	.price-container-online{
		color: #5c5c5c;
		background-color: #f1f1f1;
		margin-bottom:20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		font-weight: 400 !important;
		padding: 20px 0 26px;
		padding: 4.6rem 2rem 0rem 2rem;
	}

	.group-container-online{
		margin-bottom:20px !important;
	}

	.cost-online{
		font-size: 26px;
		font-size: 4rem;
	}

	.full-width-block-interior-quote-sales{
		padding: 90px 20px 100px 20px;
		width: 100%;
		max-width: 1110px;
		margin: auto;
		position: relative;
		z-index: 2;
	}

	.countdown_date {
		margin-top:10px !important;
		margin-bottom: 0px !important;
	}

	.countdown_date p {
		padding:0 0 10px !important;
	}

	.ujic-classic span.countdown_amount {
		padding:0px;
	}

	.desk-margin-right {
		margin-right:0px;
	}

	.apple-bar-text{
		font-size: .9rem;
	}

	.page-id-2231 .apple-bar-text{
		margin-top: -5px !important;
	}


	.apple-bar-text-container {
		font-size: .8rem !important;
    		padding-top: 26px !important;
    		letter-spacing: 1px !important;
		font-weight:600 !important;
		text-align: center !important;
	}

	#apple-tv-bottom {
		max-height:120px;
	}

	.apple-bar-link {
		padding: 2px 11px 2px 11px;
    		margin-right: 8px;
	}

	.apple-tv-sales{
		padding-top:10px !important;
		margin-top: 20px !important;
	}

	.page-id-5326 .apple-tv-sales{
		padding-top:0px !important;
		margin-top: -24px !important;
	}

	.page-id-5326 .rc-anchor-normal{
		width: 210px !important;
	}

	.page-id-2231 .intercom-launcher{
    		margin-bottom: 120px !important;
	}

}

/* Video Page Template Styles
---------------------------------------------------------------------------------- */

.videopage #tpbr_topbar {
	display:none;
}

.videopage .site-inner {
	margin-top:0px !important;
}

.videopage .site-container {
	margin-top:-44px !important;
	padding-top:0px;
}

.videopage .site-header{
	position: relative;
}

.videopage .shrink{
	opacity:.4;
}

.videopage .title-area {
	float: left;
	padding-bottom: 0px;
	width: 140px;
	height: 120px;
	background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:130px;
	margin-top: 0px;
}


.play-vid-button p {
	display: none !important;
}

.norm-vid-button p {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.videopage .title-area {
		float: left;
		padding-bottom: 0px;
		margin-left:0px;
		margin-top:20px;
		width: 100%;
		height: 80px;
		background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
		background-size:130px;
		margin-top: 0px;
	}

	.videopage .site-header {
		background-color:#fff;
	}

	.videopage .site-header .wrap{
		padding-top:30px;
	}
}

#text-33{
	float: right;
	text-align: right;
	padding-top: 32px;
	width: 600px;
}

.videopage .wrap{
	max-width: 100%;
	padding: 0px 70px;
}

.videopage .video-pad{
	padding-top:120px;
}

.videopage ul{
	text-align: center;
}

.videopage ul li{
	display: inline-block;
	margin: 30px 30px 0px 30px;
}
.videopage .light{
	color: #fff;
}

.videopage .site-inner .wrap{
	max-width: 100%;
	padding: 0px !important;
}

.videopage .content{
	padding-right: 0px;
}

.videopage .full-width-block{
	width: 100%;
	background-size:cover;
	position: relative;
}

.videopage .full-width-block.overlay > div {
	display: table-cell;
	vertical-align: middle;
}

.videopage .full-width-block.overlay .videoWrapperHide{
	display: block;
}

.videopage .full-width-block-interior{
	padding: 60px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.videopage .full-width-block-interior-top{
	padding: 140px 0px 20px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}


.videopage .full-width-block-interior-video{
	padding: 140px 0px 90px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.videopage .one-half-block-interior-image {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.videopage .one-half-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	padding:40px 40px 0px 40px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.videopage .video-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: inline-block;
	overflow: hidden;
	opacity: .8;
}

.videopage .overlay{
	background-color:#000;
	opacity: 1;
}

.videopage .bumper{
	display:none;
}

.videopage .video-box video{
	width: 100%;
}

.log-out-course {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: none;
	color: rgba(100, 100, 100, .7);
	cursor: pointer;
	border-radius:3px;
	font-size: .9rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	float:right;
	padding: 20px 28px 20px 28px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.log-out-course:hover{
	color: rgba(100, 100, 100, 1);
}

.log-in-course-wrk {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: none;
	color: rgba(255, 255, 255, .8);
	cursor: pointer;
	border-radius:3px;
	font-size: 12px !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	padding: 15px 18px 20px 0px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.log-in-course-wrk:hover{
	color: rgba(255, 255, 255, 1);
}

.page-id-759 .shrink .log-in-course-wrk {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: none;
	color: rgba(26, 203, 151, 1);
	cursor: pointer;
	border-radius:3px;
	font-size: .9rem !important;
	font-weight: 900;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	float:right;
	padding: 15px 28px 20px 28px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.page-id-759 .shrink .log-in-course-wrk:hover{
	color: rgba(26, 203, 151, .95) !important;
}

.log-in-course {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: none;
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	border-radius:3px;
	font-size: .9rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	float:right;
	margin-top: 20px;
	padding: 20px 28px 20px 28px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.log-in-course:hover{
	color: rgba(255, 255, 255, 1);
}

.dash-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, .95);
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	border-radius:3px;
	font-size: .9rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	float:right;
	padding: 20px 28px 20px 28px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.dash-button:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

#footer {
	display:none !important;
}

.footer-text {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #7b7b7b;
}

.footer-widgets-2.widget-area {
	width: 80%;
	margin-top: 30px;
	float: center;
	position: relative;
}

.footer-widgets-3.widget-area {
	width: 200px !important;
	margin: 0;
	position: relative;
	margin-top: -60px;
}

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

.footer-widgets-2.widget-area {
	width: 100%;
	margin-top: 30px;
	float: right;
	position: relative;
	}

.footer-widgets-3.widget-area {
	width: 100% !important;
	margin: 0;
	position: relative;
	margin-top: -60px;
	}
}

@media only screen and (max-width: 1110px) {
	.videopage .full-width-block-interior {
		padding: 25px;
	}
}

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

	.videopage .full-width-block-interior-video{
		padding: 160px 0px 110px 0px !important;
	}
	.videopage .one-half-block-interior-image {
		width:100% !important;
	}
	.videopage .video-box video{
		display: none;

	}
	.videopage .video-box{
		background: url('http://storybrand.com/wp-content/uploads/2014/06/sb-ws-bg.jpg');
		width: 100% !important;
		background-size:cover;
	}

	.page-id-759 .shrink .log-in-course-wrk {
		margin:0 auto;
		width:100%;
		padding: 8px 28px 32px 28px;
	}

	.page-id-759 .log-in-course-wrk {
		margin:0 auto;
		width:100%;
	}
}

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

	.videopage .one-half-block-interior-image {
		margin: 0;
		width: 100%;
	}

	.videopage ul li{
		display: inline-block;
		width:100%;
		margin: 30px 0px 0px 0px !important;
	}

	.log-out-course {
		padding: 30px 8px 20px 8px;
	}
}

/* Online Course Video Page
---------------------------------------------------------------------------------- */

.page-id-2662 #tpbr_topbar {
	display:none;
}

.page-id-2662 .site-inner {
	margin-top:0px !important;
}

.page-id-2662 .site-container {
	margin-top:-44px !important;
	padding-top:0px;
}

.page-id-2662 .site-header{
	position: relative;
}

.page-id-2662 .shrink{
	opacity:.4;
}

.page-id-2662 .title-area {
	float: left;
	padding-bottom: 0px;
	width: 140px;
	height: 120px;
	background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:130px;
	margin-top: 0px;
}

@media only screen and (max-width: 768px) {
	.page-id-2662 .title-area {
		float: left;
		padding-bottom: 0px;
		margin-left:0px;
		margin-top:20px;
		width: 100%;
		height: 80px;
		background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
		background-size:130px;
		margin-top: 0px;
	}

	.page-id-2662 .site-header {
		background-color:#fff;
	}

	.page-id-2662 .site-header .wrap{
		padding-top:30px;
	}
}

.video-pg-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#fff;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:20px;
	font-size:28px;
	font-size:2.2rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.video-pg-body {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#bdbdbd;
	line-height: 140% !important;
	padding-top:0px;
	padding-bottom:40px;
	font-size:38px;
	font-size:1.2rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin-top:0px;
}

.workbook-vid-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(255, 255, 255, .2) !important;
	color: rgba(255, 255, 255, .6);
	cursor: pointer;
	border-radius:3px;
	font-size: .7rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	float:right;
	padding: 20px 22px 20px 20px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.workbook-vid-button:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

.button-right-margin {
	margin-right:20px;
}

.small-vid-text {
	font-family: "freight-text-pro",sans-serif;
	font-weight: 500;
	color:#bdbdbd;
	line-height: 140% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
	font-size:.9rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin-top:10px;
}

.small-vid-text-playing {
	font-family: "freight-text-pro",sans-serif;
	font-weight: 500;
	color:rgba(26, 203, 151, 0.95);
	line-height: 140% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
	font-size:.9rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin-top:10px;
}

.vid-length {
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	color: rgba(13, 113, 93, 1);
	cursor: pointer;
	font-size: 1rem;
	border-left:1px solid rgba(13, 113, 93, 1);
	font-weight: 600;
	display: inline;
	float: right;
	height: 100%;
	letter-spacing: 1px;
	line-height: 4.3;
	padding-left: 20px;
	white-space:nowrap;
	min-width:69px;
}

.play-vid-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, 0.95);
	margin-bottom:20px;
	margin-top:14px;
	width:100%;
	border-radius: 3px;
	color: rgba(13, 113, 93, 1);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0px 14px;
	white-space:nowrap;
}

.play-vid-title {
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:26px;
	margin-top:26px;
	border-radius: 3px;
	color: rgba(13, 113, 93, 1);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0px 6px;
	white-space:nowrap;
}

.play-vid {
	margin-top: -5px;
	margin-left:4px;
	vertical-align:middle;
}


.norm-vid-length {
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	color: rgba(191, 191, 191, 1);
	cursor: pointer;
	font-size: 1rem;
	border-left:1px solid rgba(43, 43, 43, 1);
	font-weight: 600;
	display: inline;
	float: right;
	height: 100%;
	letter-spacing: 1px;
	line-height: 4.3;
	padding-left: 20px;
	white-space:nowrap;
	min-width:69px;
}

.norm-vid-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(33, 33, 33, 0.7);
	margin-bottom:0px;
	margin-top:14px;
	width:100%;
	border-radius: 3px;
	color: rgba(191, 191, 191, 1);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0px 14px;
	white-space:nowrap;
}

.norm-vid-button:hover {
	background-color: rgba(33, 33, 33, 1);
}

.norm-vid-title {
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:26px;
	margin-top:26px;
	border-radius: 3px;
	color: rgba(191, 191, 191, 1);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0px 6px;
	white-space:nowrap;
}



.one-fourth-vid {
	width: 30%;
}

.three-fourths-vid {
	width: 68%;
}

.videonotes-link {
	font-size:1rem;
	text-align:center;
	padding-bottom: 20px;
}

.note-link {
	border-bottom:2px solid #1acb97;
	font-size: .95rem;
}

.videonotes-content {
	background-color: rgba(33, 33, 33, 0.7);
	border-radius: 3px;
	padding: 60px 60px 60px 60px;
}

.video-module-links {
	background-color: rgba(33, 33, 33, 0.7);
	border-radius: 3px;
	padding: 40px 40px 40px 40px;
}

@media only screen and (max-width: 980px) {
	.one-fourth-vid {
		width: 100%;
	}

	.three-fourths-vid {
		width: 100%;
	}

	.workbook-vid-button {
		margin-top:40px;
		width:100%;
	}
}

.page-id-5663 #tpbr_topbar {
	display:none;
}

.page-id-5663 .site-inner {
	margin-top:0px !important;
}

.page-id-5663 .site-container {
	margin-top:-44px !important;
}

.page-id-5663 .site-header{
	position: relative;
	display:none;
}

/* Copyright Certification Page
---------------------------------------------------------------------------------- */


.page-id-5609 #tpbr_topbar {
	display:none;
}

.page-id-5609 .site-inner {
	margin-top:0px !important;
}

.page-id-5609 .site-container {
	margin-top:-44px !important;
}

.page-id-5609 .site-header{
	position: relative;
	display:none;
}

.page-id-5609 .shrink{
	opacity:.4;
}

.cw-list-body {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#B1B8CA;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.2rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.cw-list-item-first {
	border-bottom:1px solid rgba(66, 70, 80, 0.57);
	padding-bottom:0px;
}

.cw-list-item {
	border-bottom:1px solid rgba(66, 70, 80, 0.57);
	padding-bottom:0px;
	padding-top:10px;
}

.cw-list-item-last {
	padding-bottom:40px;
	padding-top:10px;
}

.cw-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 100;
	color:#212121;
	line-height: 160% !important;
	padding-top:20px;
	padding-bottom:20px;
	font-size:40px;
	font-size:2.2rem;
	line-height: 1.4;
	letter-spacing:4px;
	margin: 0 0 0px;
}

.cw-logos {
	padding:40px 0px 40px 0px !important;
}

.badge-icon {
	max-width:400px;
	margin:0 auto;
	text-align:center;
	display:block;
}

.online-headline-top{
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	line-height: 140% !important;
	padding-top:160px;
	padding-bottom:20px;
	font-size:18px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:6px;
	margin: 0 0 0px;
}

.cw-headline {
	padding-top:0px !important;
}

.cw-home-sub-text {
	font-size: 22px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing:2px;
	padding-bottom:40px;
}

.cw-title-workshop{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.6rem;
	display: inline;
	padding:20px 0 20px 0;
	line-height:130%;
	font-weight:400;
	text-align:center;
	color: #6a6a6a;
}

.cw-title-workshop a{
	font-family: 'brandon-grotesque', sans-serif;
}

/* Online Course Login Page
---------------------------------------------------------------------------------- */

.wl_login_layout_full input#wl_login_input_username {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.wl_login_layout_full input#wl_login_input_password {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.wl_login_layout_full #wl_login_full_form p {
	margin-top:0px !important;
}

.wl_login_layout_full::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight:400 !important;
}
.wl_login_layout_full::-moz-placeholder { /* Firefox 19+ */
	font-weight:400 !important;
}
.wl_login_layout_full:-ms-input-placeholder { /* IE 10+ */
	font-weight:400 !important;
}
.wl_login_layout_full:-moz-placeholder { /* Firefox 18- */
	font-weight:400 !important;
}

.log-in-title {
	font-family: 'brandon-grotesque', sans-serif;
    	color: #134058;
    	padding-bottom: 20px;
    	text-align: center;
    	font-size: 2em;
    	letter-spacing: 2px;
    	font-weight: 100;
}

.log-in-container {
	margin-top:60px;
	padding:40px;
	background-color: #ffffff;
	border-radius:6px;
	font-family:'brandon-grotesque',serif;
}

.page-id-2732 html {
  height: 100%;
}
.page-id-2732 body {
  min-height: 100%;
}

.page-id-2732 .footer-widgets {
  display:none;
}


/* Online Course Dashboard Page
---------------------------------------------------------------------------------- */


.page-id-2293 #tpbr_topbar {
	display:none;
}

.page-id-2293 .site-inner {
	margin-top:0px !important;
}

.page-id-2293 .site-container {
	margin-top:-44px !important;
}

.page-id-2293 .site-header{
	position: relative;
}

.page-id-2293 .shrink{
	opacity:.4;
}

.page-id-2293 .title-area {
	float: left;
	padding-bottom: 0px;
	width: 140px;
	height: 120px;
	background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:130px;
	margin-top: 0px;
}

.full-width-block-interior-dash {
	padding: 60px 60px 60px 60px;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 2;
}

.module-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, 1);
	color: rgba(13, 113, 93, 1);
	cursor: pointer;
	font-size: .75rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	width:100%;
	padding: 24px 10px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.module-button:hover{
	background-color: rgba(13, 113, 93, 1);
	color: rgba(26, 203, 151, 1);
}

.module-button:active{
	background-color: rgba(13, 113, 93, 1);
	color: rgba(26, 203, 151, 1);
}

.mobile-module-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: #ccc;
	color: #3b3b3b;
	cursor: pointer;
	font-size: .75rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	width:100%;
	padding: 24px 10px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.mobile-module-button:hover{
	background-color: #ccc;
	color: #3b3b3b;
}

.gray-nav {
	font-family: 'brandon-grotesque', sans-serif;
	color: rgba(26, 203, 151, 1);
	background-color: rgba(13, 113, 93, 1);
	cursor: pointer;
	font-size: .75rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	width:100%;
	padding: 24px 10px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.gray-nav:hover{
	color: rgba(13, 113, 93, 1);
	background-color: rgba(26, 203, 151, 1);
}

.gray-nav:active{
	background-color: rgba(13, 113, 93, 1);
	color: rgba(26, 203, 151, 1);
}

.full-width-block-interior-dnav{
	padding: 0px 0px;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 2;
}

.module-nav-trigger{
	display: none;
}

.online-sales-nav-trigger{
	display: none;
}


@media only screen and (max-width: 768px) {
	.module-nav{
		display: none;
	}
	.module-nav.active{
		display: block;
	}
	.module-nav-trigger{
		display: block;
    		width: 100%;
    		margin: 0 auto;
    		text-align: center;
    		padding: 20px;
		font-family: 'brandon-grotesque', sans-serif;
		background-color: rgba(26, 203, 151, 1);
		color: rgba(255, 255, 255, 1);
    		letter-spacing: 2px;
    		font-weight: 600;
		font-size:1rem;
	}

	.norm-vid-length {
		display:none;
	}

	.mobile-dash-desc-pad {
		padding:60px 30px 60px 30px !important;
	}

	.vid-length {
		display:none;
	}

	.one-half-block-interior-dash {
		width: 100% !important;
	}
}

.dashboard-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#cacaca;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:14px;
	font-size:1rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.course-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#212121;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:38px;
	font-size:2.6rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.module-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#ffffff;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:38px;
	font-size:2.6rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.module-title-2 {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#ffffff;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:38px;
	font-size:1.6rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.module-body {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#ffffff;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:38px;
	font-size:1.3rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin-top:20px;
}

.workbook-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, .95);
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	border-radius:3px;
	font-size: .8rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	margin-top: 20px;
	width:100%;
	padding: 24px 18px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.slack-button {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(77, 57, 75, .95);
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	border-radius:3px;
	font-size: .8rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	margin-top: 0px;
	width:100%;
	padding: 24px 18px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.slack-button:hover{
	background-color: rgba(77, 57, 75, 1);
	color: rgba(255, 255, 255, 1);
}


.desktop-margin-top {
	margin-top:40px;
}

.workbook-button:hover{
	background-color: rgba(26, 203, 151, 1);
	color: rgba(255, 255, 255, 1);
}

.start-link {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(26, 203, 151, 0.95);
	cursor: pointer;
	padding:30px;
	border-radius:3px;
	color:#fff;
	font-size: 1.2rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 1px;
	margin-top: 40px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.start-link:hover{
	color: rgba(255, 255, 255, 1);
}

.one-half-block-interior-dash {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	padding:60px 60px 60px 60px;
	margin: auto;
	text-align:left;
	min-height:495px;
	float:left;
	position: relative;
	z-index: 2;
}

.video-list-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#212121;
	line-height: 160% !important;
	padding-bottom:0px;
	font-size:38px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:2px;
	padding-top: 12px;
	margin-bottom: 10px;
}

.video-list-link {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#212121;
	line-height: 160% !important;
	padding-bottom:0px;
	font-size:38px;
	font-size:1rem;
	line-height: 1.4;
	letter-spacing:2px;
	padding-top: 12px;
	margin-bottom: 10px;
}

.video-number-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#aeaeae;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:14px;
	font-size:1rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.links-list{
	padding-left:40px;
}

.watch {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#fff;
	line-height: 160% !important;
	padding:20px;
	font-size:12px;
	border-radius:3px;
	font-size:1.2rem;
	background-color: rgba(26, 203, 151, 0.95);
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.watch:hover{
	color:#fff;
	background-color: rgba(26, 203, 151, 1);
}

.dash-video-list-l-intro {
	padding:20px 20px 20px 40px;
}

.dash-video-list-r-intro {
	padding:44px 0px 40px 0px;
	margin-left: 0px !important;
}

.dash-video-list-l {
	padding:40px 20px 20px 40px;
}

.dash-video-list-r {
	padding:54px 0px 40px 0px;
	margin-left: 0px !important;
}

/* Dashboard Template Styles
---------------------------------------------------------------------------------- */

.onlinedashboard #tpbr_topbar {
	display:none;
}

.onlinedashboard .site-inner {
	margin-top:0px !important;
}

.onlinedashboard .site-container {
	margin-top:-44px !important;
	padding-top:0px;
}

.onlinedashboard .site-header{
	position: relative;
}

.onlinedashboard .shrink{
	opacity:.4;
}

.onlinedashboard .title-area {
	float: left;
	padding-bottom: 0px;
	width: 140px;
	height: 120px;
	background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:130px;
	margin-top: 0px;
}

@media only screen and (max-width: 768px) {
	.onlinedashboard .title-area {
		float: left;
		padding-bottom: 0px;
		margin-left:0px;
		margin-top:20px;
		width: 100%;
		height: 80px;
		background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
		background-size:130px;
		margin-top: 0px;
	}

	.dash-video-list-r-intro {
		padding:20px 0px 60px 0px;
		margin-left: 0px !important;
	}

	.dash-video-list-r{
		padding:20px 0px 60px 0px;
		margin-left: 0px !important;
	}

	.onlinedashboard .site-header {
		background-color:#fff;
	}

	.onlinedashboard .site-header .wrap{
		padding-top:30px;
	}

	.desktop-margin-top {
		margin-top:0px;
	}
}

.onlinedashboard .wrap{
	max-width: 100%;
	padding: 0px 70px;
}

.onlinedashboard .video-pad{
	padding-top:120px;
}

.onlinedashboard ul{
	text-align: center;
}

.onlinedashboard ul li{
	display: inline-block;
	margin: 30px 30px 0px 30px;
}
.onlinedashboard .light{
	color: #fff;
}

.onlinedashboard .site-inner .wrap{
	max-width: 100%;
	padding: 0px !important;
}

.onlinedashboard .content{
	padding-right: 0px;
}

.onlinedashboard .full-width-block{
	width: 100%;
	background-size:cover;
	position: relative;
}

.onlinedashboard .full-width-block.overlay > div {
	display: table-cell;
	vertical-align: middle;
}

.onlinedashboard .full-width-block.overlay .videoWrapperHide{
	display: block;
}

.onlinedashboard .full-width-block-interior{
	padding: 60px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.onlinedashboard .full-width-block-interior-top{
	padding: 140px 0px 20px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}


.onlinedashboard .full-width-block-interior-video{
	padding: 140px 0px 90px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.onlinedashboard .one-half-block-interior-image {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.onlinedashboard .one-half-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	padding:40px 40px 0px 40px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.onlinedashboard .video-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: inline-block;
	overflow: hidden;
	opacity: .8;
}

.onlinedashboard .overlay{
	background-color:#000;
	opacity: 1;
}

.onlinedashboard .bumper{
	display:none;
}

.onlinedashboard .video-box video{
	width: 100%;
}

@media only screen and (max-width: 1110px) {
	.onlinedashboard .full-width-block-interior {
		padding: 25px;
	}
}

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

	.onlinedashboard .full-width-block-interior-video{
		padding: 160px 0px 110px 0px !important;
	}
	.onlinedashboard .one-half-block-interior-image {
		width:100% !important;
	}
	.onlinedashboard .video-box video{
		display: none;

	}
	.onlinedashboard .video-box{
		background: url('http://storybrand.com/wp-content/uploads/2014/06/sb-ws-bg.jpg');
		width: 100% !important;
		background-size:cover;
	}

	.workbook-button {
		margin-top: 20px;
	}
}

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

	.onlinedashboard .one-half-block-interior-image {
		margin: 0;
		width: 100%;
	}

	.onlinedashboard ul li{
		display: inline-block;
		width:100%;
		margin: 30px 0px 0px 0px !important;
	}
}

/* Promo Page Styles — Knowing What Not to Say
---------------------------------------------------------------------------------- */

.page-id-4045 .countdown_amount {
	font-size: 1.4rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:28px !important;
	min-height:28px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-4045 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-4045 .countdown_txt {
	font-size: .9rem !important;
	color:#fff !important
}

.page-id-4045 .site-inner {
	margin-top:-50px !important;
}

.page-id-4045 #tpbr_topbar {
	display:none;
}

.page-id-4045 .site-header{
	display:none !important;
}

.page-id-4045 div#om-ptkdvkdov80xgqm3 input[type=submit], html div#om-ptkdvkdov80xgqm3 button, html div#om-ptkdvkdov80xgqm3 #om-lightbox-coupon-optin-submit {
	    background: #EE3724 !important;
}

.page-id-3988 div#om-kk2e7qbxcvtzjwvn input[type=submit], html div#om-ptkdvkdov80xgqm3 button, html div#om-ptkdvkdov80xgqm3 #om-lightbox-coupon-optin-submit {
	    background: #EE3724 !important;
}

/* Promo Page Styles — Trump (Non-Evergreen)
---------------------------------------------------------------------------------- */

.page-id-3816 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-3816 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-3816 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-3816 .site-inner {
	margin-top:-50px !important;
}

.page-id-3816 #tpbr_topbar {
	display:none;
}

.page-id-3816 .site-header{
	display:none !important;
}

.page-id-3816 div#om-ptkdvkdov80xgqm3 input[type=submit], html div#om-ptkdvkdov80xgqm3 button, html div#om-ptkdvkdov80xgqm3 #om-lightbox-coupon-optin-submit {
	    background: #EE3724 !important;
}

.page-id-3816 .entry-content ol, .entry-content ul {
	padding-bottom:0px !important;
}

.page-id-3816 button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	margin-bottom:0px !important;
	margin-top:0px !important;
}


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

	.page-id-3816 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-3816 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-3816 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-3816 .site-header {
		margin-top:-56px !important;
	}

}


/* Promo Page Styles — StoryBrad Paradigm Shift (Evergreen)
---------------------------------------------------------------------------------- */

.page-id-4267 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-4267 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-4267 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-4267 .site-inner {
	margin-top:-50px !important;
}

.page-id-4267 #tpbr_topbar {
	display:none;
}

.page-id-4267 .site-header{
	display:none !important;
}

.page-id-4267 div#om-ptkdvkdov80xgqm3 input[type=submit], html div#om-ptkdvkdov80xgqm3 button, html div#om-ptkdvkdov80xgqm3 #om-lightbox-coupon-optin-submit {
	    background: #e4682b !important;
}

.page-id-4267 .entry-content ol, .entry-content ul {
	padding-bottom:0px !important;
}

.page-id-4267 button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	margin-bottom:0px !important;
	margin-top:0px !important;
}



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

	.page-id-4267 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-4267 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-4267 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-4267 .site-header {
		margin-top:-56px !important;
	}

}


/* Promo Page Styles — Paradigm Shift
---------------------------------------------------------------------------------- */

.page-id-3192 .countdown_amount {
	font-size: 1.4rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:28px !important;
	min-height:28px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-3192 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-3192 .countdown_txt {
	font-size: .9rem !important;
	color:#fff !important
}

.page-id-3192 .site-inner {
	margin-top:-50px !important;
}

.page-id-3192 #tpbr_topbar {
	display:none;
}

.page-id-3192 .site-header{
	display:none !important;
}

.page-id-3192 div#om-ptkdvkdov80xgqm3 input[type=submit], html div#om-ptkdvkdov80xgqm3 button, html div#om-ptkdvkdov80xgqm3 #om-lightbox-coupon-optin-submit {
	    background: #EE3724 !important;
}

.page-id-2231 div#om-da3f8aydwzaapsny input[type=submit], html div#om-da3f8aydwzaapsny button, html div#om-da3f8aydwzaapsny #om-lightbox-coupon-optin-submit {
	    background: #EE3724 !important;
}

.page-id-3891 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-3891 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-3891 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-3891 .site-inner {
	margin-top:-50px !important;
}

.page-id-3891 #tpbr_topbar {
	display:none;
}

.page-id-3891 .site-header{
	display:none !important;
}

.page-id-3891 div#om-ptkdvkdov80xgqm3 input[type=submit], html div#om-ptkdvkdov80xgqm3 button, html div#om-ptkdvkdov80xgqm3 #om-lightbox-coupon-optin-submit {
	    background: #EE3724 !important;
}

.page-id-3891 .entry-content ol, .entry-content ul {
	padding-bottom:0px !important;
}

.page-id-3891 button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	margin-bottom:0px !important;
	margin-top:0px !important;
}

.page-id-4009 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-4009 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-4009 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-4009 .site-inner {
	margin-top:-50px !important;
}

.page-id-4009 #tpbr_topbar {
	display:none;
}

.page-id-4009 .site-header{
	display:none !important;
}

.page-id-4009 div#om-ptkdvkdov80xgqm3 input[type=submit], html div#om-ptkdvkdov80xgqm3 button, html div#om-ptkdvkdov80xgqm3 #om-lightbox-coupon-optin-submit {
	    background: #EE3724 !important;
}

.page-id-4009 .entry-content ol, .entry-content ul {
	padding-bottom:0px !important;
}

.page-id-4009 button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	margin-bottom:0px !important;
	margin-top:0px !important;
}

.page-id-3196 .countdown_amount {
	font-size: .8rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:22px !important;
	min-height:22px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-3196 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-3196 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-3196 .site-inner {
	margin-top:-50px !important;
}

.page-id-3196 #tpbr_topbar {
	display:none;
}

.page-id-3196 .site-header{
	display:none !important;
}

.page-id-3196 div#om-ptkdvkdov80xgqm3 input[type=submit], html div#om-ptkdvkdov80xgqm3 button, html div#om-ptkdvkdov80xgqm3 #om-lightbox-coupon-optin-submit {
	    background: #EE3724 !important;
}

.page-id-4076 .site-inner {
	margin-top:-50px !important;
}

.page-id-4076 #tpbr_topbar {
	display:none;
}

.page-id-4076 .site-header{
	display:none !important;
}


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

	.page-id-3192 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-3192 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-3192 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-3192 .site-header {
		margin-top:-56px !important;
	}

	.page-id-3891 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-3891 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-3891 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-3891 .site-header {
		margin-top:-56px !important;
	}

	.page-id-4009 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-4009 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-4009 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-4009 .site-header {
		margin-top:-56px !important;
	}

	.page-id-3196 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-3196 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-3196 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-3196 .site-header {
		margin-top:-56px !important;
	}

}

/* Update Subscription Preferences
---------------------------------------------------------------------------------- */

.page-id-6901 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-6901 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-6901 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-6901 .site-inner {
	margin-top:-50px !important;
}

.page-id-6901 #tpbr_topbar {
	display:none;
}

.page-id-6901 .site-header{
	display:none;
}


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

.page-id-6901 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-6901 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-6901 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-6901 .site-header {
		margin-top:-56px !important;
	}
}


/* Promo Page Styles — Solve Customers Problems
---------------------------------------------------------------------------------- */

.page-id-3196 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-3196 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-3196 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-3196 .site-inner {
	margin-top:-50px !important;
}

.page-id-3196 #tpbr_topbar {
	display:none;
}

.page-id-3196 .site-header{
	margin-top: -46px;
}


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

.page-id-3196 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-3196 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-3196 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-3196 .site-header {
		margin-top:-56px !important;
	}
}

/* Workshop Promo Video — Kyle Shultz
---------------------------------------------------------------------------------- */

.page-id-5995 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-5995 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-5995 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-5995 .site-inner {
	margin-top:-50px !important;
}

.page-id-5995 #tpbr_topbar {
	display:none;
}

.page-id-5995 .site-header{
	display:none;
}


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

.page-id-5995 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-5995 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-5995 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-5995 .site-header {
		margin-top:-56px !important;
	}
}

/* Workshop Promo Video — Solve Your Customers Problems
---------------------------------------------------------------------------------- */

.page-id-5940 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-5940 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-5940 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-5940 .site-inner {
	margin-top:-50px !important;
}

.page-id-5940 #tpbr_topbar {
	display:none;
}

.page-id-5940 .site-header{
	display:none;
}


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

.page-id-5940 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-5940 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-5940 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-5940 .site-header {
		margin-top:-56px !important;
	}
}

/* BASB - Book Landing Page
---------------------------------------------------------------------------------- */

.page-id-7536 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-7536 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-7536 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-7536 .site-inner {
	margin-top:-50px !important;
}

.page-id-7536 #tpbr_topbar {
	display:none;
}

.page-id-7536 .site-header{
	display:none;
}


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

.page-id-7536 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7536 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7536 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7536 .site-header {
		margin-top:-56px !important;
	}
}

/* BASB -
---------------------------------------------------------------------------------- */

.page-id-8440 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8440 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8440 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-8440 .site-inner {
	margin-top:-50px !important;
}

.page-id-8440 #tpbr_topbar {
	display:none;
}

.page-id-8440 .site-header{
	display:none;
}


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

.page-id-8440 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8440 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8440 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8440 .site-header {
		margin-top:-56px !important;
	}
}


/* BASB - Alumni up-sell
---------------------------------------------------------------------------------- */

.page-id-8214 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8214 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8214 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-8214 .site-inner {
	margin-top:-50px !important;
}

.page-id-8214 #tpbr_topbar {
	display:none;
}

.page-id-8214 .site-header{
	display:none;
}


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

.page-id-8214 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8214 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8214 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8214 .site-header {
		margin-top:-56px !important;
	}
}


/* BASB Pre-order Downloads Audio and Video
---------------------------------------------------------------------------------- */

.page-id-7974 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-7974 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-7974 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-7974 .site-inner {
	margin-top:-50px !important;
}

.page-id-7974 #tpbr_topbar {
	display:none;
}

.page-id-7974 .site-header{
	display:none;
}


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

.page-id-7974 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7974 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7974 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7974 .site-header {
		margin-top:-56px !important;
	}
}

/* BASB - Audiobook Graphics Opt-in Page
---------------------------------------------------------------------------------- */

.page-id-8705 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8705 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8705 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-8705 .site-inner {
	margin-top:-50px !important;
}

.page-id-8705 #tpbr_topbar {
	display:none;
}

.page-id-8705 .site-header{
	display:none;
}


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

.page-id-8705 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8705 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8705 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8705 .site-header {
		margin-top:-56px !important;
	}
}



/* ARC Buy one get one
---------------------------------------------------------------------------------- */

.page-id-7031 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-7031 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-7031 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-7031 .site-inner {
	margin-top:-50px !important;
}

.page-id-7031 #tpbr_topbar {
	display:none;
}

.page-id-7031 .site-header{
	display:none;
}


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

.page-id-7031 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7031 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7031 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7031 .site-header {
		margin-top:-56px !important;
	}
}

/* Guide Video page - Don
---------------------------------------------------------------------------------- */

.page-id-7813 .site-inner {
	margin-top:-50px !important;
}

.page-id-7813 #tpbr_topbar {
	display:none;
}

.page-id-7813 .site-header{
	display:none;
}


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

.page-id-7813 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7813 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7813 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7813 .site-header {
		margin-top:-56px !important;
	}
}

/* GUIDE FAQ
---------------------------------------------------------------------------------- */

.page-id-7831 .site-inner {
	margin-top:-50px !important;
}

.page-id-7831 #tpbr_topbar {
	display:none;
}

.page-id-7831 .site-header{
	display:none;
}


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

	.page-id-7831 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7831 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7831 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7831 .site-header {
		margin-top:-56px !important;
	}
}

/* Guide Video page - Wes
---------------------------------------------------------------------------------- */

.page-id-7826 .site-inner {
	margin-top:-50px !important;
}

.page-id-7826 #tpbr_topbar {
	display:none;
}

.page-id-7826 .site-header{
	display:none;
}


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

.page-id-7826 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7826 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7826 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7826 .site-header {
		margin-top:-56px !important;
	}
}

/* ARC Thank you Page
---------------------------------------------------------------------------------- */

.page-id-7014 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-7014 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-7014 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-7014 .site-inner {
	margin-top:-50px !important;
}

.page-id-7014 #tpbr_topbar {
	display:none;
}

.page-id-7014 .site-header{
	display:none;
}


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

.page-id-7014 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7014 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7014 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7014 .site-header {
		margin-top:-56px !important;
	}
}

/* ARC Address Submission Page
---------------------------------------------------------------------------------- */

.page-id-7012 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-7012 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-7012 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-7012 .site-inner {
	margin-top:-50px !important;
}

.page-id-7012 #tpbr_topbar {
	display:none;
}

.page-id-7012 .site-header{
	display:none;
}


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

.page-id-7012 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7012 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7012 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7012 .site-header {
		margin-top:-56px !important;
	}
}

/* SMR - FAQ
---------------------------------------------------------------------------------- */

.page-id-7558 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-7558 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-7558 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-7558 .site-inner {
	margin-top:-50px !important;
}

.page-id-7558 #tpbr_topbar {
	display:none;
}

.page-id-7558 .site-header{
	display:none;
}


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

.page-id-7558 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7558 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7558 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7558 .site-header {
		margin-top:-56px !important;
	}
}

/* Double Revenue - GENERAL
---------------------------------------------------------------------------------- */

.d-rev-page-title {
	font-family: 'brandon-grotesque', sans-serif;
	color:#fff;
	font-weight: 600;
	line-height: 140% !important;
	padding-bottom:0px;
	font-size:40px;
	font-size:4.2rem;
	line-height: 1.4;
	letter-spacing:8px;
	margin: 0 0 0px;
}

.d-rev-vid-title {
	text-align: center !important;
    line-height: 160%;
    font-size:1.3rem;
}

.book-top-width {
	width:37.623932% !important;
	margin-top:-40px;
}

.d-rev-vid-thumb {
	margin-top: 40px;
	margin-bottom: 40px;
}

.d-rev-vid-container {
	margin-top:-120px;
}

.d-rev-bonus-title-1 {
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.4rem;
    margin-bottom: 10px;
	font-weight:600;
	padding-left: 80px;
}

.d-rev-bonus-body-1 {
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.2rem;
	padding-left: 80px;
}

.d-rev-bonus-title-2 {
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.4rem;
    margin-bottom: 10px;
	font-weight:600;
	padding-left: 68px;
}

.d-rev-bonus-body-2 {
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.2rem;
	padding-left: 68px;
}

.d-rev-section-title {
	color:#292b4a !important;
	padding-top:40px !important;
}

.d-rev-section-title-top-pad {
	padding-top:80px !important;
}

.d-rev-steps-circle {
    background: #ffffff;
    display: inline-block;
    color: #d72d2c;
    margin-right:12px;
    margin-bottom:20px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.d-rev-steps-circle a{
    background: #d72d2c;
    display: inline-block;
    color: #d72d2c;
    margin-right:12px;
    margin-bottom:20px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.d-rev-steps-circle a:hover{
    background: #FF8C48 !important;
    display: inline-block;
    color: #ffffff;
    margin-right:12px;
    margin-bottom:20px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.d-rev-plan-container a {
    border: 2px solid #ffffff;
    padding: 20px;
    border-radius: 60px;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.d-rev-plan-container a:hover {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 60px;
    background: #ffffff;
    color: #d72d2c;
    letter-spacing: 2px;
}

.d-rev-title-containter{
	padding:0px 40px 140px 40px;
}

.d-rev-steps{
	margin-top:-120px
}

.d-rev-vid-container-margin{
	margin-top:-160px;
}

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

	.book-top-width {
		width:100% !important;
	}
	.d-rev-section-title-top-pad {
		padding-top:20px !important;
	}
	.d-rev-page-title {
		font-size:2.2rem;
		letter-spacing:2px;
	}
	.d-rev-steps{
		margin-top:60px !important;
		width:100% !important;
	}
	.d-rev-title-containter{
		padding:0px 20px 0px 20px;
	}

	.d-rev-steps-circle {
    background: #d72d2c;
    display: inline-block;
    color: #ffffff;
    margin-right:12px;
    margin-bottom:20px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	}

	.d-rev-steps-circle a{
    background: #d72d2c;
    display: inline-block;
    color: #ffffff;
    margin-right:12px;
    margin-bottom:20px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	}

	.d-rev-steps-circle a:hover{
    background: #d72d2c !important;
    display: inline-block;
    color: #ffffff;
    margin-right:12px;
    margin-bottom:20px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	}

	.d-rev-plan-container a {
    border: 2px solid #d72d2c;
    padding: 20px;
    border-radius: 60px;
    color: #d72d2c !important;
    letter-spacing: 2px;
    font-size: 1rem;
	}

	.d-rev-plan-container a:hover {
    border: 2px solid #d72d2c;
    padding: 20px;
    border-radius: 60px;
    background: #d72d2c;
    color: #ffffff !important;
    letter-spacing: 2px;
	}

	.d-rev-full-width {
		width:100% !important;
	}

	.d-rev-vid-container-margin{
		margin-top:-160px;
	}
}

/* Website Review Video
---------------------------------------------------------------------------------- */


.page-id-8550 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8550 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8550 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8550 .site-inner {
	margin-top:-50px !important;
}

.page-id-8550 #tpbr_topbar {
	display:none;
}

.page-id-8550 .site-header{
	display:none !important;
}


.page-id-8550 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8550 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8550 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8550 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8550 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8550 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}

/* Private Workshop Evergreen - Hero
---------------------------------------------------------------------------------- */


.page-id-8488 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8488 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8488 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8488 .site-inner {
	margin-top:-50px !important;
}

.page-id-8488 #tpbr_topbar {
	display:none;
}

.page-id-8488 .site-header{
	display:none !important;
}


.page-id-8488 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8488 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8488 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8488 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8488 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8488 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}

/* One-Liner - Staff Confusion Fix-It Kit
---------------------------------------------------------------------------------- */


.page-id-9122 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-9122 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-9122 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-9122 .site-inner {
	margin-top:-50px !important;
}

.page-id-9122 #tpbr_topbar {
	display:none;
}

.page-id-9122 .site-header{
	display:none !important;
}


.page-id-9122 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-9122 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-9122 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-9122 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-9122 .site-header {
		margin-top:-56px !important;
	}
	.page-id-9122 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}


/* Customer Testimonial Page
---------------------------------------------------------------------------------- */


.page-id-8944 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8944 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8944 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8944 .site-inner {
	margin-top:-50px !important;
}

.page-id-8944 #tpbr_topbar {
	display:none;
}

.page-id-8944 .site-header{
	display:none !important;
}


.page-id-8944 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8944 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8944 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8944 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8944 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8944 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}

}


/* PLC - Evergreen Ongoing - Mistake 1
---------------------------------------------------------------------------------- */


.page-id-8452 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8452 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8452 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8452 .site-inner {
	margin-top:-50px !important;
}

.page-id-8452 #tpbr_topbar {
	display:none;
}

.page-id-8452 .site-header{
	display:none !important;
}


.page-id-8452 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8452 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8452 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8452 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8452 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8452 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}

}

/* PLC - Evergreen Ongoing - Mistake 2
---------------------------------------------------------------------------------- */


.page-id-8476 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8476 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8476 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8476 .site-inner {
	margin-top:-50px !important;
}

.page-id-8476 #tpbr_topbar {
	display:none;
}

.page-id-8476 .site-header{
	display:none !important;
}


.page-id-8476 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8476 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8476 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8476 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8476 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8476 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}

/* PLC - Evergreen Ongoing - Mistake 3
---------------------------------------------------------------------------------- */


.page-id-8482 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8482 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8482 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8482 .site-inner {
	margin-top:-50px !important;
}

.page-id-8482 #tpbr_topbar {
	display:none;
}

.page-id-8482 .site-header{
	display:none !important;
}


.page-id-8482 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8482 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8482 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8482 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8482 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8482 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}

/* PLC - Evergreen Ongoing - We'ce Got a Problem
---------------------------------------------------------------------------------- */


.page-id-8484 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8484 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8484 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8484 .site-inner {
	margin-top:-50px !important;
}

.page-id-8484 #tpbr_topbar {
	display:none;
}

.page-id-8484 .site-header{
	display:none !important;
}


.page-id-8484 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8484 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8484 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8484 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8484 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8484 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}

/* PLC - Evergreen Ongoing Global
---------------------------------------------------------------------------------- */

.plc-eg-page-pre-title {
	font-family: 'brandon-grotesque', sans-serif;
	color:#0b3537;
	font-weight: 400;
	line-height: 140% !important;
	padding-bottom:0px;
	font-size:20px;
	font-size:1.6rem;
	line-height: 1.4;
	letter-spacing:3px;
	margin: 0 0 0px;
}

.plc-eg-page-title {
	font-family: 'brandon-grotesque', sans-serif;
	color:#0b3537;
	font-weight: 600;
	line-height: 140% !important;
	padding-bottom:0px;
	font-size:40px;
	font-size:2.6rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.plc-eg-container-top {
	padding: 22px 30px 30px 30px;
    min-height: 108px;
	border-radius:8px 8px 0px 0px;
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.plc-eg-container-bottom {
	padding:80px;
	border-radius:0px 0px 8px 8px;
	color:#0b3537;
	background-color:#fff;
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.plc-eg-content-container {
	max-width: 920px;
    margin: 0 auto;
    padding: 0px 20px;
    margin-top: -120px;
    margin-bottom: 80px;
}

.plc-check-completed {
	height:10px;
	width:8%;
	display: inline-block;
	text-align: center;
	float: left;
}

.plc-check-not-completed {
	height:10px;
	width:8%;
	display: inline-block;
	text-align: center;
	float: left;
}

.plc-bar-not-completed {
	height:10px;
	border-radius:10px;
	background-color:#108d72;
	width:37.3333%;
	display: inline-block;
	float: left;
    margin-top: 28px;
}

.plc-bar-completed {
	height:10px;
	border-radius:10px;
	background-color:#fff;
	width:37.3333%;
	display: inline-block;
	float: left;
    margin-top: 28px;
}
.progress-title-container {
	margin:0 auto;
	text-align: center;
}
.progress-title {
	font-family: 'brandon-grotesque', sans-serif;
    color: #a0a0a0;
    font-weight: 400;
    line-height: 140% !important;
    padding: 9px 28px;
    margin: 0 auto;
    border-radius: 6px 6px 0px 0px;
    background-color: #e0e0e0;
    font-size: 40px;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 3px;
    display: inline-block;
}

.plc-eg-body {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#0b3537;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:26px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:.6px;
	margin: 0 0 0px;
}

.plc-quote-box {
	padding:40px;
	border:1px solid #ccc;
	border-radius:6px;
	text-align:center;
	margin-bottom:20px;
}

.plc-first-line {
	font-size:1.8rem;
	font-weight:600;
}

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

	.plc-eg-content-container {
	max-width: 920px;
    margin: 0 auto;
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 80px;
	}

}

/* BASB Evergreen - About with Commercial (How to become a merketing ninja)
---------------------------------------------------------------------------------- */


.page-id-8371 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8371 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8371 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8371 .site-inner {
	margin-top:-50px !important;
}

.page-id-8371 #tpbr_topbar {
	display:none;
}

.page-id-8371 .site-header{
	display:none !important;
}


.page-id-8371 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8371 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8371 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8371 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8371 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8371 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}

}

/* BASB Evergreen - Watch Video (How to become a merketing ninja)
---------------------------------------------------------------------------------- */


.page-id-8430 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8430 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8430 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8430 .site-inner {
	margin-top:-50px !important;
}

.page-id-8430 #tpbr_topbar {
	display:none;
}

.page-id-8430 .site-header{
	display:none !important;
}


.page-id-8430 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

.page-id-8430 .d-rev-title-containter{
	padding-bottom:100px;
}

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

	.page-id-8430 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8430 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8430 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8430 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8430 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
	.page-id-8430 .d-rev-title-containter{
		padding-bottom:10px;
	}
	.page-id-8430 .d-rev-steps{
		margin-top:20px !important;
	}
}

/* Ben Rector Page
---------------------------------------------------------------------------------- */

.page-id-9300 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-9300 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-9300 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-9300 .site-inner {
	margin-top:-50px !important;
}

.page-id-9300 #tpbr_topbar {
	display:none;
}

.page-id-9300 .site-header{
	display:none;
}


.page-id-9300 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-9300 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-9300 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-9300 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-9300 .site-header {
		margin-top:-56px !important;
	}
	.page-id-9300 .promo-page-title-container {
	padding:60px 0px 180px 0px;
	width:100%;
	text-align:center;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
  	clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}


/* Live Workshops Sneak Peak
---------------------------------------------------------------------------------- */

.page-id-9343 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-9343 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-9343 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-9343 .site-inner {
	margin-top:-50px !important;
}

.page-id-9343 #tpbr_topbar {
	display:none;
}

.page-id-9343 .site-header{
	display:none;
}


.page-id-9343 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-9343 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-9343 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-9343 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-9343 .site-header {
		margin-top:-56px !important;
	}
	.page-id-9343 .promo-page-title-container {
	padding:60px 0px 180px 0px;
	width:100%;
	text-align:center;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
  	clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}



/* Double Revenue - Opt-in Page
---------------------------------------------------------------------------------- */

.page-id-8185 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8185 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8185 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8185 .site-inner {
	margin-top:-50px !important;
}

.page-id-8185 #tpbr_topbar {
	display:none;
}

.page-id-8185 .site-header{
	display:none;
}


.page-id-8185 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8185 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8185 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8185 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8185 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8185 .promo-page-title-container {
	padding:60px 0px 180px 0px;
	width:100%;
	text-align:center;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
  	clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}



/* Double Revenue - Ignoring Brand Page
---------------------------------------------------------------------------------- */

.page-id-8016 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8016 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8016 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8016 .site-inner {
	margin-top:-50px !important;
}

.page-id-8016 #tpbr_topbar {
	display:none;
}

.page-id-8016 .site-header{
	display:none;
}


.page-id-8016 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8016 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8016 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8016 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8016 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8016 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}

/* Double Revenue - Talking to Customers
---------------------------------------------------------------------------------- */


.page-id-8153 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8153 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8153 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8153 .site-inner {
	margin-top:-50px !important;
}

.page-id-8153 #tpbr_topbar {
	display:none;
}

.page-id-8153 .site-header{
	display:none !important;
}


.page-id-8153 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8153 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8153 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8153 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8153 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8153 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}

}

/* Double Revenue - Turn Customers Off
---------------------------------------------------------------------------------- */

.page-id-8156 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8156 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8156 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}


.page-id-8156 .site-inner {
	margin-top:-50px !important;
}

.page-id-8156 #tpbr_topbar {
	display:none;
}

.page-id-8156 .site-header{
	display:none;
}


.page-id-8156 .form-tip-title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.7rem;
    color: #23595a;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

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

	.page-id-8156 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8156 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8156 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8156 .site-header {
		margin-top:-56px !important;
	}
	.page-id-8156 .promo-page-title-container {
		padding:60px 0px 180px 0px;
		width:100%;
		text-align:center;
		font-weight:400;
		font-family: 'brandon-grotesque', sans-serif;
		-webkit-clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
		clip-path: polygon(0 0, 109% 0, 1100% 0%, 0 95%);
	}
}





/* Book 3 chapters DL page
---------------------------------------------------------------------------------- */

.page-id-6992 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-6992 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-6992 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-6992 .site-inner {
	margin-top:-50px !important;
}

.page-id-6992 #tpbr_topbar {
	display:none;
}

.page-id-6992 .site-header{
	display:none;
}


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

.page-id-6992 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-6992 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-6992 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-6992 .site-header {
		margin-top:-56px !important;
	}
}

/* Workshop Promo Video — Clarify Message in 30 Minutes
---------------------------------------------------------------------------------- */

.page-id-6018 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-6018 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-6018 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-6018 .site-inner {
	margin-top:-50px !important;
}

.page-id-6018 #tpbr_topbar {
	display:none;
}

.page-id-6018 .site-header{
	display:none;
}


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

.page-id-6018 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-6018 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-6018 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-6018 .site-header {
		margin-top:-56px !important;
	}
}

/* Guide FAQ
---------------------------------------------------------------------------------- */

.page-id-8651 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-8651 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-8651 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-8651 .site-inner {
	margin-top:-50px !important;
}

.page-id-8651 #tpbr_topbar {
	display:none;
}

.page-id-8651 .site-header{
	display:none;
}


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

	.page-id-8651 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-8651 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-8651 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-8651 .site-header {
		margin-top:-56px !important;
	}
}

/* Dan Miller Testimonial
---------------------------------------------------------------------------------- */

.page-id-5950 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-5950 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-5950 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-5950 .site-inner {
	margin-top:-50px !important;
}

.page-id-5950 #tpbr_topbar {
	display:none;
}

.page-id-5950 .site-header{
	display:none;
}


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

.page-id-5950 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-5950 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-5950 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-5950 .site-header {
		margin-top:-56px !important;
	}
}

/* Guide Updates
---------------------------------------------------------------------------------- */

.page-id-7177 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-7177 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-7177 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-7177 .site-inner {
	margin-top:-50px !important;
}

.page-id-7177 #tpbr_topbar {
	display:none;
}

.page-id-7177 .site-header{
	display:none;
}


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

	.page-id-7177 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-7177 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-7177 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-7177 .site-header {
		margin-top:-56px !important;
	}
}

/* Paul Evans Testimonial
---------------------------------------------------------------------------------- */

.page-id-6457 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-6457 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-6457 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-6457 .site-inner {
	margin-top:-50px !important;
}

.page-id-6457 #tpbr_topbar {
	display:none;
}

.page-id-6457 .site-header{
	display:none;
}


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

.page-id-6457 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-6457 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-6457 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-6457 .site-header {
		margin-top:-56px !important;
	}
}

/* Jeff Goins Testimonial
---------------------------------------------------------------------------------- */

.page-id-6038 .countdown_amount {
	font-size: 1rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:24px !important;
	min-height:24px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-6038 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-6038 .countdown_txt {
	font-size: .6rem !important;
	color:#fff !important
}

.page-id-6038 .site-inner {
	margin-top:-50px !important;
}

.page-id-6038 #tpbr_topbar {
	display:none;
}

.page-id-6038 .site-header{
	display:none;
}


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

.page-id-6038 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-6038 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-6038 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-6038 .site-header {
		margin-top:-56px !important;
	}
}


/* Promo Page Styles — Whitney English
---------------------------------------------------------------------------------- */

.page-id-3188 .countdown_amount {
	font-size: 1.4rem !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: 600;
	background-color: #fb5e49 !important;
	min-width:28px !important;
	min-height:28px !important;
	padding:5px 5px !important;
	color: rgb(255, 255, 255) !important;
	text-shadow: none !important;
	border-radius: 50px;
	background-image: linear-gradient(rgb(26, 203, 151) 50%, rgb(26, 203, 151) 50%);
	background-position: initial initial;
	background-repeat: initial initial;
}

.page-id-3188 .ujic-classic span.countdown_amount {
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-right: 2px;
	font-family: 'brandon-grotesque', sans-serif !important;
	font-weight: normal;
	box-shadow: none !important;
	-webkit-border-radius: 50px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	background: #a61ba6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a61ba6), color-stop(50%, #c368c3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	background: -o-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a61ba6 50%, #c368c3 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a61ba6 50%, #c368c3 50%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61ba6', endColorstr='#c368c3', GradientType=0 );
	/* IE6-9 */
}

.page-id-3188 .countdown_txt {
	font-size: .9rem !important;
	color:#fff !important
}

.page-id-3188 .site-inner {
	margin-top:-50px !important;
}

.page-id-3188 #tpbr_topbar {
	display:none;
}

.page-id-3188 .site-header{
	display: none;
}

.copy-text{
	padding:20px;
	margin-top:20px;
	border:1px solid #ccc;
	border-radius:2px;
	font-size:1rem;
}


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

.page-id-3188 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-3188 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-3188 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-3188 .site-header {
		margin-top:-56px !important;
	}
}

/* Steve Jobs Page
---------------------------------------------------------------------------------- */

.vid-page-form-container {
	background-color:#fff;
    border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 10px 30px rgba(174, 174, 174, 0.33);
	padding: 20px 40px 40px 40px;
}

.vid-page-top-form {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight:400;
	font-size:1.4rem;
	letter-spacing:1px;
	padding: 40px;
    background-color: #e85c38;
    margin-top: -30px;
    border-bottom:1px solid #e8e8e8;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
}

/* Promo Page Styles
---------------------------------------------------------------------------------- */

.page-id-3137 .site-inner {
	margin-top:-50px !important;
}

.page-id-3137 #tpbr_topbar {
	display:none;
}

.page-id-3137 .site-header{
	margin-top: -46px;
}

.page-id-6314 .site-inner {
	margin-top:-50px !important;
}

.page-id-6314 #tpbr_topbar {
	display:none;
}

.page-id-6314 .site-header{
	display: none;
}

.page-id-9327 .site-inner {
	margin-top:-50px !important;
}

.page-id-9327 #tpbr_topbar {
	display:none;
}

.page-id-9327 .site-header{
	display: none;
}

.promo-page-title-container {
	padding:60px 0px 260px 0px;
	width:100%;
	text-align:center;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	-webkit-clip-path: polygon(0 0, 100% 0, 370% 0%, 0 100%);
  	clip-path: polygon(0 0, 100% 0, 370% 0%, 0 100%);
}

.promo-page-title {
	padding:20px 20px 0px 20px;
	color:#264a44;
	text-align:center;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:1.8em;
	font-size:3.2rem;
	font-size:32px;
	letter-spacing:1px;
}

.promo-page-sub-title {
	padding:0px 20px 0px 20px;
	color:#264a44;
	text-align:center;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:1.8em;
	font-size:2.2rem;
	font-size:22px;
	letter-spacing:1px;
}

.promo-quote {
	color:#444;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:1.8em;
	font-size:2.2rem;
	font-size:22px;
	letter-spacing:1px;
}

.promo-quote-container {
	background-color:#fff;
	border-radius:3px;
	padding:50px;
}

.promopage .wrap{
	max-width: 100%;
	padding: 0px 70px;
}

.promopage .video-pad{
	padding-top:120px;
}

.promopage ul{
	text-align: center;
}

.promopage ul li{
	display: inline-block;
	margin: 30px 30px 0px 30px;
}
.promopage .light{
	color: #fff;
}

.promopage .site-inner .wrap{
	max-width: 100%;
	padding: 0px !important;
}

.promopage .site-inner {
	margin-top: 0px !important;
}

.promopage .content{
	padding-right: 0px;
}

.promopage .full-width-block{
	width: 100%;
	background-size:cover;
	position: relative;
}

.promopage .full-width-block.overlay > div {
	display: table-cell;
	vertical-align: middle;
}

.promopage .full-width-block.overlay .videoWrapperHide{
	display: block;
}

.promopage .full-width-block-interior{
	padding: 60px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}



.promopage .full-width-block-interior-top{
	padding: 140px 0px 20px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}


.promopage .full-width-block-interior-video{
	padding: 140px 0px 90px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.promopage .one-half-block-interior-image {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.promopage .one-half-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	padding:40px 40px 0px 40px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.promopage .video-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: inline-block;
	overflow: hidden;
	opacity: .8;
}

.promo-body-dark {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color: #313131;
	line-height: 140% !important;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	padding-top: 20px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	margin: 0 0 0px;
}

.promo-body {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#fff;
	line-height: 140% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.promo-body-light {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	color:#EE3724;
	line-height: 140% !important;
	padding-top:0px;
	padding-bottom:20px;
	font-size:14px;
	font-size:1.1rem;
	text-align:center;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.promo-headline {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	color:#313131;
	line-height: 140% !important;
	padding-top:10px;
	padding-bottom:0px;
	font-size:14px;
	font-size:1.2rem;
	text-align:center;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.promopage .overlay{
	background-color:#000;
	opacity: 1;
}

.promopage .bumper{
	display:none;
}

.promopage .video-box video{
	width: 100%;
}

@media only screen and (max-width: 1110px) {
	.promopage .full-width-block-interior {
		padding: 25px;
	}
}

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

	.promopage .full-width-block-interior-video{
		padding: 160px 0px 110px 0px !important;
	}
	.promopage .one-half-block-interior-image {
		width:100% !important;
	}
	.promopage .video-box video{
		display: none;

	}
	.promopage .video-box{
		background: url('http://storybrand.com/wp-content/uploads/2014/06/sb-ws-bg.jpg');
		width: 100% !important;
		background-size:cover;
	}

	.page-id-3137 .title-area{
		background-size: 101px 60px;
		height: 80px;
		width: 110px;
	}

	.page-id-3137 .header-image .title-area{
		background-position: left top !important;
	}

	.page-id-3137 .site-inner {
		margin-top:-70px !important;
	}

	.page-id-3137 .site-header {
		margin-top:-56px !important;
	}

	.no-mobile-padding {
		padding:0px !important;
	}

	.online-button-mobile-bottom-margin {
		margin-bottom:20px !important;
	}
}

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

	.promopage .one-half-block-interior-image {
		margin: 0;
		width: 100%;
	}

	.promopage ul li {
		display: inline-block;
		width:100%;
		margin: 30px 0px 0px 0px !important;
	}
}


/* Online Course WLM Registration Page
---------------------------------------------------------------------------------- */


.page-id-2525 .site-inner{
    	margin-bottom: 120px;
	margin-top: 80px !important;
}

.page-id-2525 #tpbr_topbar {
	display:none;
}

.page-id-2525 .site-header {
	margin-top: -40px;
}

.page-id-2525 .title-area {
	float: left;
	padding-bottom: 0px;
	width: 140px;
	height: 120px;
	background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:130px;
	margin-top:0px !important;
}

.wlm_regform_toggle label {
	display: inline-block !important;
   	margin: 0;
   	padding: 0 40px !important;
    	font-size: 1.2rem !important;
    	padding-bottom: 12px !important;
    	font-weight: normal;
}

.wlm_form_group.wlm_required_field .wlm_form_label, .wlm_regform_container {
	color:#3b3b3b !important;
	font-size: 18px !important;
}

.wlm_regform_container input.submit {
	border: 1px solid #1acb97 !important;
	margin-top:20px !important;
    	color: #fff !important;
   	font-size: 1.3em !important;
    	outline: none;
	width:100% !important;
    	padding: 1.1em !important;
    	border-radius: 3px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	background-color: rgba(26, 203, 151, 0.95) !important;
    	background: -moz-linear-gradient(top, rgba(26, 203, 151, 0.95) 0%, rgba(229,229,229,1) 0%) !important;
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26, 203, 151, 0.95) ), color-stop(0%,rgba(229,229,229,1))) !important;
    	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(26, 203, 151, 0.95)  0%) !important;
    	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(26, 203, 151, 0.95)  0%) !important;
    	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(26, 203, 151, 0.95)  0%) !important;
    	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(26, 203, 151, 0.95)  0%) !important;
}

.wlm_regform_container {
	padding:40px !important;
}

.wlm_regform_improved {
	max-width: 650px !important;
}

.wlm_regform_toggle {
	display:none;
}

/* Store Page
---------------------------------------------------------------------------------- */

.page-id-7678 .site-inner{
	margin-top:0px !important;
}

.page-id-7678 .site-header{
	display:none !important;
}

.page-id-7678 .promo-page-title-container{
	padding: 0px 0px 260px 0px !important;
}

.page-id-7678 .online-headline{
	font-size:3rem;
}

.page-id-7678 .promo-page-title-container {
    -webkit-clip-path: polygon(0 0, 100% 0, 360% 0%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 360% 0%, 0 100%);
}

.product-title-container {
	background-color: #ecf1f5;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #f2f0ff;
	padding: 20px 10px;
	text-align: center;
}

.product-title{
	padding: 0px;
	text-align: center;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
    	color: #2d3853;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.product-sub-title{
	text-align: center;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
    	color: #f36b3c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.product-shadow {
    	box-shadow: 0px 4px 14px rgba(98, 118, 140, .23);
    	margin-bottom: 40px !important;
}

.product-body-container {
	padding: 20px 40px 40px 40px;
	background-color: #fff;
}

.product-description {
    font-family: 'fira-sans', sans-serif;
    color: #62768c;
    line-height: 158%;
    font-weight: 300;
    font-size: 1.2rem;
    padding-top: 10px;
}

.product-description a{
    font-family: 'fira-sans', sans-serif;
}

.product-cta-button{
    background: #63be93;
    background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
    background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
    background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
    background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
    background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
    -webkit-text-fill-color: white;
    -webkit-background-clip: default;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 16px;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 0px 0px 4px 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.product-price-container {
	width: 100%;
	background-color: #ecf1f5;
    	text-align: center;
    	font-family: 'brandon-grotesque', sans-serif;
    	letter-spacing: 1px;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	text-rendering: optimizeLegibility;
}

.prod-1 {
	border-right: 1px solid #dae2e8;
	margin-right:13px;
}

.prod-2 {
	width: 49.3%;
	display:inline-block;
}

.prod-full {
    	padding: 10px;
	min-height:124px;
    	font-size: 1.6rem;
    	border-right: none;
    	font-weight: 400;
    	color: #2d3853;
}

.store-payment-type {
	font-weight: 600;
    	color: #798a98;
    	font-size: .9rem;
    	padding-top: 10px;
}

.prefix-price {
	display: inline-block;
    	display: inline-block;
    	font-size: 1.6rem;
    	font-weight: 400;
    	color: #616f79;
    	margin-left: -9px;
    	vertical-align: 20%;
}

.prod-price {
	display: inline-block;
    	font-size: 2.6rem;
    	font-weight: 400;
    	color: #2d3853;
    	margin-left: 2px;
    	line-height: 110%;
    	padding-bottom: 19px;
}

.prod-price-full {
	font-size: 1.6rem;
    	border-right: none;
}

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

.prod-text {
    height: 104px;
    line-height: 104px;
    text-align: center;
}

.no-top-pad {
    padding-top:0px !important;
}

.store-tab-links {
		background-color:#f1f1f1;
}

.store-tab-links a {
        padding: 14px 42px !important;
		display: inline-block;
	    border-radius: 3px 3px 3px 3px;
	    background: #fff;
	    border:none !important;
	    font-size: 14px !important;
	    font-weight: 600 !important;
	    color: #16caa3 !important;
	    letter-spacing:2px !important;
	    box-shadow: 0px 3px 6px rgba(156, 182, 210, 0.13) !important;
	    transition: all linear 0.15s;
}

.store-tab-links a:hover {
        background:#16caa3 !important;
        text-decoration:none;
        color:#fff !important;
}

li.active a, li.active a:hover .store-tab-links {
        background:#16caa3 !important;
        color:#fff !important;
}
.store-tab-links .workshop ul li {
    margin: 30px 0px 0px 20px !important;
}

@media only screen and (max-width: 768px) {
	.store-tab-links a {
		width:100% !important;
	}
}

/* Coaching Page
---------------------------------------------------------------------------------- */

.page-id-2331 #tpbr_topbar {
	display:none;
}

.page-id-2331 .site-header{
	display:none;
}

.page-id-2331 .site-container {
	margin-top:-44px !important;
}

.page-id-2331 .site-header{
	position: relative;
	background-color: rgba(255, 255, 255, 1);
}

.page-id-2331 .site-inner{
	margin-top:0px;
}

.page-id-2331 .shrink{
	opacity: .3;
}

.page-id-2331 .title-area {
	float: left;
	padding-bottom: 0px;
	width: 140px;
	height: 120px;
	background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:130px;
	margin-top: 0px;
}


.page-id-2331 .full-width-block-interior-coach{
	padding: 100px 0px 90px 0px;
	width: 100%;
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.coach-headline{
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 300;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:5rem;
	line-height: 1.4;
	letter-spacing:6px;
	margin: 0 0 0px;
}

.icon-title-coach {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#212121;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.4rem;
	line-height: 1.2;
	letter-spacing:1px;
	margin: 0 0 0px;
}

.body-coach {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#212121;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 0 0 0px;
}

.coach-price-title {
	font-family: 'brandon-grotesque', sans-serif;
	color: #212121;
	font-weight: 600;
	font-size:2.3rem;
	letter-spacing:1px;
	margin-bottom:0px;
}

.coach-price-price {
	font-family: 'brandon-grotesque', sans-serif;
	color: rgba(13, 113, 93, 1);
	font-weight: 400;
	font-size:2.2rem;
	letter-spacing:1px;
	margin-bottom:20px;
	margin-top: 10px;
}

.hr-coach {
	display: block;
	height: 1px;
   	border: 0; border-top: 4px solid #cdcdcd;
	margin: 1em 0; padding: 0;
}

.coach-ways {
	background-color: rgba(200, 200, 200, .4);
	border-radius: 3px;
	padding:60px 60px 40px 60px;
}

.coach-body {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#fff;
	font-style: italic;
	line-height: 160% !important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:40px;
	font-size:1.8rem;
	line-height: 1.4;
	letter-spacing:2px;
	margin: 40px 0px 0px 0px;
}

.coach-button-body {
	font-family: 'brandon-grotesque', sans-serif;
	background-color: rgba(255, 255, 255, .95);
	opacity:.9;
	margin-bottom:20px;
	margin-top:40px;
	border-radius: 3px;
	color: rgba(26, 203, 151, 1);
	cursor: pointer;
	font-size: 1rem !important;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 5px;
	line-height: 1;
	padding: 22px 42px;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.coach-button-body:hover{
	background-color: rgba(255, 255, 255, 1);
	color: rgba(26, 203, 151, 1);
}

.page-id-2331 .ginput_product_price_label {
	display:none;
}

.page-id-2331 .ginput_product_price {
	font-size:2.2rem !important;
	color: rgba(13, 113, 93, 1) !important;
	font-weight: 400;
}


.page-id-2331 .gform_wrapper .top_label .gfield_label {
	color:#212121;
	font-size: 1.2rem !important;
	letter-spacing: 2px;
	padding-top: 20px;
}

.page-id-2331 input {
	border: 3px solid #fff;
}

.page-id-2331 div.gform_wrapper .ginput_complex label {
	color: rgba(13, 113, 93, 1);
}

.page-id-2331 div.gform_wrapper .gform_footer input[type=submit] {
	background-color: rgba(255, 255, 255, .95) !important;
	border-radius:3px;
	margin-top:20px !important;
	border:0px solid #fff !important;
	color: rgba(26, 203, 151, 0.95);
}

.page-id-2331 div.gform_wrapper .gform_footer input[type=submit]:hover{
	background-color: rgba(26, 203, 151, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
	border:none !important;
	padding: 16px 24px;
}

.page-id-2331 .gform_wrapper .gfield_required {
	color:#eb6e37;
}

.page-id-2331 .gform_wrapper span.ginput_total {
	color:#63be93 !important;
	font-size: 2.2em !important;
}

.coach-comp-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 47%;
	line-height: 0 !important;
	max-width: 1110px;
	padding:40px 0px 40px 40px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.coach-bullet-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 53%;
	line-height: 0 !important;
	max-width: 1110px;
	padding: 60px 40px 60px 80px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.page-id-2331 .full-width-block-interior-coach-icons {
	padding: 60px 0px 20px 0px;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.one-third-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 40%;
	line-height: 0 !important;
	max-width: 1110px;
	padding:40px 40px 0px 40px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.two-thirds-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 60%;
	max-width: 1110px;
	padding:20px 20px 20px 20px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.about-coach {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 500;
	color:#212121;
	line-height: 160% !important;
	font-size:16px;
	font-size:1.4rem;
	line-height: 1.4;
	letter-spacing:1px;
	margin: 0 0 0px;
}


@media only screen and (max-width: 980px) {
	.page-id-2331 .menu-trigger {
   		display: block;
   		position: absolute;
   		top: 45px !important;
   		right: 20px;
   		cursor: pointer;
   		font-size: 18px;
   		color: #3b3b3b !important;
	}

	.page-id-2331 .title-area  {
	   	height: 80px;
	}

	.page-id-2231 .shrink{
		margin-top: -10px !important;
	}

	.perk-padding {
		padding:0px 42px 0px 42px;
		display:inline-block;
	}

	.page-id-2331 .online-button-body{
		width:100%;
	}

	.page-id-2331 .full-width-block-interior-coach {
		padding:0px 20px 100px 20px;
	}

	.page-id-2338 .site-header{
		margin-top: -56px;
		background-color: rgba(5, 5, 5, 0);
	}

	.page-id-2338 .site-header {
    		min-height: 80px;
	}

	.page-id-2338 .featured-image {
   	 	margin-top: -180px;
	}

	.page-id-2338 #text-10 {
		float: right;
		text-align: right;
		padding-top: 0px;
		width: 140px;
	}
	#text-10 .button-green {
		padding:12px 16px !important;
	}
	.coach-headline {
		font-family: 'brandon-grotesque', sans-serif;
   		font-weight: 700;
    		line-height: 130% !important;
    		padding-top: 60px;
    		padding-bottom: 40px;
    		font-size: 40px;
    		font-size: 3rem;
    		line-height: 1.4;
    		letter-spacing: 6px;
    		margin: 0 0 0px;
	}

	.coach-bullet-block-interior {
		padding: 0px 0px;
		margin-bottom:0px !important;
		width: 100%;
		line-height: 0 !important;
		max-width: 1110px;
		padding:40px 40px 0px 40px;
		margin: auto;
		text-align:left;
		float:left;
		position: relative;
		z-index: 2;
	}

	.coach-comp-block-interior {
		padding: 0px 0px;
		margin-bottom:0px !important;
		width: 100%;
		line-height: 0 !important;
		max-width: 1110px;
		padding:40px 0px 40px 40px;
		margin: auto;
		text-align:left;
		float:left;
		position: relative;
		z-index: 2;
	}

	.page-id-2331 .full-width-block-interior-coach-icons {
		padding: 60px 40px 20px 40px;
		width: 100%;
		max-width: 1110px;
		margin: auto;
		position: relative;
		z-index: 2;
	}

	.coach-ways {
		background-color: rgba(200, 200, 200, .4);
		border-radius: 3px;
		padding:60px 20px 40px 20px !important;
	}

	.page-id-2331 .two-thirds-center {
	    	margin-left: 0;
    		margin-right: 0;
    		width: 100%;
	}

	.page-id-2331 .coach-price-title {
	    	font-family: 'brandon-grotesque', sans-serif;
		color: #212121;
		font-weight: 600;
		font-size:2rem;
		letter-spacing:1px;
		margin-bottom:30px;
	}

	.coach-ways {
		line-height: 140%;
	}

	.page-id-2331 .title-area {
		display: block;
   		padding-bottom: 0px;
    		margin: 0 auto !important;
   		width: 100%;
   		height: 88px;
    		background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
    		background-size: 130px;
    		margin-top: 0px;
	}

	.page-id-2331 .header-image .title-area{
		background-position: center top !important;
	}

	.page-id-2331 .menu-trigger {
		display: none;
	}

	.page-id-2331 .entry {
		margin-top: -40px;
	}

	.one-third-block-interior {
		width: 100%;
	}

	.two-thirds-block-interior {
		width: 100%;
	}

	.full-width-block-interior-logos{
		padding: 30px 40px 10px 40px;
		width: 80%;
		max-width: 1110px;
		margin: auto;
		position: relative;
		z-index: 2;
	}

	.online-headline{
		margin-top: -40px;
		font-size:40px;
		font-size:2.2rem;
		line-height: 1.4;
		letter-spacing:4px;
	}

	.page-id-2231 .full-width-block-interior-online{
		padding: 30px 20px 60px 20px !important;
		width: 100%;
		max-width: 1110px;
		margin: auto;
		position: relative;
		z-index: 2;
	}

	.page-id-3988 .full-width-block-interior-online{
		padding: 30px 20px 60px 20px !important;
		width: 100%;
		max-width: 1110px;
		margin: auto;
		position: relative;
		z-index: 2;
	}

	.page-id-4220 .full-width-block-interior-online{
		padding: 30px 20px 120px 20px !important;
		width: 100%;
		max-width: 1110px;
		margin: auto;
		position: relative;
		z-index: 2;
	}

	.icon-title {
		font-size:40px;
		font-size:2rem;
		line-height: 120%;
		letter-spacing:2px;
		margin: 0 0 0px;
		text-align:left;
	}

	.icon-body {
		font-family: "freight-text-pro",sans-serif;
		text-align:left;
	}
}


/* Coach Video
--------------------------------------------- */

.page-id-4564 #tpbr_topbar {
	display:none;
}

.page-id-4564 .site-header{
	margin-top: 0px;
}

.page-id-4564 .site-container {
	margin-top:-44px !important;
}

.page-id-2331 .video-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: inline-block;
	overflow: hidden;
	opacity: .7 !important;
}

.page-id-4564 .site-header{
	position: relative;
	background-color: rgba(255, 255, 255, 1);
}

.page-id-4564 .site-inner{
	margin-top:0px;
}

.page-id-4564 .shrink{
	opacity: .3;
}

.page-id-4564 .title-area {
	float: left;
	padding-bottom: 0px;
	width: 140px;
	height: 120px;
	background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:130px;
	margin-top: 0px;
}


.page-id-4564 .full-width-block-interior-coach{
	padding: 100px 0px 90px 0px;
	width: 100%;
	max-width: 980px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.page-id-4564 .ginput_product_price_label {
	display:none;
}

.page-id-4564 .ginput_product_price {
	font-size:2.2rem !important;
	color: rgba(13, 113, 93, 1) !important;
	font-weight: 400;
}

.page-id-4564 .gform_wrapper .top_label .gfield_label {
	color:#212121;
	font-size: 1.2rem !important;
	padding-top:20px;
	letter-spacing: 2px;
	padding-top: 20px;
}

.page-id-4564 input {
	border: 3px solid #fff;
}

.page-id-4564 div.gform_wrapper .ginput_complex label {
	color: rgba(13, 113, 93, 1);
}

.page-id-4564 div.gform_wrapper .gform_footer input[type=submit] {
	border-radius:3px;
	margin-top:20px !important;
	border:0px solid #fff !important;
	color: rgba(26, 203, 151, 0.95);
}

.page-id-4564 div.gform_wrapper .gform_footer input[type=submit]:hover{
	background-color: rgba(26, 203, 151, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
	border:none !important;
	padding: 16px 24px;
}

.page-id-4564 .gform_wrapper .gfield_required {
	color:#eb6e37;
}

.page-id-4564 .gform_wrapper span.ginput_total {
	color:#63be93 !important;
	font-size: 2.2em !important;
}

.page-id-4564 .full-width-block-interior-coach-icons {
	padding: 60px 0px 20px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}


@media only screen and (max-width: 980px) {
	.page-id-4564 .menu-trigger {
   		display: block;
   		position: absolute;
   		top: 45px !important;
   		right: 20px;
   		cursor: pointer;
   		font-size: 18px;
   		color: #3b3b3b !important;
	}

	.page-id-4564 .title-area  {
	   	height: 80px;
	}

	.page-id-4564 .online-button-body{
		width:100%;
	}

	.page-id-4564 .full-width-block-interior-coach {
		padding:0px 20px 100px 20px;
	}


	.page-id-4564 .full-width-block-interior-coach-icons {
		padding: 60px 40px 20px 40px;
		width: 100%;
		max-width: 1110px;
		margin: auto;
		position: relative;
		z-index: 2;
	}


	.page-id-4564 .two-thirds-center {
	    	margin-left: 0;
    		margin-right: 0;
    		width: 100%;
	}

	.page-id-4564 .coach-price-title {
	    	font-family: 'brandon-grotesque', sans-serif;
		color: rgba(255, 255, 255, 1);
		font-weight: 600;
		font-size:2rem;
		letter-spacing:1px;
		margin-bottom:30px;
	}

	.page-id-4564 .title-area {
		display: block;
   		padding-bottom: 0px;
    		margin: 0 auto !important;
   		width: 100%;
   		height: 88px;
    		background: url(/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
    		background-size: 130px;
    		margin-top: 0px;
	}

	.page-id-4564 .header-image .title-area{
		background-position: center top !important;
	}

	.page-id-4564 .menu-trigger {
		display: none;
	}

	.page-id-4564 .entry {
		margin-top: -40px;
	}

}



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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.home-headline{
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 700;
	line-height: 160% !important;
	padding-top:60px;
	padding-bottom:60px;
	font-size:36px;
	font-size:3.6rem;
	line-height: 1.4;
	margin: 0 0 15px;
}

.big-paragraph {
	font-weight:400;
	padding:40px 0 30px 0;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:1.8em;
	color:#6a6a6a;
	font-size:3.2rem;
	font-size:32px;
}

.big-paragraph a{
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	border-bottom: 4px solid #1acb97;
	font-size:3.2rem;
	font-size:32px;
}

.big-paragraph a:hover{
	font-weight:400;
	border-bottom: 4px solid #70e0b3;
}

.faq-question-guide {
	font-weight:400;
	padding:20px 0 10px 0;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:1.8em;
	color:#6a6a6a;
	margin:0px;
	font-size:20px;
	font-size:1.4rem;
}

.faq-question-guide a{
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	border-bottom: 4px solid #1acb97;
}

.faq-question-guide a:hover{
	font-weight:400;
	border-bottom: 4px solid #70e0b3;
}

.med-paragraph {
	font-weight:400;
	padding:40px 0 20px 0;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:1.5em;
	color:#6a6a6a;
	font-size:1.4rem;
	font-size:25px;
}

.med-paragraph a{
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	border-bottom: 2px solid #1acb97;
	color: #1acb97 !important;
	font-size:1.4rem;
	font-size:25px;
}

.med-paragraph a:hover{
	font-weight:400;
	border-bottom: 2px solid #70e0b3;
}

.workshop-headline{
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 100;
	letter-spacing:3px;
	line-height: 160% !important;
	padding-top:30px;
	padding-bottom:0px;
	font-size:40px;
	font-size:3.5rem;
	line-height: 1.4;
	margin: 0 0 8px;
}

.workshop-type {
	font-size:.9rem;
	font-weight:900;
	font-family: 'brandon-grotesque', sans-serif;
	letter-spacing:2px;
}


/* Icons
--------------------------------------------- */

.small-features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

.large-features .dashicons {
	font-size: 96px;
	height: 96px;
	margin: 0 0 20px;
	width: 96px;
}

.small-features,
.large-features {
	text-align: center;
}


/* FAQ
--------------------------------------------- */

.faq-question {
	font-size:16px;
	font-weight:700;
	line-height:160%;
	text-align:left;
}

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

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

iframe:not([seamless]){
	border-top-width:0px !important;
	border-top-style: none;
	border: none !important;
}

button.play.rounded-box.state-paused { display: none !important; }

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 3px;
	color: #2e2f33;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 6px;
	width: 100%;
}

input:focus,
textarea:focus {
	border:2px solid #1acb97 !important;
	outline: none;
}

.page-id-2231 input:focus,
.page-id-2231 textarea:focus {
	border:1px solid #1acb97 !important;
	outline: none;
}

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

input[type="radio"]{
	margin-right: 8px;
}

.infusion-field{
	margin-bottom: 25px;
	display:block;
	width:100%;
}

.infusion-field input{
	line-height: 1.5;
	color:#787878;
	font-size:1.2rem
}

.infusion-field-tips-left input{
	line-height: 1.5;
	display: inline !important;
	border:2px solid #1ba378;
	background-color: #1ba378;
	margin-right:17px;
	margin-bottom:20px;
	color:#fff;
	width:49%;
	font-size:1.4rem
}

.infusion-field-tips input{
	line-height: 1.5;
	display: inline !important;
	border:2px solid #1ba378;
	background-color: #1ba378;
	margin-bottom:20px;
	color:#fff;
	width:49%;
	font-size:1.4rem
}

.infusion-field-intro input{
	line-height: 1.5;
	display: inline-block;
	border:2px solid #fff;
	background-color: #fff;
	margin-right:17px;
	color:#787878;
	margin-bottom:20px;
	width:100%;
	font-size:1.4rem
}

.infusion-field-intro input::-moz-placeholder {
	color: #787878;
	opacity: 1;
	font-weight: 300;
}

.infusion-field-intro input::-webkit-input-placeholder {
	color: #787878;
	font-weight: 300;
}


.infusion-field-tips-left input::-moz-placeholder {
	color: #1acb97;
	opacity: 1;
	font-weight: 300;
}

.infusion-field-tips-left input::-webkit-input-placeholder {
	color: #1acb97;
	font-weight: 300;
	color: #808080;
	font-size:1.2rem;
	padding-left: 6px;
	font-weight: 400;
	font-family: 'brandon grotesque', sans-serif;
}

.infusion-field-tips input::-moz-placeholder {
	color: #1acb97;
	opacity: 1;
	font-weight: 300;
}

.infusion-field-tips input::-webkit-input-placeholder {
	color: #808080;
	font-size:1.2rem;
	padding-left: 6px;
	font-weight: 400;
	font-family: 'brandon grotesque', sans-serif;
}

.infusion-field input::-moz-placeholder {
	color: #808080;
	font-size:1.2rem;
	padding-left: 6px;
	font-weight: 400;
	font-family: 'brandon grotesque', sans-serif;
}

.infusion-field input::-webkit-input-placeholder {
	color: #808080;
	font-size:1.2rem;
	padding-left: 6px;
	font-weight: 400;
	font-family: 'brandon grotesque', sans-serif;
}


.home .infusion-submit input[type="submit"]{
	border: 3px #fff solid;
}

input#submit{
	color:#1acb97;
}

input#submit:hover{
	color:#fff;
}

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

::-webkit-input-placeholder {
	color: #808080;
	font-size:1.2rem;
	padding-left: 6px;
	font-weight: 400;
	font-family: 'brandon grotesque', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	border-radius: 3px;
	border: 3px #1acb97 solid;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	width: auto;
}

.button-header {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	z-index: 1;
	font-family:'brandon-grotesque', sans-serif;
	margin-bottomn:40px;
	background-color:none;
	border-radius: 3px;
	color: #fff;
	opacity:.9;
	text-transform:uppercase;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
	padding: 18px 32px;
	width: 100%;
	max-width:250px;
}

.button-header:hover {
	background-color: rgba(26, 203, 151, 1);
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	line-height: 1;
	white-space:nowrap;
	width: 100%;
	max-width:250px;
}


.nav-link {
	margin-right:20px;
	font-family:'brandon-grotesque', sans-serif;
	color:rgba(255, 255, 255, 0.9);
	font-size:13px;
}

.nav-link:hover {
	color:rgba(255, 255, 255, 1);
}

.nav-link .shrink {
	margin-right:20px;
	font-family:'brandon-grotesque', sans-serif;
	color:rgba(26, 203, 151, .8) !important;
	font-size:1.2rem;
}

.nav-link .shrink:hover {
	margin-right:20px;
	font-family:'brandon-grotesque', sans-serif;
	color:rgba(26, 203, 151, 1);
	font-size:1.2rem;
}

.infusion-submit input[type="submit"] {
	z-index: 1;
	background-color: rgba(26, 203, 151, .8);
	margin-bottomn:40px;
	border:none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 3px;
	line-height: 1;
	display:block;
	padding: 18px 24px;
	width: 100%;
	margin: 0 auto;
}

.infusion-submit input[type="submit"]:hover{
	background-color: rgba(26, 203, 151, 1);
}

.infusion-submit-white input[type="submit"] {
	z-index: 1;
	background-color: rgba(255, 255, 255, .95);
	margin-bottomn:40px;
	border:none;
	border-radius: 3px;
	color: #1acb97;
	cursor: pointer;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 2px;
	line-height: 1;
	display:block;
	padding: 18px 24px;
	width: 100%;
	margin: 0 auto;
}

.infusion-submit-white input[type="submit"]:hover{
	background-color: rgba(255, 255, 255, 1);
}

.sb-tips .infusion-field {
	margin-bottom: 25px;
	display:inline-block;
	width:48%;
	margin-right:10px;
	text-align:center;
}



#gform_submit_button_3 {
	width:100% !important;
}

.button .gform_button input[type="submit"]:hover{
	z-index: 1;
	background-color:#70e0b3;
	margin-bottomn:40px;
	border-radius: 3px;
	border: 3px #70e0b3 solid;
	color: #1acb97;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	width: 100%;
	max-width:250px;
}

.button-body {
	background-color:#1acb97;
	margin-bottom:60px;
	border-radius: 3px;
	border: 3px #1acb97 solid;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	white-space:nowrap;
	text-align: center;
}

.button-body:hover{
	background-color:#1acb97;
	border-radius: 3px;
	border: 3px #1acb97 solid;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	white-space:nowrap;
}

.section-green-bg {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
}

.red-bg {
	background: #EA4E33  !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #ff555b 0%, #15d4b6 40%, #ff531a 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ff555b), color-stop(98%, #ff531a )) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, ##ff555b 0%, #ff531a 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ff555b 0%, #ff531a 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ff555b 0%, #ff531a 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #ff555b 0%, #ff531a  98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FF8C48', endColorstr='#EA4E33 ', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
}

.basb-red-bg {
	background: #d71e38  !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #d71e38 0%, #d8391f 40%, #d8391f 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #d71e38), color-stop(98%, #d8391f )) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #d71e38 0%, #d8391f 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #d71e38 0%, #d8391f 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #d71e38 0%, #d8391f 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #d71e38 0%, #d8391f  98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d71e38', endColorstr='#d8391f ', GradientType=1 );
	-webkit-background-clip: default;
	font-family: 'brandon-grotesque', sans-serif;
}

.button-green {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	opacity:.9;
	font-family:'brandon-grotesque', sans-serif;
	margin-bottom:60px;
	border-radius: 3px;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1;
	padding: 18px 32px;
	white-space:nowrap;
	text-align: center;
}

.button-green:hover{
	opacity:1;
	background-color:#70e0b3;
	border-radius: 3px;
	border: 3px #70e0b3 solid;
	color: #fff;
	cursor: pointer;
}

.workshop-date-button{
    display: inline-block;
    padding: 22px 20px 22px 20px !important;
    min-height: 30px;
    width: 100%;
}

.button-sidebar {
	font-size: 16px;
	color:#fff;
	background-color:#1acb97;
	font-weight:400;
	text-align:center;
	letter-spacing:2px;
	font-family: 'brandon-grotesque', sans-serif;
	padding: 16px 24px;
	width:100%;
	display:inline-block;
}

.button-sidebar:hover {
	font-size: 16px;
	background-color:#70e0b3;
	border:3px solid #70e0b3 !important;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	padding: 16px 24px;
}

.button-video {
	background-color: rgba(155, 155, 155, 0.6);
	margin-bottom:60px;
	border-radius: 3px;
	font-family:'brandon-grotesque', sans-serif;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1;
	padding: 18px 32px;
	white-space:nowrap;
	text-align: center;
}

.button-video:hover{
	background-color: rgba(155, 155, 155, 1);
	color: #fff;
	cursor: pointer;
}

.button-video-online {
	background-color: rgba(155, 155, 155, 0.6);
	margin-bottom:60px;
	font-family: 'brandon-grotesque', sans-serif;
	border-radius: 4px;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 1;
	padding: 21px 36px;
	white-space:nowrap;
	text-align: center;

}

.button-video-online:hover{
	background-color: rgba(155, 155, 155, 1);
	border-radius: 4px;
	border: 3px #70e0b3 solid;
	color: #fff;
	cursor: pointer;
}

.page-id-2231 .button-video-online {
	padding: 21px 38px !important;
	letter-spacing:3px !important;
}

.incentive-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.6rem;
	letter-spacing:3px;
	font-weight:600;
}

.incentive-sub {
	font-family: 'brandon-grotesque', sans-serif;
	font-size:.7rem;
	letter-spacing:3px;
	font-weight:400 !important;
}

.read-more-btn {
	background-color:#1acb97;
	opacity:.9;
	margin-bottom:60px;
	border-radius: 3px;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 18px 32px;
	white-space:nowrap;
	text-align: center;
}

.read-more-btn:hover{
	opacity:1;
	background-color:#70e0b3;
	border-radius: 3px;
	border: 3px #70e0b3 solid;
	color: #fff;
	cursor: pointer;
}

.offer-ends {
	color:#ff6348;
}

#mc_embed_signup input {
	border:1px solid #cacaca;
	margin: 0 auto;
	color:#444;
	margin-bottom:20px;
	font-weight:400;
	text-align:center;
}

.mce_inline_error {
	display:none;
}

.button-green-stroke {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
	opacity:.9;
	margin-bottom:60px;
	font-family:'brandon-grotesque', sans-serif;
	margin-right:20px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: .9rem !important;
	font-weight: 900;
	display: inline-block;
	letter-spacing: 4px;
	line-height: 1;
	padding: 22px 32px;
	white-space:nowrap;
	text-align: center;
}

.button-green-stroke:hover{
	opacity:1;
	background-color:#1acb97;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	white-space:nowrap;
}

.btn-white{
	background: #fff;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #fff 0%, #fbfbfb 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fff), color-stop(98%, #fbfbfb));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #fff 0%, #fbfbfb 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #fff 0%, #fbfbfb 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #fff 0%, #fbfbfb 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #fff 0%, #fbfbfb 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb', GradientType=1 );
	-webkit-text-fill-color: transparent;
  	-webkit-background-clip: text;
	opacity:.9;
	margin-bottom:60px;
	font-family:'brandon-grotesque', sans-serif;
	margin-right:20px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: .9rem !important;
	font-weight: 900;
	display: inline-block;
	letter-spacing: 4px;
	line-height: 1;
	padding: 22px 32px;
	white-space:nowrap;
	text-align: center;
}

.btn-white:hover{
	opacity:1;
	background-color:#fff;
	cursor: pointer;
	white-space:nowrap;
}

.btn-shadow{
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.button-anchor {
	margin-bottom:60px;
	border-radius: 3px;
	border: 1px #1acb97 solid;
	color: #1acb97;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 3;
	padding: 16px 32px;
	white-space:nowrap;
	text-align: center;
}

.button-anchor:hover{
	background-color:#1acb97;
	border-radius: 3px;
	font-weight: 400;
	border: 1px #1acb97 solid;
	color: #fff;
	cursor: pointer;
	white-space:nowrap;
}

.workshop-anchor {
	margin-bottom:60px;
	font-family: 'brandon-grotesque', sans-serif;
	color: #9d9d9d;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 36px 12px;
	white-space:nowrap;
	text-align: center;
}

.workshop-anchor:hover{
	color: #1acb97;
}

.button-white-stroke {
	background-color:none;
	margin-bottom:60px;
	border-radius: 3px;
	border: 3px #fff solid;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	white-space:nowrap;
	text-align: center;
}

.button-white-stroke:hover{
	background-color:#fff;
	border-radius: 3px;
	border: 3px #fff solid;
	color: #444444;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	white-space:nowrap;
}

.button-twitter {
	color: #fff;
	background: url(https://storybrand.com/wp-content/uploads/2014/09/branding-tips.png);
	background-size:140px 50px;
	background-repeat:no-repeat;
	width:158px;
	height:56px;
	cursor: pointer;
	font-size: 12px;
	margin-bottom:-27px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	max-width: 280px;
	display: inline-block;
	white-space:nowrap;
	text-align: center;
}

.button-twitter:hover{
	opacity:.8;
}

.button-white {
	z-index: 1;
	margin-bottomn:40px;
	background-color:#fff;
	border-radius: 3px;
	border: none !important;
	color: #1acb97;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	width: auto;
}

.button-white:hover{
	background-color:#fff;
	opacity:.9;
	border-radius: 3px;
	border: 3px #fff solid;
	color: #444 !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	width: auto;
}

.button-white-cta {
	z-index: 1;
	display:inline-block;
	margin-left:40px;
	font-family: 'brandon-grotesque', sans-serif;
	background-color:#f1f1f1;
	border-radius: 3px;
	border: 3px #f1f1f1 solid;
	color: #1acb97;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 18px 32px;
	width: auto;
}

.button-white-cta:hover{
	background-color:#fff;
	border: 3px #fff solid;
}

.button-form {
	z-index: 1;
	background-color:#fff;
	border-radius: 3px;
	border: 3px #fff solid;
	color: #1acb97;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	width: auto;
}

.sold-out-stroke {
	background-color:#fff;
	margin-bottom:60px;
	border-radius: 3px;
	border: 3px #dadada solid;
	color: #dadada;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	white-space:nowrap;
	text-align: center;
}

.sold-out-green {
	background-color:#dadada;
	margin-bottom:60px;
	border-radius: 3px;
	border: 3px #dadada solid;
	color: #fff;
	cursor: default;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	white-space:nowrap;
	text-align: center;
}

.sold-out-grey {
	background:#ccc !important;
	color:#f45017 !important;
	-webkit-text-fill-color:none;
}

.button-play {
	background-color:#1acb97;
	opacity:.9;
	margin-bottom:60px;
	border-radius: 3px;
	border: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 18px 32px;
	white-space:nowrap;
	text-align: center;
}

.button-play:hover{
	opacity:1;
	background-color:#70e0b3;
	border-radius: 3px;
	border: 3px #70e0b3 solid;
	color: #fff;
	cursor: pointer;
}

.play-btn{
	opacity:.8;
}

.play-btn:hover {
	opacity:1;
}

.button-full {
	color: #fff;
	background-color:#1acb97;
	border-radius: 3px;
	border: 3px #1acb97 solid;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	width: auto;
}

.button-full:hover {
	color: #fff;
	background-color:#70e0b3;
	border-radius: 3px;
	border: 3px #70e0b3 solid;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	width: auto;
}


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

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.more-link:hover {
	background-color:#1acb97;
	border-radius: 3px;
	opacity:1;
	color: #fff;
}

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

body.entry-content {
	padding-right:60px important;
	line-height:200%;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #323232;
	color: #2e2f33;
}

.button,
.more-link {
	display: inline-block;
}

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

.spacer{
	display: inline-block;
	width: 8px;
}

.call-out {
background-color:#f1f1f1;
width:100%;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 300;
}

/* Modal */

	#ultimate-modal-content {
	background:none !important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
}

.circle-number{
	background-color:#1acb97;
	color:#fff;
	border-radius:200px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height:145%;
	padding:30px;
	width:120px;
	height:120px;
	font-size:46px;
}


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	margin-top: 50px;
}

.inner-page {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	margin-top: 0px;
}

.centric-home .site-inner {
	margin-top: 0px;
}

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

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

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

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

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

/* Content */

.content {
	float: right;
	padding-right: 20px;
	width: 740px;
}

.centric-home .content {
	padding: 0;
}

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

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

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

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

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

.one-third-slider {
	width: 33.333333333333333%;
}

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

.two-thirds-center {
	width: 65.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

.three-fourths-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.one-third-center {
	width: 52.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:52%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.form-container {
	padding-top:20px;
	padding-right:2em;
	padding-bottom:60px;
	padding-left:2em;
	background: #f1f1f1;
	width: 65.81196581196582%;
	margin-left:auto;
	margin-right:auto;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.one-seventh {
	width: 12.02%;
}

.one-eighth {
	width: 10.2%;
	margin-left:4.2;
}

.one-eighth-button{
	width: 11.111%;
	margin: 0px !important;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

.bottom-pad {
	padding-bottom:30px;
}

.margin-top {
	margin-top:20px;
}

.desk-margin-right {
	margin-right:30px;
}


.big-top-pad {
	padding-top:80px;
}

.top-pad {
	padding-top:40px;
}

.hr-big {
	display: block; height: 1px;
   	border: 0; border-top: 4px solid #11b182;
	margin: 1em 0; padding: 0;
}

.hr-small{
	display: block; height: 1px;
   	border: 0;
	border-top: 1px solid #ff6348;
	margin: 1em 0; padding: 0;
}

.hr-schedule{
	display: block; height: 1px;
   	border: 0;
	border-top: 1px solid #11b182;
	margin: 1em 0; padding: 0;
}

.hr-video-notes {
	display: block;
	height: 2px;
	border:0px;
	color: rgba(33, 33, 33, 1);
	border-top: 2px solid rgba(70, 70, 70, 1);
	margin: 0em 0em 1em 0em;
}

.hr-gray{
	display: block; height: 1px;
   	border: 0; border-top: 1px solid #cacaca;
	margin: 1em 0; padding: 0;
}

.hr-white{
	display: block; height: 1px;
   	border: 0; border-top: 1px solid #fff;
	margin: .6em 0; padding: 0;
}

.hr-time{
	display: block; height: 1px;
   	border: 0; border-top: 1px solid #838383;
	margin: .4em 0; padding: 0;
}

.hr-dash{
	display: block; height: 1px;
   	border: 0; border-top: 1px solid #cacaca;
	margin: 0em 0; padding: 0;
}

.green-gradient {
	background: #63be93;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
	/* IE10+ */
	background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1acb97', endColorstr='#14c9ad', GradientType=1 );
	-webkit-text-fill-color: white;
	-webkit-background-clip: default;
}



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

.avatar {
	float: left;
}

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

.author-box .avatar{
display: none;
border-radius: 36px;
}

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
    background: #5bc59b;
    border-radius: 3px;
    color: white;
    text-align: center;
}

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

.home-sub-text {
	font-size: 34px;
	font-family: 'brandon-grotesque', sans-serif;
	font-style: normal;
	font-weight: 300;
}

.home-sub-text-title {
	font-size: 18px;
    	font-family: 'brandon-grotesque', sans-serif;
    	font-style: normal;
    	text-transform: uppercase;
    	letter-spacing: 2px;
    	font-weight: 600;
}

.author-box a {
	color: white;
	text-decoration: underline;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.page-title {
	display: none;
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title  .archive-title,
.page-title .entry-title {
	font-weight: 300;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-title, .entry-header h2, .alt-entry-header{
	font-size: 2.8rem !important;
	color: #444 !important;
	font-size: 36px;
	padding-bottom:40px;
}

.entry-header h2, .alt-entry-header{
	padding-bottom: 0px;
}

.entry-header h2:hover{
	color: #1acb97 !important;
}

.entry-header .comment-blurb{
	background-image: url("http://storybrand.com/wp-content/themes/centric/images/comment-blurb.png");
	width: 50px;
	height: 40px;
	display:none !important;
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	float: right;
}

.blog-head-text{
	font-size: 1.6rem !important;
	color: #fff !important;
	font-style:italic;
	text-align:left;
	font-size: 36px;
	padding-bottom:40px;
}

.blog-head-text a{
	font-size: 1.6rem !important;
	color: #fff !important;
	line-height:100%;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	border-bottom:2px solid #fff;
	font-style:italic;
	text-align:left;
	font-size: 36px;
}

.blog-head-name{
	font-size: 1.5rem !important;
	color: #fff !important;
	font-style:italic;
	text-align:left;
	padding-right:40%;
	font-size: 36px;
	font-weight:400;
	padding-bottom:40px;
}

.single .site-header {
	background-color:#f1f1f1;
}

.single .site-inner {
	margin-top: 120px;
}

.single .title-area {
	float: left;
	padding-bottom: 0px;
	width: 120px;
	height: 120px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:100px;
	margin-top: 0px;
}

.single .site-header .widget-area {
	padding-top:40px;
}

.shrink .single .site-header .widget-area {
	padding-top:36px !important;
}

.single .nav-link {
	margin-right:20px;
	color:rgba(26, 203, 151, 0.8);
	font-size:1.2rem;
}

.single .nav-link:hover {
	color:rgba(26, 203, 151, 1);
}

.page-id-759 .wrap {
	max-width:1280px;
	padding: 0px 20px 0px 20px;
}

.nav-link {
	margin-right:20px;
	color:rgba(255, 255, 255, 1);
	font-size:12px;
	letter-spacing: 2px;
	font-weight:600;
	text-transform: uppercase;
}

.nav-link:hover {
	color:rgba(255, 255, 255, 1);
}

.page-id-759 .shrink .nav-link {
	margin-right:20px;
	color:rgba(26, 203, 151, 0.8);
	font-size:.9rem;
	letter-spacing: 2px;
	font-weight:900;
	text-transform: uppercase;
}

.page-id-759 .shrink .nav-link:hover {
	color: rgba(26, 203, 151, 0.8);
}

.page-id-759 div#tpbr_bo {
	font-weight: 600;
}

#tpbr_topbar {
    	padding: 4px 10px 3px !important;
	background: #EA4E33  !important;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #FF8C48 0%, #15d4b6 40%, #EA4E33 78%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FF8C48), color-stop(98%, #EA4E33 )) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #FF8C48 0%, #EA4E33 98%) !important;
	/* IE10+ */
	background: linear-gradient(135deg, #FF8C48 0%, #EA4E33  98%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FF8C48', endColorstr='#EA4E33 ', GradientType=1 );
	-webkit-background-clip: default;
}

a#tpbr_calltoaction {
	margin:0px 10px 0px !important;
	font-size:.7rem !important;
	font-weight:600;
	letter-spacing:.6px;
    	padding: 0px 8px 0px !important;
}

.page-id-995 .button-header {
	margin-right:20px;
	color:rgba(26, 203, 151, 1);
	background-color:rgba(255, 255, 255, .8);
	font-size:.9rem;
	letter-spacing: 2px;
	font-weight:900;
	text-transform: uppercase;
}

.page-id-995 .button-header:hover {
	color:rgba(100, 100, 100, .8);
}

.page-id-995 .shrink .button-header {
	margin-right:20px;
	color:rgba(255, 255, 255, .8);
	font-size:.9rem;
	letter-spacing: 2px;
	font-weight:900;
	text-transform: uppercase;
}

.page-id-995 .shrink .button-header:hover {
	color:rgba(255, 255, 255, 1);
}

.page-id-995 .nav-link {
	margin-right:20px;
	color:rgba(255, 255, 255, .8);
	font-size:.9rem;
	letter-spacing: 2px;
	font-weight:900;
	text-transform: uppercase;
}

.page-id-995 .nav-link:hover {
	color:rgba(255, 255, 255, 1);
}

.page-id-995 .shrink .nav-link {
	margin-right:20px;
	color:rgba(26, 203, 151, 0.8);
	font-size:.9rem;
	letter-spacing: 2px;
	font-weight:900;
	text-transform: uppercase;
}

.page-id-995 .shrink .nav-link:hover {
	color: rgba(26, 203, 151, 0.8);
}

.page-id-459 .shrink .nav-link {
	margin-right:20px;
	color:rgba(26, 203, 151, 0.8);
	font-size:1.2rem;
}

.page-id-459 .nav-link:hover {
	color:rgba(26, 203, 151, 1);
}

.author-name{
	font-style:italic;
	color:#7f8183;
	font-style:italic;
	color:#7f8183;
	margin-bottom: 20px;
	margin-top: 12px;
	line-height:140%;
	padding-left: 20px;
	height:36px;
	border-left: 4px solid #cacaca;
}

.test-work{
	font-size: 1.7rem !important;
	color: #fff !important;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight:600;
	padding-bottom:40px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1acb97;
}

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

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

.team-titles {
	font-family: 'brandon-grotesque', sans-serif;
	padding-bottom:20px;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 0px;
}

.home-widgets .widget-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
}

.home.page-title {
	display: none;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
}

/* Blog */
.page-template-page_blog-php .site-inner{
	min-height: 940px;
}

time a{
	font-size: 11px;
	margin-top: -5px;
	display: block;
}

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


/* Custom Pages
--------------------------------------------- */

body.page-id-759{
	width:100%;
}


content.page-id-759{
	width:100%;
}

.page-id-759 .title-area {
	float: left;
	padding-bottom: 0px;
	width: 220px;
	height: 120px;
	background: url(https://storybrand.com/wp-content/uploads/2016/02/SB-LMW-White.png) no-repeat left;
	background-size:218px;
	margin-top: 0px;
}



.page-id-759 .site-inner{
	margin-top:0px !important;
}

.page-id-759 .site-header{
	background-color: rgba(255, 255, 255, 0);
	position:absolute;
}

.page-id-2187 .site-inner{
	margin-top:0px !important;
}

.page-id-1203 input[type="submit"]{
	background-color:#6dc59b !important;
	border: 3px #fff solid;
}

.entry-image, .post-image {
	display:none;
}

.post-password-form {
	text-align:center;
	padding-top:120px;
	padding-bottom:140px;
}

.page-id-1203 .menu-contents{
	display: none;
}

.page-id-1203 .title-area{
	margin-left: 33%;
	margin-right:33%;
	background-size:360px;
}

.page-id-1203 .site-inner{
	margin-top:10px;
}

.page-id-2183 .site-inner{
	margin-top:0px;
}

.page-id-2175 .site-inner{
	margin-top:0px;
}

.page-id-1656 .site-inner{
	margin-top:0px;
}

.page-id-1757 .site-inner{
	margin-top:0px;
}

.page-id-1995 .site-inner{
	margin-top:0px;
}

.page-id-1980 .site-inner{
	margin-top:0px;
}

.page-id-2164 .site-inner{
	margin-top:0px;
}

.page-id-2095 .site-inner{
	margin-top:0px;
}

.page-id-6378 .site-inner{
	margin-top:0px !important;
}

.page-id-6837 .site-inner{
	margin-top:0px !important;
}

.page-id-6859 .site-inner{
	margin-top:0px !important;
}

.page-id-6893 .site-inner{
	margin-top:0px !important;
}

.page-id-6920 .site-inner{
	margin-top:0px !important;
}

.page-id-6939 .site-inner{
	margin-top:0px !important;
}

.page-id-6926 .site-inner{
	margin-top:0px !important;
}

.page-id-6929 .site-inner{
	margin-top:0px !important;
}

.page-id-6807 .site-inner{
	margin-top:0px !important;
}

.page-id-6453 .site-inner{
	margin-top:0px !important;
}

.page-id-6593 .site-inner{
	margin-top:0px !important;
}

.page-id-6664 .site-inner{
	margin-top:0px !important;
}

.page-id-6686 .site-inner{
	margin-top:0px !important;
}

.page-id-6719 .site-inner{
	margin-top:0px !important;
}


.page-id-6790 .site-inner{
	margin-top:0px !important;
}

.page-id-7916 .site-inner{
	margin-top:0px !important;
}

.page-id-6295 .site-inner{
	margin-top:0px !important;
}

.page-id-6971 .site-inner{
	margin-top:0px !important;
}

.page-id-6982 .site-inner{
	margin-top:0px !important;
}

.page-id-6987 .site-inner{
	margin-top:0px !important;
}

.page-id-7073 .site-inner{
	margin-top:0px !important;
}

.page-id-7147 .site-inner{
	margin-top:0px !important;
}

.resources-box-custom {
	padding-top: 40px;
	padding-bottom: 40px;
	width:100%;
	border-bottom: 2px solid #f1f1f1;
	margin-top: 0px;
	margin-bottom: 50px;
}


/* Your Brand is not the Hero
--------------------------------------------- */

.page-id-6152 .site-inner{
	margin-top:0px;
}

.form-top-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.4rem;
	color:#444;
	font-weight:400;
	letter-spacing:1px;
}

.form-headline {
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.2rem;
	color:#21cab2;
	font-weight:600;
	letter-spacing:1px;
}


.page-id-6152 #tpbr_topbar {
	display:none;
}

.page-id-6152 .featured-image {
    margin-top: -156px;
}

.page-id-6152 .site-container {
	    	margin-top: -45px;
	}

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

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

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

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

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

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

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

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

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

.wp-caption-text {
	font-weight: 400;
	font-size: 1rem;
	font-style:italic;
	color:#747474;
	text-align: center;
}

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

.gallery-caption {
}

.sticky {
}


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

/* Endorsements
--------------------------------------------- */

.bubble {
    	margin: 20px;
	margin-bottom: 40px;
	line-height:1.6;
    	padding: 20px 30px 30px 30px;
    	position: relative;
}
.bubble:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 44%;
	text-align:center;
	border-top: 20px solid blue;
	border-left: 20px solid transparent;
	border-top-color: inherit;
	border-right: 20px solid transparent;
}

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

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

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


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

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

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

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

.enews-widget form {
	position: relative;
}

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

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

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	background-color: #13afdf;
	border: 1px solid #13afdf;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	bottom: 0;
	color: #fff;
	margin: 0;
	padding: 17px 24px 18px;
	position: absolute;
	right: 0;
}

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

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

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	font-size: 24px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	letter-spacing: 2px;
	padding-bottom: 2px;
}

.home-widgets .latest-tweets span a:hover {
	border-bottom: 1px solid #fff;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 16px;
}

.gform_wrapper span.ginput_total {
	color: #1acb97 !important;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 1.8em !important;
}

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

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

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 1rem;
	color:#fff;
	font-weight:900;
	font-family: 'brandon-grotesque', sans-serif;
	letter-spacing:4px;
	margin-top:30px !important;
	padding: 16px 24px;
	width:100%;
}

div.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color:#70e0b3;
	font-family: 'brandon-grotesque', sans-serif;
	padding: 16px 24px;
}

.side-bar-form div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	color:#fff;
	background-color:#1acb97;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	padding: 16px 24px;
	width:100%;
}

.side-bar-form div.gform_wrapper .gform_footer input[type=submit]:hover {
	font-size: 16px;
	background-color:#70e0b3;
	border:3px solid #70e0b3 !important;
	font-weight:400;
	font-family: 'brandon-grotesque', sans-serif;
	padding: 16px 24px;
}

.side-bar-form div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0px 0 0;
}

.gform_wrapper .ginput_complex span.name_last {
	min-height: 1.4em;
}

.gform_wrapper .gform_footer {
	text-align:center !important;
	padding: 0em 0 0.625em 0 !important;
	margin: 0em 0 0 0 !important;
}

.ginput_container {
	width:100% !important;
	padding-bottom:0px;
}

.gform-workshop{
	font-size: 16px;
	width:100%;
}

.gform_wrapper .ginput_complex .ginput_left {
	margin-right:14px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
	-webkit-box-shadow: none;
	color:#444;
	padding-top:12px;
	padding-bottom:12px;
	background: url('none') no-repeat;
	background-size: 80px 80px;
      	background-position: 82px 7px;
      	width: 100%;
}

.gform_wrapper .ginput_complex .ginput_right {
	width:100% !important;
	margin-left:0px !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width:100% !important;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
	width:100% !important;
}

div.gform_wrapper li, div.gform_wrapper form li {
	width:100% !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size:1.6rem !important;
	font-family: 'brandon-grotesque', sans-serif;
	float:center;
	font-weight: 400;
}

.gform_wrapper .gfield_radio li label {
	float:left;
}

input#input_3_30_other {
	width: 94% !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
	float:left;
	margin-top:12px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    	font-size: 18px;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	line-height:1.8rem;

}

body .gform_wrapper .gform_body .gform_fields .gfield select {
	box-shadow: none;
	padding:20px;
}

.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding-top: 22px;
	padding-bottom: 14px;
	padding-left: 16px;
}

.gform_wrapper .ginput_complex input {
	font-size: 18px;
	padding-top: 22px;
	padding-bottom: 14px;
	padding-left: 16px;
}

.gform_wrapper .ginput_complex .ginput_left {
	width:100% !important;
	float:left;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
	margin-bottom:20px;
	display:block;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
	width: 50.3% !important;
	float:left;
}

#input_3_3_5 {
	float:center;
	width:100%;
}

div.ginput_container_name span {
	padding-right: 0px !important;
}

.name-field-margin-fix {
	margin-bottom: -10px !important;
}

#gform_wrapper_1{
	display:block!important;
}


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

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


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

.site-header {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 100px;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.bumper {
	min-height: 80px;
}

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

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.shrink {
	opacity:0.98;
	background-color: #fff;
	box-shadow: 0px 2px rgba(0,0,0,0.05);
	min-height: 100px;
}

.shrink .wrap {
	padding: 0;
}

.shrink .site-title {
	font-size: 36px;
	padding-top: 10px;
}

.shrink .title-area{
	float: left;
	padding-bottom: 0px;
	width: 100px;
	height: 100px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-green-logo.png) no-repeat left;
	background-size:100px;
	margin-top: 0px;
}


.shrink .site-description {
	display: none;
}

.shrink .button-header{
	background-color:#1acb97;
	z-index: 1;
	margin-bottomn:40px;
	background-color:none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 32px;
	width: 100%;
	max-width:250px;
}

.shrink .button-twitter{
	background-size:119px 42px;
	height: 42px;
	margin-bottom:-17px;
	width: 119px;
}

.site-header .shrink .widget-area {
	padding-top: 48px;
}


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

.title-area {
	float: left;
	padding-bottom: 0px;
	width: 152px;
	height: 120px;
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-white-logo.png) no-repeat left;
	background-size:130px;
	margin-top: 0px;
}

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

.full-width{
	width: 100%;
}

.site-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0px 0px rgba( 0, 0, 0, 0.1 );
}

.header-image .site-title > a {
	background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-new-logo.png) no-repeat left;
	float: left;
	min-height: 100px;
	width: 100%;
}

.team-image {
  color: #FFF;
  height: 400px;
  width:1005px;
  overflow: hidden;
  background: url(/wp-content/uploads/2014/01/slide-1-bg.jpg);
  padding: 0;

}

.site-description {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}

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

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

/* Testimonials
--------------------------------------------- */

.testimonial_rotator_author_info {
	font-size: 1.1em;
	padding-top:16px;
	font-style: italic;
	line-height: 1.8em !important;
	height:80px;
	padding-left: 0px !important;
	border-left: solid 0px #444444 !important;
	margin: 10px 0;
}

.testimonial_rotator_quote{
	font-size:1.4rem;
	line-height:180%;
	font-weight: 200;
	color:#5f5f5f;
}

.attachment-thumbnail .wp-post-image {
	display: block;
}



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

.site-header .widget-area {
	float: right;
	text-align: right;
	padding-top: 33px;
	width: 80%;
}

.site-header .widget-area .page-id-995 {
	width:80% !important;
}

.featured-image .page-id-995 {
	 height: 520px !important;
}

.featured-text {
    padding-top: 7.2em !important;
}

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

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

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 24px;
}

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

.genesis-nav-menu .sub-menu {
	background-color: #3fbde5;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

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

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

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

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

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

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

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

.genesis-nav-menu > .date {
	padding: 24px;
}

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

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

.twitter-nav {
	display: inline-block;
	vertical-align:middle;
	bottom:20px;
}

.twitter-nav:hover {
	opacity:.8;
}

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

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

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

.nav-primary {
	background-color: #2e2f33;
	position: relative;
	z-index: 9;
}

.menu-trigger{
		display: none;
		position: absolute;
		top: 46px;
		right: 20px;
		cursor: pointer;
	}

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

.nav-secondary {
	background-color: #000;
	position: relative;
	z-index: 8;
}



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

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

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1140px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}

.content-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

.home-widgets .widget:first-child {
	padding-top: 3%;
}

.home-widgets .widget:last-child {
	padding-bottom: 3%;
}

.home-widgets .widget:last-child h1{
	margin-bottom: 30px !important;
}

.home-featured {
	height: auto !important;
	margin-top: -80px;
	padding-top: 280px;
	padding-bottom: 100px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url("https://storybrand.com/wp-content/uploads/2014/06/sb-ws-bg.jpg");
	width: 100% !important;
	background-size:cover;
	position: relative;
	color: #fff;
	display: table;
	text-align: center;
}

.page-id-14 .page-id-14 .wrap{
	width:100% !important;
}

.home-featured .wrap {
	height: auto !important;
	margin-top: -106px;
	color: #fff;
	display: table;
	text-align: center;
}

.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0px 0;
	font-size: 24px;
}

.home-widgets-1 h1 {
	font-size: 60px;
	font-weight: 300;
}

.arrow {
	position: absolute;
	text-align: center;
	display: none;
	bottom: 10%;
	width: 100%;
	left: 0;
}

.arrow:before {
	content: "\f347";
	display: none;
	-webkit-font-smoothing: antialiased;
	font: normal 40px/1 'dashicons';
	vertical-align: top;
	width: 100%;
	text-align: center;
	color: #fff;
}

.home-widgets-2 {
	background-color: #323232;
	color:#fff;
	position: relative;
	border-top: 40px solid transparent;
	margin-top: -40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-2-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	padding-top: 20px;
	margin: 0 0 15px;
}

.home-widgets-2 p{
	background-color: #323232;
	font-size: 18px;
	color:#fff;
	position: relative;
	border-top: 40px solid transparent;
	margin-top: -40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.3-wide-text{
	color:#fff !important;
}

.two-wide-container {
	width: 48.8263%;
	min-height:280px;
	margin:0;
	display:inline-block;
}

.two-wide-interior {
	padding: 60px 20px;
	text-align:center;
}

.three-wide-container {
	width: 32.8263%;
	min-height:280px;
	margin:0;
	display:inline-block;
}

.three-wide-interior {
	padding: 60px 20px;
	text-align:center;
}

.home-4-text{
	color:#fff !important;
}

.home-widgets-2 h1{
	color: #fff;
}

.home-widgets-2 a{
	background-color:none !important;
	border-radius: 3px;
	border: 2px #1acb97 solid;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 20px 32px;
	width: auto;
}

.home-widgets-2 a:hover{
	background-color:#1acb97;
	border: 2px #1acb97 solid;
	color: #fff;
}

.home-widgets-2:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}

.home-icon {
	margin-bottom:20px;
}

.home-cta {
	background: #1acb97;
	color: #fff;
	position: relative;
	margin-top: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-cta-inner{
	max-width:860px;
	text-align:center;
	margin: 0 auto;
}

.home-cta p{
	color:#fff;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0 !important;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-cta-title{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:30px;
	font-weight:900;
	color:#fff;
	vertical-align:middle;
}

.httas-title{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:42px;
	font-weight:600;
	line-height:140%;
	color:#fff;
	vertical-align:middle;
}

.home-widgets-3 {
	text-align:left;
	font-size:18pt;
	background-image: url("http://storybrand.com/wp-content/uploads/2014/07/home-bg-3.jpg");
	color: #fff;
}
.home-widgets-3 a {
	color: #1acb97;
}
.home-widgets-3 a:hover {
	color: #1acb97;
	opacity:0.8;
}

.home-widgets-4 {
	background-color: #323232;
	color:#fff;
	position: relative;
	margin-top: -40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-4 p{
	background-color: #323232;
	color:#fff;
	position: relative;
	padding-top: 0px;
	padding-bottom: 20px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-4 h1{
	color: #fff;
}



.home-widgets-5 {
	background-color:#fff;
	color: #323232;
}

.trusted-by {
	background: #f1f1f1;
	color: #323232;
	position: relative;
	margin-top: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-1 .button,
.home-widgets-3 .button,
.home-widgets-6 .button,
.home-widgets-3 .more-link,
.home-widgets-6 .more-link {
	background-color: #323232;
	color: #fff;
}

.home-widgets-1 .button:hover,
.home-widgets-3 .button:hover,
.home-widgets-6 .button:hover,
.home-widgets-3 .more-link:hover,
.home-widgets-6 .more-link:hover {
	background-color: #2e2f33;
	color: #fff;
}


.home-widgets-6 {
	background: #1acb97;
	color: #fff;
}

.home-widgets-6 a,
.home-widgets-6 .widget-title {
	color: #1acb97;
	font-weight: 700;
}


.home-widgets .featured-content .entry {
	padding-bottom: 0;
	margin-bottom: 30px;
}

.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.1);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.05);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding: 5% 0;
}

.home-widgets .featuredpost .entry {
	float: left;
	border-radius: 3px;
	border: 3px #f3f3f3 solid;
	background-color:#f3f3f3;
	padding:40px;
	margin-left: 5.564102564102564%;
	width: 29.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}

.pricing-table .price-heading:hover {
	background-color: #000;
	color: #fff;
}

.pricing-table .price-title {
	font-weight: 300;
	letter-spacing: 2px;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}

.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}

.pricing-table ul {
	margin-bottom: 30px;
}

.pricing-table li {
	border-bottom: 1px dotted #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.home-widgets .more-link {
	display: block;
	margin: 20px auto 0;
	max-width: 200px;
	display: table;
	text-align: center;
	border-radius: 50px;
	font-size: 11px;
	padding: 10px 24px;
}

.video-wrapper{
	background: url("http://storybrand.com/wp-content/uploads/2014/01/slider-11.jpg");
	background-size:cover;
}

.workshop .video-pad{
	padding-top:120px;
}

div.forcefullwidth_wrapper_tp_banner {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 126px !important;
	margin-bottom: 0px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
}

#stay-in-the-loop input[type=submit]{
	background: transparent;
	color: #fff;
}

#stay-in-the-loop input[type=submit]:hover{
	background: #fff;
	color: #1acb97;
}

#page-id-759 .entry-content ol, .entry-content ul
{
padding-bottom: 28px !important;
padding-left: 0px !important;
margin-bottom:0px !important;
margin-left:0px !important;
}


/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
        display:block;
        clear:both;
        content:'';
}

.tab-links li {
        margin:0px 5px;
        float: center;
        list-style:none;
}

.tab-links a {
        padding:18px 62px;
        display:inline-block;
	border:2px solid #11b182;
        border-radius:3px 3px 3px 3px;
        font-size:18px;
        font-weight:400;
        color:#fff;
        transition:all linear 0.15s;
}

.tab-links a:hover {
        background:#11b182;
        text-decoration:none;
}

.tab-links-footer a {
        padding:18px 62px;
        display:inline-block;
	border:2px solid #11b182;
        border-radius:3px 3px 3px 3px;
        background:none;
        font-size:18px;
        font-weight:400;
        color:#fff;
        transition:all linear 0.15s;
}

.tab-links-footer a:hover {
        background:#11b182;
        text-decoration:none;
}

li.active a, li.active a:hover {
        background:#11b182;
        color:#fff;
}

/*----- Content of Tabs -----*/
.tab-content {
        padding:15px;
        border-radius:3px;
    }

.tab {
        display:none;
}

.tab.active {
        display:block;
}

.sc-title{
	font-family: 'brandon-grotesque', sans-serif;
	font-size:1.6rem;
	font-weight: 700;
}



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

.sunday-show-link a{
	color:#fff;
	text-align: center !important;
	margin:0 auto;
	padding:18px 32px;
	border:1px solid #11b182 ! important;
}

.sunday-show-link a:hover {
	background-color:#11b182;
	color:#fff;
}

#sunday-show-link-759.sh-link.sunday-show-link.sh-hide {
	padding-bottom:40px;
}

.monday-show-link a{
	color:#fff;
	margin:0 auto;
	padding:18px 32px;
	text-align:center;
	border:1px solid #11b182 ! important;
}

.monday-show-link a:hover {
	background-color:#11b182;
	color:#fff;
}

#monday-show-link-759.sh-link.monday-show-link.sh-hide {
	padding-bottom:40px;
}

.monday-show-link-759 {
	padding-bottom:40px;
}

.tuesday-show-link a{
	color:#fff;
	padding:18px 32px;
	margin:0 auto;
	text-align:center;
	border:1px solid #11b182 ! important;
}

.tuesday-show-link a:hover {
	background-color:#11b182;
	color:#fff;
}

#tuesday-show-link-759.sh-link.tuesday-show-link.sh-hide {
	padding-bottom:40px;
}

#sunday-show-content-759.sh-content.sunday-show-content.sh-show {
	text-align:left;
}

#monday-show-content-759.sh-content.monday-show-content.sh-show {
	text-align:left;
}

#tuesday-show-content-759.sh-content.tuesday-show-content.sh-show {
	text-align:left;
}


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

.entry {
	border-bottom: 0px solid #e5e5e5;
	margin-bottom: 0px;
}

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

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

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

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

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

.share-before{
	display: inline-block;
	float: right;
	margin-bottom: 30px;
}


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

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	padding-bottom: 20px;
}

footer {
	display:block;
	padding-bottom:20px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e4e4e4;
}

.entry-content .read-more {
	background-color:#000;
	padding:18px 32px;
}

.entry-categories,
.entry-tags {
	display: none;
	line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f130";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f321";
}


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

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding: 0 0 80px;
	text-align: center;
}

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

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #70e0b3;
}

.after-entry{
	display: none;
}

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

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

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

.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;
}

.entry-comments {
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;
}

.comment-header {
	font-size: 18px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

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

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

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

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

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

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

.bypostauthor {
}

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


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

.sidebar {
	border-left: 0px solid #e5e5e5;
	font-size: 16px;
	/*margin-bottom: -9999px; */
	padding: 0 40 0 9999px;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

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

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

.sidebar .widget {
	margin-bottom: 20px;
	padding: 0 0 0 40px;
}


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

.footer-widgets {
	background-color: #323232;
	color: #565656;
	clear: both;
	padding-top: 20px;
}

.footer-widgets input {
	border-color: none;
}

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

}
.footer-widgets li {
	border-bottom: 1px dotted #959595;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.footer-widgets-1 {
	color: #717171;
	width: 100%;
	float:center;
}

.footer-widgets-1 a{
	color: #717171;
	width: 100%;
	float:center;
}

.footer-widgets-1 a:hover{
	color: #fff;
	width: 100%;
	float:center;
}

.footer-widgets-4 {
	font-size:12px;
	color:#565656;
	width: 100%;
	float:center;
}

.footer-widgets-3 {
	width: 100%;
	float:center;
}


.footer-widgets-2 {
	width: 140px;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3
.footer-widgets-4 {
	text-align: center;
	margin: 0 auto;
}

.footer-widgets-logo {
	padding-top:100px;
}

.footer-links {
	display: inline-block;
	padding: 16px 22px;
	margin: 10px;
	font-family: 'brandon-grotesque', sans-serif;
	color: #ccc !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1rem;
	letter-spacing: 2px;
}

.footer-links:hover {
	display: inline-block;
	padding: 16px 22px;
	margin: 10px;
	font-family: 'brandon-grotesque', sans-serif;
	color: #fff !important;
	background-color:#3b3b3b;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1rem;
	letter-spacing: 2px;
}


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


.site-footer,
.site-footer a {
	display:none !important;
}

.site-footer a:hover {
	display:none !important;
}

.site-footer p {
	display:none !important;
}


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

/* Centric Charcoal
--------------------------------------------- */

.centric-charcoal a,
.centric-charcoal .entry-title a:hover {
	color: #656d78;
}

.centric-charcoal .footer-widgets a:hover,
.centric-charcoal .genesis-nav-menu a,
.centric-charcoal .site-footer a:hover,
.centric-charcoal .home-widgets-6 a,
.centric-charcoal .home-widgets-6 a:hover,
.centric-charcoal .more-link,
.centric-charcoal .site-title a,
.centric-charcoal .site-title a:hover {
	display:none !important;
}

.centric-charcoal .footer-widgets a,
.centric-charcoal .site-footer a {
	background-color:#323232;
	color: #959595;
}

.centric-charcoal {
	background-color: #656d78;
}

.centric-charcoal .archive-pagination .active a,
.centric-charcoal .archive-pagination li a:hover,
.centric-charcoal .button:hover,
.centric-charcoal .enews-widget input[type="submit"],
.centric-charcoal .footer-widgets .button,
.centric-charcoal .footer-widgets button,
.centric-charcoal .footer-widgets input[type="button"],
.centric-charcoal .footer-widgets input[type="reset"],
.centric-charcoal .footer-widgets input[type="submit"],
.centric-charcoal .more-link:hover,
.centric-charcoal button:hover,
.centric-charcoal input:hover[type="button"],
.centric-charcoal input:hover[type="reset"],
.centric-charcoal input:hover[type="submit"] {
	background-color: #70e0b3;
	border-color: #656d78;
	color: #fff;
}

/* Centric Green
--------------------------------------------- */

.centric-green {
	background-color: #37bc9b;
}

/* Centric Orange
--------------------------------------------- */

.centric-orange {
	background-color: #e9573f;
}

/* Centric Purple
--------------------------------------------- */

.centric-purple {
	background-color: #987197;
}

/* Centric Red
--------------------------------------------- */

.centric-red {
	background-color: #d83d41;
}

/* Centric Yellow
--------------------------------------------- */

.centric-yellow {
	background-color: #f6bb42;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {


}

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

	.wrap {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 70%;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.page-id-1203 .title-area{
	margin-left: 33%;
	margin-right:33%;
	width:360px;
	background-size:360px !important;
	}

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

	.shrink .button-header{
		padding: 12px 7px;
	}


}



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

	.wrap {
		max-width: 768px;
		text-transform: none;
	}

	.menu-contents{
		display: none;
	}


	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.page-id-1203 .title-area{
	margin-left: 26%;
	width:360px;
	background-size:360px !important;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.site-header .wrap {
		padding: 20px 10px;
		padding-bottom: 30px;
	}

	.header-image .title-area {
		background-position: center top;
	}

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

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

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

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

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

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

	.button	{
		width: 100%;
		max-width: 280px;
	}


	.menu-trigger{
		display: block;
		position: absolute;
		top: 45px !important;
		right: 20px;
		cursor: pointer;
		font-size: 18px;
		color:#fff;
	}

	.workshop .full-width-block-interior-video{
		padding: 140px 20px 110px 20px !important;
	}

	.full-width-block-interior-gif{
		padding: 60px 30px 0px 30px;
		width: 100%;
		margin: auto;
		position: relative;
		z-index: 2;
	}

}

/* Responsive Helpers */
.for-mobile-only{
	display: none;
}

.for-desktop-only-fixed{
	display: fixed;
}

/* Featured Image Template */

.featured-image{
	width: 100%;
	height: 450px;
	position: relative;
	top: 0px;
	margin-top: -110px;
	display: table;
	background-size:cover;
}

body.page-id-759 .featured-image {
	background-color: rgba(26, 203, 151, 0.8);
	height: 370px;
	position: relative;
	padding-top:40px;
}

.featured-text{
	padding-top:4.2em;
	line-height:2em;
	font-size: 29px;
	padding-right: 11%;
	padding-left: 11%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.page-id-2090 .featured-text{
	padding-top:7em;
	line-height:2em;
	font-size: 29px;
	padding-right: 11%;
	padding-left: 11%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}



body.page-id-16 .featured-text {
	padding-top:4.2em;
	line-height:1.4em;
	font-size: 29px;
	padding-right: 50%;
	padding-top:240px;
	padding-bottom:90px;
	text-align:left !important;
	padding-left: 11%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

body.page-id-1916 .featured-text {
	padding-top:245px;
}

.page-id-1916 .featured-text-interior{
	font-size: 1.4em;
  	padding-top: 10px;
}

.page-id-1854 .featured-image {
	height:350px;
}

.page-id-1894 .featured-image {
	height:350px;
}

.page-id-1894 .site-inner {
	background-color:#f1f1f1;
}

body.page-id-1894{
	background-color:#f1f1f1 !important;
}

.featured-text p{
	font-size:1.8rem;
	font-weight:400;
	margin: 0 0 12px;
	color: #fff;
}

.featured-text-interior {
	font-family: 'brandon-grotesque', sans-serif;
    	display: inline;
	width:80%;
    	font-size: 2.2em;
	letter-spacing: 3px;
    	font-weight: 100;
}

.shrink {
	background-color: rgba(255, 255, 255, 0.95) !important;
}

.page-id-759 .shrink .site-header{
	background-color: rgba(255, 255, 255, 0.1) !important;
}



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

	.site-header .widget-area{
		padding-top: 18px;
	}

	.alumni-faq-nav {
		margin: 0 auto;
    		float: center !important;
    		display: block;
    		text-align: center;
	}

	.alumni-faq-nav-coach {
		margin: 0 auto;
    		float: center !important;
    		display: block;
    		text-align: center;
	}

	.workshop .one-half-block-interior-image {
		width:100% !important;
	}

	body.page-id-1916 .featured-text {
		padding-top:225px !important;
	}

	.nav-link {
		margin-right:0px;
		display: inline-block;
  		width: 100%;
	}

	.full-width-block-interior-dash {
		padding: 60px 20px 60px 20px;
		width: 100%;
		margin: auto;
		position: relative;
		z-index: 2;
	}

	.big-top-pad {
		padding-top:20px;
	}

	.alignright-book {
		float: center;
		text-align: center;
	}

	.pdf-title-workshop{
		font-size:1.8rem;
	}

	.button-green{
		width:100%;
	}

	.button-full {
  	display: inline-block;
 	text-align: center;
 	line-height: 2;
	}

	.workshop-headline{
		font-size:26px;
		font-size:2.6rem;
	}

	.home-featured {
		height: auto !important;
		padding-top: 280px;
		padding-bottom: 100px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.author-name{
		font-style:italic;
		font-size:1.6rem;
	}

	body.page-id-16 .featured-image {
		background-image: url("https://storybrand.com/wp-content/uploads/2015/03/blog-mobile-bg.jpg");
		width: 100% !important;
		background-size:cover;
	}

	.home-headline {
		font-family: 'brandon-grotesque', sans-serif;
		font-weight: 700;
		line-height: 160% !important;
		padding-top:60px;
		padding-bottom:60px;
		font-size:20px;
		font-size:2rem;
		line-height: 1.4;
		margin: 0 0 15px;
	}

	.button-header {
		background-color: #1acb97;
		z-index: 1;
		margin-top:0px;
		font-family: 'brandon-grotesque', sans-serif;
		margin-bottom:20px;
		margin-top:12px;
		border-radius: 3px;
		color: #fff;
		opacity:.9;
		cursor: pointer;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 1;
		padding: 20px 18px;
		width: 96%;
		max-width:250px;
		display: inline-block;
	}

	.button-header:hover {
		display: inline-block;
		background-color: #1acb97;
		z-index: 1;
		margin-top:0px;
		font-family: 'brandon-grotesque', sans-serif;
		margin-bottom:26px;
		border-radius: 3px;
		color: #fff;
		opacity:1;
		cursor: pointer;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 1;
		padding: 20px 18px;
		width: 96%;
		max-width:250px;
	}

	.title-area {
		float: left;
		padding-bottom: 0px;
		margin-left: 5px;
		width: 152px;
		height: 120px;
		background: url(https://storybrand.com/wp-content/uploads/2015/03/sb-white-logo.png) no-repeat left;
		background-size:203px;
		margin-top: 0px;
	}

	.title-area{
		margin-top: 0px !important;
	}

	.shrink .button-header{
		padding: 20px 26px;
		margin-top: 0px;
		max-width: 100%;
		max-width: 320px;
	}

	.shrink .button-header:hover{
		padding: 20px 26px;
		margin-top: 0px;
		max-width: 100%;
		max-width: 320px;
	}


	.shrink .title-area{
		background-size: 85px 50px;
		height: 50px;

	}


	.button-white-cta{
	margin-left:0 !important;
	margin-top:20px;
	}

	.page-id-1203 .title-area{
	margin-left: 16%;
	width:360px;
	height:80px;
	background-size:360px !important;
	}

	.page-id-1203 .menu-trigger{
	display:none;
	}

	.infusion-submit input[type=submit]{
		font-size: 11px;
	}

	.entry-title, .entry-header h2, .alt-entry-header{
		font-size: 2rem !important;
	}

	.two-thirds-center {
	width: 85.81196581196582%;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	}

	.one-third-center {
	width: 85.81196581196582%;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	}

	.workshop ul li{
	display: inline-block;
	width:100%;
	margin: 30px 0px 0px 0px !important;
	}

	/* Modal */

	#ultimate-modal-content {
	background-color:none !important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
	width:300px !important;
	margin: 0 auto !important;
	left:0 !important;
	top:20% !important;
	}


	/* Home */

	.home-widgets .widget:last-child{
		padding: 20px 10px;
	}

	.home-widgets .widget:last-child h1{
		margin-bottom: 0px !important;
	}

	.home-widgets-3 .infusion-submit{
		margin-top: -132px !important;
	}

	.home-widgets-4{
		padding-left: 10px;
		padding-right: 10px;
	}

	.home-widgets-4 .widget:last-child h1{
		margin-bottom: 20px !important;
	}

	.home-widgets-5 .widget:last-child h1{
		margin-top: 40px;
	}

	.menu-trigger{
		display: block;
		position: absolute;
		top: 46px;
		right: 20px;
		cursor: pointer;
	}

	.shrink .menu-trigger{
		top: 26px !important;
		right: 18px;
		color:#1acb97;
	}

	.featured-text-interior {
	    	font-size: 1em;
	}

	body.page-id-16 .featured-text {
		padding-top: 225px;
		padding-right:12% !important;
	}

	.blog-head-text{
		font-size: 1.5rem !important;
	}

	.site-header{
		min-height: inherit;
		background-color: rgba(5, 5, 5, 0.4);
	}

	.site-header .wrap {
		padding: 16px 10px;
		padding-bottom: 0px;
	}

	.spacer{
		display: block;
	}

	.page-id-2331 .header-image .title-area{
		background-position: center top !important;
	}

	.menu-contents{
		display: none;
	}

	.site-header .menu-contents {
		padding: 20px;
		border-radius:2px;
		box-shadow: 0px 2px rgba(0,0,0,0.0);
		background: rgba(25, 25, 25, .9)
	}

	.one-third,.two-thirds{
		padding-left: 30px;
		padding-right: 30px;
	}

	#text-2 .one-third{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.spacer{
		width: 0px;
	}


	.site-header .widget-area {
		text-align: center;
	}

	.for-mobile-only{
		display: block;
	}

	.for-desktop-only{
		display: none;
	}

	.for-mobile-only-fixed{
		display: fixed;
	}

	.for-desktop-only-fixed{
		display: none;
	}

	.center-mobile {
		width:100%;
		margin:0 auto;
		text-align:center;
	}

	.mobile-minus-margin{
		margin-top:-160px !important;
	}

	.mobile-3-slide{
		margin-top:-50px !important;
	}

	.featured-text{
		/* padding-top: 250px; */
		padding: 0px;
		padding-top: 85px !important;
		line-height: 180%;
	}

	.footer-widgets-1 a{
		display: block;
	}

	body {
		font-size: 20px;
		line-height:160%;
	}

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

	.button-green {
	margin-bottom:60px;
	}


	/* Slider */

	.rev_slider{
		height: 300px !important;
	}


	.tp-caption{
		top: 32% !important;
		bottom: 70px;
		white-space:  inherit !important;
		width:  60%;

		font-size: 1.2em !important;
		line-height: 120% !important;
		padding: 0px !important;
	}

	.title-area{
		background-size: 152px 90px;
		height: 90px;

	}

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

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-seventh,
	.one-eighth,
	.one-eighth-button,
	.one-third,
	.one-third-slider,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.workshop .one-half-block-interior-image,
	.two-sixths,
	.one-fifth,
	.two-thirds,
	.two-wide-container,
	.three-wide-container {
		margin: 0;
		width: 100%;
	}

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

	.button-twitter {
	color: #fff;
	background: url(http://storybrand.com/wp-content/uploads/2014/04/mobile-twitter.png);
	background-size:280px 58px !important;
	background-repeat:no-repeat;
	width:280px !important;
	height:58px !important;
	cursor: pointer;
	font-size: 12px;
	margin-bottom:-27px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding-bottom: 100px;
	max-width: 280px;
	display: inline-block;
	white-space:nowrap;
	text-align: center;
	}
	.button-twitter {
		margin-bottom: -27px !important;
		background: url("http://storybrand.com/wp-content/uploads/2014/04/twitter-mobile.png") no-repeat !important;
		background-size: 280px 48px !important;
	}

	.mobile-padding {
		padding-bottom:20px;
	}

	.mobile-pad-ten {
		padding:10px;
	}

	.mobile-pad-none {
		padding:0px;
	}

	.testimonial_rotator .has-image .img {
		width: 100% !important;
		display:block;
		margin-right: 5%;
		text-align: center !important;
		padding: 0;
		padding-top: .5em;
	}

	.testimonial_rotator .has-image .text,
	.testimonial_rotator_single.has-image .text {
		width: 95% !important;
		font-size: 1.4rem !important;
	}

	.home-sub-text {
		font-size: 1.6rem;
		font-family: 'brandon-grotesque', sans-serif;
		font-style: normal;
		font-weight: 300;
	}

	.test-work{
		padding-top:20px;
		line-height: 5rem;
		padding-bottom:40px;
	}

	.button-anchor {
		margin-bottom:60px;
	}

	.workshop-anchor {
		margin-bottom:60px;
		width:100%;
		margin:0 auto;
		padding: 16px 30px;
		white-space:nowrap;
		text-align: center;
	}

	.workshop-anchor:hover{
		background-color:#1acb97;
		color: #fff;
		border-radius: 2px;
		border:none;
	}

	.play-btn {
		opacity:1;
	}

	div#tpbr_box {
		font-size:12px !important;
		padding:3px 0px 5px !important;
	}

	tpbr_calltoaction {
		margin: 0px 10px 1px !important;
	}

	.site-container {
		padding-top: 10px;
	}

	.page-id-759 .site-container {
		padding-top: 0px;
		margin-top: -4px;
	}
	.page-id-759 .button-video {
		width:100%;
		margin: 0 auto;
	}
	.infusion-field-tips input {
		width:100%;
	}

	.infusion-field-tips-left input {
		width:100%;
	}

	.badge-icon {
		width:100%;
		padding-bottom: 40px;
	}

	.page-id-5609 .online-headline-top{
		padding-top:60px !important;
	}

	.page-id-5609 .online-headline{
		margin-top:0px !important;
	}

	.cw-home-sub-text {
	    padding: 0px 20px 40px 20px !important;
	}
	
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
		width: 100% !important;
		float:left;
	}
	
	div.ginput_container_name span {
		padding-right: 0px !important;
	}

}

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

	.two-thirds-center {
	width: 85.81196581196582%;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	}

	.three-fourths-center {
	width: 85.81196581196582%;
	float: center;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	}

	.button-green-stroke {
	margin-right:0px;
	margin-bottom:40px;
	width:100%;
	}

	.home-top-pad {
	padding-top: 20px;
	}

	.bubble {
    	margin: 0px;
	width:100%;
	margin-bottom: 40px;
	line-height:1.6;
    	padding: 20px 30px 30px 30px;
    	position: relative;
	}

	.mobile-padding {
	padding-bottom:20px;
	}
}

/* Church / Non-Profit Workshop Page */

.page-id-4607 #tpbr_topbar {
	display:none;
}

.page-id-4607 .site-header{
	margin-top: -46px;
	background: none !important;
}

.page-id-4607 .featured-image {
    	margin-top: -156px;
}

.page-id-4607 .site-inner{
	margin-top: -50px;
}

/* New Workshop Page */

.workshop ul{
	text-align: center;
}

.workshop-year {
	font-size:1rem;
	font-weight:600;
}

.workshop-date {
	font-size:3rem;
	font-family: 'brandon-grotesque', sans-serif;
	padding-bottom:20px;
	font-weight:400;
}

.workshop ul li{
	display: inline-block;
	margin: 30px 30px 0px 30px;
}
.workshop .light{
	color: #fff;
}

.workshop .site-inner .wrap{
	max-width: 100%;
	padding: 0px !important;
}

.workshop .content{
	padding-right: 0px;
}

.workshop .full-width-block{
	width: 100%;
	background-size:cover;
	position: relative;
}

.video{
	display: none;
}

#video.overlay, .video.overlay{
	background-color: #000 !important;
	display: table;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999999;
}

.video.overlay > div {
	display: table-cell;
	vertical-align: middle;
}

.overlay-x{
	cursor: pointer;
	display: none;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #797979;
	background-color: #fff;
	position: absolute;
	letter-spacing: 2px;
	border-radius: 3px;
	padding: 16px 20px 16px 20px;
	margin-top: 30px;
	left: 30px;
	top: 0px;
	z-index: 2;
}

.overlay-vid-button{
	cursor: pointer;
	display: none;
	position: absolute;
	margin-top: 30px;
	right: 30px;
	top: 0px;
	z-index: 2;
}

.video-x-circle{
	border: 2px solid #797979;
	font-family: 'brandon-grotesque', sans-serif;
	border-radius: 40px;
	color: #797979;
	background-color: #fff;
	width: 40px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 37px;
	padding-left: 2px;
	margin-right: 10px;
	text-align: center;
	height: 40px;
	display: inline-block;
}

.move-this-button {
	right: 70px !important;
	top:-40px !important;
	float: right !important;
	position: absolute;
}

#video.overlay .overlay-x, .video.overlay .overlay-x{
	display: block;
}

#video.overlay .overlay-vid-button, .video.overlay .overlay-vid-button{
	display: block;
}

.workshop .full-width-block.overlay > div {
	display: table-cell;
	vertical-align: middle;
}

.page-id-5326 .full-width-block.overlay > div {
	vertical-align: top !important;
	padding-top: 10px !important;
}

.workshop .full-width-block.overlay .videoWrapperHide{
	display: block;
}

.workshop .full-width-block-interior{
	padding: 60px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.workshop .full-width-block-interior-top{
	padding: 140px 0px 20px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}


.workshop .full-width-block-interior-video{
	padding: 140px 0px 90px 0px;
	width: 100%;
	max-width: 1110px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.workshop .one-half-block-interior-image {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.workshop .one-half-block-interior {
	padding: 0px 0px;
	margin-bottom:0px !important;
	width: 50%;
	line-height: 0 !important;
	max-width: 1110px;
	padding:40px 40px 0px 40px;
	margin: auto;
	text-align:left;
	float:left;
	position: relative;
	z-index: 2;
}

.workshop .video-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: inline-block;
	overflow: hidden;
	opacity: .4;
}

.workshop .overlay{
	background-color:#33353b;
	opacity: 1;
}

.workshop .bumper{
	display:none;
}

.workshop .video-box video{
	width: 100%;
}

.about-workshop-text {
	color: #5a5a5a;
	font-size:1.4rem;
	font-weight: 400;
    letter-spacing: .5px;
	font-family: "freight-text-pro",sans-serif;
}

.about-workshop-text a {
	font-size:1.4rem;
	font-weight: 400;
    letter-spacing: .5px;
	font-family: "freight-text-pro",sans-serif;
}

.price-container{
	color: #fff;
	background-color: #2B3038;
	margin-bottom:60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	font-weight: 400 !important;
	padding: 20px 0 26px;
	padding: 2rem 0 2.6rem;
}

.cost-headline{
	color: #fff;
	font-family: 'brandon-grotesque', sans-serif;
	margin-bottom:60px;
	text-align: center;
	font-weight: 400 !important;
	padding: 20px 0 26px;
	padding: 2rem 0 2.6rem;
}

.workshop-cost{
	font-family: 'brandon-grotesque', sans-serif;
	color: #1acb97;
	line-height:1.6;
	padding-bottom:40px;
	font-size: 26px;
	font-size: 3rem;
}



.workshop-each{
	color: #1acb97;
	font-family: 'brandon-grotesque', sans-serif;
	line-height:.6;
	padding-bottom:0px;
	font-size: 20px !important;
	font-size: .8rem;
}

.workshop-value{
	color: #fff;
	font-family: 'brandon-grotesque', sans-serif;
	font-style:italic;
	line-height:1.2;
	padding-bottom:0px;
	font-size: 12px;
	font-size: 1.2rem;
}
.topWrapper {
	position: relative;
	padding-bottom: 28.25%; /* 16:9 */
	height: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
}
.videoWrapperHide{
	display: none;
}
.videoWrapperTrigger{
	padding: 50px;
	text-align: center;
}
.videoWrapperTriggerHide{
	display: none;
}

.videoWrapperCta{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
	text-align: center;
	padding: 50px;
}

@media only screen and (max-width: 1110px) {
	.workshop .full-width-block-interior {
		padding: 25px;
	}
}

@media only screen and (max-width: 980px) {
	.workshop .video-box video{
		display: none;

	}
	.workshop .video-box{
		background: url('http://storybrand.com/wp-content/uploads/2014/06/sb-ws-bg.jpg');
		width: 100% !important;
		background-size:cover;
	}
	.page-id-5326 .overlay-x {
		cursor: pointer;
    		display: inline-block !important;
    		font-family: 'brandon-grotesque', sans-serif;
    		font-size: 12px;
    		font-weight: 600;
    		color: #fff !important;
    		text-decoration: underline !important;
    		background: rgba(236,235,223,.0) !important;
    		position: relative !important;
    		letter-spacing: 2px;
    		border-radius: 3px;
    		padding: 0px;
    		margin-bottom: 25px;
    		margin: 0 auto;
    		text-align: center;
    		width: 90%;
    		left:0px !important;
    		margin: 0px 0px 10px 20px;
    		top: 0px;
    		z-index: 2;
	}

	.page-id-6205 .overlay-x{
		cursor: pointer;
		display: none;
		font-family: 'brandon-grotesque', sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #797979;
		background-color: #fff;
		position: relative;
		letter-spacing: 2px;
		border-radius: 3px;
		padding: 10px 20px;
		margin-top: 20px;
		margin-bottom: 0px;
		margin: 0 auto;
		top: 5px;
		left:0px !important;
		width: 90%;
		text-align: center;
		z-index: 2;
	}

	.page-id-7270 .overlay-x{
		cursor: pointer;
		display: none;
		font-family: 'brandon-grotesque', sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #797979;
		background-color: #fff;
		position: relative;
		letter-spacing: 2px;
		border-radius: 3px;
		padding: 10px 20px;
		margin-top: 20px;
		margin-bottom: 0px;
		margin: 0 auto;
		top: 5px;
		left:0px !important;
		width: 90%;
		text-align: center;
		z-index: 2;
	}

	.page-id-6205 .webinar-form-container {
		padding:10px 20px;;
	}

	.author-box{
    		opacity:1;
	}

.page-template-page_marketingmakeover #tpbr_topbar{
	display: none !important;
}

.page-template-page_marketingmakeover .site-container{
	margin-top: -44px;
	padding-top: 0;
}

.page-template-page_marketingmakeover .site-inner{
	margin-top: 0;
}

.page-template-page_marketingmakeover .content{
	padding-right: 0;
}
.page-template-page_marketingmakeover .wrap{
	max-width: 100%;
	padding: 0px;
}

.marketing-makeover, .marketing-makeover a{
	font-family: 'brandon-grotesque', sans-serif;
	text-align: center;
}

.marketing-makeover .gray-polygons{
	background: #e5e4d8;
	background-image: url('images/marketing-makeover/polygons-bottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 120px;
}

.marketing-makeover .gray-polygon{
	background: #f0efe4;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 10px 0;
}

.marketing-makeover .headline{
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 20px 40px 20px;
	text-align: left;
	width: 860px;
}

.marketing-makeover .headline .headline__icon{
		background: url('images/marketing-makeover/m-triangle.png') no-repeat !important;
		background-size: auto 100%;
		height: 190px;
		position: absolute;
		top: 0;
		right: 0;
		width: 190px;
}

.marketing-makeover .headline .headline__icon img{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 90px;
}
.marketing-makeover .headline .headline__title{
	color: #262a37;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.marketing-makeover .headline .headline__copy{
	color: #757882;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
  letter-spacing: 2px;
}

.marketing-makeover .headline .headline__copy strong{
	font-weight: 900;
}

.marketing-makeover .headline .headline__mobile img{
	display: block;
	margin: 40px auto -100px;
	max-width: 600px;
	width: 100%;
}

.marketing-makeover .laptop{
	display: none;
}

.marketing-makeover .button-callout{
	margin: 30px 20px;
}

.marketing-makeover .button-mobile{
	background: #fff;
	bottom: 0px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9998;
}

.marketing-makeover .button-mobile .button{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	max-width: 100% !important;
	width: 100% !important;
}

.marketing-makeover .button{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e47634 url('images/play-btn.svg') no-repeat !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-position: 48px 50% !important;
	background-size: 28px 28px !important;
	border: 0px;
	color: #fff;
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: 4px;
	max-width: 400px !important;
	padding: 20px 20px 20px 50px;
}

.marketing-makeover .button:hover{
	background-color: #E86518 !important;
}

.marketing-makeover .feature-copy{
	color: #212121;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 42px auto;
	max-width: 100%;
	padding: 0 20px;
	width: 770px;
}

.marketing-makeover .feature-copy strong{
	font-weight: 700;
}

.marketing-makeover .logos li{
	float: left;
	list-style-type: none;
	text-align: center;
	width: 50%;
}

.marketing-makeover .logos li img {
	height: 150px;
}

.marketing-makeover .video-callouts{
	margin: 0 20px;
	text-align: center;
}

.marketing-makeover .video-callouts .video-callouts__video{
	margin-bottom: 40px;
}

.marketing-makeover .video-callouts .video-callouts__video:nth-child(3){
	margin-bottom: 0px;
}

.marketing-makeover .video-callouts .video-callouts__video .video-content{
	position: relative;
}

.marketing-makeover .video-callouts .video-callouts__video .video-content .video-content__posterframe{
	display: inline-block;
	position: relative;
}

.marketing-makeover .video-callouts .video-callouts__video .video-content .video-content__posterframe p {
	line-height: 0;
	margin: 0;
}

.marketing-makeover .video-callouts .video-callouts__video .video-content .video-content__posterframe img{
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.marketing-makeover .video-callouts .video-callouts__video .video-content .video-content__posterframe:after{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	background: url('images/play-btn.svg') no-repeat 50% 50% !important;
	background-size: 60px 60px !important;
	content: "";
	height: 100%;
	left: 0px;
	opacity: .5;
	position: absolute;
	top: 0px;
	width: 100%;
}

.marketing-makeover .video-callouts .video-callouts__video .video-content:hover .video-content__posterframe:after{
	opacity: 1;
}

.marketing-makeover .video-callouts .video-callouts__video .video-circle{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #1acb97;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	height: 60px;
	line-height: 200%;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 60px;
	text-transform: uppercase;
}

.marketing-makeover .video-callouts .video-callouts__video .video-circle .num{
	font-size: 24px;
}

.marketing-makeover .video-callouts .video-callouts__video .video-circle > div {
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	letter-spacing: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
}

.marketing-makeover .video-callouts .video-content__copy{
	color: #3b3e48;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 0 20px 10px;
}

.marketing-makeover .feature-content{
	text-align: center;
}

.marketing-makeover .feature-content--half{
	margin: 20px 0 40px;
	overflow: auto;
}

.marketing-makeover .feature-content--half .mobile-website{
	max-width: 100%;
	width: 900px;
}

.marketing-makeover .feature-content .feature-content__callouts .callout{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #d5d4ca;
	color: #3b3e48;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 20px;
	padding: 45px 25px;
}

.marketing-makeover .feature-content .feature-content__subtext{
	color: #212121;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 60px auto;
	max-width: 100%;
	padding: 0 20px;
	width: 650px;
}

.marketing-makeover .feature-content .feature-content__subtext strong{
	font-weight: 900;
}

.marketing-makeover .bio{
	margin: 40px auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1140px;
}

.marketing-makeover .bio .bio__avatar{
	margin-bottom: 40px;
}

.marketing-makeover .bio .bio__avatar img{
	width: 275px;
}

.marketing-makeover .bio .bio__copy{
	color: #6d6d6d;
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 36px;
	font-weight: 400;
	text-align: left;
}

.marketing-makeover .overlay{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	background: rgba(236,235,223,.88);
	height: 100%;
	left: 0;
	max-width: 100%;
	opacity: 0;
	overflow: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.marketing-makeover .overlay.active{
	opacity: 100;
	z-index: 9999;
}

.marketing-makeover .overlay .overlay-interior {
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	width: 565px;
}

.marketing-makeover .overlay .overlay-interior .close{
	background: url('images/marketing-makeover/x-icon.svg') no-repeat;
	cursor: pointer;
	height: 100px;
	width: 100px;
	position: absolute;
	right: -30px;
	top: -30px;
}

.marketing-makeover .overlay .overlay-interior .overlay__title{
	background: #1acb97;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 20px;
	padding: 40px 0;
	text-transform: uppercase;
}

.marketing-makeover .overlay .overlay-interior .overlay__content, .marketing-makeover .overlay .overlay-interior .overlay__form{
	padding: 0 25px;
}

.marketing-makeover .overlay .overlay-interior .overlay__form{
	margin: 20px 0 40px;
}

.marketing-makeover .overlay .overlay-interior .overlay__form p, .marketing-makeover .overlay .overlay-interior .overlay__form br{
	display: inline;
}

.marketing-makeover .overlay .overlay-interior .overlay__form .infusion-field{
	text-align: left;
}

.marketing-makeover .overlay .overlay-interior .overlay__form .infusion-field input{
	padding-left: 60px;
}

.marketing-makeover .overlay .overlay-interior .overlay__form .infusion-field input[name="inf_field_FirstName"]{
	background: url('images/marketing-makeover/first-name.svg') no-repeat;
}

.marketing-makeover .overlay .overlay-interior .overlay__form .infusion-field input[name="inf_field_Email"]{
	background: url('images/marketing-makeover/email-icon.svg') no-repeat;
	background-position: 0 -2px;
}

.marketing-makeover .overlay .overlay-interior .overlay__form input[type="email"]{
	margin-top: 30px;
}

.marketing-makeover .overlay .overlay-interior .overlay__form input[type="submit"]{
	margin-top: 22px !important;
	max-width: 100% !important;
	padding: 20px 20px 20px 50px;
	width: 100%;
}

.marketing-makeover .overlay .overlay-interior .overlay__form td{
  padding: 0;
}

.marketing-makeover .overlay .overlay-interior .overlay__content{
	color: #5a5b56;
	font-style: italic;
}
}
@media only screen and (min-width: 769px) {
	.marketing-makeover .button{
		font-size: 19px !important;
		padding: 30px 40px 30px 100px;
	}

	.marketing-makeover .headline .headline__mobile{
		display: none;
	}

	.marketing-makeover .button-callout{
		margin: 60px 0;
	}

	.marketing-makeover .button-mobile{
		display: none;
	}

	.marketing-makeover .gray-polygons{
		margin-bottom: 0;
		overflow: hidden;
	}

	.marketing-makeover .laptop {
		display: block;
		margin: 0 auto;
		max-width: 980px;
		position: relative;
		text-align: center;
	}

	.marketing-makeover .laptop .button{
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		left: 50%;
		position: absolute;
		top: 50%;
	}

	.marketing-makeover .laptop .laptop__video .expiration{
		background: #1acb97;
		color: #fff;
		-webkit-border-radius: 50%;
		-ms-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		font-size: 12px;
		font-weight: 400;
		height: 130px;
		position: absolute;
		right: -40px;
		top: -40px;
		width: 130px;
		z-index:9998;
	}

	.marketing-makeover .laptop .laptop__video .expiration .expiration-interior{
		-webkit-transform: translateY(-50%);
		-ms-transform: translatY(-50%);
		line-height: 200%;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}

	.marketing-makeover .laptop .laptop__video .expiration__date{
		color: #fff;
		font-size: 30px;
		font-weight: 900;
	}

	.marketing-makeover .laptop .laptop__video{
		display: block;
		left: 12.1%;
		position: absolute;
		top: 6.2%;
		width: 76.2%;
	}

	.marketing-makeover .laptop .laptop__video-container{
		height: 0;
		padding-bottom: 56.25%; /* 16:9 */
		position: relative;
	}

	.marketing-makeover .laptop .laptop__video-container iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.marketing-makeover .gray-polygon{
		padding: 90px 0 45px;
	}

	.marketing-makeover .gray-polygon .feature-copy{
		margin: 85px auto 65px;
	}

	.marketing-makeover .gray-polygon.gray-polygon--left{
		background-image: url('images/marketing-makeover/polygon-top-left.gif');
	}

	.marketing-makeover .gray-polygon.gray-polygon--right{
		background-image: url('images/marketing-makeover/polygon-top-right.gif');
	}

	.marketing-makeover .gray-polygon.gray-polygon--right .feature-content__callouts{
		position: relative;
	}

	.marketing-makeover .gray-polygon.gray-polygon--right .feature-content__callouts:before{
	background-image: url('images/marketing-makeover/Arrow.svg');
	background-repeat: no-repeat;
	background-size: 400px 600px;
	content: '';
	left: -80px;
	height: 420px;
	position: absolute;
	top: -580px;
	width: 600px;
	}

	.marketing-makeover .gray-polygon.gray-polygon--tight .feature-copy{
		margin-bottom: 40px;
	}

	.marketing-makeover .gray-polygon.gray-polygon--tight .button-callout{
		margin-top: 10px;
	}

	.marketing-makeover .headline{
		padding: 40px 20px;
		text-align: center;
	}

	.marketing-makeover .headline .headline__icon{
			background: none !important;
			height: auto;
			margin-bottom: 16px;
			position: relative;
			right: 0;
			top: 0;
			width: auto;
	}
	.marketing-makeover .headline .headline__icon img{
		position: relative;
		width: 150px;
	}

	.marketing-makeover .headline .headline__title{
		font-size: 42px;
	}
	.marketing-makeover .headline .headline__copy{
		font-size: 23px;
	}

	.marketing-makeover .feature-copy{
		font-size: 34px;
		line-height: 48px;
		padding: 0;;
	}

	.marketing-makeover .logos{
		margin: 0 auto !important;
		max-width: 100%;
		overflow: auto;
		width: 1300px;
	}

	.marketing-makeover .logos li{
		width: 25%;
	}

	.marketing-makeover .logos li img {
		height: auto;
		width: 100%;
	}

	.marketing-makeover .video-callouts {
		margin: 0;
	}

	.marketing-makeover .video-callouts .video-callouts__video .video-circle{
		top: -30px;
		right: -30px;
	}

	.marketing-makeover .video-callouts .video-content__copy{
		padding: 0px;
	}

	.marketing-makeover .feature-content .feature-content__subtext{
		padding: 0;
	}
	.marketing-makeover .feature-content .feature-content__callouts .callout:nth-child(2),
	.marketing-makeover .feature-content .feature-content__callouts .callout:nth-child(3){
		margin-left: 2.5%;
	}

	.marketing-makeover .bio{
		margin: 85px auto;
		overflow: auto;
	}

	.marketing-makeover .bio > div {
		float: left;
	}
	.marketing-makeover .bio .bio__avatar{
		margin-bottom: 0;
		width: 25%;
	}
	.marketing-makeover .bio .bio__copy{
		margin-left: 7%;
		width: 68%;
	}
	.marketing-makeover .overlay .overlay-interior {
		background-image: url('images/marketing-makeover/overlay-bg.jpg');
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.marketing-makeover .overlay .overlay-interior .overlay__title{
		background: transparent;
		margin-bottom: 0;
		padding: 40px 0 80px;
	}
	.marketing-makeover .overlay .overlay-interior .overlay__content, .marketing-makeover .overlay .overlay-interior .overlay__form{
		padding: 0 70px;
	}
}


@media only screen and (min-width: 1025px) {
	.marketing-makeover .logos li{
		width: 12.5%;
	}

	.marketing-makeover .feature-content--half{
		margin: 85px 0;
	}


	.marketing-makeover .feature-content .feature-content__callouts, .marketing-makeover .video-callouts{
		margin: 85px auto 65px;
		max-width: 100%;
		padding: 0 20px;
		text-align: center;
		width: 1250px;
	}

	.marketing-makeover .video-callouts .video-callouts__video{
		float: left;
		margin-bottom: 0;
		width: 30%;
	}

	.marketing-makeover .video-callouts .video-callouts__video:nth-child(2),
	.marketing-makeover .video-callouts .video-callouts__video:nth-child(3){
		margin-left: 4.5%;
	}

	.marketing-makeover .feature-content .feature-content__callouts .callout{
		float: left;
		margin: 0;
		width: 30%;
	}
}

@media only screen and (min-width: 1400px) {
	.marketing-makeover .feature-content--half .mobile-website{
		display: none;
	}
	.marketing-makeover .feature-content--half{
		background-image: url('images/marketing-makeover/confusing-website.jpg');
		background-position: 150%;
		background-repeat: no-repeat;
		background-size: auto 100%;
		padding-top: 0px;
	}
	.marketing-makeover .feature-content--half > div{
		margin: 0 auto;
		max-width: 100%;
		padding: 0 20px;
		width: 1250px;
	}

	.marketing-makeover .feature-content--half > div >  div{
		float: left;
		text-align: left;
		width: 47%;
	}

	.marketing-makeover .gray-polygon.gray-polygon--right .feature-content__callouts:before{
		left: -100px;
		top: -530px;
	}
}

.full-width .wrap{
	max-width: 100%;
}

.full-width .content{
	padding-right: 0;
}

.image-copy-split{
	background-color:#f1f1f1;
	margin-bottom: 28px;
}

.image-copy-split--dark{
	background-color: #3b3b3b;
}

.image-copy-split__image{
	line-height: 0;
	max-width: 1110px;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 2;
	}

.image-copy-split__copy{
	padding: 60px 0px;
	max-width: 1110px;
	margin: auto;
	text-align: left;
	padding: 30px 25px 30px 25px !important;
	position: relative;
	z-index: 2;
	border-radius: 3px;
}

.image-copy-split__copy .image-copy-split-title{
	font-size: 2.6rem;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 600;
	line-height: 150%;
	color: #444;
}

.image-copy-split--dark .image-copy-split-title{
	color: #fff;
}

.image-copy-split-body{
	color: #A0A0A0;
	font-size: 1.4rem;
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 400;
	line-height: 160%;
}

.image-copy-split__image,
.image-copy-split__copy{
		float: left;
		width: 50% !important;
}

.dashboard-course-list {
    display: flex;
    flex-wrap: wrap;
}

.dashboard-course-list div {
    margin: 0 1%;
}

@media only screen and (min-width: 769px) {
    .dashboard-course-list div {
        width: 48%;
    }
}

@media only screen and (min-width: 480px) {
	.image-copy-split__image, .image-copy-split__copy{
		float: left;
		width: 100% !important;
	}

	.image-copy-split__copy .image-copy-split-title{
		font-size: 2.6rem;
		font-family: 'brandon-grotesque', sans-serif;
		font-weight: 600;
		line-height: 150%;
		color: #444;
	}
}

@media only screen and (min-width: 980px) {
	.image-copy-split__image, .image-copy-split__copy{
		float: left;
		width: 50% !important;
	}

	.image-copy-split__copy .image-copy-split-title{
		font-size: 2.6rem;
		font-family: 'brandon-grotesque', sans-serif;
		font-weight: 600;
		line-height: 150%;
		color: #444;
	}
}

