@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
body {
    min-width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

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

a {
	color: #669900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	margin: 0;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 17px;
}
h1, h1 a {
	margin: 0;
	color: #669900;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
}
h2, h2 a {
	margin: 0;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
h3, h3 a {
	margin: 0;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
h4, h4 a {
	margin: 0;
	color: #669900;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 48px;
	font-weight: 700;
}
h5, h5 a {
	margin: 0;
	color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
}
h6, h6 a {
	margin: 0;
	color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	color: #669900;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 17px;
}

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

.le_form {
	margin: 0;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.le_form_name {
	margin: 0 0 10px 0;
	color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.wrapper input[type="submit"] {
	margin: 0;
	padding: 5px 15px;
	background-color: #8dbc2e;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.wrapper input[type="submit"]:hover {
	color: #ffffff;
	background-color: #659700;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #686868;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group {
	margin-bottom: 10px !important;
}

/* Site Classes
----------------------------------------------------------------------------------------------------*/

hr {}
.blackTransBox {
	padding: 20px;
	background-color: #000000;
	background: rgba(0,0,0,.8);
}
.blackTransBox a, .blackTransBox p, .blackTransBox h1, .blackTransBox h2, .blackTransBox h3, .blackTransBox h4, .blackTransBox h5, .blackTransBox h6 {
	color: #ffffff;
}
.boxGray {
	margin-bottom: 15px;
    padding: 20px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/DynamicMotivation/pattern-grey2.jpg');
}
.boxGreen {
	margin-bottom: 15px;
    padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/DynamicMotivation/pattern-green.jpg');
}
.buttonGreen a, a.buttonGreen {
    display: block;
	margin-bottom: 15px;
    padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/DynamicMotivation/pattern-green.jpg');
    color: #000000;
}
.buttonGreen a:hover, a:hover.buttonGreen {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/DynamicMotivation/pattern-green-hover.jpg');
    color: #ffffff;
}
.button a, a.button {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	background-color: #8dbc2e;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #000000;
}
.button a:hover, a:hover.button {
	color: #ffffff;
	background-color: #659700;
	text-decoration: none;
}
.cta a, a.cta {
    display: block;
    width: 280px;
    margin: auto;
	padding: 10px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/DynamicMotivation/pattern-green.jpg');
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #000000;
}
.cta a:hover, a:hover.cta {
	color: #ffffff;
}
.imageFull img {
    display: block;
    width: 100%;
    height: auto;
}
.textCenter {
	text-align: left;
}
.textRight {
	text-align: right;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
}

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

.headerWide {
	width: 100%;
	background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/DynamicMotivation/header-bkgd.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.header {
	width: 960px;
	margin: auto;
	padding: 10px 0;
}
.logo {
    margin-bottom: -35px;
	padding: 0 10px;
    text-align: center;
}

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

.navigationWide {
	width: 100%;
	background-color: #000000;
}
.navigation {
	width: 960px;
	margin: auto;
}
.menuLeft {
    float: left;
    width: 400px;
}
.menuRight {
    float: right;
    width: 400px;
    text-align: right;
}
.mainMenu {
	padding: 0 10px;
}
.mainMenu ul {
	margin: 0;
	padding: 0;
}
.mainMenu li {
	list-style: none;
}
.mainMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.mainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 10px 10px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
.mainMenu li.le_menuitem_level_0 a:hover {
	color: #000000;
	background-color: #99cc33;
}
.mainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 5px 0;
	background-color: #000000;
	background: rgba(0,0,0,.7);
	text-align: left;
}
.mainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.mainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 10px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 160px;
}
.mainMenu li.le_menuitem_level_1 a:hover {
	color: #99cb33;
	background-color: transparent;
}
.mainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	padding: 0;
}
.mainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 5px;
	background-color: #000000;
	background: rgba(0,0,0,.7);
	text-align: left;
}
.mainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}

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

.featureWide {
    position: relative;
	width: 100%;
}
.subFeatureWide {
    position: relative;
    width: 100%;
}
.subFeatureWide img {
    display: block;
    width: 100%;
    height: auto;
}
.feature1 {

}
.feature2 {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 50%;
    margin-right: -470px;
	width: 380px;
    height: 100%;
	margin-left: 640px;
    padding: 30px;
    background-color: #000000;
	background: rgba(0,0,0,.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.feature2 a, .feature2 p, .feature2 h1, .feature2 h2, .feature2 h3, .feature2 h4, .feature2 h5, .feature2 h6 {
    color: #ffffff;
}
.contentTop {
	width: 960px;
	margin: auto;
	padding: 40px 0;
}
.content1 {
	padding: 0 10px;
}
.content2 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content3 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content4 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.contentMidWide {
    position: relative;
	width: 100%;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/DynamicMotivation/pattern-grey2.jpg');
}
.contentMidWide:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/DynamicMotivation/img_ShadowLine.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    opacity: .5;
}
.contentMid {
	width: 960px;
	margin: auto;
	padding: 40px 0;
}
.content5 {
	padding: 0 10px;
}
.content6 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.content7 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.content8 {
	padding: 0 10px;
}
.contentBottom {
	width: 960px;
	margin: auto;
	padding: 20px 0;
}
.content9 {
    float: left;
    width: 140px;
    padding: 0 10px;
}
.content10 {
    float: left;
    width: 140px;
    padding: 0 10px;
}
.content11 {
    float: left;
    width: 140px;
    padding: 0 10px;
}
.content12 {
    float: left;
    width: 140px;
    padding: 0 10px;
}
.content13 {
    float: left;
    width: 140px;
    padding: 0 10px;
}
.content14 {
    float: left;
    width: 140px;
    padding: 0 10px;
}
.content15 {
    padding: 0 10px;
}

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

.subcontent {
    margin: auto;
	width: 960px;
	padding: 40px 0;
}
.subcontent1 {
	padding: 0 10px;
}
.subcontent2 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.subcontent3 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.subcontentleft {
	float: left;
	width: 640px;
}
.subcontent4 {
	padding: 0 10px;
}
.subcontent5 {
    float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent6 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontentright {
	float: left;
	width: 320px;
}
.subcontent7 {
    padding: 0 10px;
}
.subcontentleft2 {
    float: left;
	width: 320px;
}
.subcontent8 {
    padding: 0 10px;    
}
.subcontentright2 {
    float: left;
	width: 640px;
}
.subcontent9 {
    padding: 0 10px;
}
.subcontent10 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent11 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent12 {
	padding: 0 10px;
}

/* Page Wrapper
----------------------------------------------------------------------------------------------------*/

.pageWrapper {
	width: 960px;
	margin: auto;
	padding: 40px 0;
}
.pageWrapper1 {
	padding: 0 10px;
}

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

.footerWide {
	width: 100%;
	background-color: #000000;
}
.footer {
	width: 960px;
	margin: auto;
    padding: 20px 0;
}
.footer a, .footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #ffffff;
}
.footer a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.footer a:hover {
    color: #669900;
    text-decoration: none;
}
.footer h6, .footer h6 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer1 {
	float: left;
	width: 140px;
	padding: 0 10px;
}
.footer2 {
	float: left;
	width: 140px;
	padding: 0 10px;
}
.footer3 {
	float: left;
	width: 140px;
	padding: 0 10px;
}
.footerColumn {
	float: left;
	width: 240px;
}
.footer4 {
	padding: 0 10px;
}
.viewMobile {
	padding: 0 10px;
}
.footer5 {
	float: left;
	width: 220px;
	padding: 0 10px;
}

/* Resets
----------------------------------------------------------------------------------------------------*/

.anythingSlider-default {
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 0; }
.flex-direction-nav .flex-next { right: 0; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: 'entypo', sans-serif; font-size: 40px; display: inline-block; content: '\e765'; } 
.flex-direction-nav a.flex-next:before  { content: '\e766'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


p.biggreen { color: #669900; font-size: 15pt; margin-bottom: 30px; }

#main_checkout_content_wrap {
    margin: 0px !important;
    padding: 0px !important;
}