.select2-container {
	width: 272px;
}

.select2-container .select2-chosen {
	border-radius: 0px;
	border: none;
}

.select2-container .select2-choice {
	height: 51px;
	background: white;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}

.select2-container .select2-choice > .select2-chosen {
	font-size: 14px;
  	font-weight: 500;
  	color: #659ad2;
	line-height: 47px;
  	padding-left: 30px;
}

.select2-container .select2-choice .select2-arrow {
	width: 49px;
	height: 100%;
	background-color: #659ad2;
	background-image: url('/wp-content/themes/MindManager/images/dropdown-arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}

.select2-container .select2-choice .select2-arrow b {
	display: none;
}

@media only screen and (max-width: 959px) and (min-width: 720px) {
	.select2-container {
		width: 156px;
	}
	.select2-container .select2-choice .select2-arrow {
		width: 26px;
	}
	.select2-container .select2-choice > .select2-chosen {
		margin-right: 34px;
		padding-left: 0px;
		text-align: center;
	}
}

@media only screen and (max-width: 719px) {
	.select2-container {	  
		margin-left: auto;
		margin-right: auto;
  		display: block;
	}
}