
.header-strip {
	float:none;
	padding-top:5px;
	padding-bottom:5px;
	color: #fff;
	font-size:12px;
}

.header-strip a {
	color:#fff;
}

#change-region-header {
	background-color:      rgba(0, 0, 0, 0.1);
	border:                0px;
	-webkit-appearance:    none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    text-indent:        1px;
    text-overflow:      '';
    cursor:             pointer;
    width:              100px;
}

#change-region-header option{
	padding-left:3px;
	padding-right:3px;

}

select#change-region-header::-ms-expand{
	 display: none;
}


.text-left{
	width:49%;
	display: inline-block;
}
.text-right{
	width:49%;
	display: inline-block;
	text-align:right;
	vertical-align: top;
}

@media screen and (max-width: 800px){
	.logged-in .contact-0800{
		display:none;
	}
	.text-right{
		width:28%;
	}
	.text-left{
		width:70%;

	}

	.logged-out .text-left,
	.logged-out .text-right{
		width:100%;
		text-align:center;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media (max-width: 1140px){
	.header-strip {
		padding-left:10px;
	}
}

.logged-in #change-region-header{
	display:none;
}

.contact_page_number{
	color:#fff !important;
	font-size:18px;
	text-decoration:none !important;
}

.mobile .header-strip{
	display:none !important;
}
