.cfct-block-a,
.cfct-block-b,
.cfct-block-c {
	width: 33.3%;
}
.cfct-block-ab,
.cfct-block-bc {
	width: 66.6%;
}
.cfct-block-abc {
	width: 100%;
}
.cfct-block-d,
.cfct-block-e {
	width: 49.999%;
}/* Client side */

.cfct-build { /* Prevent overflow issues in IE */
	overflow:hidden;
	width:100%;
}

.cfct-row:after { /* Clear floats */
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.cfct-row {
	display: block;
	zoom: 1; /* Clearfix for IE */
}

.cfct-block {
	display:inline; /* Double-margin float bug innoculation */
	float:left;
	/**
	 * Prevent empty left-hand columns from collapsing by giving them a min-height.
	 * Does not require min-height fast-hack because IE < 7 does not collapse empty elements
	 */
	min-height: 1px;
	overflow: hidden; /* Overflow-proofing */
}

.cfct-module {
	margin-right: 15px;
	margin-left: 15px;
}

.cfct-block-a .cfct-module, 
.cfct-block-ab .cfct-module,
.cfct-block-abc .cfct-module,
.cfct-block-d .cfct-module {
	margin-left: 0;	
}

.cfct-block-c .cfct-module,
.cfct-block-bc .cfct-module,
.cfct-block-abc .cfct-module,
.cfct-block-e .cfct-module {
	margin-right: 0;
}/* ADDED CUSTOM CSS */

.cfct-module-carousel {
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 1em;
}
.cfct-module-carousel div.car-content ul,
.cfct-module-carousel div.car-content ul li {
	margin: 0;
	padding: 0;
}
.cfct-module-carousel .car-header,
.cfct-module-carousel .car-description,
.cfct-module-carousel .car-cta,
.cfct-module-carousel .car-pagination {
	margin: 12px 0;
}
.cfct-module-carousel .car-header h2.car-title {
	margin: 0;
}
.cfct-module-carousel div.car-pagination ol {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.cfct-module-carousel .car-pagination ol li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}
.cfct-module-carousel .car-pagination ol li.active a {
	color: #000;
	font-weight: bold;
}

/* Module column floats */
.rb-module-group .module-group-has-2-cols .cfct-group-col-1,
.rb-module-group .module-group-has-2-cols .cfct-group-col-2,
.rb-module-group .module-group-has-3-cols .cfct-group-col-1,
.rb-module-group .module-group-has-3-cols .cfct-group-col-2,
.rb-module-group .module-group-has-3-cols .cfct-group-col-3 {
	display: inline;
	float: left;
	overflow: hidden;
}
/* Module column group margins */
.rb-module-group .module-group-has-2-cols .cfct-group-col-1 .cfct-module,
.rb-module-group .module-group-has-3-cols .cfct-group-col-1 .cfct-module,
.rb-module-group .module-group-has-3-cols .cfct-group-col-2 .cfct-module {
	margin-right: 10px;
}
.rb-module-group .module-group-has-2-cols .cfct-group-col-2 .cfct-module,
.rb-module-group .module-group-has-3-cols .cfct-group-col-2 .cfct-module,
.rb-module-group .module-group-has-3-cols .cfct-group-col-3 .cfct-module {
	margin-left: 10px;
}
/* Module column group widths */
.rb-module-group .module-group-has-2-cols .cfct-group-col-1,
.rb-module-group .module-group-has-2-cols .cfct-group-col-2 {
	width: 50%;
}
.rb-module-group .module-group-has-3-cols .cfct-group-col-1,
.rb-module-group .module-group-has-3-cols .cfct-group-col-2,
.rb-module-group .module-group-has-3-cols .cfct-group-col-3 {
	width: 33%;
}

/* Module column floats */
.we-show-module-group .module-group-has-2-cols .cfct-group-col-1,
.we-show-module-group .module-group-has-2-cols .cfct-group-col-2,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-1,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-2,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-3 {
	display: inline;
	float: left;
	overflow: hidden;
}
/* Module column group margins */
.we-show-module-group .module-group-has-2-cols .cfct-group-col-1 .cfct-module,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-1 .cfct-module,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-2 .cfct-module {
	margin-right: 10px;
}
.we-show-module-group .module-group-has-2-cols .cfct-group-col-2 .cfct-module,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-2 .cfct-module,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-3 .cfct-module {
	margin-left: 10px;
}
/* Module column group widths */
.we-show-module-group .module-group-has-2-cols .cfct-group-col-1,
.we-show-module-group .module-group-has-2-cols .cfct-group-col-2 {
	width: 50%;
}
.we-show-module-group .module-group-has-3-cols .cfct-group-col-1,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-2,
.we-show-module-group .module-group-has-3-cols .cfct-group-col-3 {
	width: 33%;
}

/* Module column floats */
.we-module-schedule .module-group-has-2-cols .cfct-group-col-1,
.we-module-schedule .module-group-has-2-cols .cfct-group-col-2,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-1,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-2,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-3 {
	display: inline;
	float: left;
	overflow: hidden;
}
/* Module column group margins */
.we-module-schedule .module-group-has-2-cols .cfct-group-col-1 .cfct-module,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-1 .cfct-module,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-2 .cfct-module {
	margin-right: 10px;
}
.we-module-schedule .module-group-has-2-cols .cfct-group-col-2 .cfct-module,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-2 .cfct-module,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-3 .cfct-module {
	margin-left: 10px;
}
/* Module column group widths */
.we-module-schedule .module-group-has-2-cols .cfct-group-col-1,
.we-module-schedule .module-group-has-2-cols .cfct-group-col-2 {
	width: 50%;
}
.we-module-schedule .module-group-has-3-cols .cfct-group-col-1,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-2,
.we-module-schedule .module-group-has-3-cols .cfct-group-col-3 {
	width: 33%;
}

.entry div.cfct-sidebar > ul {
					list-style-type: none;
					list-style-image: none;
					list-style-position: outside;
					margin-left: 0;
					padding-left: 0;
				}
				.entry div.cfct-sidebar > ul li {
					margin: 0 0 5px 0;
				}
				.entry div.cfct-sidebar .widgettitle {
					margin-top: 0;
				}

.boom{display:none;}
				ul.cfct-module-video-loop {
					list-style: none;
				}
				.cfct-module-video-loop li {
					margin: 0px;
					padding: 0px;
				}
				.cfct-module-video-loop a img {
					display: block;
					border: none;
				}

.boom{display:none;}
				ul.we-video-loop {
					list-style: none;
				}
				.we-video-loop li {
					margin: 0px;
					padding: 0px;
				}
				.we-video-loop a img {
					display: block;
					border: none;
				}



/* ADDED CUSTOM CSS */