/*
	name:		vm-core.css
*/
/*
	this is an iPhone Safari fix, we do this because for some reason the iPhone has a weird habit of adding a massive block of white space if you rotate it.
*/
.touch .row {
	overflow-x:hidden;
}
/*CQ fixes*/
/* apply a natural box layout model to all elements */
.x-toolbar .btn {
	display:block !important;
}
.controls button.btn {
	padding:5px;
}
.q-tooltip {
	cursor: pointer
}
.no-float {
	float:none;
}
.expandable-list-item.section,
.faq.section {
	margin-bottom:6px;
}
.outer {
	padding: 0 0 30px;
	/*background: rgb(235,235,235);
	background: rgba(235,235,235,.9);
	width:1060px;*/
	margin: 0 auto 30px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	position:relative;
}
/*#content {
	background:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:30px;
}
.hero {
	max-width:1400px;
	margin: 0 auto;
}
.ie8 .hero,
.ie .hero {
	width:1060px;
}
.hero img {
	margin: 0 auto -150px;
}
*/
.wrapper .row {
	margin-left:-50px;
}
.wrapper .span16 {
	width:1000px;
}
.tab-content .row {
	margin-left:-20px;
}
/*
Virgin Media specific bootstrap styling
*/
input, textarea, .uneditable-input {
    border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px;
    padding: 7px 10px;
    width: 210px;
}
select{
	padding: 5px 10px !important;
}

hr.invisible {
	border:none;
	margin: 0 0 9px;
	display: block;
}
hr.dotted {
	border-top:1px dotted #CCC;
}
hr.block {
	border-top:1px solid #CCC;
}
hr.thin-shadow {
	height: 1px;
	margin: 10px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.15), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.15), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.15), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.15), rgba(0,0,0,0));
	border: 0;
}
.thick-shadow {
	height: 3px;
	margin: 10px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	border: 0;
	border-top:1px solid rgba(0,0,0,.05);
}
.content {
	padding:30px;
	background:#FFF;

	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/*
alerts
description:	Used for all error states, debate worth putting into global.css or keep seperate to maintain, this will also contain tooltips.
*/
.alert {
	/*general rules for all alerts*/
	border: 3px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	margin-bottom:18px;
	padding:10px;
}
.error {
	background:#FC0;
	border-color: #E9B500;
}
.info {
	background: #289E00;
	border-color: #060;
	color: white;
}
.manageError {
	background:#FC0;
	border: 3px solid #E9B500;
	border-radius:4px;
	margin-bottom:18px;
	width:100%;
}
.alert {
	background: #289E00 url(../../../assets/images/bg/billing_alert_green_bg.gif) repeat-x bottom;
	border: 3px solid #060;
	color: white;
}
.control-group .error {
	background:none;
}
.nav {
	margin-bottom:0;
}
.invisible {
  display: none;
}
.container nav#side {
	margin-left:0;
}
.tab-content {
	margin-bottom:20px;
}
.accordion-group {
	border:none;
}
.accordion-heading a,
h5#click {
	cursor:pointer;
}
.accordion-heading a {
	background: none repeat scroll 0 0;
	display: block;
	
}
.accordion-heading a:hover {
	color:#C00;
}
.wrapper .nav-tabs-wrap {
	margin:30px 5px 0;
}
.nav-tabs > li > a {
	background:#000;
	color:#FFF;
	font-size:14px;
	display:block;
	padding:10px 20px;
}
.wrapper .nav-tabs {
	margin:-41px 0 1px;
}
.nav-tabs .active > a {
	background:#FFF;
	border:1px solid #FFF;
}
.nav-tabs > li > a.hover,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
	border:1px solid #C00;
	color:#FFF;
	background: #ae0000;
	background: -moz-linear-gradient(top,  #ae0000 0%, #c80000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae0000), color-stop(100%,#c80000));
	background: -webkit-linear-gradient(top,  #ae0000 0%,#c80000 100%);
	background: -o-linear-gradient(top,  #ae0000 0%,#c80000 100%);
	background: -ms-linear-gradient(top,  #ae0000 0%,#c80000 100%);
	background: linear-gradient(to bottom,  #ae0000 0%,#c80000 100%);
}
.btn-primary {
	color:#FFF;	
	background: #c21715;
	background-image: -moz-linear-gradient(top,  #c21715 0%, #780c09 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c21715), color-stop(100%,#780c09));
	background-image: -webkit-linear-gradient(top,  #c21715 0%,#780c09 100%);
	background-image: -o-linear-gradient(top,  #c21715 0%,#780c09 100%);
	background-image: -ms-linear-gradient(top,  #c21715 0%,#780c09 100%);
	background-image: linear-gradient(to bottom,  #c21715 0%,#780c09 100%);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #780c09;
	background-image: -moz-linear-gradient(top,  #780c09 0%, #c21715 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#780c09), color-stop(100%,#c21715));
	background-image: -webkit-linear-gradient(top,  #780c09 0%,#c21715 100%);
	background-image: -o-linear-gradient(top,  #780c09 0%,#c21715 100%);
	background-image: -ms-linear-gradient(top,  #780c09 0%,#c21715 100%);
	background-image: linear-gradient(to bottom,  #780c09 0%,#c21715 100%);
	}
.btn-secondary {
	color:#FFF;
	background: #5c5c5c;
	background: -moz-linear-gradient(top,  #5c5c5c 0%, #363636 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#363636));
	background: -webkit-linear-gradient(top,  #5c5c5c 0%,#363636 100%);
	background: -o-linear-gradient(top,  #5c5c5c 0%,#363636 100%);
	background: -ms-linear-gradient(top,  #5c5c5c 0%,#363636 100%);
	background: linear-gradient(to bottom,  #5c5c5c 0%,#363636 100%);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
	background: #363636;
	background: -moz-linear-gradient(top,  #363636 0%, #5c5c5c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#5c5c5c));
	background: -webkit-linear-gradient(top,  #363636 0%,#5c5c5c 100%);
	background: -o-linear-gradient(top,  #363636 0%,#5c5c5c 100%);
	background: -ms-linear-gradient(top,  #363636 0%,#5c5c5c 100%);
	background: linear-gradient(to bottom,  #363636 0%,#5c5c5c 100%);
}
.btn-tertiary {
	background: #c8c8c8;
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #919191 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#919191));
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#919191 100%);
	background: -o-linear-gradient(top,  #c8c8c8 0%,#919191 100%);
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#919191 100%);
	background: linear-gradient(to bottom,  #c8c8c8 0%,#919191 100%);
}

.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary.active, .btn-tertiary.disabled, .btn-tertiary[disabled]  {
	color:#333;
	background: #919191;
	background: -moz-linear-gradient(top,  #919191 0%, #c8c8c8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(100%,#c8c8c8));
	background: -webkit-linear-gradient(top,  #919191 0%,#c8c8c8 100%);
	background: -o-linear-gradient(top,  #919191 0%,#c8c8c8 100%);
	background: -ms-linear-gradient(top,  #919191 0%,#c8c8c8 100%);
	background: linear-gradient(to bottom,  #919191 0%,#c8c8c8 100%);
}
.controls {position:relative;}
.btn {
	border:none;
}
.btn-small,
.btn-medium {
	font-weight:bold;
}
.btn-medium {
	font-size:13px;
}
.btn a {
	color:#FFF;
}
	.lt-ie8 .error .error,
	.lt-ie8 .curActive .help-inline {
		margin-top:-36px;
	}
.error .error,
.curActive .help-inline {
	width:205px;
	float:right;
	display:inline-block !important;
	position:relative;
}
	.lt-ie8 .error .error,
	.lt-ie8 .curActive .help-inline {margin-top:-36px}

p.error, .help-inline, .curActive span.error {
    display: none !important;
}
.curActive p.error {
	display:none;
}
.ie9 .btn {
	filter:none !important;
}
span.error {
	background:none;
    display: inline-block;
    float: right;
    position: relative;
    width: 205px;
}	
.help-block a .arrow,
a .link-arrow-a .arrow {
	background: url(../../../assets/img/info-arrow.png) no-repeat;
	background-position: 0 -8px;
	height:8px;
	width:6px;
	margin-left:5px;
	display:inline-block;
	float: none;
}
.help-block a:hover .arrow,
a:hover .link-arrow-a .arrow {
	background-position: 0 0;
}
.info-alert {
	position:relative;
}
.warning, .positive, .general {
	border-radius:5px;
	margin-bottom:15px;
	padding:15px;
	box-shadow:0 1px 3px rgba(0,0,0,.3);
	position:relative;
}
.warning p, .positive p, .general p {
	margin-bottom:0;
}
.warning p:first-child, .positive p:first-child, .general p:first-child {
	font-weight:bold;
}
.warning {
	background:#FFD200;
	border:1px solid #f6b011
}
.positive {
	background:#428F0F;
	border:1px solid #2e9600;
	color:#FFF;
}
.general {
	background:#B9B9B9;
	border:1px solid #ADADAD;
}
.warning.icon {
	background: #FFD200 url(../../../assets/img/icon-warning.png) no-repeat  20px center;
}
.positive.icon {
	background: #428F0F url(../../../assets/img/icon-tick.png) no-repeat  20px center;
}
.icon p {
	margin: 0 50px;
}
.close {
	text-indent:-300em;
	background: url(../../../assets/img/icon-close.png) no-repeat;
	height:19px;
	width:19px;
	opacity:1;
	position:absolute;
	right:15px;
	top:15px;
}
.close:hover {
	opacity:1;
}
.decimal {
	float:left;
	font-size:22px;
	padding:15px 6px 0;
}
/*
	lists
*/
.red li ul li,
li ul li span,
.red li span {
	color:#333;
}
li ul li,
.red dt,
.red li {
	color:#C00;
}
ol li ul li {
	list-style:disc;
} 

dd {
	margin-left:0;
}

.custom {
	margin:0;
}
.custom li {
	float:left;
	width:163px;
	margin:0 0 20px 25px;
}
.span12 .custom li {
	width:143px;
}
.custom:before,
.custom:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.custom:after {
	clear: both;
}
.above li span {
	margin-left:-20px;
}
.above li:before {
	content: "\a";
	white-space: pre;
}
.tick-list {
	list-style:none;
	margin:0 0 15px;
	text-align:left;
}
.tick-list li {
	background: url(../../../assets/img/list-tick.png) no-repeat 0 4px;
	padding-left: 30px; 
}
.tick-list-affiliate li {
	background: url(../../../assets/img/list-tick-affiliate.png) no-repeat 0 4px;
	padding-bottom: 30px;
	padding-left: 60px;
}
.tick-list-affiliate li strong {
	font-size: 20px;
}

.affiliate-top-logos-container {
	background: #302432;
}

.affiliate-top-logos {
	padding: 10px 0;
	max-width: 940px;
	margin: 0 auto;
}

.affiliate-banner-container {
	background: #fe0000;
}

.affiliate-banner {
	max-width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

.affiliate-top-logos-vm-logo {
	padding-right: 30px;
}
.affiliate-top-logos-uswitch-logo {
	border-left: 3px solid #fff;
	padding: 10px 0 10px 30px;
}

.affiliate-page .rich-text > div.content-style-four, .affiliate-page .text-and-media > div.content-style-four
 {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
}

.pricing-details-affiliate {
	width: 70%;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-affiliate {
	width: 30%;
	float:right;
	padding-top: 7%;
}

@media (max-width: 979px) {
	.cta-affiliate {
		padding-top: 16%;
	}

}

@media (max-width: 767px) {
	.cta-affiliate {
		padding-top: 7%;
	}
	

}

@media (max-width: 479px) {
	.cta-affiliate {
		padding-top: 0;
	}
}

.affiliate-page .thirtythree-thirtythree-thirtythree .text-and-media > div {
	border: 1px solid #333;
	min-height: 280px;
}

.affiliate-page .thirtythree-thirtythree-thirtythree .text-and-media > div h3 {
	font-size: 18px;
}

.affiliate-page .thirtythree-thirtythree-thirtythree .text-and-media > div h3,
.affiliate-page .thirtythree-thirtythree-thirtythree .text-and-media > div p {
	padding: 0 15px;
}

@media (max-width: 479px) {

	.pricing-details-affiliate {
		width: 100%;
		float: none;
		padding-right: none;
	}

	.cta-affiliate {
		width: 100%;
		float: none;
	}
	.affiliate-top-logos-vm-logo {
		width: 30%;
	}
	.affiliate-top-logos-uswitch-logo {
		height: 60px;
	}
}



/*lightbox styles*/
/*.small-width {
	width:400px;
}
.medium-width {
	width:650px;
}
.large-width {
	width:800px;
}
.large-width .span4 {
	width:185px;
}*/
/*
	test syles
*/
.grey-box {
	background: #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.grey-box-center {
	background: #CCC;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.grey-gradient-box {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	
	border: 1px solid #E7E7E7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	padding:15px;
}
.content-style-one {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf',GradientType=0 );
	padding:16px 20px 6px;
}
.content-style-two {
	background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #dfdfdf 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #dfdfdf 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#cccccc',GradientType=0 );
	padding:16px 20px 6px;
}
.content-style-three {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf',GradientType=0 );
	padding:16px 20px 6px;
}
.rich-text > div,
.text-and-media > div {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
}
.content-style-four {
    -moz-box-shadow: 0 3px 10px #EEE, 0 -3px 10px #EEE;
    -webkit-box-shadow: 0 3px 10px #EEE, 0 -3px 10px #EEE;
    box-shadow: 0 3px 10px #EEE, 0 -3px 10px #EEE;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	padding:16px 20px 6px;
	margin:10px 0;
}
.rich-text,
.text-and-media {
	overflow: hidden;
}
.content-style-one
.content-style-two
.content-style-three
.content-style-four {
	padding:20px;
}
.ie9 .content-style-one
.ie9 .content-style-two
.ie9 .content-style-three
.ie9 .content-style-four {
       filter: none;
}
.col-right p:last-child {
	margin-bottom:0;
}
/*
	IMAGES
*/
.img-span1 {
	width:40px;
}
.img-span2 {
	width:100px;
}
.img-span3 {
	width:160px;
}
.img-span4 {
	width:220px;
}
.img-span5 {
	width:280px;
}
.img-span6 {
	width:340px;
}
.img-span7 {
	width:400px;
}
.img-span8 {
	width:460px;
}
.img-span9 {
	width:520px;
}
.img-span10 {
	width:580px;
}
.img-span11 {
	width:640px;
}
.img-span12 {
	width:700px;
}
.img-span13 {
	width:760px;
}
.img-span14 {
	width:820px;
}
.img-span15 {
	width:880px;
}
.img-span16 {
	width:940px;
}
/*only use this on images below span2 that require a float on mobile.*/
.img-float-left {
	float:left;
	margin: 0 5px 5px 0
}
.img-float-right {
	float:right;
	margin-left: 0 0 5px 5px;
}
/*
	In page tick - green by default
*/
.inpage-tick {
	background: url(../../../assets/img/list-tick.png) no-repeat;
	text-indent: -300em;
	display: inline-block;
	padding: 0;
	line-height: 1;
	height: 12px;
	width: 15px;
}
.inpage-cross {
	background: url(../../../assets/img/list-cross.png) no-repeat;
	text-indent: -300em;
	display: inline-block;
	padding: 0;
	line-height: 1;
	height: 12px;
	width: 15px;
}
.ie7 .inpage-cross,
.ie7 .inpage-tick {
	display:block;
}

/* red tick */
.tick-red {
    background: url(../../../assets/img/ticks.png) no-repeat 0 -30px;
    width: 16px;
}

.tick-purple {
    background: url(../../../assets/img/ticks.png) no-repeat 0 -15px;
    width: 16px;
}

.tick-gold {
    background: url(../../../assets/img/ticks.png) no-repeat 0 0;
    width: 16px;
}

/*
	Brightcove css
*/
#BCLcontainingBlock {
	margin-left: 0;
	margin-bottom: 20px;
}
.BCLvideoWrapper {
	position: relative;
	padding-top: 1px;
	padding-bottom: 56.25%;
	height: 0;
}
* html .BCLvideoWrapper {
	margin-bottom: 45px;
	margin-top: 0;
	width: 100%;
	height: 100%;
}
.BCLvideoWrapper div,
.BCLvideoWrapper embed,
.BCLvideoWrapper object,
.BrightcoveExperience {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/*collapse for desktop*/
.no-touch .compare-tabs.collapse,
.no-touch .nav-tabs-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
}
/*collapse for ie8*/
.ie8 .nav-tabs-wrap .collapse {
	overflow:visible !important;
}
.no-touch a.serviceability-link,
.no-touch .mobile-back-to-top {
	display:none;
}

.commonwealth-logo {
	float: right;
}

/* Dark Grey Heading*/
.rich-text .content-style-five {
	background: #555555;
	color: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin-bottom: 5px;
}

.rich-text .content-style-five h3 {
	margin: 10px 15px;
}

.rich-text .content-style-five h3 a {
	text-decoration: none;
	color: #fff;
	cursor: text;
}

/* Added by GC - Community Transformation */

.forumModuleHome{
	margin:19px 19px 9px 19px;
/* 	font-size: 16px !important; */
	overflow:auto;
}

.forumModuleHome .panel-title, .forumSearchResultsPanel .panel-title{
	padding-left:0 !important;
}

.forumModuleHome p{
/* 	font-size:12px; */
}
 
.forumModuleHome .forumGroupIcon, .forumHomepagePanel .forumGroupIcon {
	padding-left:0 !important;
	font-size:16px;
}

.forumTopicLinks{
	font-size:13px !important;
	margin-left:-5px;
}

.forumTopicLinks li{
	padding-bottom:10px !important;
}


.forumSearchResultsPanel{
	font-size:10px !important;	
}

.forumSearchResultsPanel .forumGroupIcon{
	font-size:14px;
	color:#1e4178;
	padding-top:5px;
}

.forumGroupTitle{
	padding-right:0 !important;
}

.forumHomepagePanel{
   margin-top: 15px;
 /*  min-height: 130px;	*/
 overflow-y: auto;
  overflow-x: hidden !important;
}

.forumHomepagePanel .panel-title, .forumSearchResultsPanel .panel-title{
	padding-left:0 !important;
}

/*.forumTopicLinks .col-sm-6{
	padding:3px 0px;
}

.forumTopicLinks .col-xs-6 {
    padding: 3px 0px 3px 24px;
}

.forumTopicLinks .col-xs-12 {
    padding: 3px 0px 3px 24px;
}
*/
.homepageTopicsBlock, .homepageCommunityBlock, .homepageBlogsBlock, .broadbandTopicsBlock, .broadbandBlogsBlock{
	padding:0 !important;
}

#unified-header .unified-header-level-one-sublinks{
	margin-top:30px !important; 
}

.forumResultList{
	border-bottom:1px dotted #ccc;
	padding:5px 0px;
	color:#ff0000;
}

.colorGreen{
	color:lightgreen;	
	margin-right:3px;
}


/* Added by Cen */

.oCom{
	list-style-type: none;
	margin-bottom:0px !important;
	margin-top:3px !important;
	padding:0px !important;
}

.oComO{
	font-size:16px;
	position:absolute;
	top:3px;
	left:0;
}

.no-l-p{
	padding-left:0px !important;
}

.l-p-10{
	padding-left:10px;
}
.no-r-p{
	padding-right:0px !important;
}

.ex-r-p{
	padding-right:5px;
}

.forumRss{
	width:5px;
	float:left;
}

.panel-sub-head {

	
    display: block;
    font-size: 18px;
    margin-top:2px;
    margin-bottom:8px;
}

.blue {
    color: #1e4178;
}

.empty-message{
	padding-left:15px;
	padding-top:5px;	
}
.noPad{
	padding:0px 0px 0px 0px !important;
}

.blogIcon{
	text-decoration:underline;
}

.rightHandModuleBlog{
	font-size:14px;
}

.blogIcon::before{
	display:inline !important;
}

.greenMe{
	color:#348437;
	margin-right:5px;
	padding-right:5px;
}

.forumResults{
	list-style:none;
	margin:0px -20px;
	padding:0;
	
}

.forumResultsSection{
	list-style:none;
	padding:0;
}

.forumResults li, .forumResultsSection li{
	padding:5px 0px;
	border-bottom:1px dotted #ccc; 
}

.forum-results-widget .col-xs-1{
	margin-top:5px;
	margin-bottom:-5px;
}

.forum-results-widget .col-xs-11{
	padding-left:0px;
	padding-right:0px;
}

.forum-results-widget .forumAnswer{

	margin:0px -5px 0px 5px;
	padding:5px 0px;
	border-bottom:1px dotted #ccc; 
}

.forumTopAnswersTitle{
	margin-left:-20px;
}

.resultsTitle{
	border-bottom:none !important;
	font-size:14px;
}

.blogSection{
	font-size:13px !important;
	margin-top:10px;
}

.forumNoResultsText{
	margin-left:-20px;
}

.forumNoResultsText a{
	font-size:13px !important;
}

.forumIconCol {
    padding-left: 7px;
}

.forumIconTopicCol {
    padding-left: 5px;
}

.forumIconLanding {
    vertical-align: top;
    font-size: 4em;
    float: left;
}

.forumSearchResultsPanel .panel-sub-title{
	font-size:13px !important;
}

.communityLink{
	text-align:right;
}
/* end of added by Cen */