	
		

	#body .select.awardyear-m, 
    #body .select.container-m, 
  	#body .select.milestones-m  { display:none; } 


    #body .select         { position:relative; display:inline-block;  width:100%;}
    #body .select select  { display:inline-block; width:100%; cursor:pointer; padding:10px 15px; outline:0; border: 0px dashed #ffffff; border-radius:5px; background: #002e6d;
                      color: #fff; font-size:18px;
                                appearance: none;
                        -webkit-appearance: none;
                           -moz-appearance: none; }
    
    #body .select select::-ms-expand  { display: none; }
    #body .select select:hover,
    #body .select select:focus        { color:#fff; background:#002e6d;}
    #body .select select:disabled     { opacity:0.5; pointer-events:none;}
    #body .select_arrow               { position:absolute; top:16px; right:15px;
                                  pointer-events: none;
                                    border-style: solid;
                                    border-width: 8px 5px 0px 5px;
                                    border-color: #fff transparent transparent transparent; }
    #body .select select:hover ~ .select_arrow,
    #body .select select:focus ~ .select_arrow    { border-top-color:#fff;}
    #body .select select:disabled ~ .select_arrow { border-top-color: #fff;}



	/* ==========================================================================
	    Media Style:
	============================================================================= */
	@media only screen and (max-width:1024px) {
	#body .select.milestones-m  { display:block; }
	#body .select.milestones-m  { width:30%; position:absolute; right:10px; top:25px }
	}



	@media only screen and (max-width:767px) {
    #body .select.awardyear-m   { display:block; }
    #body .select.container-m   { display:block; }
	#body .select.milestones-m  { width:100%; position:relative; top:0; right:0}

	#body.smhead .select.milestones-m 		{ position:fixed; top:80px; z-index:50; background:#06c; height:59px;}
	#body.smhead .select.milestones-m select { width:calc(100% - 40px); margin-left:20px; margin-top:8px }
	#body.smhead .select.milestones-m .select_arrow { top:24px; right:35px; }
	}
