/***********************/
/***********************/
/** Hero Row Selection **/
/***********************/

/* SELECT FANCY */
	.select2-container {width:100% !important}
	.select2-container--default .select2-selection--single {
		border: 1px solid var(--blue)!important;
		border-radius: 12px !important;
		height: 54px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: var(--blue) !important;
        font-family: var(--font-content) !important;
        font-size: 18px;
        font-size: 1.13rem;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        line-height: 2.06rem;
		padding: 12px 27px 12px 27px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		padding: 25px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		content: ''!important;
        width: 12px!important;
        height:6px!important;
		background-image: url(/wp-content/uploads/Arrow-Expand-1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        border: none !important;
	}
	.select2-container .select2-selection--single .select2-selection__rendered { white-space: initial !important; }
	
	.select2-dropdown {
		border: 16px !important;
		padding: 10px !important;
		top: 32px !important;
		position: relative !important;
		box-shadow: 0 20px 15px rgba(0,45,116,0.20) !important;
	}
	
	.select2-results__option 	{ padding: 10px 10px !important;	}
	.select2-results__option:not(first-of-type) 	{ border-top: 1px solid var(--warm-white) !important; }
	
	.select2-container--default .select2-results__option--highlighted[aria-selected]
	{
		background:var(--blue) !important;
	}
    .selection-box {
        position: relative;
        top: 34px;
    }
    .select2-container--default .select2-results>.select2-results__options{
        max-height: 132px!important;
    }
@media screen and (max-width: 1366px) {
	.select2-container--default .select2-results>.select2-results__options {
		max-height: 123px !important;
	}
	.select2-results__option 	{ padding: 0px 10px !important;	}
	.selection-box{
        top: 29px;
	}
}
@media only screen and (max-width: 992px) {
    .selection-box{
        top: 32px;
	}
    .select2-container--default .select2-results>.select2-results__options {
		max-height: 107px !important;
	}
}
@media only screen and (max-width: 768px) {

    .select2-container--default .select2-results>.select2-results__options {
		max-height: 116px !important;
	}
    

}