/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
*/
/*
	Theme Name: Parallax Pro Theme
	Theme URI: http://my.studiopress.com/themes/parallax/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.2

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

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


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Parallax Pro Blue
		- Parallax Pro Green
		- Parallax Pro Orange
		- Parallax Pro Pink
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


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

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

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

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

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

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

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

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


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

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

body {
	background-color: #f3f3f3;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing:antialiased !important;
}

body.parallax-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button, a:hover, a:active, a:focus, button, input[type="button"], input[type="submit"] {outline: 0; transition-property: all; transition-duration: 1s; transition-timing-function: ease-out;}

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

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

a {
	/*color: #0b6ab3;*/
    color: #f60;
	text-decoration: underline;
}

a:hover {
	/*color: #0d77c9;*/
    color: #d40;
	text-decoration: none; 
}

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

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



li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #000;
	margin: 30px 30px 30px 0;
	padding-left: 15px;
	border-left: 5px solid #ddd;
	font-style: italic !important;
}
blockquote.plain{
	/*border-left: 5px solid #fff;*/
}

.marker{
	background-color: #feee8b;
}
.red{
	color: #cc0000;
}
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px;
}

h1 {
	font-size: 36px;
	margin-bottom: 23px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}
.full-width-content img.pull-left {
	float: left;
	margin: 0 25px 53px -70px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -70px 53px 25px;
}
.full-width-content .nugget{
	width: 300px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 25px 30px 0;
}
.full-width-content .nugget h4{
	text-align: center;
}
.full-width-content .nugget p{
	font-size: 14px;
}
.full-width-content .nugget img{
	margin-bottom: 20px;
  	text-align: center;
}
.full-width-content figure{
	width: 280px;
}
.full-width-content figure figcaption{
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px 15px;
	font-size: 13px;
	color: #727272;
	margin-top: -6px;
}
.full-width-content .pull-left{
	float: left;
	margin: 0 25px 40px -70px;
}
.full-width-content .pull-right {
	float: right;
	margin: 0 -70px 40px 25px;
}
.single.full-width-content .pull-left{
	float: left;
	margin: 0 25px 40px 0;
}
.single.full-width-content .pull-right {
	float: right;
	margin: 0 0 40px 25px;
}

.full-width-content ul.bullet-check{
	list-style-image: url(images/bullet-check.png);
	margin-left: 25px;
}
.full-width-content ul.bullet-ex{
	list-style-image: url(images/bullet-ex.png);
	margin-left: 0;
	margin-left: 25px;
}
.full-width-content li{
	margin-bottom: 25px;
	padding-left: 0;
}
.full-width-content .testimonial{
	font-family: Georgia, serif;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 30px;
	margin-bottom: 35px;
}
.full-width-content .testimonial-sidebar{
	width: 300px;
}
.full-width-content .testimonial div{
	overflow: hidden;
}
.full-width-content .testimonial h4{
	font-family: Georgia, serif;
	text-align: center;
}
.full-width-content .testimonial p{
	font-style: italic;
	margin-bottom: 15px;
}
.full-width-content .testimonial strong{
	display: block;
}
.full-width-content .guarantee{
	padding: 40px 40px 10px;
	background-color: #fef4c6;
	border: 1px solid #f9de9c;
}
.featured-content img,
.gallery img {
	width: auto;
}

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

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

.gallery-item {
	display: inline-block;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

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

.gallery .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: none;
	color: #093238;
	font-size: 15px;
	font-weight: 400;
	padding: 14px 20px;
	width: 100%;
  	border-radius: 4px;
  	box-shadow: inset 0 3px 7px rgba(0,0,0,0.2);
}

input:focus,
textarea:focus {
	border: none;
	outline: none;

}

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

::-moz-placeholder {
	color: #818181;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #818181;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #ffb400;
	border: 1px solid #176a77;
	border-radius: 4px;
	color: #093238!important;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	padding: 11px 35px;
	-webkit-font-smoothing: antialiased;
	text-decoration: none!important;
	text-align: center;
	height: 48px;
	max-height: 48px;
	box-shadow: none!important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #ffc600;
  	color: #093238!important;
  	text-decoration: none!important;
}

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 700;
}


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

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

body.home .wrap{
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	margin-top: 0;
}

.parallax-home .site-inner {
	margin-top: 75px;
	max-width: 100%;
}

.parallax-landing .site-inner {
	margin-top: 100px;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

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

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

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

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

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

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

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 36px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

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

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

.widget-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
  	text-align: center;
}

.footer-widgets .widget-title {
	color: #000000;
	font-size: 22px;
  	text-align: left!important;
}

.widget-title {
	font-size: 52px;
	color: #2eaabd;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 50px;
}

.textwidget p {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}


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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 30px 30px 0;
}

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

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

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

.gallery-caption {
	margin: 0;
}

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

/* Simple Social Icons
--------------------------------------------- */

.parallax-home .content .simple-social-icons {
	margin-top: 40px;
}

.parallax-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.parallax-home .content .simple-social-icons ul li a,
.parallax-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


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

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

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

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

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

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

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header{
	width: 1140px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	height: 104px;
	max-height: 104px;
}

.home .site-header {
	background-color: #ffffff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
  	height: 75px;
  	max-height: 75px;
	border: none;
}

.site-header {
	top: 0;
}
.home .site-header {
	top: 0;
}


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

.title-area {
	float: left;
	padding: 13px 0;
	width: 244px;
}

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

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

.site-title a{
	text-transform: uppercase;
  	text-indent: -9999px;
  	display: inline-block;
  	width: 244px;
  	height: 25px;
  	background: url(images/mbpc-logo.png) no-repeat;
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	margin-left: -122px;
}


.home .site-title a{
  	text-indent: -9999px;
  	display: inline-block;
  	width: 244px;
  	height: 25px;
  	background: url(images/mbpc-logo.png) no-repeat;
  	position: static;
  	margin: 13px 0;
}


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

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 25px;
	text-indent: -9999px;
	max-width: 242px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area{
	text-align: center;
  	width: 480px;
  	margin: 0 auto;
}

.site-header .widget-area,
.site-header .widget-area a {
	color: #000000;
}

.site-header .widget-area a:hover {
	color: #2eaabd;
}

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

.home .site-header .widget-area,
.home .site-header .widget-area a {
	color: #2eaabd;
}

.home .site-header .widget-area a:hover {
	color: #000000;
}

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

.genesis-nav-menu {
	clear: both;
	color: #2eaabd;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	width: 100%;

}

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

.genesis-nav-menu a {
	color: #000000;
	display: block;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 15px;
	text-decoration: none;
}
.home .genesis-nav-menu a {
	color: #2eaabd;
	display: block;
	font-family: 'Open Sans', sans-serif;
	padding: 30px 15px;
	text-decoration: none;
}

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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 {
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

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

.site-header .sub-menu {
	background-color: #000;
}

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

.nav-primary {
	background-color: #000;
	margin-bottom: 60px;
	text-align: center;
}

.nav-primary .sub-menu {
	background-color: #000;
}

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

.nav-secondary .genesis-nav-menu {
	padding: 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #2eaabd;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


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

/* Homepage
--------------------------------------------- */

.home-section-1,
.home-section-2,
.home-section-3,
.home-section-4 {
	clear: both;
	overflow: auto;
	padding: 60px 0;
}




/* Home Section 1
--------------------------------------------- */
.home-section-1 {
	padding: 10px 0 0;
	border-top: 6px solid #2eaabd;
	background: url(images/header-section-background.jpg) no-repeat top center;
	background-size: 1900px auto !important;
  	height: 538px;
	background-attachment: scroll !important;
}


.downloadVideo {margin:0; padding:130px 0 0; width: 520px; float: right; text-align: center;}
.downloadVideo h1 {margin:0; padding:0; font-size: 38px; line-height: 1.2; color: #fff; font-weight: 300; text-transform: uppercase;}
.downloadVideo p {margin:0; padding:20px 0; font-family: 'Open Sans', sans-serif !important; font-size: 22px !important; line-height: 1; color: #fff; }
.downloadVideo input[type="email"], .downloadVideo input[type="text"]{display: block; margin:0 10px 0 0 !important; height: 46px; float: left;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #212020;
    font-size: 22px;
    font-weight: 400;
    padding: 10px !important;
    width: 49%;
	font-family: 'Open Sans', sans-serif !important;
	text-align: center;
}
.downloadVideo input[type="submit"] {display: block; margin:0; padding:10px; width: 49%; float: left; background-color: #2eaabd; height: 46px; font-size: 22px !important; line-height: 1; color: #fff !important; font-weight: 600 !important; border-radius: 0; border: 0; text-transform: uppercase;}
.downloadVideo input[type="submit"]:hover {background-color: #1A5255;}
.downloadVideo small{display: block; margin:0; padding:10px 0 0 0; text-align: right; clear: both; font-family: 'Open Sans', sans-serif !important; font-size: 16px !important; line-height: 1; color: #fff; }
.downloadVideo small a {font-weight: 600 !important; color: #fff;}




.ianProfile {margin:0; padding:0; float: left; width: 445px; text-align: center !important;}
.ianProfile img {margin: 10px auto; width: 70%; border: 6px solid #2eaabd; border-radius: 50%;}
.ianProfile h2 {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 56px; line-height: 1;color: #fff; font-weight: 700; text-transform: uppercase; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);}
.ianProfile p {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 26px; line-height: 1.35; color: #fff; font-weight: 400; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);}




/* Home Section 2
--------------------------------------------- */
.home-section-2{}


.helpToday {padding: 0 14px; text-align: center;}
.helpToday h3 {margin:0; padding:0 60px; font-size: 30px; color: #ffb400; font-family: 'Open Sans', sans-serif; min-height: 74px;}
.helpToday .helpCircle {margin:20px auto; padding:0; width: 215px; height: 215px; border-radius: 50%; background-color: #ffb400; background-repeat: no-repeat; background-position: center center; cursor: pointer; outline: 0; transition-property: all; transition-duration: 1s; transition-timing-function: ease-out;}
.helpToday .helpCircle:hover {background-color: #D06C22;}

.helpToday:nth-of-type(1) .helpCircle {background-image: url('images/helpToday-about.png');}
.helpToday:nth-of-type(2) .helpCircle {background-image: url('images/helpToday-reviews.png');}
.helpToday:nth-of-type(3) .helpCircle {background-image: url('images/helpToday-videos.png');}

.helpToday p {margin:0; padding:0; font-size: 16px; line-height: 1.7; color: #000000;}
.helpToday p a { font-weight: 700; }



/* Home Section 3
--------------------------------------------- */
.home-section-3 {background: #f0f0f0;}
.testimonialBox {margin:0; padding:0 16px; width: 25%; float: left; text-align: center;}
.testimonialBox img {max-width: 100%;}
.testimonialBox h3 {margin:0; padding:0 0 16px 0; font-size: 20px; color: #000; font-weight: 700; line-height: 1.2;  font-family: 'Open Sans', sans-serif !important;}
.testimonialBox h3 small {display: block; margin:0; padding:1px 0 0 0; font-size: 17px; color: #000; font-weight: 400; font-family: 'Open Sans', sans-serif !important;}
.testimonialBox p {margin:0; padding:5px 0; font-size: 16px; color: #000; font-weight: 400; font-family: 'Open Sans', sans-serif !important; text-align: left; line-height: 1.7;}



/* Home Section 4
--------------------------------------------- */
.home-section-4 {}
.home-section-4 .mediaLogos {padding-top: 40px;}
.home-section-4 .mediaLogos img {margin: 0 auto;display: block;}



/* Home Section 5
--------------------------------------------- */

.home-section-5 {padding: 160px 0; background: white url(images/ian-message-section-background.jpg) no-repeat center center; min-height: 680px; background-size: 1900px auto !important;}
.home-section-5 h4 {margin:0; padding:0 0 20px 0; font-family: 'Open Sans', sans-serif; font-size: 52px; line-height: 1; color: #fff; font-weight: 700; text-align: center;}
.home-section-5 p {margin:0; padding:22px 110px; font-size: 28px; line-height: 1.35; color: #fff; font-weight: 600; text-align: left;}
.home-section-5 p a {color: #fff; font-weight: 700;}


/* Home Section 6
--------------------------------------------- */
.home-section-6 {padding: 0 0 100px; height: 560px !important;}
.home-section-6 .mbpc-optin {margin:0 auto; padding:0; width: 100%;}
.home-section-6 .mbpc-optin img {float: left; margin:0; width: 60%; padding:0 15px;}
.home-section-6 .mbpc-optin form {margin:50px 0 0 0px; padding:0 15px; width: 40%; float:left; text-align: center;}
.home-section-6 .mbpc-optin form h5 {margin:0; padding:0 0 20px 0; font-family: 'Open Sans', sans-serif; font-size: 36px; line-height: 1.2; color: #000; font-weight: 700;}
.home-section-6 .mbpc-optin form input[type="email"], .downloadVideo input[type="text"]{display: block; margin:0 auto 16px; height: 46px;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #212020;
    font-size: 22px;
    font-weight: 400;
    padding: 10px !important;
    width: 400px;
	font-family: 'Open Sans', sans-serif !important;
	text-align: left;
}
.home-section-6 .mbpc-optin form input[type="submit"] {display: block; margin:0 auto; padding:10px; width: 400px; background-color: #ffb400; height: 46px; font-size: 22px !important; line-height: 1; color: #fff !important; font-weight: 600 !important; border-radius: 0; border: 0; text-transform: uppercase;}
.home-section-6 .mbpc-optin form input[type="submit"]:hover {background-color: #D06C22;}
.home-section-6 .mbpc-optin form small {display: block; margin:0; padding:10px 0 0 0; text-align: center; clear: both; font-family: 'Open Sans', sans-serif !important; font-size: 16px !important; line-height: 1; color: #000; }
.home-section-6 .mbpc-optin form a {font-weight: 600 !important; color: #000;}



/* Pricing Table
--------------------------------------------- */

.pricing-table {
	font-size: 22px;
	line-height: 1;
}

.pricing-table h4 {
	border-bottom: 2px solid #000;
	color: #000;
	margin: -40px -40px 40px;
	padding: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px -2px;
	padding: 40px;
	width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
	margin: 20px 0;
}

.pricing-table ul li::before {
	content: "\f139";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.pricing-table ul li {
	border-bottom: 1px dotted #ddd;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.pricing-table a.button {
	background-color: #000;
	border: 3px solid #000;
	color: #fff;
}

.pricing-table a.button:hover {
	background-color: #f04848;
	border: 3px solid #f04848;
	color: #fff !important;
}

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

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	background-color: #fff;
	padding: 40px 269px 80px;
	width: 100%;
	border: 1px solid #dddddd;
	border-top: none;
}

.single.full-width-content .content, .squeeze-default.full-width-content .content, .squeeze-with-nav.full-width-content .content{
	background-color: #fff;
	padding: 40px 200px 80px!important;
	width: 100%;
	border: 1px solid #dddddd;
	border-top: none;
}

.full-width-content.parallax-home .content {
	padding: 0!important;
}

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

.entry {
	margin-bottom: 20px;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 20px;
}

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

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

p.entry-meta {
  	color: #000000;
	font-size: 14px;
	margin-bottom: 45px;
}
p.entry-meta a{
	color: #000000;
  	text-decoration: none;
}

.entry-header {
	text-align: center;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-categories,
.entry-tags {
	display: block;
}

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

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

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

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

.after-entry p:last-child,
.after-entry .widget:last-child {
	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: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 8px 12px;
	text-transform: uppercase;
}

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

/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
  padding: 15px 20px;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .content-box-blue,
  .content-box-gray,
  .content-box-green,
  .content-box-purple,
  .content-box-red,
  .content-box-yellow {
  	margin-bottom: 30px;
  	overflow: hidden;
  	padding: 25px 30px;
  }
}

.content-box-blue {
	background-color: #d9ecf7;
	border: 1px solid #b0cde2;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #daecc4;
	border: 1px solid #b3cd98;
}

.content-box-purple {
	background-color: #e2e2f8;
	border: 1px solid #bebee8;
}

.content-box-red {
	background-color: #f8dbdb;
	border: 1px solid #e8b3b4;
}

.content-box-yellow {
	background-color: #fef4c6;
	border: 1px solid #f9de9c;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

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


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

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

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

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

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


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

.footer-widgets {
	background-color: #f3f3f3;
	clear: both;
	font-size: 16px;
	padding: 45px 0;
	text-align: left;
}

.footer-widgets,
.footer-widgets a:hover {
	color: #000000 !important;
}

.footer-widgets a {
	color: #000000 !important;
}

.footer-widgets .widget {
  	width: 31.623931623931625%;
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 20px;
}
.footer-widgets .widget_nav_menu{
  	clear: both;
  	margin-left: 0;
}
.footer-widgets .widget_nav_menu ul li{
	margin: 0;
  	padding: 0;
}
.footer-widgets .widget_nav_menu ul li a{
	text-decoration: none;
}
.footer-widgets .widget_nav_menu ul li a:hover{
	text-decoration: underline;
}
.footer-widgets #text-10{
	clear: both;
	width: 100%;
	margin: 40px 0 0 0;
}
.footer-widgets #text-10 p{
	font-size: 13px;
	color: #929292;
}
.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


.home .footer-widgets {padding: 55px 0;
	background-color: #2eaabd;
	clear: both;
	font-size: 14px;
	color: #fff !important;
	text-align: left;
}

.home .footer-widgets h4.widget-title {color: #fff !important; font-size: 24px !important; margin-bottom: 30px;}

#menu-footer-menu li a {color: #fff !important;}

.home .footer-widgets p {color: #fff !important; font-size: 14px !important; font-family: 'Open Sans', sans-serif !important; }
.home .footer-widgets p.copyrights {text-align: right; font-size: 12px !important; font-family: 'Open Sans', sans-serif !important; }



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

.site-footer {
	background-color: transparent;
	padding: 80px 0 0;
	text-align: left;
}
.site-footer .wrap{
	width: 600px;
  	position: relative;
}

.site-footer a{
	color: #0b6ab3;
	text-transform: none;
	font-size: 12px;
	text-decoration: underline;
}
.site-footer a:hover {
	color: #0b6ab3;
}

.site-footer p {
	color: #9d9d9d;
	font-size: 12px;
	margin-bottom: 40px;
	text-transform: none;
	display: inline-block;
}
.site-footer .nav-secondary{
	position: absolute;
  	right: 0;
  	top: 0;
}
.site-footer .nav-secondary a{
	margin: 8px 10px;
}
.site-footer .nav-secondary .genesis-nav-menu{
	padding: 0;
	text-align: right;
}
.site-footer .nav-secondary .wrap{
	width: auto;
}

/*
Squeeze Page Optin
---------------------------------------------------------------------------------------------------- */
.squeeze-mbpc-optin{
	text-align: center;
  	padding: 20px 45px;
  	background: #f5f8fb;
  	border: 1px solid #d9e0e7;
  	width: 450px;
}
.squeeze-mbpc-optin form .button{
	margin-top: 10px;
	width: 100%;
}

/*
Removed
---------------------------------------------------------------------------------------------------- */

.page .site-header,
.salesletter-default .site-header, .salesletter-with-disclaimer .site-header, .salesletter-with-nav .site-header, .salesletter-with-nav-disclaimer .site-header,
.squeeze-default .site-header, .squeeze-with-nav .site-header,
.article-default .site-header, .article-with-nav .site-header{
	height: 100px;
  	max-height: 100px;
}
.home .site-header {
	height: 75px;
  	max-height: 75px;
}
.salesletter-default .site-header .widget-area, .salesletter-with-disclaimer .site-header .widget-area,
.squeeze-default .site-header .widget-area,
.article-default .site-header .widget-area{
	display: none;
}
.home .site-footer{
	display: none;
}
.salesletter-default .clickbank, .salesletter-with-nav .clickbank, .squeeze-default .clickbank, .squeeze-with-nav .clickbank, .article-default .clickbank, .article-with-nav .clickbank{
	display: none;
}



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

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 560px;
	}
	.page .site-header,
	.salesletter-default .site-header, .salesletter-with-disclaimer .site-header, .salesletter-with-nav .site-header, .salesletter-with-nav-disclaimer .site-header,
  	.squeeze-default .site-header, .squeeze-with-nav .site-header,
  	.single .site-header{
		width: 960px;
		position: relative;
	}

	.home-section-1,
	.home-section-3,
	.home-section-5 {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}
	.full-width-content .content, .single.full-width-content .content, .squeeze-default.full-width-content .content{
		padding: 40px 110px 40px!important;
	}
}

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

	.site-inner,
	.wrap {
		max-width: 768px;
	}
	.page .site-header,
	.salesletter-default .site-header, .salesletter-with-disclaimer .site-header, .salesletter-with-nav .site-header, .salesletter-with-nav-disclaimer .site-header,
	.squeeze-default .site-header, .squeeze-with-nav .site-header,
  	.single .site-header{
		width: 768px;
		position: relative;
	}
	.home .site-header{
		width: 940px;
	}
	.full-width-content img.pull-left, .full-width-content .pull-left  {
		margin: 0 25px 53px 0;
	}
	.full-width-content img.pull-right, .full-width-content .pull-right{
		margin: 0 0 53px 25px;
	}

	.parallax-home .site-inner {
		max-width: none;
	}

	.site-header {
		padding-bottom: 10px;
		position: static;
	}

	.content,
	.sidebar,
	.site-header .widget-area{
		width: 100%;
	}

	.home .site-header .widget-area {
    	width: 440px;
	}
	.genesis-nav-menu,
	.site-header .widget-area{
		text-align: center;
	}

	.home .genesis-nav-menu,
	.home .site-header .widget-area{
		text-align: right;
	}

	.header-image .site-title > a {
		margin: 0 auto 10px;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}
	.nav-secondary .genesis-nav-menu a{
		padding: 0;
	}
	.parallax-home .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 0;
	}

	.full-width-content .content, .single.full-width-content .content, .squeeze-default.full-width-content .content, .squeeze-with-nav.full-width-content .content{
		padding: 40px 15px 40px!important;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-section-1 .one-third{
		width: 31.623931623931625%;
	}
	.home-section-1 .two-thirds{
		width: 65.81196581196582%;
	}

	.pricing-table .one-third:nth-child(3n+1) {
		border-right: 2px solid #000;
	}

	.pricing-table .one-third:nth-child(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricing-table .one-third:nth-child(3n) {
		border-left: 2px solid #000;
	}

}

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

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	.page .site-header,
	.salesletter-default .site-header, .salesletter-with-disclaimer .site-header, .salesletter-with-nav .site-header, .salesletter-with-nav-disclaimer .site-header,
  	.squeeze-default .site-header, .squeeze-with-nav .site-header,
	.single .site-header{
		width: 100%;
		position: relative;
	}
	.wrap{
		padding: 0 3%;
	}


	.full-width-content img.pull-left, .full-width-content .pull-left  {
		margin: 0 25px 53px 0;
	}
	.full-width-content img.pull-right, .full-width-content .pull-right{
		margin: 0 0 53px 25px;
	}

	.home .site-header .widget-area {
		width: 460px;
	}
	.home-section-1 .one-third{
		display: none;
	}
	.home-section-1 .two-thirds{
		width: 100%;
	}
	.mbpc-optin {
    	width: 485px;
    	max-width: 485px;
    	margin: 35px auto 0 auto;
    	position: relative;
	}
	.squeeze-mpbc-optin{
		width: 400px;
	}
	.parallax-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

}

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


    h1{font-size:28px;}
	h2{font-size:24px;}
	h3{font-size:21px;}
	h4{font-size:19px;}
	h5{font-size:17px;}
	h6{font-size:16px;}

	.home-even .widget-title,
	.home-odd .widget-title {
		font-size: 36px;
	}

	.home-even,
	.home-odd {
		font-size: 22px;
	}
  	.home .site-header{
		height: 104px;
		max-height: 104px;
	}
  	.home .site-header .widget-area, .genesis-nav-menu, .home .genesis-nav-menu{
		width: 100%;
		float: none;
		text-align: center;
	}

	.home .title-area{
		width: 100%;
  		text-align: center;
  		padding: 0;
	}
	.home .site-title a{
		margin-top: 20px;
	}

	.home .genesis-nav-menu a{
		padding: 9px 8px;
	}
 	.home-section-1 {
    	height: auto;
    	min-height: 420px;
    	padding: 10px 0 40px 0;
	}
  	.mbpc-optin, .home-section-5 .mbpc-optin{
    	width: 100%;
    	max-width: 100%;
		padding: 0;
		text-align: center;
	}
	.mbpc-optin img, .home-section-5 .mbpc-optin img{
		display: none;
	}
  	.mbpc-optin-form, .home-section-5 .mbpc-optin-form{
		width: 100%;
  		max-width: 100%;
	}
  	.mbpc-optin form input, .mbpc-optin form .button,
	.home-section-5 .mbpc- form input, .home-section-5 .mbpc-optin form .utton{
		width: 100%;
	}
  	.mbpc-optin form .button, .home-section-5 .mbpc-optin form .button{
  		margin-top: 10px;
		padding: 11px 15px;
	}
	.mbpc-optin small, .home-section-5 .mbpc-optin small{
  		float: none;
		text-align: center;
	  	margin: 0;
	}
	.squeeze-mbpc-optin{
		width: 100%;
	}
	.squeeze-default .content .optin-book-cover, .squeeze-with-nav .content .optin-book-cover{
		display: none;
	}
	.footer-widgets #nav_menu-4, .footer-widget #text-8{
		width: 48.717948717948715%;
	}
	.footer-widgets #weblizar_facebook_likebox-2{
		float: none;
  		clear: both;
  		width: 100%;
  		margin: 20px 0 0;
	}

	.site-footer .wrap{
		width: 100%;
	}


	.site-footer .nav-secondary .wrap{
		padding: 0;
	}
	.site-footer .nav-secondary {
    	position: static;
    	right: auto;
		margin-bottom: 40px;
	}
	.site-footer .nav-secondary .genesis-nav-menu{
		text-align: center;
	}

	.site-footer .nav-secondary a{
		margin: 8px 2px;
	}

	.full-width-content .pull-right, .full-width-content .pull-left{
		margin-left: 0;
	  	margin-right: 0;
	  	float: none;
	  	clear: both;
	}
	.full-width-content .testimonial-sidebar, .full-width-content .nugget{
		width: 100%;
	  	margin-right: 0;
	  	clear: both;
	}

	.full-width-content .alignleft, .full-width-content .testimonial .alignright {
		float: none;
    	display: block;
    	margin: 0 auto 24px;
	}
}

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

	.genesis-nav-menu{
		font-size: 13px;
	}

	.genesis-nav-menu a{
		padding: 10px 5px;
	}

  	.squeeze-mbpc-optin{
		padding: 20px;
	}
	.full-width-content .guarantee{
		padding: 40px 20px 10px;
	}

}


/*
Order Boxes
---------------------------------------------------------------------------------------------------- */

.custom-product-headline{
    font-size: 38px;
    text-align: center;
    max-width: 640px;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-weight: 700;
}
.order-box{
    width: 70%;
    background-color: #f4f8fb;
    border: 1px solid #d7e1ea;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.product-clear{
    clear: both;
}
.order-box .headline{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #1e272c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
}

.order-box .headline.small{
    width: 100%;
    text-align: center;
    font-size: 21px;
}

.order-box .product-image{
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
}
.order-box .features-list{
    color: #01acc0;
    font-size: 14px;
    margin-bottom: 35px;
    padding-right: 50px;
    padding-left: 15px;
}
.order-box .features-list li{
    margin-bottom: 8px;
}
.order-box .features-list p{
    color: #262c30;
    padding: 0;
    margin: 0;
}
.order-box .price-box{
    width: 100%;
    background-color: #2eaabd;
    padding: 30px 40px 20px 40px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    min-height: 110px;
}
.order-box .price-box .description{
    float: left;
    margin-right: 10%;
    width: 70%;
    font-size: 16px;
}
.order-box .price-box .price{
    float: left;
    width: 20%;
    font-size: 37px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 4px;
}
.order-box .price-box .price .shipping{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.order-box .button-fix{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 480px){
.order-box{
    width: 100%;

}
}


/*
Footer Adjustments - Test
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.site-footer > div:nth-child(1) > p:nth-child(1){
    text-align: center;
    display: block;
}

.site-footer .nav-secondary {
    position: relative;
}

.site-footer .wrap {
    width: auto;
    position: relative;
}

#menu-footer-links{
    text-align: center;
}


/*
Call to Action Button
-------------------------------------------------------------------------------------------------- */

.cta-button {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);*/
	background-color:#ffec64;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:5px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:19px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
  -webkit-transition: all 500ms ease-out 1s;
  -moz-transition: all 500ms ease-out 1s;
  -o-transition: all 500ms ease-out 1s;
  transition: all 500ms ease-out 1s;
	text-align: center;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
  -moz-box-sizing: border-box; /* Firefox ≤ 28 */
  box-sizing: border-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
	margin-bottom: 25px;
}

.cta-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff999), color-stop(1, #ffc941));
	background:-moz-linear-gradient(top, #fff999 5%, #ffc941 100%);
	background:-webkit-linear-gradient(top, #fff999 5%, #ffc941 100%);
	background:-o-linear-gradient(top, #fff999 5%, #ffc941 100%);
	background:-ms-linear-gradient(top, #fff999 5%, #ffc941 100%);
	background:linear-gradient(to bottom, #fff999 5%, #ffc941 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff999', endColorstr='#ffc941',GradientType=0);*/
	background-color:#fff999;
}

.cta-button:active {
	position:relative;
	top:1px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc941), color-stop(1, #fff999));
	background:-moz-linear-gradient(top, #ffc941 5%, #fff999 100%);
	background:-webkit-linear-gradient(top, #ffc941 5%, #fff999 100%);
	background:-o-linear-gradient(top, #ffc941 5%, #fff999 100%);
	background:-ms-linear-gradient(top, #ffc941 5%, #fff999 100%);
	background:linear-gradient(to bottom, #ffc941 5%, #fff999 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc941', endColorstr='#fff999',GradientType=0);*/
}

@media(max-width:480px){
	.cta-button{
	   width: 100%;
	}
}

.text-clear{clear: both;}

.cta-button-new, div.moonray_forms.moonray_upsell_form input[type=submit].cta-button-new {
    background: rgb(255, 179, 4); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 179, 4, 1) 0%, rgba(254, 210, 61, 1) 49%, rgba(254, 203, 21, 1) 50%, rgba(254, 218, 38, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 179, 4, 1) 0%, rgba(254, 210, 61, 1) 49%, rgba(254, 203, 21, 1) 50%, rgba(254, 218, 38, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 179, 4, 1) 0%, rgba(254, 210, 61, 1) 49%, rgba(254, 203, 21, 1) 50%, rgba(254, 218, 38, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb304', endColorstr='#feda26', GradientType=0);*/
    border-radius: 5px;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;
    text-align: center;
    -webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
    -moz-box-sizing: border-box; /* Firefox ≤ 28 */
    box-sizing: border-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
    margin-bottom: 25px;
}

/*
Platinum Pack Upgrade
-------------------------------------------------------------------------------------------------- */

#wait-alert-desktop{display: block;}

#wait-alert-mobile{display: none;}

@media(max-width:480px){
#wait-alert-mobile{display: block;}
#wait-alert-desktop{display: none;}
}


/*
Mobile Links Header Fix
-------------------------------------------------------------------------------------------------- */
@media(max-width:480px){
.genesis-nav-menu {font-size: 13px;}
.genesis-nav-menu a {padding: 10px 10px;}
}

/*
Salesletter with Disclaimer Header Margin Fix
-------------------------------------------------------------------------------------------------- */
body.salesletter-with-disclaimer .site-header .widget-area {padding-top: 60px;}
body.salesletter-with-disclaimer .site-header {height: 65px;}
body.salesletter-with-disclaimer .site-title a {height: 40px; display: block !important;}



@media (min-width : 230px)
and (max-width : 400px) {

.genesis-nav-menu a {padding: 10px 6px !important; font-size: 12px !important;}


}

/* begin media for smartphone */
@media (min-width : 230px)
and (max-width : 767px) {

body {overflow-x: hidden;}

/* Home Section 1
--------------------------------------------- */

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

.home-section-1 {
	padding: 10px 0 0;
	border-top: 6px solid #2eaabd;
	background: url(images/header-section-background.jpg) no-repeat top center;
	background-size: auto 100% !important;
  	height: 850px;
	overflow: hidden;
}


.downloadVideo {margin:0; padding:40px 0 0; width: 98%; float: none; text-align: center;}
.downloadVideo h1 {font-size: 28px; line-height: 1.2;}
.downloadVideo p {font-size: 20px !important; line-height: 1;}
.downloadVideo input[type="email"], .downloadVideo input[type="text"]{float: none; width: 98%;}
.downloadVideo input[type="submit"] {margin-top: 14px; width: 98%; float: none; background-color: #2eaabd; height: 46px; font-size: 18px !important; line-height: 1;}
.downloadVideo small{text-align: center;}

.ianProfile {margin:30px 0 0 0; padding:0; float: none; width: 98%; text-align: center !important;}
.ianProfile img {margin: 10px auto; border: 6px solid #2eaabd; border-radius: 50%; width: 50%;}
.ianProfile h2 {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 36px; line-height: 1;color: #fff; font-weight: 700; text-transform: uppercase; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);}
.ianProfile p {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.35; color: #fff; font-weight: 400; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);}




/* Home Section 2
--------------------------------------------- */
.home-section-2{padding:0 0 40px 0 !important; margin:0;}
.helpToday {padding: 20px 14px; text-align: center;}
.helpToday h3 {margin:0; padding:0 24px; font-size: 24px; color: #ffb400; font-family: 'Open Sans', sans-serif; min-height: 30px;}
.helpToday .helpCircle {margin:20px auto; padding:0; width: 180px; height: 180px; background-size: 50% auto;}

.helpToday p {margin:0; padding:0; font-size: 16px; line-height: 1.7; color: #000000;}
.helpToday p a {color: #000000; font-weight: 700;}



/* Home Section 3
--------------------------------------------- */
.testimonialBox {margin:0; padding:16px 0; width: 98%; float: none; text-align: center;}
.testimonialBox img {width: 100%;}
.testimonialBox h3 {margin:0; padding:0 0 16px 0; font-size: 18px; color: #000; font-weight: 700; line-height: 1.2;  font-family: 'Open Sans', sans-serif !important;}
.testimonialBox h3 small {display: block; margin:0; padding:1px 0 0 0; font-size: 14px; color: #000; font-weight: 400; font-family: 'Open Sans', sans-serif !important;}
.testimonialBox p {margin:0; padding:5px 0; font-size: 14px; color: #000; font-weight: 400; font-family: 'Open Sans', sans-serif !important; text-align: left; line-height: 1.5;}

/* Home Section 4
--------------------------------------------- */
.home-section-4 {}
.home-section-4 .mediaLogos {margin:0; padding: 20px 0 0 0; width: 100%; text-align: center;}
.home-section-4 .mediaLogos img {margin: 0 auto;display: block;}



/* Home Section 5
--------------------------------------------- */

.home-section-5 {padding: 60px 0; background: url(images/ian-message-section-background.jpg) no-repeat top center; min-height: 700px;}
.home-section-5 h4 {margin:0; padding:0 0 20px 0; font-family: 'Open Sans', sans-serif; font-size: 32px; line-height: 1; color: #fff; font-weight: 700; text-align: center;}
.home-section-5 p {margin:0; padding:22px 10px; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.35; color: #fff; font-weight: 600; text-align: left;}
.home-section-5 p a {color: #fff; font-weight: 700;}


/* Home Section 6
--------------------------------------------- */
.home-section-6 {margin:0; padding: 0 0 100px; height: 460px !important;}
.home-section-6 .mbpc-optin {margin:0 auto; padding:0; width: 100%;}
.home-section-6 .mbpc-optin img {display: none;}
.home-section-6 .mbpc-optin form {margin:0 auto; padding:0; width: 98%; float:none; text-align: center;}
.home-section-6 .mbpc-optin form h5 {margin:0; padding:0 0 20px 0; font-family: 'Open Sans', sans-serif; font-size: 26px; line-height: 1.2; color: #000; font-weight: 700;}
.home-section-6 .mbpc-optin form input[type="email"], .downloadVideo input[type="text"]{display: block; margin:0 auto 16px; height: 46px;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #212020;
    font-size: 18px;
    font-weight: 400;
    padding: 10px !important;
    width: 98%;
}
.home-section-6 .mbpc-optin form input[type="submit"] {display: block; margin:0 auto; padding:10px; width: 98%; background-color: #ffb400; height: 46px; font-size: 18px !important; line-height: 1; color: #fff !important; font-weight: 600 !important; border-radius: 0; border: 0; text-transform: uppercase;}

.footer-widgets-1 section#nav_menu-4,
.footer-widgets-1 section#text-8,
.footer-widgets-1 section#weblizar_facebook_likebox-2 {float: none; width: 100%;}

.footer-widgets-1 section#text-8 {margin: 40px 0 !important;}



}
/* end media for smartphone */


/* iPads (portrait) ----------- */
@media (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

body {overflow-x: hidden;}

/* Home Section 1
--------------------------------------------- */
.home-section-1 {
	padding: 10px 0 0;
	border-top: 6px solid #2eaabd;
	background: url(images/header-section-background.jpg) no-repeat top center;
	background-size: auto 100% !important;
  	height: 550px;
}


.downloadVideo {margin:0; padding:130px 10px 0 40px; width: 70%; float: right; text-align: center;}
.downloadVideo h1 {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 38px; line-height: 1.2; color: #fff; font-weight: 300; text-transform: uppercase;}
.downloadVideo p {margin:0; padding:20px 0; font-family: 'Open Sans', sans-serif !important; font-size: 22px !important; line-height: 1; color: #fff; }
.downloadVideo input[type="email"], .downloadVideo input[type="text"]{display: block; margin:0 auto 20px auto !important; height: 46px; float: none;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #212020;
    font-size: 22px;
    font-weight: 400;
    padding: 10px !important;
    width: 80%;
	font-family: 'Open Sans', sans-serif !important;
	text-align: center;
}
.downloadVideo input[type="submit"] {display: block; margin:0 auto; padding:10px; width: 80%; float: none; background-color: #2eaabd; height: 46px; font-size: 22px !important; line-height: 1; color: #fff !important; font-weight: 600 !important; border-radius: 0; border: 0; text-transform: uppercase;}
.downloadVideo small{display: block; margin:0; padding:10px 0 0 0; text-align: center; clear: both; font-family: 'Open Sans', sans-serif !important; font-size: 16px !important; line-height: 1; color: #fff; }





.ianProfile {margin:0; padding:40px 0 0 0; float: left; width: 30%; text-align: center !important;}
.ianProfile img {margin: 10px auto; border: 6px solid #2eaabd; border-radius: 50%;}
.ianProfile h2 {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 30px; line-height: 1;color: #fff; font-weight: 700; text-transform: uppercase; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);}
.ianProfile p {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.35; color: #fff; font-weight: 400; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);}




/* Home Section 2
--------------------------------------------- */
.home-section-2{}


.helpToday {padding: 20px 10px; text-align: center;}
.helpToday h3 {margin:0; padding:0 20px; font-size: 30px; color: #ffb400; font-family: 'Open Sans', sans-serif; min-height: 30px;}
.helpToday .helpCircle {margin:20px auto; padding:0; width: 215px; height: 215px; border-radius: 50%; background-color: #ffb400; background-repeat: no-repeat; background-position: center center; cursor: pointer; outline: 0; transition-property: all; transition-duration: 1s; transition-timing-function: ease-out;}

.helpToday p {margin:0; padding:0; font-size: 16px; line-height: 1.7; color: #000000;}
.helpToday p a {color: #000000; font-weight: 700;}



/* Home Section 3
--------------------------------------------- */
.testimonialBox {margin:0; padding:0 15px; width: 49%; height: 560px; float: left; text-align: center;}
.testimonialBox img {width: 100%;}
.testimonialBox h3 {margin:0; padding:0 0 16px 0; font-size: 20px; color: #000; font-weight: 700; line-height: 1.2;  font-family: 'Open Sans', sans-serif !important;}
.testimonialBox h3 small {display: block; margin:0; padding:1px 0 0 0; font-size: 15px; color: #000; font-weight: 400; font-family: 'Open Sans', sans-serif !important;}
.testimonialBox p {margin:0; padding:5px 0; font-size: 16px; color: #000; font-weight: 400; font-family: 'Open Sans', sans-serif !important; text-align: left; line-height: 1.7;}



/* Home Section 4
--------------------------------------------- */
.home-section-4 .mediaLogos {padding-top: 40px;}
.home-section-4 .mediaLogos img {margin: 0 auto;display: block;}



/* Home Section 5
--------------------------------------------- */

.home-section-5 {padding: 90px 0; background: url(images/ian-message-section-background.jpg) no-repeat top center; min-height: 650px;}
.home-section-5 h4 {margin:0; padding:0 0 20px 0; font-family: 'Open Sans', sans-serif; font-size: 46px; line-height: 1; color: #fff; font-weight: 700; text-align: center;}
.home-section-5 p {margin:0; padding:22px 40px; font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 1.35; color: #fff; font-weight: 600; text-align: left;}



/* Home Section 6
--------------------------------------------- */
.home-section-6 {padding: 40px 0 100px; height: 560px !important;}
.home-section-6 .mbpc-optin {margin:0 auto; padding:0; width: 100% !important;}
.home-section-6 .mbpc-optin img {float: left; margin:20px 0 0 0; width: 40%;}
.home-section-6 .mbpc-optin form {margin:0 0 0 0; padding:0 0 0 30px; width: 60%; float:left; text-align: center;}
.home-section-6 .mbpc-optin form h5 {margin:0; padding:0 0 20px 0; font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 1.2; color: #000; font-weight: 700;}
.home-section-6 .mbpc-optin form input[type="email"], .downloadVideo input[type="text"]{display: block; margin:0 auto 16px; height: 46px;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #212020;
    font-size: 18px;
    font-weight: 400;
    padding: 10px !important;
    width: 100%;
	font-family: 'Open Sans', sans-serif !important;
	text-align: left;
}
.home-section-6 .mbpc-optin form input[type="submit"] {display: block; margin:0 auto; padding:10px; width: 100%; background-color: #ffb400; height: 46px; font-size: 18px !important; line-height: 1; color: #fff !important; font-weight: 600 !important; border-radius: 0; border: 0; text-transform: uppercase;}



 }
/* end iPads (portrait) ----------- */




/* iPads (landscape) ----------- */
@media (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

body {overflow-x: hidden;}
.home-section-1 {
	padding: 10px 0 0;
	border-top: 6px solid #2eaabd;
	background: url(images/header-section-background.jpg) no-repeat top center;
	background-size: auto 100% !important;
  	height: 550px;
}

.downloadVideo {margin:0; padding:130px 20px 0; width: 70%; float: right; text-align: center;}


.ianProfile {margin:0; padding:40px 40px 0 20px; float: left; width: 30%; text-align: center !important;}
.ianProfile img {margin: 10px auto; border: 6px solid #2eaabd; border-radius: 50%;}
.ianProfile h2 {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 30px; line-height: 1;color: #fff; font-weight: 700; text-transform: uppercase; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);}
.ianProfile p {margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.35; color: #fff; font-weight: 400; text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);}

/* Home Section 2
--------------------------------------------- */
.home-section-2 {}


.helpToday {padding: 0 14px; text-align: center;}
.helpToday h3 {margin:0; padding:0 30px; min-height: 74px;}







/* Home Section 4
--------------------------------------------- */
.home-section-4 {}
.home-section-4 .mediaLogos {padding: 40px}
.home-section-4 .mediaLogos img {margin: 0 auto;display: block;}

/* Home Section 5
--------------------------------------------- */

.home-section-5 {padding: 100px 0; background: url(images/ian-message-section-background.jpg) no-repeat center center; min-height: 650px;}
.home-section-5 h4 {margin:0; padding:0 0 20px 0; font-family: 'Open Sans', sans-serif; font-size: 42px; line-height: 1; color: #fff; font-weight: 700; text-align: center;}
.home-section-5 p {margin:0; padding:22px 60px; font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 1.35; color: #fff; font-weight: 600; text-align: left;}


/* Home Section 6
--------------------------------------------- */
.home-section-6 {padding: 40px 0 100px; height: 480px !important;}
.home-section-6 .mbpc-optin {margin:0 auto; padding:0; width: 90%;}
.home-section-6 .mbpc-optin img {float: left; margin:0; width: 50%;}
.home-section-6 .mbpc-optin form {margin:10px 0 0 0px; padding:0; width: 50%; float:left; text-align: center;}


.home .footer-widgets {padding-left: 20px !important; padding-right: 20px !important;}

}
/* end iPads (landscape) ----------- */



/* sig: bja - reducing unneeded whitespace */
@media (max-width: 960px) {
  .full-width-content .content, .single.full-width-content .content, .squeeze-default.full-width-content .content, .squeeze-with-nav.full-width-content .content {
    padding: 40px 15px 40px !important;
  }
  .entry-content ol, .entry-content ul {
    margin-left: 20px !important;
  }
  .full-width-content li {
    padding-left: 0 !important;
  }
}

/* sig: bja */
.helpToday h3 {
  font-size: 28px
}