/* Column & Gutter Widths
Desktop: 77, 5  (979)
Tablet: 58, 5 (751)
*/

body {
	font-family: 'Molengo', Arial, serif;
	font-size: 17px;
	line-height: 130%;
	color: #333;
	background: url(../images/body_bg.jpg) 0 0 repeat-x;
	padding-top:8px;
}
body.contentpane {
	background: #FFF;
}
a {
/*	color: #ADB833;*/
	color: #0000B2;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#000;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
	text-decoration: none;
}
a.btn:hover {
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
}
ul {
	margin:0 0 0 0px;
	padding:0;
}
ol {
	margin:0 0 0 5px;
}
li {
	background:url(../images/bullet.png) 0 0 no-repeat;
	padding-left:30px;
	line-height: 22px;
	font-weight: 900;
	list-style: none;
	margin-left: 0;
	margin-bottom:15px;
}
h1 {
	font-size: 194%;
	color:#000;
	font-weight: normal;
	line-height: 100%;
	margin:0;
	padding:0;
}
h1 a {
	color:#000;
}
h1 a:hover {
	color: #ADB833;
}
h2 {
	font-size: 135%;
	color:#ADB833;
	font-weight: normal;
	line-height: 120%;
	margin:5px 0 15px 0;
	padding:0;
}
h3 {
	font-size: 123.5%;
	color:#000;
	font-weight: normal;
	line-height: 100%;
	margin:0;
	padding:0;
}
h3.solve {
	font-size: 106%;
	text-transform: uppercase;
	border-bottom:3px double #CBCBCB;
	padding-bottom:15px;
}
.page-header {
	margin:0;
	padding:0;
	border:0;
}
table tr {
	vertical-align: top;
}
span.red {
	color:red;
}
span.highlight {
    background-color: rgb(255, 255, 204);
    font-weight: normal;
    padding: 0;
}
.btn {
	background:#FFF;
	color:#ADB833;
	border-radius:0 5px 0 5px !important;
	box-shadow: none;
	text-shadow: none;
	border:1px solid #ADB833;
	text-decoration: none;
	line-height: 214%;
	font-size: 100%;
	text-transform: uppercase;
	padding:0 8px;
}
.btn.inv {
	background: #ADB833;
	color:#FFF;
}
dl.article-info {
	display: none;
}
p.readmore .btn {
	margin-top: 15px;
}
.btn:hover {
	color:#000;
	border-color:#000;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
	-webkit-transition: border-color .15s linear;
	-moz-transition: border-color .15s linear;
	-o-transition: border-color .15s linear;
	transition: border-color .15s linear;
}
.btn.inv:hover {
	border-color:#ADB833;
}
.formResponsive .formHorizontal .formControlLabel {
	float: none;
	width: auto;
	padding-top: 0px;
	text-align: left;
}
.formResponsive .formHorizontal .formControls {
	margin-left: 0;
}
.formResponsive textarea {
	width: 50%;
}
.pagination p.counter {
	display: none;
}
ul.pagination-list li a [class*="icon-"] {
	opacity: 0.3;
}
ul.pagination-list li a:hover [class*="icon-"] {
	opacity: 0.5;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding:4px 10px;
}
.display-limit {
	margin: 20px 0px;
	color:#666;
}
input[type="text"] {
	border-radius: 0;
	padding:3px 5px 4px;
}
div#_mcePaste {
	display: none !important;
}
.items-row {
	margin-bottom:30px;
	padding-bottom: 30px;
	border-bottom:1px solid #CCC;
}

/* Logo Items */
.logo {
	position: relative;
	top:186px;
	left:-45px;
	z-index: 10000;
}
.itemid-130 .logo {
	top:405px;
}
.logo .container {
}
.navbar-brand {
	display: block;
	border: 0;
	text-shadow: none;
	padding: 0;
	height: 0;
	width:223px;
}
.itemid-130 .navbar-brand {
	width:297px;
}
.navbar-brand img {
	width: 100%;
}

/* Header Items */
.header {
}
.header .container {
}
div.moduletable-topmenu {
	padding: 0px;
	margin: 0px;
	font-size: 65%;
	text-align: right;
}
div.moduletable-topmenu ul {
	list-style: none;
	margin:0;
	padding:0;
}
div.moduletable-topmenu ul li {
	list-style-image: none;
	display: inline-block;
	padding: 0px 5px 0 0;
	margin: 0px;
	background: none;
	line-height: 100%;
}
div.moduletable-topmenu a:link,
div.moduletable-topmenu a:visited {
	border: 0px;
	outline: none;
	color: #818181;
	font-weight: normal;
	text-transform: uppercase;
	padding:0px;
	letter-spacing: 2px;
	background: none;
}
div.moduletable-topmenu a:hover {
	border: 0px;
	outline: none;
	color: #000;
}
div.moduletable-topmenu ul li a:after {
	content:" :: ";
}
div.moduletable-topmenu ul li:last-child a:after {
	content:"";
}

/* Navigation */
.navigation {
	margin-top:46px;
}
.navigation .container {
/*	background: url(../images/nav_bg.jpg) 0 0 no-repeat; */
}
.navbar-collapse {
	float: right;
}
.navbar-default {
	background: none;
	border:0;
	border-radius: 0;
	box-shadow: none;
}
.navbar {
	min-height: 0;
	margin:0 0 5px 0;
	padding-top:4px;
}
.navbar .nav li {
	font-size: 118%;
	padding:0 0 10px 25px;
	background: none;
}
.navbar .nav li a {
	padding:0;
	color: #B1B1B1;
	text-transform: lowercase;
}
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
	background: none;
	box-shadow: none;
}
.navbar .nav li a:hover {
	color: #333;
}
.navbar .nav-child {
	position: absolute;
	z-index: 1000;
	opacity:0;
	height: 0;
	overflow:hidden;
	border:1px solid #E1E1E1;
	border-top:0px;
	background:#FFF;
	padding:10px 20px;
	margin:10px 0 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.navbar .nav-child:hover {
	max-height: 999px;
}
.navbar .nav-child li {
	padding:5px 0;
	font-size: 106%;
	margin:0;
	list-style: none;
	border-bottom:1px solid #CCC;
}.navbar .nav-child li:last-child {
	border-bottom:0;
}
.navbar .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navbar .nav-child .divider {
}
.navbar .nav-child a {
	display: block;
	clear: both;
	font-weight: normal;
	color: #999;
	white-space: nowrap;
	text-decoration: none;
}
.navbar .nav > li {
	position: relative;
}
.navbar .nav > li:hover > .nav-child,
.navbar .nav > li > a:focus + .nav-child {
	opacity:1;
	height:auto;
}
.navbar .nav-child li > a:hover,
.navbar .nav-child li > a:focus,
.navbar .nav-child:hover > a {
	text-decoration: none;
	color: #333;
}
.navbar .nav-child li.active a {
	color:#333;
}

/*Slideshow */
a.homelink {
	background: #000;
	color:#D6E100;
	width:49.1%;
	padding:10px 30px;
	border:3px double #888;
	outline:1px #CBCBCB;
	display: inline-block;
	font-size: 124%;
	font-weight: bold;
}
a.homelink:last-child {
	float:right;
}
a.homelink:hover {
	color:#FFF;
}
/* Banner */
.banner {
}
.banner .container {
	border:11px solid #FFF;
	background: #000;
	padding:22px;
	-moz-box-shadow:    2px 2px 3px 1px #ccc;
	-webkit-box-shadow: 2px 2px 3px 1px #ccc;
	box-shadow:         2px 2px 3px 1px #ccc;
}
div.moduletable-banner {
	padding: 0px;
	margin: 0px;
	color: #999;
}
div.moduletable-banner.callus {
	float:right;
	margin-right:20px;
}
div.moduletable-banner h3 {
	font-size: 235%;
	color: #D3E335;
	padding:0;
	margin:0;
}
div.moduletable-banner b, div.moduletable-banner strong {
	color:#FFF;
	font-weight: normal;
}
div.moduletable-banner img {
	margin-right:20px;
	border:0;
}

/* Pathway */
.pathway {
}
.pathway .container {
	padding:10px 5px;
}
div.moduletable-addthis {
	padding: 0px;
	margin: 0px;
	display:inline;
	font-size:82%;
	line-height: 16px;
}
div.moduletable-addthis div.col-sm-4 {
	width: 100%;
}
div.moduletable-breadcrumbs {
	padding: 0px;
	margin: 0px;
	font-size:65%;
	display:inline;
	position:absolute;
	text-transform: uppercase;
}
div.moduletable-breadcrumbs div.col-sm-8 {
	width: 100%;
}
div.moduletable-breadcrumbs li {
	list-style: none;
	padding:0;
	margin:0;
	display: inline-block;
	background: none;
}
div.moduletable-breadcrumbs li:first-child {
	display: none;
}
div.moduletable-breadcrumbs span.divider {
	padding:0 10px;
}
div.moduletable-breadcrumbs a {
	color: #ADB833;
	font-weight: normal;
}
div.moduletable-breadcrumbs a:hover {
	color:#000;
}

/* Left Column */
#left {
	padding: 115px 10px 0px;
}
#left hr {
	border-top:1px dotted #D7DF24;
}
div.moduletable-submenu {
	padding: 0px;
	margin:0 0 30px;
	text-transform: lowercase;
	font-size:106%;
	width:75%;
}
div.moduletable-submenu h3 {
	font-size:118%;
	font-weight: normal;
	color:#999;
	border-bottom:1px dotted #D7DF24;
	padding:0 0 20px 0;
	margin:0 0 15px 0;
}
div.moduletable-submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.moduletable-submenu ul li {
	list-style-image: none;
	line-height:167%;
	vertical-align: middle;
	display: block;
	margin:0;
	padding:0;
	background: none;
}
div.moduletable-submenu a:link,
div.moduletable-submenu a:visited {
	border: 0px;
	outline: none;
	color: #999; 
	font-weight: normal;
	margin:0;
	padding:0;
}
div.moduletable-submenu a:hover {
	border: 0px;
	outline: none;
	color: #000; 
	background: none;
}
div.moduletable-submenu ul li.active a:link,
div.moduletable-submenu ul li.active a:visited {
	color: #000; 
}
div.moduletable-submenu ul li.active a:hover {
	color: #000; 
}


/* 2nd level */ 

div.moduletable-submenu ul.menu li#current ul,
div.moduletable-submenu ul.menu li#current ul li {
	background: none;
}
div.moduletable-submenu ul li.active ul {
	list-style-image: none;
	width: 200px;
	vertical-align: middle;
	display: block;
	background: none;
}
div.moduletable-submenu ul li.active li {
	list-style-image: none;
	width: 200px;
	vertical-align: middle;
	display: block;
	padding: 0px 0px 0px 10px;
	line-height:20px;
}
div.moduletable-submenu ul li.active li a:link,
div.moduletable-submenu ul li.active li a:visited {
	border: 0px;
	outline: none;
	color: #999;
	font-size: 18px;
	line-height: 100%;
	font-weight: normal;
	background:url(../images/submenu_item_bg.jpg) 0 9px no-repeat;
	padding-left: 15px;	
	margin-left: 0px;
}
div.moduletable-submenu ul li.active li a:hover {
	border: 0px;
	outline: none;
	color: #000;
}
div.moduletable-submenu ul li li.active a:link,
div.moduletable-submenu ul li li.active a:visited {
	border: 0px;
	outline: none;
	color: #000;
}
div.moduletable-submenu ul li li.active a:hover {
	border: 0px;
	outline: none;
	color: #000;
}
div.moduletable.cloud {
	padding: 0px;
	margin:0 0 20px;
	text-transform: lowercase;
	font-size:106%;
	width:75%;
}
div.moduletable.cloud h3 {
	font-size:118%;
	font-weight: normal;
	color:#999;
	border-bottom:1px dotted #D7DF24;
	padding:0 0 20px 0;
	margin:0 0 15px 0;
}

/* Content */
.mainbody .container {
	background: #FFF;
}
#content .padding {
	margin:30px 15px 30px 0;
}
.itemid-130 #content .padding {
	margin:25px 15px;
	font-size: 106%;
	line-height: 150%;
}
#content .blogitem {
	/*margin-left:100px; */
	margin-bottom:50px;
	height: 100%;
}
#content .create {
	font-size: 88%;
	color: #000;
	margin:10px 0;
}
#content .img-intro-left {
	width:33%;
	float:left;
}
#content .img-intro-left img {
	max-width: 170px;
}
#content .article {
	width:66%;
	margin-left:200px;
}
.item-page .btn-group {
	position: relative;
	top:11px;
}
.item-page .btn-group a:link,
.item-page .btn-group a:visited {
	font-size: 79%;
	line-height: 245%;
	text-transform: uppercase;	
	color:#959595;
}
.item-page .btn-group .glyphicon-print {
	opacity: .6;
}
.item-image {
	width:35%;
	padding-right:10px;
}
.item-image img {
	max-width: 170px;
}
#content .nonblog .blogitem {
	margin-left:10px;
}
.item-page.nonblog {
	background: none;
}
.tags {
 	margin:20px 0;
}
.tags .label {
	padding: 4px 8px;
	font-size: 90%;
	line-height: 120%;
	margin-right:5px;
	background: #ADB833;
}
.tags .label:hover {
	background: #ADB833;
	color:#EEE;	
}
blockquote {
	padding: 0 0 0 15px;
	margin: 21px 0 21px 5px;
	border-left: 6px solid #D2DC00;
	font-size: 94%;
}
div.phrases-box label {
	float:left;
	display: inline-block;
	margin-right:15px;
}
.controls > .radio:first-child {
	padding-top:0;
}
.controls .radio+.radio {
	margin-top:10px;
}
.pagination {
		width: 100%;
}
.pagination ul {
	list-style: none;
	padding:0;
}
.pagination ul li {
	display: inline;
	background:none;
}
.pagination ul li .pagenav,
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
	display: none;
}
.left-on,
.right-on,
.pagination ul li .hasTooltip.pagenav {
	display: inline-block;
	background: #FFF;
	color:#ADB833;
	text-transform: uppercase;
	border:1px solid #ADB833;
	line-height: 200%;
	padding:3px 8px 0;
}
.right-on,
.pagination ul li.pagination-next {
	float:right;
}
#jwDisqusFormFooter {
	display: none;
}
div.moduletable-call-to-action {
	font-size:17px;
	line-height: 130%;
	font-weight: bold;
	color:#999;
	float:right;
	width:340px;
	padding-left:50px;
}
div.moduletable-call-to-action b,
div.moduletable-call-to-action strong {
	color:#000;
}
div.moduletable-call-to-action h3 {
	font-size: 40px;
	color: #0000B2;
	font-weight: bold;
	padding:0;
	margin:0;
}
div.moduletable.links {
	margin-bottom:15px;
}
div.moduletable.links a {
	background:url(../images/bullet.png) 0 0 no-repeat;
	padding-left:30px;
	line-height: 22px;
	font-weight: 900;
}
div.homelinks {
	margin-top:15px;
}
/* Bottom */
.bottom {
}
.bottom .container {
}
div.moduletable-bottom {
	width:49.0%;
/*
	width:32.5%;
*/
	height:210px;
	font-size: 82%;
	color:#FFF;
	border:6px solid #FFF;
	padding:9px 15px;
	margin-right:10px;
	background: #000;
	-moz-box-shadow:    2px 2px 3px 1px #ccc;
	-webkit-box-shadow: 2px 2px 3px 1px #ccc;
	box-shadow:         2px 2px 3px 1px #ccc;
}
div.moduletable-bottom:last-child {
	margin-right:0;
}
ul.latestnews-bottom.col-sm-4,
div.moduletable-bottom div.col-sm-4 {
	width: 100%;
}
div.moduletable-bottom h3 {
	color:#D3E335;
	font-size:79%;
	text-transform: uppercase;
	line-height: 200%;
	margin-bottom:5px;
}
div.moduletable-bottom a:link,
div.moduletable-bottom a:visited {
	color:#FFF;
	font-weight: normal;
}
div.moduletable-bottom a:hover {
	color:#D3E335;
}
div.moduletable-bottom a.readon:link,
div.moduletable-bottom a.readon:visited {
	font-size:100%;
	color:#D3E335;
}
div.moduletable-bottom a.readon:hover {
	color:#FFF;
}
div.moduletable-bottom img {
	margin-bottom:4px;
	width: 100%;
}
div.moduletable-bottom ul {
	padding:0;
	margin:-5px 0 0 0;
}
div.moduletable-bottom li {
	font-size:100%;
	line-height: 110%;
	list-style: none;
	padding:5px 0;
	margin:0;
	border-bottom:1px solid #999;
	background: none;
}
div.moduletable-bottom li:last-child {
	border-bottom:0;
}
div.moduletable-bottom form#userForm {
}
div.moduletable-bottom .hs-form.stacked .field {
	margin-bottom: 3px;
}
div.moduletable-bottom form.hs-form div.input {
	width:80%;
}
div.moduletable-bottom form.hs-form .hs_firstname label,
div.moduletable-bottom form.hs-form .hs_lastname label,
div.moduletable-bottom form.hs-form .hs_email label,
div.moduletable-bottom form.hs-form .hs_challenges_you_face label {
	display: none;
}
div.moduletable-bottom form.hs-form textarea.hs-input,
div.moduletable-bottom form.hs-form input.hs-input,
div.moduletable-bottom form#userForm input#firstname,
div.moduletable-bottom form#userForm input#lastname,
div.moduletable-bottom form#userForm input#name,
div.moduletable-bottom form#userForm input#email,
div.moduletable-bottom form#userForm input#phone,
div.moduletable-bottom form#userForm img#captcha24,
div.moduletable-bottom form#userForm input#captchaTxt24,
div.moduletable-bottom form#userForm textarea#question {
	width:99%;
	height:22px;
	background:#2D2D2D;
	border:1px solid #5B5B5B;
	font-size:11px;
	color:#FFF;
	line-height: 20px;
	padding:0px 10px;
	margin-bottom:3px;
	font-family: 'Molengo', Arial, serif;
	border-radius: 0;
}
div.moduletable-bottom form.hs-form .hs_email div.input {
	width:90%;
}
div.moduletable-bottom form.hs-form .hs_challenges_you_face div.input {
	width:99%;
}
div.moduletable-bottom form#userForm input#firstname,
div.moduletable-bottom form#userForm input#lastname,
div.moduletable-bottom form#userForm input#name,
div.moduletable-bottom form#userForm input#email,
div.moduletable-bottom form#userForm input#phone,
div.moduletable-bottom form#userForm img#captcha24,
div.moduletable-bottom form#userForm input#captchaTxt24 {
	width:49%;
}
div.moduletable-bottom form#userForm img#captcha24 {
	float:left;
}
div.moduletable-bottom form#userForm input#lastname,
div.moduletable-bottom form#userForm input#email,
div.moduletable-bottom form#userForm input#captchaTxt24 {
	margin-left:3px;
}
div.moduletable-bottom form#userForm textarea#question {
	height:75px;
	margin-bottom:0;
}
div.moduletable-bottom form.hs-form textarea.hs-input {
	height:65px;
	margin-bottom:0;
}
div.moduletable-bottom form.hs-form input.hs-button,
div.moduletable-bottom form#userForm input#Submit,
div.moduletable-bottom input#continue {
	background:none !important;
	border:0;
	color:#AEB933;
	padding:0;
	margin:0;
	font-size: 87% !important;
	text-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: normal;
}
div.moduletable-bottom form.hs-form input.hs-button {
	font-family: 'Molengo', Arial, serif;
	border:0 !important;
	box-shadow: none !important;
	line-height: 120%;
}
div.moduletable-bottom form.hs-form .actions {
	padding:0;
	margin:-5px 0 0;
}
div.moduletable-bottom form.hs-form fieldset {
	margin:0;
	padding:0;
}
div.moduletable-bottom .formError {
	color:red;
	font-weight: normal;
}

/* Social Area */
.social {
}
.social .container {
	padding:25px 0;
}
div.moduletable-social-links {
	font-size:107%;
	line-height: 130%;
	color:#333;
/* 	border-left:3px double #AFAFAF; */
/* 	padding-left:24px; */
	padding-left:15px;
}
div.moduletable-social-links div.col-sm-4 {
	width: 100%
}
div.moduletable-social-links img {
	margin-top:3px;
}
div.moduletable-twitter {
	overflow:hidden;
	height:61px;
	background: url(../images/twitter_bg.jpg) 0 0px no-repeat;
	padding:0 0 0 71px;
	margin:0;
	color:#333333;
	font-size: 88%;
	line-height: 140%;
}
div.moduletable-twitter div.col-sm-8 {
	width: 95%;
}
div.moduletable-twitter h3 {
	display:none;
}
div.moduletable-twitter a:link,
div.moduletable-twitter a:visited {
	color:#0000B2;
	text-decoration: none;
}
div.moduletable-twitter a:hover {
	text-decoration: none;
}
div.moduletable-twitter span.tweetby-twitter {
	display: none;
}

/* Footer Area */
.footer {
	background: #000 url(../images/footer_bg.jpg) 0 0 repeat-x;
	margin: 0px;
	color: #AFAFAF;
}
.footer .container {
	padding: 30px 0px;
}
div.moduletable-footer-text {
	font-size: 106%;
}
div.moduletable-footer-text div.col-sm-8 {
	width:100%;
}
div.moduletable-footer-text a {
	color:#ADB833;
	font-weight: normal;
}
div.moduletable-footer-text a:hover {
	color:#FFF;
}

div.moduletable-copyright {
	font-size:88%;
	color:#929292;
	margin:20px 0 0 0;
}
div.moduletable-copyright div.col-sm-8 {
	width: 100%;
}
div.moduletable-copyright a:link,
div.moduletable-copyright a:visited {
	color:#929292;
}
div.moduletable-copyright a:hover {
	color:#B2B2B2;
}
div.moduletable-mainmenu-footer h3 {
	display: none;
}
div.moduletable-mainmenu-footer {
	padding: 0px;
	margin: 0px;
	font-size: 19px;
}
div.moduletable-mainmenu-footer div.col-sm-4 {
	width: 100%
}
div.moduletable-mainmenu-footer ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
div.moduletable-mainmenu-footer ul li {
	list-style-image: none;
	line-height: 129%;
	padding: 0px;
	margin: 0px;
	background: none;
}
div.moduletable-mainmenu-footer a:link,
div.moduletable-mainmenu-footer a:visited {
	border: 0px;
	outline: none;
	color: #999;
	font-weight: normal;
	text-transform: lowercase;
	padding:0px;
}
div.moduletable-mainmenu-footer a:hover {
	border: 0px;
	outline: none;
	color: #FFF;
	background: none;
}
div.moduletable-footermenu h3 {
	display: none;
}
div.moduletable-footermenu {
	padding: 0px;
	margin:20px 0 0;
	font-size: 88%;
}
div.moduletable-footermenu div.col-sm-4 {
	width: 100%;
}
div.moduletable-footermenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.moduletable-footermenu ul li {
	list-style-image: none;
	display: inline !important;
	padding: 0px 10px;
	margin: 0px;
	background: none;
}
div.moduletable-footermenu a:link,
div.moduletable-footermenu a:visited {
	border: 0px;
	outline: none;
	color: #666;
	font-weight: normal;
	padding: 0px;
	display: inline;
}
div.moduletable-footermenu a:hover {
	border: 0px;
	outline: none;
	color: #B2B2B2;
	background: none;
}



/* Print Template */
body.contentpane {
	background: #FFF;
}
.contentpane .logo {
	width:auto;
	height:auto;
	margin-top:0px;
}
.contentpane .create {
	color:#959595;
	font-weight: normal;
	float:none;
	text-align: left;
	width:inherit;
	height:inherit;
	background: #FFF;
	border:0;
	border-radius:0;
	display: inline !important;
}
.contentpane .create.hidden-xs {
	display: none !important;
}
.contentpane .create .day {
	display: inline;
	font-size: 100%;
	margin-top:0;
}
.contentpane .create .month {
	display: inline;
	font-size: 100%;
	text-transform: uppercase;
}
.contentpane .createdby {
	color:#959595;
	font-size: 79%;
	line-height: 245%;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	width: 100%;
	text-transform: uppercase;
	margin:10px 0 15px;
}
.contentpane .item-image {
	width:33%;
	float:left;
}
.contentpane .item-image img {
	max-width: 170px;
}
.contentpane .article {
	width:66%;
	margin-left:200px;
}
.contentpane .jwDisqusForm,
.contentpane .addthis_toolbox {
	display: none;
}
.contentpane .printlink {
	position: relative;
	top:11px;
	float:right;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.contentpane .printlink a:link,
.contentpane .printlink a:visited {
	font-size: 79%;
	line-height: 245%;
	text-transform: uppercase;	
	color:#959595;
}
@media print {
.contentpane .printlink {
	display: none;
}
}

/* start tablet width styles */
@media (min-width: 751px) and (max-width: 978px) {
.logo {
	left:-15px;
}
.itemid-130 .logo {
	top:342px;
}
.itemid-130 .navbar-brand {
	width:219px;
}
.banner .container {
	overflow: hidden;
}
div.moduletable-banner {
	overflow: hidden;
}
div.moduletable-banner img {
	position: relative;
	left:-205px;
}
div.moduletable-banner.callus {
	margin-right: 0;
}
.navbar .nav li {
	font-size: 106%;
	padding:0 0 10px 20px;
}
#content .padding {
	margin:30px 15px 30px 0;
}
div.moduletable-call-to-action {
	margin-bottom:30px;
}
div.moduletable-bottom {
	width:32.0%;
	height:210px;
	font-size: 82%;
}
div.moduletable-bottom .custom-bottom {
	overflow: hidden;
}
div.moduletable-bottom img {
	width: auto;
	position: relative;
	left:-20px;
}
div.moduletable-bottom ul {
	margin:-5px 0 -20px 0;
}
div.moduletable-bottom li {
	font-size:85%;
}
div.moduletable-bottom form#userForm input#firstname,
div.moduletable-bottom form#userForm input#lastname,
div.moduletable-bottom form#userForm input#email,
div.moduletable-bottom form#userForm input#phone,
div.moduletable-bottom form#userForm img#captcha24,
div.moduletable-bottom form#userForm input#captchaTxt24 {
	width:48% !important;
}
div.moduletable-bottom form#userForm img#captcha24 {
	height:22px !important;
	left:0;
}
div.moduletable-bottom form.hs-form .hs_email div.input {
	width:70%;
}
div.moduletable-bottom form.hs-form .hs_challenges_you_face div.input {
	width:99%;
}
/* end tablet width styles */
}


/* start smartphone width styles */
@media (max-width: 750px) {
.header .container {
	padding:20px 0;
}
.logo,
.itemid-130 .logo {
	top:20px;
	left:10px;
	width: 80%;
}
.navbar-brand,
.itemid-130 .navbar-brand {
	width:167px;
}
.navigation {
	margin-top:0px;
	position: relative;
	top:-15px;
}
.navigation .container {
	background: none;
}
.navigation-content {
	padding:0;
	margin:0 -2.5px;
}
.navbar-toggle {
	border:0;
	margin:0 10px 0 0;
}
.navbar-toggle:hover {
	background: none !important;
}
.navbar-toggle .icon-bar {
	background: #000 !important;
	height: 3px;
	width: 34px;
}
.navbar-collapse {
	float:none;
	border:0;
	background: #000;
	margin-top:25px;
	padding-top:10px;
}
.navbar .nav li a,
.navbar .nav li.active a {
	color:#D8E000;
	font-size: 130%;
	padding-bottom:15px;
}
.navbar .nav-child {
	position: inherit;
	opacity: 1;
	height: auto;
	border:0;
	background: none;
	margin:5px 0 0 0;
	padding:0;
}
.navbar .nav-child li {
	border:0;
}
.navbar .nav-child li a {
	color:#CCC !important;
}
a.homelink {
	display: block;
	width: 100%;
	float:none;
	margin-top:5px;
	font-size:100%;
}
.banner .container {
	border:5px solid #FFF;
	border-right:0;
	border-left:0;
	padding:5px 0;
	width:100%;
	overflow: hidden;
	box-shadow: none;
}
div.moduletable-banner img {
	width: 100%;
	margin:0;
}
#left {
	padding:0px 2.5px;
}
#content .padding {
	margin:30px 10px;
}
.itemid-130 #content .padding {
	margin:10px 10px;	
}
div.moduletable-call-to-action {
	float:none;
	width: 100%;
	padding:0;
	margin:0 0px 20px;
	text-align: center;
	width:100%;
}
div.moduletable-submenu.cloud,
div.moduletable.cloud {
	width:100%;
	font-size: 82%;
	color:#FFF;
	border:0;
	padding:10px 10px 20px;
	margin:0 0 2px;
	background: #000;
	box-shadow:none;
}
div.moduletable-submenu.cloud h3,
div.moduletable.cloud h3 {
	color:#D3E335;
	font-size:79%;
	text-transform: uppercase;
	line-height: 200%;
	margin-bottom:5px;
	padding:0;
	border-bottom:0;
}
div.moduletable-submenu.cloud a,
div.moduletable.cloud a {
	color:#FFF;
}
div.moduletable-submenu.cloud a:hover,
div.moduletable.cloud a:hover {
	color:#D3E335;
}
div.moduletable-bottom {
	width:100%;
	height:210px;
	font-size: 82%;
	border:0;
	padding:10px;
	margin:0 0 2px 0;
	background: #000;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:auto;
}
div.moduletable-bottom ul {
	margin-bottom:-15px;
}
div.moduletable-bottom li {
	padding:10px 0;
}
.bottom form#userForm table {
	width: 100%;
}
div.moduletable-twitter {
	margin-left:10px;
	margin-bottom:20px;
	height:auto;
}
div.moduletable-social-links {
	margin-left:81px;
	padding-left:0;
	border:0;
}
div.moduletable-bottom-logo {
	border-top:1px solid #CCC;
	width:100%;
	padding:30px 20px 0;
}
.footer .container {
	padding: 10px;
}
/* end phone width styles */
}