﻿h2.BOMA-page-title {
	display:none;
}
h3.boma-big-title {
	color: #abba41 !important;
	text-transform:uppercase;
}
.boma-note {
	padding: 0 !important;
}
.home-feature {
	height: 346px;
	overflow: hidden;
}


.BOMA-content-sidebar .wz-bottom {
	margin: 15px 0;
}

/* Accordion Mobile View */
article.mobile {
	background:#004795;
}
#mobileContent .ui-accordion-header {
	position:relative;
	height:50px;
	line-height:50px;
	padding:0 8px;
	margin:10px 0;
	border-radius:6px;
	outline:0;
	cursor:pointer;
	text-align:center;
	color:#03458f;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fbfaf8; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfaf8 0%, #cfcdce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfaf8), color-stop(100%,#cfcdce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfaf8 0%,#cfcdce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfaf8 0%,#cfcdce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfaf8 0%,#cfcdce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfaf8 0%,#cfcdce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf8', endColorstr='#cfcdce',GradientType=0 ); /* IE6-9 */
}
#mobileContent .ui-accordion-header-icon {
	width:30px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:url('i/acc-closed.png') center center no-repeat;
}
#mobileContent .ui-accordion-header-active .ui-accordion-header-icon {
	background:url('i/acc-open.png') center center no-repeat;	
}
#mobileContent > div {
	padding:12px;
	background:#fff;
}
#PartnerImageRollup .row {
	margin-bottom: 5px;
}
#PartnerImageRollup .col {
	text-align:center;
}
#PartnerImageRollup .col.padded {
	padding:5px;
}
#PartnerImageRollup img {
	max-width:100%;
	vertical-align:middle;
}

/*Right Aside Ad Spacing */


aside.right-column > table:last-child {
    margin-top: 30px;
}


.ad-zone.ad-zone-sidebar.third {
    margin-bottom: 25px;
}