/* Header */
#secondaryContent .panel.file-access-wrap {
	padding: 0 20px;
	font-family: 'Roboto', sans-serif;
}

.file-access-bg {
	padding: 15px 20px 20px;
	background-color: #e0e0e0;
}

.portal-header {
	min-height: 42px;
	margin-bottom: 40px;
	border-radius: 5px;
	padding: 0 20px;
	background-color: #bda470;
}

.portal-header .header-icon {
	margin-right: 15px;
	vertical-align: middle;
}

.portal-header h1 {
	display: inline;
	max-width: 50%;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
}

.portal-welcome {
	float: right;	
	font-size: 14px;	
	line-height: 42px;
	color: #fff;
}

.portal-welcome .separator {
	margin: 0 12px;
}

.portal-welcome a {
	color: #fff;
	text-decoration: none;
}
.portal-welcome a:hover {
	color: #fff;
	text-decoration: underline;;
}

/* List box */
.list-list-box {
	margin: 0 5px 35px 0;
}

.list-list-header {
	min-height: 34px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 20px;
	background-color: #907b50;
}

.list-list-header.blue {
	background-color: #041f31;
}

.list-list-header.fallow {
	background-color: #bda470;
}

.list-list-header.gray {
	background-color: #687883;
}

.list-list-header .header-icon {
	margin-right: 7px;
	vertical-align: middle;
}

.list-list-header h2 {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 34px;	
	text-transform: uppercase;
	color: #e0e0e0;
	vertical-align: middle;
}

.list-list-content {
	border-right: solid 1px #788690;
	border-bottom: solid 1px #788690;
	border-left: solid 1px #788690;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 18px 20px 22px;
	font-size: 13px;
	color: #939ba1;
	background-color: #f2f2f2;
}

.list-list-content ul {
	list-style-type: none;
	margin: 0;
	font-size: 13px;	
	line-height: 1.9;
}

.list-list-content a {
	color: #041f31;
font-weight:bold ; 
	text-decoration: none;
}

.list-list-content a:hover {	
	text-decoration: underline;
}

.list-list-content .add-list {
	color:#0000ff; /*#bda470;	*/
}

.list-list-content .add-list a {	
	color: #0000ff;/*#bda470;	*/
font-weight:bold ; 
	text-decoration: underline;
}

.list-list-content .add-list a:hover {	
	color: #0000bb;/*#907b50*/		
}

/* News */
.news-box {
	margin: 0 0 35px 30px;
}

.news-header {
	min-height: 34px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 20px;
	background-color: #687883;
}

.news-header .header-icon {
	margin-right: 7px;
	vertical-align: middle;
}

.news-header h2 {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 34px;	
	text-transform: uppercase;
	color: #e0e0e0;
	vertical-align: middle;
}

.news-content {
	border-right: solid 1px #788690;
	border-bottom: solid 1px #788690;
	border-left: solid 1px #788690;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 18px 15px 15px;
	font-size: 13px;
	color: #939ba1;
	background-color: #f2f2f2;
}

.news-content ul {
	list-style-type: none;
	margin: 0;
	font-size: 13px;	
	font-weight: 300;	
	color: #041f31;
}

.news-content h3 {
	margin: 8px 0 3px 0;
	font-size: 13px;
	font-weight: 500;		
	color: #bda470;
}

.news-content li:first-of-type h3 {
	margin-top: 0;
}

.news-content a {
	font-weight: 400;
	color: #0475be;
	text-decoration: underline;
}

.news-content a:hover {	
	text-decoration: none;
}

/* Houston Title Search */
.houston-title-search {
	display: block;
	margin: 0 0 35px 30px;	
}

.houston-title-search-bg {
	position: relative;
	width: 100%;
	min-height: 153px;	
	background-image: url(./img/bg-houston-title-search.jpg);
	background-position: center center;
	background-size: cover;
}

.houston-title-search h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.6;
	color: #e0e0e0;
	background-color: rgba(0,0,0,0.5);
}

/* Sidebar callouts */
.callout-box {
	min-height: 153px;
	margin: 0 0 35px 30px;	
	background-position: center center;
	background-size: cover;	
}

.callout-header {
	min-height: 44px;
	padding: 0 20px;
	background-color: rgba(0,0,0,0.5);
}

.callout-header .header-icon {
	margin-right: 7px;
	vertical-align: middle;
}

.callout-header h2 {
	display: inline;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 44px;
	color: #e0e0e0;
	vertical-align: middle;
}

.callout-box.buy-foreclosures {
	background-image: url(./img/bg-learn-how-to-buy-foreclosures.jpg);
}

.callout-box.investment-opportunities {
	min-height: 194px;
	background-image: url(./img/bg-investment-opportunities.jpg);
}

.callout-box.video-tutorials {	
	min-height: 187px;
	background-image: url(./img/bg-video-tutorials.jpg);
}

.callout-content {
	display: table;
	width: 100%;
	height: 100%;
}

.callout-content .cell {
	display: table-cell;
	width: 50%;
	height: 100%;
}

.buy-foreclosures .cell {
	height: 110px;
	padding: 20px 1px; 
	text-align: center;
	background-color: #d4cfc5;
}

.buy-foreclosures .cell span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 12px;
	word-spacing: -1px;
	color: #041f31;
}

.buy-foreclosures .cell:nth-of-type(2) {	
	background-color: #b8b1a2;
}

.buy-foreclosures .cell:nth-of-type(2) span {
	color: #fff;	
}

.buy-foreclosures .cell .buy-now {
	display: inline-block;
	margin-top: 20px;
	border-radius: 5px;
	padding: 6px 10px 4px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 13px;	
	color: #f2f2f2;	
	background-color: #907b50;
	text-decoration: none;
	text-transform:uppercase;
}

.buy-foreclosures .cell .buy-now:hover {
	background-color: #AA956A;
}

.buy-foreclosures .cell:nth-of-type(2) .buy-now {	
	background-color: #041f31;
}

.buy-foreclosures .cell:nth-of-type(2) .buy-now:hover {	
	background-color: #1E394B;
}

.investment-opportunities .block-link {
	display: block;
	margin: 15px 6px 0px;
	border: solid 1px #fff;
	padding: 5px 0;
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 13px;	
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #041f31;
}

.investment-opportunities .block-link:hover {
	background-color: #1E394B;
}

.investment-opportunities .block-link:nth-of-type(2) {
	background-color: #687883;
}

.investment-opportunities .block-link:nth-of-type(2):hover {
	background-color: #82929D;
}

.video-tutorials .block-link {
	display: block;	
	margin: 0px 5px 5px;
	padding: 5px 0;
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 13px;	
	line-height: 1.7;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.video-tutorials .block-link img {
	display: block;
	margin: 0 auto;
}

#domBody .fancybox-iframe {
	border: solid 1px #788690;
}

/* ====== MEDIA SIZE : SMALL ====== */
@media only screen and (max-width: 40.063em) {
	#secondaryContent .panel.file-access-wrap {
		padding: 0;
	}

	.portal-header h1 {
		line-height: 35px;
	}

	.portal-welcome {
		float: none;
		line-height: 30px;
	}	

	/* List box */
	.list-list-box {
		margin-right: 0;
	}	

	.news-box,
	.houston-title-search,
	.callout-box {
		margin-left: 0;
	}

	.callout-content {
		display: block;
	}
	
	.callout-content .cell {
		display: block;
		width: 100%;
		height: auto;
	}	

	.buy-foreclosures .cell {
		height: auto;
		padding: 10px 1px; 		
	}

	.buy-foreclosures .cell .buy-now {
		display: block;
		width: 50%;
		margin: 10px auto;		
	}	
}