*{margin:0;padding:0;}
html{height:100%;}
body{height:100%;font-family: 'Open Sans', sans-serif;font-weight:400;background:#ededed;}
body, html{width:100%;font-size:16px;color:#030303;}
section, nav, article, footer{display:block;}
strong{font-weight:600;}

/* Headers */
h1,h2{font-family: 'Oswald', sans-serif;font-weight: 300;text-transform:uppercase;margin:0;color:#26155c;}
h3, h4, h5, h6, .h3, .h4, .h5, .h6{font-family: 'Open Sans', sans-serif;}

/* Header */
.preHeader{background:url(../img/header.jpg) center no-repeat, #26155b;background-size:auto 100%, auto;position:absolute;top:0;left:0;width:100%;height:200px;z-index:1;}
header{text-align:center;height:200px;line-height:200px;position:relative;z-index:3;}
nav ul{list-style:none;font-size:1.6rem;color:#fff;text-transform:uppercase;cursor:default;font-family: 'Oswald', sans-serif;}
nav ul li{display:inline-block;margin:0 30px;}
nav ul a{color:#fff;text-decoration:none;position:relative;padding:0 10px;cursor:pointer;}
nav ul a:hover{color:#fff;text-decoration:none;}


/* ==Homepage styles== */

/* The first screen */
	.welcomeWrapper{position:relative;width:100%;height:100%;min-height:100vh;z-index:1;margin-top:-200px;z-index:2;}
	.welcome{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;text-align:center;}
		.welcome > div{display:block;width:100%;box-sizing:border-box;}
		.welcome > div > *{display:inline-block;vertical-align:middle;font-family: 'Oswald', sans-serif;}
		.welcomeHeader:before, .searchBtnWrapper:before, .welcomeArrow:before {display:inline-block;width:1px;margin-right:-4px;height:100%;vertical-align:middle;content:'';}
		.garantNav{height: 29.75%;}	
		.welcomeHeader{height:42%;}
			.welcome h1{color:#fff;font-size:3.2rem;padding-bottom:1rem;display:inline-block;vertical-align:middle;}
		.searchBtnWrapper{height:15%;}
			.searchBtnWrapper a {width:180px;height:80px;line-height:80px;font-size:1.8rem;text-decoration:none;text-transform:uppercase;border:1px solid #fff;color:#fff;background:#26155c;border-radius:5px;overflow: hidden;position:relative;}
			.searchBtnWrapper a:active{background:#180D3A;margin-top:2px;}
			.searchBtnWrapper a span{display: inline-block;width: 100%;height: 100%;}
		.welcomeArrow{height:13.25%;}
			.welcomeArrow a{display:inline-block;width:50px; height:50px;border:2px solid #fff;border-radius:25px;box-sizing:border-box;background:url(../img/scrolldownicon.png) center no-repeat;cursor:pointer;}	
/* About and Search section */
	.about{background:url(../img/guitar.jpg) center top no-repeat, #26155c;background-size:auto 100%, auto;color:#fff;padding:150px 0 130px;border-top:10px solid #fff;}
		.about h2{color:#fff;}
		.about h2, .search h2{font-size:2.1rem;line-height:2.6rem;position:relative;margin:0 0 20px;padding-bottom:20px;}
		.about h2:after, .search h2:after {content:'';display:block;width:40px;height:5px;position:absolute;bottom:0;left:0;background:#9582dc;}	
	.strongPurple{font-weight:600;color:#9582dc;text-decoration:none;}
		.strongPurple:hover, .strongPurple:active{color:#9582dc;text-decoration:underline;}
	.column{box-sizing:border-box;width:50%;float:left;}
		.column:first-child{padding-right:20px;}
		.column:last-of-type{padding-left:20px;}
	.aboutLink{padding:10px 0 0;box-sizing:border-box;height:60px;}
		.aboutLink a {width:160px;height:50px;line-height:50px;font-size:1.1rem;text-decoration:none;text-transform:uppercase;border:1px solid #fff;color:#fff;background:#26155c;border-radius:5px;overflow: hidden;position:relative;font-family: 'Oswald', sans-serif;text-align:center;display:inline-block;}
		.aboutLink a:active{background:#180D3A;margin-top:2px;}
		.aboutLink a:span{-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;display: inline-block;height: 100%;line-height: 48px;vertical-align:top;}
	.search{background:#ededed;padding:30px 0 50px;}
		.input{width: 100%;line-height: 60px;height: 60px;border: 2px solid #0f123d;margin-top: 30px;border-radius: 5px;padding: 0 10px;font-size: 1rem;box-sizing: border-box;}
		::-webkit-input-placeholder {color:#0f123d;font-family: 'Open Sans', sans-serif;line-height: 60px;}
		::-moz-placeholder          {color:#0f123d;font-family: 'Open Sans', sans-serif;line-height: 60px;}
		:-moz-placeholder           {color:#0f123d;font-family: 'Open Sans', sans-serif;line-height: 60px;}
		:-ms-input-placeholder      {color:#0f123d;font-family: 'Open Sans', sans-serif;line-height: 60px;}
		.mrgnTop30{margin-top:30px;}
		.btnWrapper{display:inline-block;position:relative;overflow:hidden;border: 1px solid #fff;border-radius: 5px;height:50px;}
			.btnWrapper.submitWrapper{margin-right: 20px;background:#26155c;}
			.btnWrapper.resetWrapper{background: #c6c6c6;text-decoration:none;}
			.btnWrapper:active{-webkit-transform: translateY(2px);-moz-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);}
	.searchForm{margin-top:10px;}
	.searchForm h4{margin-top:0;color:#26155c;font-weight:700;padding-left:10px;}
	.submitBtn, .resetBtn{line-height: 46px;display: inline-block;height: 50px;width:120px;text-align:center;color: #fff;font-family: 'Oswald', sans-serif;font-size: 1.2rem;cursor:pointer;position:relative;}
	.submitBtn{background: #26155c;border: 1px solid #26155c;}
	.resetBtn{background: #c6c6c6;border: 1px solid #c6c6c6;}
		
.purple{color:#9582dc;text-decoration:none;}
.purple:hover, .purple:active{color:#9582dc;text-decoration:underline;}
		
footer{background:#26155c;color:#fff;padding:55px 0;font-family: 'Oswald', sans-serif;}
footer p{margin-bottom:0;}
.back-to-top {cursor: pointer;position: fixed;bottom: 20px;right: 20px;display:none;background:#26155c;border-color:#fff;}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus{background:#321F6F;background-color:#321F6F !important;border-color:#fff;}

.panel-heading a{color:#fff;text-decoration:none;}
.panel-heading a:hover, .panel-heading a:active{color:#fff;text-decoration:underline;}
.panel-info> .panel-heading, .btn-info{background:#26155c;}
.btn-info{text-shadow:none;border:1px solid #fff;font-family: 'Oswald', sans-serif;font-size: 0.9rem;text-transform: uppercase;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}
.btn-info:hover, .btn-info:active, .btn-info:focus{background:#fff;color:#26155c!important;text-decoration:none!important;}
.btn-margin-left {margin-left: 6px;}
.btn-margin-right {margin-right: 6px;}
.vertical-align {display: flex;align-items: center;}
.pager li>a, .pager li>span{color:#26155c;}

.pageName{padding-top:60px;border-top:10px solid #fff;}	
	.pageName h1{padding:0 0 20px;position:relative;margin-bottom:20px;font-family: 'Oswald', sans-serif;font-weight: 300;font-size:2.1rem;line-height:2.6rem;}
	.pageName h1:after {content:'';display:block;width:40px;height:5px;position:absolute;bottom:0;left:0;background:#9582dc;}

.mainContent{padding-bottom:50px;}
.alert-danger{border:1px solid #26155c;position:relative;padding-left:70px;color: #26155C;margin-top: 20px;}
.alert-danger:before{content:"\e101";display:block;width:50px;background: #D9363B;color: #FFFFFF;height:100%;position:absolute;top:0;
left:0;font-family: 'Glyphicons Halflings';font-size:2rem;font-weight:normal;text-align:center;line-height: 54px;}
	
@media (max-width: 1024px) {
	.welcome{background:url(../img/earthback.png) center no-repeat;background-size:auto 100%;}
	.welcomeWrapper{background: #7600ed;background: -moz-linear-gradient(-45deg,  #7600ed 0%, #a015b0 33%, #e23552 67%, #ff4428 100%);background: -webkit-linear-gradient(-45deg,  #7600ed 0%,#a015b0 33%,#e23552 67%,#ff4428 100%);background: linear-gradient(135deg,  #7600ed 0%,#a015b0 33%,#e23552 67%,#ff4428 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7600ed', endColorstr='#ff4428',GradientType=1 );background-size: 200% 200%;}
	nav ul a:active{text-decoration:underline;}
	.welcomeArrow a:active{margin-top:2px;}
	.strongPurple:active, .purple:active{text-decoration:underline;}
}

@media (max-width: 991px) {
	h1{font-size:2.4rem;}
	h2{font-size:1.9rem;}
	p{background:url();}
}

@media (max-width: 767px) {
	h1{font-size:2.1rem;}
	h2{font-size:1.7rem;}
	nav ul{font-size:1.5rem;}
	.searchBtnWrapper a {width:160px;height:60px;line-height:60px;font-size:1.5rem;}
	.column {width: 100% !important;float:none !important;}
}

@media (max-width: 575px) {
	body,html{font-size:14px;}
	h2{font-size:1.3rem;line-height:1.6rem;}
	nav{height:23.75%;}
	.welcomeHeader{height:32%;}
	.searchBtnWrapper{height:23%;}
	.welcomeArrow{height:21.25%;}
	nav:before, .welcomeHeader:before, .searchBtnWrapper:before, .welcomeArrow:before {display:none;}
	h1{font-size:1.6rem;display:inline;}
	nav{padding-top:20px;}
	nav ul{font-size:1.2rem;}
	nav ul li{margin: 0 5px;}
	.searchBtnWrapper a {width:150px;height:50px;line-height:50px;font-size:1.2rem;}	
	.about{padding:80px 0;}
	::-webkit-input-placeholder {font-size:14px;}
	::-moz-placeholder          {font-size:14px;}
	:-moz-placeholder           {font-size:14px;}
	:-ms-input-placeholder      {font-size:14px;}
	.btnWrapper{height:40px;}
	.submitBtn, .resetBtn{width:100px;height:40px;line-height: 36px;}
	.search .column:last-of-type{margin-top:30px;}
}

@media (min-width: 1025px) {
	.welcome{background:url(../img/earthback.png) center no-repeat;background-size:auto 100%;}
	.welcomeWrapper{background: #7600ed;background: -moz-linear-gradient(-45deg,  #7600ed 0%, #a015b0 33%, #e23552 67%, #ff4428 100%);background: -webkit-linear-gradient(-45deg,  #7600ed 0%,#a015b0 33%,#e23552 67%,#ff4428 100%);background: linear-gradient(135deg,  #7600ed 0%,#a015b0 33%,#e23552 67%,#ff4428 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7600ed', endColorstr='#ff4428',GradientType=1 );background-size: 200% 200%;-webkit-animation: backGradient 10s ease infinite;-moz-animation: backGradient 10s ease infinite;animation: backGradient 10s ease infinite;}
	@-webkit-keyframes backGradient {
	0% {background-position: 0% 0%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 0%}}
	@-moz-keyframes backGradient {
	0% {background-position: 0% 0%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 0%}}
	@keyframes backGradient {
	0% {background-position: 0% 0%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 0%}}
	nav ul a:before {display:block;width:100%;height:1px;position:absolute;bottom:0;background:#fff;margin-bottom:-10px;opacity:0;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;content:'';}
	nav ul a:hover:before{margin-bottom:-2px;opacity:1;}
	.welcomeArrow a:hover{border:2px dotted #fff;margin-top:2px;}
	.searchBtnWrapper a:hover span {-webkit-transform: translate(-1px,300%);-moz-transform: translate(-1px,300%);-ms-transform: translate(-1px,300%);transform: translate(-1px,300%);}
	.searchBtnWrapper a:before{position: absolute;height: 100%;width: 100%;line-height: 2.5;font-size: 180%;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;left: 0;top: -100%;background:url(../img/searchicon.png)center no-repeat;content:'';}
	.searchBtnWrapper a:hover:before{top:0;}
	.aboutLink a span:after {display:inline-block;vertical-align:top;width:15px;height:100%;background:url(../img/arrowicon.png) center no-repeat;opacity:0;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;content:'';margin-right:-15px;}
	.aboutLink a:hover span:after{opacity:1;margin-left:10px;margin-right:0;}
	.strongPurple:hover{text-decoration:underline;}
	.btnWrapper.submitWrapper:after{content:'';z-index:1;background:url(../img/searchicon.png)center no-repeat, #26155c;position: absolute;height: 100%;width: 100%;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;left: 0;top: -100%;display:block;}
	.btnWrapper.submitWrapper:hover .submitBtn{color:#26155c;z-index:2;background:transparent;font-size:0.01rem;}
	.btnWrapper.submitWrapper:hover:after{top:0;}
	.btnWrapper.resetWrapper:after{content:'';z-index:1;background:url(../img/reseticon.png)center no-repeat, #c6c6c6;position: absolute;height: 100%;width: 100%;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;left: 0;top: -100%;display:block;}
	.btnWrapper.resetWrapper:hover .resetBtn{color:#c6c6c6;z-index:2;background:transparent;font-size:0.01rem;}
	.btnWrapper.resetWrapper:hover:after{top:0;}
	.purple:hover{text-decoration:underline;}
}


/* Select2 styles */

.select2-container {box-sizing: border-box;display: inline-block;margin: 0;position: relative;vertical-align: top; }
.select2-container .select2-selection--single {box-sizing: border-box;cursor: pointer;display: block; height: 60px;user-select: none;-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {display: block;padding-left: 10px;padding-right: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {position: relative;}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {padding-right: 8px;padding-left: 20px;}
.select2-container .select2-selection--multiple {box-sizing: border-box;cursor: pointer;display: block;min-height: 32px;user-select: none;-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {display: inline-block;overflow: hidden;padding-left: 8px;text-overflow: ellipsis;white-space: nowrap; }
.select2-container .select2-search--inline {float: left; }
.select2-container .select2-search--inline .select2-search__field {box-sizing: border-box;border: none;font-size: 100%;margin-top: 5px;padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {-webkit-appearance: none;}
.select2-dropdown {background-color: white;border: 2px solid #0f123d;border-radius: 5px;box-sizing: border-box;display: block;position: absolute;left: -100000px;width: 100%;z-index: 1051;}
.select2-results {display: block; }
.select2-results__options {list-style: none;margin: 0;padding: 0; }
.select2-results__option {padding: 6px;user-select: none;-webkit-user-select: none; }
.select2-results__option[aria-selected] {cursor: pointer;}
.select2-container--open .select2-dropdown {left: 0;}
.select2-container--open .select2-dropdown--above {border-bottom: none;border-bottom-left-radius: 0;border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {border-top: none;border-top-left-radius: 0;border-top-right-radius: 0;}
.select2-search--dropdown {display: block;padding: 4px;}
.select2-search--dropdown .select2-search__field {padding: 4px;width: 100%;box-sizing: border-box;}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {-webkit-appearance: none;}
.select2-search--dropdown.select2-search--hide {display: none;}
.select2-close-mask {border: 0;margin: 0;padding: 0;display: block;position: fixed;left: 0;top: 0;min-height: 100%;min-width: 100%;height: auto;width: auto;opacity: 0;z-index: 99;background-color: #fff;filter: alpha(opacity=0); }
.select2-hidden-accessible {border: 0 !important;clip: rect(0 0 0 0) !important;height: 1px !important;margin: -1px !important;overflow: hidden !important;padding: 0 !important;position: absolute !important;width: 1px !important; }
.select2-container--default .select2-selection--single {background-color: #fff;border: 2px solid #0f123d;border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #0f123d;line-height: 58px; }
.select2-container--default .select2-selection--single .select2-selection__clear {cursor: pointer;float: right;font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {color: #0f123d; }
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 56px;position: absolute;top: 1px;right: 1px;width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow:after {height: 26px;position: absolute;top: 1px;right: 1px;width: 2px;content:'';display:block;border-color: transparent transparent #0f123d transparent;border-style: solid;border-width: 4px 4px 7px 4px;height: 1px;left: 0;margin-left: 0px;margin-top: 15px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #0f123d transparent transparent transparent;border-style: solid;border-width: 7px 4px 4px 4px;height: 1px;left: 50%;margin-left: -10px;margin-top: 3px;position: absolute;top: 50%;width: 2px;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {float: left;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {left: 1px;right: auto;}
.select2-container--default.select2-container--disabled .select2-selection--single {background-color: #eee;cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {display: none; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {border-top-left-radius: 0;border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {border-bottom-left-radius: 0;border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {border: 1px solid #0f123d; }
.select2-container--default .select2-search--inline .select2-search__field {background: transparent;border: none;outline: 0;box-shadow: none;-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {max-height: 200px;overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {padding: 0;}
.select2-container--default .select2-results__option[aria-disabled=true] {color: #0f123d; }
.select2-container--default .select2-results__option[aria-selected=true] {background-color: #0f123d;color: #fff;}
.select2-container--default .select2-results__option .select2-results__option {padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {margin-left: -1em;padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left: -2em;padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left: -3em;padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left: -4em;padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left: -5em;padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #36396a;color: white;}
.select2-container--default .select2-results__group {cursor: default;display: block;padding: 6px; }
.select2-container--classic .select2-selection--single {background-color: #f7f7f7;border: 1px solid #aaa;border-radius: 4px;
outline: 0;background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {color: #444;line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {cursor: pointer;float: right;font-weight: bold;margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {background-color: #ddd;border: none;border-left: 1px solid #aaa;border-top-right-radius: 4px;border-bottom-right-radius: 4px;height: 26px;position: absolute;top: 1px;right: 1px;width: 20px;background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {border-color: #888 transparent transparent transparent;border-style: solid;border-width: 5px 4px 0 4px;height: 0;left: 50%;margin-left: -4px;margin-top: -2px;position: absolute;top: 50%;width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {border: none;border-right: 1px solid #aaa;border-radius: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;left: 1px;right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {background: transparent;border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #888 transparent;border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {border-top: none;border-top-left-radius: 0;border-top-right-radius: 0;background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {border-bottom: none;border-bottom-left-radius: 0;border-bottom-right-radius: 0;background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-search--dropdown .select2-search__field {border: 1px solid #aaa;outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {outline: 0;box-shadow: none; }
.select2-container--classic .select2-dropdown {background-color: white;border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {border-bottom: none; }
.select2-container--classic .select2-dropdown--below {border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {max-height: 200px;overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {background-color: #3875d7;color: white; }
.select2-container--classic .select2-results__group {cursor: default;display: block;padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {border-color: #5897fb; }