@CHARSET "UTF-8";

.panel {
	margin-top: 20px;
	background: white;
	margin-bottom: 20px;
	
	
	
	box-sizing: border-box;
	position: relative;
	
/*	background: rgba(56, 170, 225, 0.4); */
}

.panel .paneltitle {
/*	padding: 10px; */
	font-size: 16px;
/*	color: white;
	background: rgba(56, 170, 225, 1); */
	font-weight: 600;
	xborder-bottom: 1px solid;
	color: #B0CB0A;
}

	

.paneltitle H3 {
	font-size: 18px;
	
	font-weight: 700 !important;
	color: #B0CB0A;
	
}

.panel .paneltitle A {
	
	/*color: white; */
}

.panel .panelcontent {
	
	position: relative;
	padding: 5px;
	/*padding: 10px;*/
}

.content .panel UL {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
	font-size: 16px;
}

.panel UL LI {
	list-style: none;
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
}

.content .panel UL LI LI, .content .panel UL LI UL {
	margin: 0;
}

.xpanel UL LI:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #38aae1;
	position: absolute;
	top: 3px;
	left: 5px;
	display: block;
	background-image: url('/images/hexbullet.png');
	background-size: cover;
	
}

.panel .filesize {
	font-size: 15px;	
}


.ci_info {
	font-size: 14px;
	line-height: 1em;
}

.ci_info .ci_label, .ci_info .ci_value {
	font-weight: 500;
	color:	#4481a8;
	display: inline-block;
}

.ci_label {
	width: 80px;
}

.ci_info .ci_detail {
	display: block;
	line-height: 1em;
	margin-top: 5px;
	font-size: 13px;
	color: #777
}

.ci_item {
	padding: 10px 10px 0;
}


body.opportunities .panel.Ascent_Panel_Snippet .panelcontent {
	padding: 0 10px;
    background: #f9f9f9;
    border: 1px solid #dddddd;
	font-size: 12px;
}

body.opportunities .panel.Ascent_Panel_Snippet .panelcontent IMG {
	
	margin: 0 0 5px 5px;
	
}

.panel .location {
	margin-top: 10px;
	font-size: 14px;
}

.panel .location .label {
	font-weight: 700;
	color: 	#36A9E1;
}


.panel .location .title {
	font-weight: 500;
}

.panel.Ascent_Panel_Snippet {
	font-size: 14px;
}

.paneltitle {
	padding: 5px;
	margin: 0px;
}

.panel.Ascent_Panel_Section .panelcontent,
.panel.Oscar_Panel_Features .panelcontent {
	background: none;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	padding-bottom: 5px;
}

.panel .paneltitle A {
	text-decoration: none;
}

.panel.Ascent_Panel_Section A, 
.panel.Oscar_Panel_RelatedLinks A {
	text-decoration: none;
	
}

.panel.Ascent_Panel_Section UL,
.panel.Oscar_Panel_Features UL,
.panel.Oscar_Panel_RelatedLinks UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

.panel.Ascent_Panel_Section LI LI,
.panel.Oscar_Panel_Features LI,
.panel LI {
	padding-left: 20px;
	position: relative;
}	

.panel.Ascent_Panel_Section LI SPAN:before,
.panel.Oscar_Panel_RelatedLinks LI SPAN:before,
.panel.Oscar_Panel_Features LI SPAN:before {
	content: ' > ';
	color: #ccc;
	position: absolute;
	left: 5px;
	top: 7px;
	font-size: 12px;
	font-weight: 700;
	
}

.panel.Ascent_Panel_Section .panelcontent A,
.panel.Oscar_Panel_RelatedLinks .panelcontent A,
.panel.Oscar_Panel_Directory .panelcontent A {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: normal;
}
	
.panel.Ascent_Panel_Section LI.onPath > SPAN >  A {
	font-weight: 700;	
}
	
.panel.Ascent_Panel_Section LI SPAN,
.panel.Oscar_Panel_RelatedLinks LI SPAN {
	position: relative;
	padding: 5px 0px 5px 20px;
}
	
.panel.Ascent_Panel_Section LI SPAN:hover, 
.panel.Oscar_Panel_RelatedLinks LI SPAN:hover {
	background: #f7f7f7;
}

.panel.Ascent_Panel_Section LI SPAN, .panel.Ascent_Panel_Section LI A,
.panel.Oscar_Panel_RelatedLinks LI SPAN, .panel.Oscar_Panel_RelatedLinks LI A {
	display: block;
}


#frm_filter .panel {
	margin: 10px 0;
}

.sponsorwrap {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

x.sponsor.logo {
x	position: relative;x
x	width: 100%;x
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 133px;
}

x.sponsor.logo:after {

	display: block;
	content: '';
	xwidth: 100%;
	xpadding-top: 30%;
}

x.sponsor.logo A {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;	
}

.sponsor.logo IMG {
	max-width: 200px;
	max-height: 150px;
	margin: 0px auto;
	display: block;
}


.relatedlinks {
	
}

.relatedlink {
	xpadding: 10px;
}

