#counter_iframe_holder {
	width: 140px;
	height: 24px;
	border: none;
	float: left;
	overflow: hidden;
}
#counter_iframe_holder iframe {
	width: 140px;
	height: 22px;
	border: none;
	overflow: hidden;
}
.custom_counter {
	color: #315060!important;
	font-size: 18px!important;
}

#the-leap-banner {
	display: none;
	width: 100%;
	height: 85px;
	border-top: 1px solid #e3e3e3;
	background: #fff8ea;	
}

#the-leap-banner .container {
	padding-top: 10px;
	width: 960px;
	margin: 0 auto;		
}

.front-page-blocks {
	width: 100%;
	background-color: #fcfcfc;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 25px 0;
	overflow: hidden;
	
}
.front-page-blocks p, .front-page-secondary-blocks p {
	text-align: left;
}

.front-page-secondary-blocks {
	overflow: hidden;
	width: 100%;
	padding: 25px 0 0;
}
.front-page-secondary-blocks .container {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 25px;
}

.front-page-secondary-blocks:last-child {
	border-bottom: 0;
}

.front-page-blocks .container,
.front-page-secondary-blocks .container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.front-page-blocks .block,
.front-page-secondary-blocks .block {
	width: 253px;
	padding: 0 50px;
	float: left;
	border-right: 1px solid #e3e3e3;
	overflow: hidden;
}
.front-page-blocks .block:first-child,
.front-page-secondary-blocks .block:first-child{
	width: 253px;
	padding-left: 0;

}
.front-page-blocks .block:last-child,
.front-page-secondary-blocks .block:last-child{
	width: 252px;
	padding-right: 0;
	border-right: 0;
}
.front-page-blocks .block .title {
	font-family: 'Source Sans Pro', sans-serif;
	/*font-family: "Helvetica Neue", Arial, sans-serif;*/
	font-size: 27px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: lighter;
}
.front-page-blocks .block .title a,
.front-page-secondary-blocks a {
	text-decoration: none;
}
.front-page-blocks .social-icon,
.front-page-secondary-blocks .social-icon {
	display: block;
}
.front-page-blocks .block:first-child .title,
.front-page-blocks .block:first-child .title a { color: #e05d35; }
.front-page-blocks .block .title,
.front-page-blocks .block .title a{ color: #f6a404; }
.front-page-blocks .block:last-child .title,
.front-page-blocks .block:last-child .title a{ color: #19afaa; }

.front-page-blocks .block .title span {
	color: #315060;
}
.front-page-blocks .block .content {
	color:  #7c909a;
	font-size: 12px;
	line-height: 20px;
}
.front-page-blocks .block .content a {
	text-decoration: none;
}

.front-page-secondary-blocks .block .title,
.front-page-secondary-blocks .block .title a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #597a8b!important;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: lighter;
	margin-bottom: 10px;
}
.front-page-secondary-blocks .block .content {
	color: #7c909a;
	font-size: 13px;
	line-height: 20px;
}

.ytoverlay {
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top:0;
}

.ytbox {
	background: #fff;
	-webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

	/* useful if you don't want a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	left: 50%;
	padding: 10px;
	padding-bottom: 15px !important;
	position: fixed;
	top: 50%;
	-moz-box-shadow: 0 0 20px #666;
	-webkit-box-shadow: 0 0 20px #666;
	box-shadow: 0 0 20px #666;
	zoom: 1;
	z-index: 10;
}

.ytbox-close {
	color: #999;
	float: right;
	font-size: 14px;
	margin: 2px 0 -10px;
}
.ytbox-close:hover {
	color: #333;
	text-decoration: none;
}

.ytbox-content {
	position: relative;
	z-index: 2;
}

.ytfooter {
	padding: 10px 0 0;
	position: relative;
}

.ytloading {
	background: url('../../crm/managekit/static/images/backbone/ajax-loader.gif') no-repeat center top;
	display: block;
	left: 50%;
	margin: 0 0 0 -31px;
	padding: 35px 0 0;
	position: absolute;
	text-align: center;
	top: -225px;
}