/* Begin Edits to hubspot css */

body {
	background: #fff;
}

.body-container-wrapper {
	width: 94%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#hubspot-author_data {
	font-size: .8em;
	color: #888;
	font-style: italic;
}

.custom_listing_comments {
	border: 1px solid #E6E6E6;
	margin-top: 20px;
	padding: 10px;
}

.post-item {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.hs-blog-social-share {
	padding: 10px 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.hs-blog-social-share .hs-blog-social-share-list {
	margin: 0;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like>span {
	vertical-align: top!important;
}

.blog-sidebar {
}

.blog-sidebar div.block ul li a {
	
}

.widget-type-post_listing {
	border: 1px solid #dadada;
	background: #f2f2f2; 
	margin-top: 20px;
	padding: 10px;
	font-size: .9em;
}

.widget-type-post_filter {
	border: 1px solid #dadada;
	background: #f2f2f2; 
	margin-top: 20px;
	padding: 10px;
	font-size: .9em;
}

.widget-type-blog_subscribe {
	border: 1px solid #dadada;
	background: #f2f2f2;
	margin-top: 20px;
	padding: 10px;
	font-size: .9em;
}

ul {
  list-style-type: none;
 	margin: 12px 0 0;
  padding-left: 3px;
}

.topNavAreaWide {
    max-width: 1150px;
    background-color: #FFF;
    background-image: none;
    background-repeat: repeat-x;
    height: 58px;
    border-bottom: 1px solid #E6E6E6;
}

.header {
    overflow: visible;
    padding-left: 0px;
    background-color: #FFF;
    max-width: 100%;
}

.header a, .header a:hover, .header a:visited, .header a:active {
    color: #0069aa;
}

li a, li a:link, li a:hover, li a:visited, li a:active {
    font-weight: normal;
    line-height: 32px;
    height: 32px;
}

.footer {
    max-width: 100%;
}

#comments-listing {
	border-top: 1px solid #E6E6E6;
}
  
.new-comments {
	margin-top: 30px;    
}

.hs-form-required {
	color: #ff0000;
}

.hs-form-field {
	margin-top: 10px;
}

input[type=checkbox] {
	width:5%;
}

input[type=text] { 
	font-size: 1.0em; 
	color: #666; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	height: 18px;
	width: 50%;
	line-height: 18px;
	padding: 4px; 
}

input[type=email] { 
	font-size: 1.0em; 
	color: #666; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	height: 18px;
	width: 50%;
	line-height: 18px;
	padding: 4px; 
}

textarea {
	font-size: 1.0em; 
	color: #666; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	height: 18px;
	width: 50%;
	line-height: 18px;
	padding: 4px; 
	height: 60px;
}

.hs-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin-left: 10px;
	margin-top: 20px;
}


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


.hs-button:active {
	position:relative;
	top:1px;
}

.hs-button:link {
	color:#ffffff;
}

.hs-button:visited {
	color:#ffffff;
}

/* End Edits to hubspot css */

/* Begin T4L css */

/* Common css */

#t4l_t4l-main-header {
	position: relative;
	background: #f2f2f2;
	height: 50px;
	width: 100%;
}

#t4l_t4lLogo {
	float: left;
	margin-left: 1%;
	margin-top: 7px;
	width: 190px;
	height: 42px;
} 

#t4l_pageBody {
	background: #fff;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:left;
}

#t4l_pageBottom {
  background: #f2f2f2;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#t4l_footerPrint {
	display: none;
}

#t4l_headlinePrint {
	display: none;
}

.t4l_small {
	font-size: .8em;
}

p.t4l_bottomHeading {
	  font-size: 1em;
    font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.8em;
}

p.t4l_bottomBody {
	font-size: .9em;
	font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
	margin-top: 0px;
	line-height: 1.8em;
}

p.t4l_footer {
	font-size: .7em;
	margin-top: 0px;
	color: #f7f7f7;
}

p.t4l_nav {
	color: #0069aa;
  font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}

a.t4l_normal {
	font-weight: normal;
}

a.t4l_footer {
	color: #f7f7f7;
	font-weight: bold;
}

a.t4l_bottomHeading {
	color: #4c4c4c
}

a.t4l_productMenu {
	color: #7F7E7E;
	font-weight: normal;
}

a.t4l_nav {
	color: #0069aa;
	font-weight: normal;
}

.t4l_pageDividerFull {
  background: #dadada;
  width: 100%;
  height:1px;
}

ul.t4l_nav {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}
ul.t4l_nav li.t4l_nav {
  color: #0069aa;
  font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
  font-size: 1.1em;
    font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 9px 17px;
  background: #f2f2f2;
  cursor: pointer;
  transition: all 0.2s;
}

ul.t4l_nav li.t4l_nav:hover {
  background: #c9c9c9;
}
ul.t4l_nav li.t4l_nav ul.t4l_nav {
  padding: 0;
  position: absolute;
  top: 52px;
  left: 0;
  width: 230px;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 1;
}

ul.t4l_nav li.t4l_nav ul.t4l_nav li.t4l_nav { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

ul.t4l_nav li.t4l_nav ul.t4l_nav li.t4l_nav:hover { background: #666; }
ul.t4l_nav li.t4l_nav:hover ul.t4l_nav {
  display: block;
  opacity: 1;
  visibility: visible;
}

.t4l_pixie {
	color: #0069aa;
}

.t4l_wixie {
	color: #c68c00;
}

.t4l_frames {
	color: #7a000f;
}

.t4l_share {
	color: #00853f;
}

.t4l_fontCabin {
  font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
}

.t4l_left {
	text-align: left;
}

.t4l_lineHeightTight {
	line-height: 1.5em;
}

.t4l_width1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.t4l_button_menu {
	display: none;
	background: #fff;
}

ul li.hs-postlisting-item {
	margin-bottom:15px;
}

ul li.hs-postlisting-item a {
	line-height:1.1em;
}

/* Begin smaller than 700 screen css */

@media (max-width: 699px) {
	
.t4l_pageTitle {
		font-size: 1.9em;
		font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
		font-weight: bold;
		line-height:1.5em;
		margin-top: 0;
}

#t4l_navText {
	display: none;
}

#t4l_navButton {
  float: right;
	height: 42px;
	margin-right: 1%;
	margin-top: 5px;
	cursor: pointer;
}

#t4l_footerScreen{
	background: #0069aa;
	width: 100%;
	height: 100%;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.t4l_navButtonImage {
	display: inline-block;
}

.t4l_navButtonText {
	display: none;
}	

.t4l_productMenuTopTitle {
  font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
  color: #7F7E7E;
  font-size: 1em;
  padding: 10px 10px 10px 15px;
}

.t4l_productMenuBox {
	display: inline-block;
	text-align: left;
	width: 94%;
	margin: 10px 0px 0px 10px;
}

.t4l_productMenuImage {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.t4l_productMenuText {
	display: inline-block;
	vertical-align:top;
	width: 68%;
}

.t4l_productMenuBottom {
  background: #f9f9f9;
  height: 26px;
  text-align: left;
  overflow: hidden;
}

.t4l_productMenuBottomText {
  padding: 0px 10px 0px 10px;
}

.t4l_productMenuItemText {
  font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
  font-size: 1em;
  padding: 10px 10px 10px 25px;
}

.t4l_columnFull {
		display: block;
		width: 94%;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
}

.t4l_boxBottom {
  display: block;
  float: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align:top;
}

.t4l_boxBottomHolder {
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  max-width: 170px;
  text-align: left;
}

.t4l_boxBottomImage {
	display: inline-block;
	width: 34px;
	height: 24px;
}

.t4l_boxBottomText {
	display: inline-block;
	vertical-align:top;
}

.t4l_footerBoxLeft{
  width: 98%;
  padding-top: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.t4l_footerBoxRight{
  width: 98%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.t4l_marginBottom10 {
	margin-bottom: 10px;
}

}

/* Begin 700-900 screen css */

@media (min-width: 700px) {
	
.hs-featured-image {
	max-width: 40%;
}

.t4l_pageTitle {
		font-size: 1.9em;
		font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
		font-weight: bold;
		line-height:1.5em;
		margin: 0;
}

#t4l_navText {
	display: none;
}

#t4l_navButton {
  float: right;
  width: 100px;
	height: 42px;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
}

.t4l_navButtonImage {
	display: inline-block;
}

.t4l_navButtonText {
	display: inline-block;
	vertical-align:top;
}	

.t4l_productMenuTop {
  background: #f2f2f2;
  width: 100%;
  text-align: left;
}

.t4l_productMenuTopTitle {
  font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
  color: #7F7E7E;
  font-size: 1em;
  padding: 10px 10px 10px 15px;
}

.t4l_productMenuItem {
  width: 100%;
  text-align: left;
}

.t4l_productMenuItemText {
  font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
  font-size: 1em;
  padding: 10px 10px 10px 25px;
}

.t4l_productMenu700 {
	display: block;
	background: #ffffff;
}

.t4l_productMenuDoubleBox {
	display: block;
	margin: 10px;
  text-align: center;
}

.t4l_productMenuBox {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	cursor: pointer;
	text-align: left;
}

.t4l_productMenuImage {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.t4l_productMenuText {
	display: inline-block;
	vertical-align:top;
	width: 68%;
}

.t4l_productMenuBottom {
  background: #f9f9f9;
  height: 26px;
  text-align: left;
  overflow: hidden;
}

.t4l_productMenuBottomText {
  padding: 0px 10px 0px 25px;
}

.t4l_columnFull {
	display: block;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.t4l_boxBottom {
  display: inline-block;
  padding: 5px;
  text-align: left;
  width: 23%;
  max-width: 230px;
  vertical-align:top;
}

.t4l_boxBottomHolder {
	display: block;
	margin-top: 1px;
	cursor: pointer;
}

.t4l_boxBottomImage {
	display: inline-block;
	width: 34px;
	height: 24px;
}

.t4l_boxBottomText {
	display: inline-block;
	vertical-align:top;
}

#t4l_footerScreen{
	background: #0069aa;
	width: 100%;
	height: 60px;
}

.t4l_footerBoxLeft{
  width: 40%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
}

.t4l_footerBoxRight{
  width: 57%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: right;
}
	
}

/* Begin 900-1370 screen css */

@media (min-width: 901px) {
	
.t4l_pageTitle {
		font-size: 2.5em;
		font-family: 'Cabin', 'Lucida Grande', 'Helvetica Neue', verdana, sans-serif;
		font-weight: bold;
		line-height:1.5em;
		margin: 0;
}

#t4l_navButton {
	display: none;
}

#t4l_navText {
	display: inline-block;
	float: right;
	margin-right: 1%;
	margin-top: 5px;
}

#t4l_product_menu {
	width: 100%;
	padding-top: 10px;
	text-align: right;
	background: #fff;
}

.t4l_productMenuBox {
	display: inline-block;
	width: 24%;
	margin-bottom: 8px;
	vertical-align: top;
	cursor: pointer;
	text-align: left;
}

.t4l_productMenuImage {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.t4l_productMenuText {
	display: inline-block;
	vertical-align:top;
	width: 68%;
}

.t4l_productMenuBottom {
  background: #f2f2f2;
  padding-left: 2%;
  height: 26px;
  text-align: left;
  overflow: hidden;
}

.t4l_columnFull {
	display: block;
	width: 96%;
	max-width: 1120px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.t4l_boxBottom {
  display: inline-block;
  padding: 5px;
  text-align: left;
  width: 23%;
  max-width: 230px;
  vertical-align:top;
}

.t4l_boxBottomHolder {
	display: block;
	margin-top: 1px;
	cursor: pointer;
}

.t4l_boxBottomImage {
	display: inline-block;
	width: 34px;
	height: 24px;
}

.t4l_boxBottomText {
	display: inline-block;
	vertical-align:top;
}

.t4l_footerBoxLeft{
  width: 40%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
}

.t4l_footerBoxRight{
  width: 57%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: right;
}

}


/* Begin greater than 1370 screen css */

@media (min-width: 1371px) {
	
#t4l_navButton {
	display: none;
}

#t4l_navText {
	display: inline-block;
	float: right;
	margin-right: 1%;
	margin-top: 5px;
}

.t4l_productMenuBox {
	display: inline-block;
	width: 24%;
	margin-bottom: 8px;
	vertical-align: top;
	cursor: pointer;
	text-align: left;
}

.t4l_productMenuImage {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.t4l_productMenuText {
	display: inline-block;
	vertical-align:top;
	width: 68%;
}

.t4l_productMenuBottom {
  background: #f2f2f2;
  padding-left: 2%;
  height: 26px;
  text-align: left;
  overflow: hidden;
}

.t4l_boxBottom {
  display: inline-block;
  padding: 5px;
  text-align: left;
  width: 23%;
  max-width: 230px;
  vertical-align:top;
}

.t4l_boxBottomHolder {
	display: block;
	margin-top: 1px;
	cursor: pointer;
}

.t4l_boxBottomImage {
	display: inline-block;
	width: 34px;
	height: 24px;
}

.t4l_boxBottomText {
	display: inline-block;
	vertical-align:top;
}

.t4l_footerBoxLeft{
  width: 40%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
}

.t4l_footerBoxRight{
  width: 57%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: right;
}
	
}

/* Begin universal css */

.t4l_margin0 {
	margin: 0; 
}

.previous-posts-link {
	margin-right: 20px;
}

.all-posts-link {
	margin-right: 20px;
}

/* css shared across multiple t4l web sites*/

body.noscroll {
	overflow:hidden;
}

.donotsell {
	display: none;
}

.donotsell.show {
	display: block;
  position: absolute;
  z-index: 10000;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.25);
}

.donotsell .display {
	background-color:#ffffff;
	margin:20px 25%;
  width: 50%;
  max-width:800px;
  max-height:80%;
  border-radius: 6px;
  padding: 10px 20px 20px;
  box-shadow: 0px 4px 4px rgba(0,0,0,.5);
  overflow:auto;
}

.donotsell button {
	float:right;
	font-family: 'Roboto', verdana, sans-serif;
  padding: 8px 15px;
  font-size: 1em;
  font-weight: normal!important;
  color: #0069aa;
  border-radius: 4px;
  border: 1px solid #0069aa;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
}


/* Begin smaller than 700 screen css */

@media (max-width: 699px) {
	
.donotsell .display {
	margin:5px;
	width:unset;
  max-height:90%;
  padding: 10px 20px 20px;
  box-shadow: 0px 4px 4px rgba(0,0,0,.5);
  overflow:auto;
}

}

/* Begin Custom CTA css */

.t4l_contentMain {
		container-type: inline-size;
	}
	
.wx-custom-cta a{
	font-weight:500;
}
	
@container (max-width:500px){
		.wx-custom-cta {
			display:block!important;
			background-color: #0072AC!important;
    	color: #ffffff!important;
    	border-radius: 10px;
    	text-align: center!important;
		}
		.wx-custom-cta div:first-child{
			display:none!important;
		}
		.wx-custom-cta h2 {
			color:#ffffff!important;
			font-size:1.4em!important;
		}
		.wx-custom-cta a{
			background: #ffffff!important;
    	color: #0072ac!important;
		}
	}
	
@container (max-width:650px){
		.wx-custom-cta h2 {
			margin:10px 0;
			font-size:1.2em;
		}
	}