/*
 * The CSS for harness.org.au.
 *
 * This file is created by RISE.
 *
 */


.fullsize-bx {
}

.news-block {
	background:#f2f2f2;
	padding:8px;
	margin-top:10px;
	box-shadow:0 3px 6px #ccc;
	height:620px;
}

.news-block .nav-tabs > li > a {	
}

.news-block .nav-tabs > li.active > a, .news-block .nav-tabs > li.active > a:focus, .news-block .nav-tabs > li.active > a:hover {
}

.bx-wrapper {
	margin-bottom:40px !important;
	max-height:330px;
}

.bx-wrapper img {
    /*min-height: 285px;
    min-width: 473px;
    object-fit: cover;
    overflow: hidden;*/
	/*min-height: 185px;
    min-width: 640px;*/
    object-fit: inherit;
    object-position: 0 -20px;
}

.bx-wrapper img.theTrotsImg {
	object-position: 0;
	min-width: 640px;
}

.bx-wrapper .bx-controls-direction a {
	/*display:none;*/
}

.bxslider li {
	max-height:320px;
	width:624px !important;
}

.newsArchiveMin {
	padding:10px 10px 10px 20px;
}

.newsArchiveMin dl {
    display: list-item;
    list-style: inside none square;
    margin-bottom: 8px;
}

.newsArchiveMin dt {
	font-weight:normal;
	display:inline;
}

.newsArchiveMin dt.title {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    width: 77%;
	text-overflow: ellipsis;
	position:absolute;
}

.newsArchiveMin dt.releaseDate {
    display: inline-block;
    padding-right: 8px;
}

.newsArchive dl.docNews {
	border-bottom: 1px solid #ddd;
    float: left;
    margin: 0 0 12px;
    min-height: 180px;
    overflow: hidden;
    padding-bottom: 12px;
    padding-left: 280px;
    position: relative;
    width: 100%;
}

.newsArchive dd.image {
	background: #fff none repeat scroll 0 0;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #ccc;
    left: 0;
    margin: 0 1em 0 0;
    height: 160px;
    max-width: 250px;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.newsArchive dd.image img {
	min-height: 160px;
    object-fit: inherit;
    width: auto;
}

.newsArchive dt.releaseDate {
	font-size:12px;
}

.newsArchive dt.title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.25em;
}

.newsArchiveNoImg dl.docNews {
	border-bottom: 1px solid #ddd;
    margin: 0 0 12px;
    overflow: hidden;
    padding-bottom: 12px;
    position: relative;
    width: 100%;
}

.newsArchiveNoImg dl.pdfNews {
    border-bottom: 1px solid #ddd;
    margin: 0 0 12px;
    overflow: hidden;
    padding-bottom: 12px;
    position: relative;
    width: 100%;
}

.newsArchiveNoImg dt.releaseDate {
	font-size:12px;
}

.newsArchiveNoImg dt.title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.25em;
}

#news-headline {
	float:left;
	width:70%;
}

#news-logo-right {
	float:right;
	margin:0px 10px 0 20px;
	background: #fff none repeat scroll 0 0;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #ccc;
}

#news-logo-right img {
	max-height:80px;
}

#news-article {
	margin-top:20px;
}

#news-image {
    float: right;
    margin: 20px 10px 20px 20px;
    padding: 0;
}

#news-image-container {
	max-width:300px;
	background: #fff none repeat scroll 0 0;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #ccc;
}

#news-image-container img {
	min-width:290px;
}

.news-image-caption {
	clear: both;
    font-size: 12px;
    font-style: italic;
    padding: 5px 0;
    text-align: center;
}

.mobile-bx {
	display:none;
}

.readMoreNews {
    float: left;
    font-weight: normal;
}

