.select2-container--default .select2-selection--single{
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #fff;
	line-height: 40px;	
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 11px;
	text-align: left;
	font-size: small;
	text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color: #fff;}
.select2-container .select2-selection--single{height: 42px; width: 270px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px;}