/*
Theme Name: BPS TwentySeventeen
Theme URI: 
Author: RTD Caribbean
Author URI: https://rtdcaribbean.com/
Description: Customised theme for the Barbados Postal Service.
Version: 1.0
License: 
License URI: 
Text Domain: bps_twentyseventeen
Tags: 
*/

html, body{
	margin:0px;
	padding:0px;
	background-color:white;
	height:100%;
}

#logoBar_content{
	position:relative;
}

#content{
	border:0px;
	width:800px;
	padding:0;
}

.poLocation{
	display:inline-block;
	margin:0px 40px 20px 0px;
	padding:30px;
	background:#F3F3F3;
	text-decoration:none;
	color:initial;
}

.poLocationImgRow{
	display:block;
}

img.poLocationImg{
	width:150px;
	height:90px;
}

.poLocationTitle{
	display:block;
	width:150px;
	height:50px;
	line-height:25px;
	margin-top:8px;
	overflow:hidden;
}

#PostalCodeSearchWindow{
	padding:20px;
	border-top:2px solid red;
	background:#F3F3F3;
}

#PostalCodeSearchWindow > div{
	text-align:right;
	line-height:40px;
}

#PostalCodeSearchBox{
	display:inline-block;
	margin-left:20px;
	width:250px;
	padding:3px 5px;	
}

#PostalCodeSearchButton{
	display:inline-block;
	border:none;
	background:red;
	color:white;
	padding:8px 15px;
}

#PostalCodeResults{
	margin-top:30px;
}

#PostalCodeListHeader{
	display:none;
	border-bottom:1px solid red;
	padding-bottom:3px;
	margin-bottom:10px;
}

.postalCode{
	display:none;
	padding:10px 0px;
	cursor:pointer;
	transition:all 300ms;
	text-transform:uppercase;
}

.postalCode:nth-child(even){
	background:rgb(245,245,245);
}

.district{
	display:inline-block;
	width:67%;
	padding:0px 1%;
}

.parish{
	display:inline-block;
	width: 15%;
	padding:0px 1%;
}

.code{
	display:inline-block;
	width:10%;
	padding:0px 1%;
}

.postalCode:hover{
	color:red;
}

.postalCode.selected{
	color:white;
	background-color:red;
}