/*
 * textblock styles
 */
.theme-blax .textblock {
	font: normal 12px/1.5 arial, times, sans-serif;
}


/*
 * asset styles
 */
.theme-blax .asset {
	font: normal 12px/1.5 arial, times, sans-serif;
	position: relative;
}

.theme-blax .asset a {
	background: url("../gfx/icon_download.png") left 2px no-repeat;
	padding: 2px 2px 2px 20px;
	text-decoration: none;
	color: inherit;
	
}
.theme-blax .asset a:hover {
	text-decoration: underline;
}

.theme-blax .asset-pdf a {
	background: url("../gfx/icon_pdf.png") left 2px no-repeat;
}

.theme-blax .asset .label {
	position: relative;
	text-align: right;
}

.theme-blax div.textblock {
	margin:1em 0 1em 0;
	padding:0;
}


.theme-blax div.textblock a,
.theme-blax div.textblock a:link,
.theme-blax div.textblock a:visited{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#333;
}

.theme-blax div.textblock a:hover{
	text-decoration:underline;
}


/*
 * mobile website switcher
 */
.theme-blax .mobile-website-switcher {
	display:block;
	background:rgba(255,255,255,.85);
	color:rgba(0,0,0,.75);
	padding:5px;
	text-align: center;
	z-index: 1000;
	border-bottom: 2px solid rgba(0,0,0,.5);
}

.theme-blax .mobile-website-switcher a {
	text-decoration: none;
	color: inherit;
	font-size: 250%;
	font-weight: bold;
}

/*
 * offspring content list
 */
.theme-blax .offspring-content-list-widget {
	position: relative;
	margin: 1em 0;
}
.theme-blax .offspring-content-list-widget .empty {
	display: none;
}
.theme-blax .offspring-content-list-widget a {
	color: inherit;
	text-decoration: none;
}

.theme-blax .offspring-content-list-widget .title {
	color: #B00931;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.theme-blax .offspring-content-list-widget .title:last-child {
	margin-bottom: 0;
}
.theme-blax .offspring-content-list-widget .title a:hover {
	text-decoration: underline;
}


.theme-blax .offspring-content-list-widget .description {
	line-height: 1.2em;
}

.theme-blax .offspring-content-list-widget .picture img {
	position: relative;
	display: block;
}

.theme-blax .offspring-content-list-widget > .list {
	position: relative;
	list-style-type: none;
}

.theme-blax .offspring-content-list-widget > .list > .item {
	position: relative;
	margin-bottom: 1em;
	padding: 1em;
	box-shadow: 0 -30px 60px -60px rgba(0, 0, 0, 0.25) inset, 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}
.theme-blax .offspring-content-list-widget > .list > .item:last-child {
	margin-bottom: 0;
}

.theme-blax .offspring-content-list-widget > .list > .item.layout-picture-left .picture,
.theme-blax .offspring-content-list-widget > .list > .item.layout-picture-center-left .picture {
	float:left;
	margin-right: 1em;
}

.theme-blax .offspring-content-list-widget > .list > .item.layout-picture-right .picture,
.theme-blax .offspring-content-list-widget > .list > .item.layout-picture-center-right .picture {
	float:right;
	margin-left: 1em;
}

.theme-blax .offspring-content-list-widget > .list > .item.layout-picture-center-top .picture {
	margin-bottom: .5em;
}

.theme-blax .offspring-content-list-widget > .list > .item.layout-picture-center-bottom .picture {
	margin-top: .5em;
}

.theme-blax .offspring-content-list-widget .pagination {
	position: relative;
	text-align: center;
	line-height: 1.2em;
	font-size: 120%;
	margin: 0;
}
.theme-blax .offspring-content-list-widget .pagination-top {
	margin-bottom: 1em;
}
.theme-blax .offspring-content-list-widget .pagination-bottom {
	margin-top: 1em;
}
.theme-blax .offspring-content-list-widget .pagination a {
	text-decoration: none;
	color: inherit;
}
.theme-blax .offspring-content-list-widget .pagination > div {
	display: inline-block;
}
.theme-blax .offspring-content-list-widget .pagination .pages .yui-pg-page {
	border: 0;
}
.theme-blax .offspring-content-list-widget .pagination .pages .yui-pg-page.active {
	font-weight: bold;
}
.theme-blax .offspring-content-list-widget .pagination .pages a.yui-pg-page:hover {
	text-decoration: underline;
}

.theme-blax .offspring-content-list-widget .subtitle {
	position: relative;
	font-size: 80%;
	line-height: 1.2em;
	margin-top: -.5em;
	margin-bottom: .5em;
}
.theme-blax .offspring-content-list-widget .subtitle:first-child {
	margin-top: 0;
}
.theme-blax .offspring-content-list-widget .subtitle-breadcrumb .delimiter {
	padding: 0 .5em;
}
.theme-blax .offspring-content-list-widget .subtitle a:hover {
	text-decoration: underline;
}
.theme-blax .offspring-content-list-widget .subtitle .prefix {
	padding-right: 1ex;
}
.theme-blax .offspring-content-list-widget .subtitle .postfix {
	padding-left: 1ex;
}


/*
 * website search widget
 */
.theme-blax .website-search-widget {

      display: inline-block;
    position: relative;
top: -10px;
right: -3px;
margin-left: 10px;
    z-index: 99999;
            
}


.theme-blax .website-search-widget .search {
background: rgba(255,255,255,0.5);
                          color: white;
	border: 1px solid rgba(255,255,255,.25);
	margin: .25em .25em 0 0;
	padding: .15em;
	width: 100px;
	transition: width .25s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
	-webkit-transition: width .25s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
	outline: none;
}
.theme-blax .website-search-widget .search:hover {
	border: 1px solid rgba(255,255,255,.30);
	box-shadow: 0 0 2px rgba(255,255,255,.15);
}
.theme-blax .website-search-widget .search.active {
	background: rgba(255,255,255,.33);
	border: 1px solid rgba(255,255,255,.40);
	box-shadow: 0 0 2px rgba(255,255,255,.20);
	width: 200px;
}
.theme-blax .website-search-widget .search.error {
	background: rgba(255,0,0,.50);
	border: 1px solid rgba(255,0,0,.40);
	box-shadow: 0 0 2px rgba(255,0,0,.20);
}
.theme-blax .website-search-widget .search-con {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	transition: opacity .25s ease-in-out, background .25s ease-in-out, border .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out, border .25s ease-in-out;
}
.theme-blax .website-search-widget.busy .search-con .search {
	background: rgba(255,255,255,.20);
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0 0 3px rgba(255,255,255,.33);
}


.theme-blax .website-search-results .bd {
	background-color: rgba(255,255,255,.98);
	border: 1px solid rgba(0,0,0,.25);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,.25);
  font-size: 80%;
}
.theme-blax .website-search-results .bd.yui-menu-body-scrolled {
	overflow: auto;
}
.theme-blax .website-search-results .yuimenuitem {
	padding: .8em 1em;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.theme-blax .website-search-results .bd > ul {
	padding: 0;
}
.theme-blax .website-search-results .yuimenuitem .yuimenuitemlabel {
	padding: 0;
	outline: none;
}
.theme-blax .website-search-results .yuimenuitem .title {
	display: block;
	font-weight: bold;
}
.theme-blax .website-search-results .yuimenuitem .url {
	display: block;
	font-size: 80%;
	color: #009933;
	margin-bottom: .25em;
	
	max-width: 70em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme-blax .website-search-results .yuimenuitem .description {
	display: block;
	opacity: .75;
	filter:Alpha(opacity=75);
}

.theme-blax .website-search-results .yuimenuitem span.image {
	position: relative;
	display: inline-block;
}
.theme-blax .website-search-results .yuimenuitem .image-contentLeft span.image {
	margin-right: .6em;
}
.theme-blax .website-search-results .yuimenuitem .image-contentRight span.image {
	margin-left: 0;
	width: 20%;
	text-align: right;
}
.theme-blax .website-search-results .yuimenuitem .image-contentLeft .content,
.theme-blax .website-search-results .yuimenuitem .image-contentRight .content {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.theme-blax .website-search-results .yuimenuitem .image-contentRight .content {
	width: 80%;
}

.theme-blax .website-search-results .yuimenuitem .image-descriptionLeft .description .image {
	margin-right: .6em;
}
.theme-blax .website-search-results .yuimenuitem .image-descriptionRight .description .image {
	margin-left: .6em;
}
.theme-blax .website-search-results .yuimenuitem .description .text {
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.theme-blax .website-search-results .yuimenuitem-selected {
	background-color: rgba(0,0,0,.05);
}

.theme-blax .website-search-results .hd.topscrollbar,
.theme-blax .website-search-results .ft.bottomscrollbar {
	display: none;
}
.theme-blax .website-search-results .yui-menu-shadow-visible {
	visibility: hidden;
	display: none;
}
.theme-blax .website-search-results.from-cache:after {
    background: transparent;
    content: "";
    font-size: 100%;
    position: absolute;
	display: block;
    bottom: 3px;
	right: 3px;
	width: 4px;
	height: 4px;
	border: 1px solid rgba(0,0,0,.07);
	border-radius: 4px;
}





.theme-blax.has-website-search .segment-header-sub-nav {
       position: relative;
    text-align: right;
}

.theme-blax.has-website-search #nav-sub {
    display: inline-block;
    position: relative;
}



.theme-blax .website-search-widget ::-webkit-input-placeholder { color:#777;opacity:1;}
.theme-blax .website-search-widget ::-moz-placeholder { color:#777;opacity:1;} 
.theme-blax .website-search-widget :-ms-input-placeholder { color:#777;opacity:1; } 
.theme-blax .website-search-widget input:-moz-placeholder { color:#777;opacity:1; }

