/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
h4 .entry-title-primary {
	text-transform: none !important;
}

.lcase {
	text-transform: none !important;
}

.the_content, .wpcontent {
	margin-bottom: 30px !important;
}

.home .the_content, .home .wpcontent {
	margin-bottom: 50px !important;
}

.blogbox {
	font-size: 14px;
}

.category-blogs .blogbox {
	font-size: 16px;
}

.widget-text {
	padding: 0 !important;
}

.btn-success {
	background-color: #00C27E;
}

blockquote p {
	font-size: 14px !important;
	color: #4c4c4c;
}

.comment-text p {
	font-style: normal !important;
}

.comment-body.media {
	overflow: visible !important;
}

/* Callouts */
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

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

.bs-callout code {
	border-radius: 3px;
}

.bs-callout+.bs-callout {
	margin-top: -5px;
}

.bs-callout-default {
	border-left-color: #777;
}

.bs-callout-default h4 {
	color: #777;
}

.bs-callout-primary {
	border-left-color: #428bca;
}

.bs-callout-primary h4 {
	color: #428bca;
}

.bs-callout-success {
	border-left-color: #5cb85c;
}

.bs-callout-success h4 {
	color: #5cb85c;
}

.bs-callout-danger {
	border-left-color: #d9534f;
}

.bs-callout-danger h4 {
	color: #d9534f;
}

.bs-callout-warning {
	border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
	color: #f0ad4e;
}

.bs-callout-info {
	border-left-color: #5bc0de;
}

.bs-callout-info h4 {
	color: #5bc0de;
}

.postid-13094 .wpcontent p, .postid-13094 .wpcontent li {
	line-height: 1.9em;
}

.postid-13094.comment-body.media {
	overflow: inherit !important;
}

.postid-13094 aside {
	display: none;
}

.flrt {
	float: right;
}

.fllt {
	float: left;
}

.flt-cent {
	margin:0 auto;
}

.centcell {
	vertical-align: middle !important;
	text-align: center !important;
}

p + h2.topmarg_less {margin-top:25px;}

ul + p.topmarg_more {margin-top:40px;}

.widgetHolder .widget .upw-posts .entry-title, .widgetHolder .widget .upw-posts .entry-title-primary { 
	font-size: 14px;
	/*line-height: 1.1;*/
}

/*format images on blog roll*/
body.category-blogs .embed-youtube {
	padding-bottom: 0%;
	padding-top: 0px;
}

/*remove expertise bar on homepage*/
body.home nav.expertise .col-xs-12, .page-id-10026 nav.expertise .col-xs-12  {display: none;}

/*Newsletter Archive*/
.display_archive {
		font-size: 14px !important;
}
.campaign {
	line-height: 150%; 
	margin: 15px;
}

/*Better styled nested lists*/
ul#no-arrows {
	margin:0 0 0px 25px;
}

ul#no-arrows li {
  margin: 8px 0 0 0;
}

ul#no-arrows li:before {
  content: "\2022";
}

 /*Migration widgets*/
.migr-widget .widget-title {
	font-size:14px;
	font-weight:normal;
}

.migr-widget .widget-text {
	padding: 0 20px !important;
}

.boxlight {
	background-color:#dbe3e8;
}

/*Table row extra spacing*/
tr.spaceUnder>td {
  padding-bottom: 0.8em;
}

img.bw {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.widget h6 {text-align:center;}

/*Tailor Training Form*/
.page-id-6182 input[type=radio], .page-id-6182 input[type=checkbox]  {margin-right: 10px;}
.page-id-6182  th {color: #4C4C4C;font-size:12px;padding:0 10px;}
.suppl td {text-align:center;}
.suppl td:nth-child(1) {text-align:left;}
table.suppl {width:100%;}

/*Fix scroll for # links*/
h4::before { 
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
  pointer-events: none;
}

