
.selection	{ position: relative; }
.selectionbtn {
    background: url(../img/icon-arrow-down.png) 432px 20px no-repeat #9D0625;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 20px;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 20px;
    width: 440px;
}
.selectionbtn:hover {
	text-decoration: none;
}
.selection ul {
    background: none repeat scroll 0 0 #EEE;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px;
    display: none;
    top: 40px;
    left: 5px;
    list-style: none outside none;
    padding: 10px;
    position: absolute;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.selection.open ul { display: block; }

.selection li	{
	padding: 7px 30px 7px 36px;
	width: 395px;
	font-family: 'adelle-sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.selection li:last-child {
	padding-bottom: 20px;
}
.selection li a {
	color: #9D0625;
}
.selection li.auburn { background: url(../img/icon-auburn.png) 0 8px no-repeat; }
.selection li.harvard { background: url(../img/icon-harvard.png) 0 8px no-repeat; }
.selection li.yale { background: url(../img/icon-yale.png) 0 8px no-repeat; }
.selection li.stanford { background: url(../img/icon-stanford.png) 0 8px no-repeat; }
.selection li.georgiatech { background: url(../img/icon-georgia-tech.png) 0 8px no-repeat; }

.selection li.school_menu { }
.selection li.school_menu img {
        border-image-width: 0px; 
        width:26px; 
        height: 26px;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 2px;
        clear: both;
}

#school_search_form ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #FFFFFF !important;
    }
    #school_search_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #FFFFFF !important;
        opacity:  1 !important;
    }
    #school_search_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #FFFFFF !important;
        opacity:  1 !important;
    }
    #school_search_form :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #FFFFFF !important;
    }


/* #search_school_results	{
	position: absolute;
	width: 90%;
} */

/* #school_search_form input{
    background: #9D0625 !important;
    border-radius: 3px !important;
    color: #FFFFFF !important;
    padding: 20px !important;
    text-decoration: none !important;
    display: block !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    width: 440px !important;
} */
.splitcontent #school_search_form input.withresults {
    border-radius: 3px 3px 0 0 !important;
}

/* #search_school_results > ul {
    max-height: 50vh;
    overflow: scroll;
} */
/* #search_school_results ul {
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px;
    top: 2px;
    left: 5px;
    list-style: none outside none;
    padding: 10px;
    position: absolute;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    opacity:  .9 !important;
} */

/* #search_school_results li	{
	padding: 7px 0;
	font-family: 'adelle-sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
} */

#search_school_results li.school_menu { color: #232323; }
#search_school_results li.school_menu img {
        border-image-width: 0px; 
        width:26px; 
        height: 26px;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 2px;
        clear: both;
}

#search_school_results li a {
	color: #232323;
	text-decoration: none;
}


#search_school_results {
	overflow-y: scroll;
	display: none;
    min-height: 157px;
    position: absolute;
    z-index: 100;
}


@media only screen and (max-width: 1399px) {
	.selectionbtn {
	    background: url(../img/icon-arrow-down.png) 375px 20px no-repeat #9D0625;
	    width: 380px !important;
	}
	.selection li	{
		width: 330px;
	}
        /* #school_search_form input{
            width: 380px !important;
        }
        #search_school_results li{
            width: 330px;
        } */
}


@media only screen and (max-width: 1079px) {
	.selectionbtn {
	    background: url(../img/icon-arrow-down.png) 625px 20px no-repeat #9D0625;
	    width: 635px !important;
	}
	.selection li	{
            width: 580px;
	}
        /* #school_search_form input{
            width: 635px !important;
        } */
        #search_school_results li{
/*             width: 580px !important; */
        }
}


@media only screen and (max-width: 784px) {
    

	.selectionbtn {
	    background: url(../img/icon-arrow-down.png) 230px 20px no-repeat #9D0625;
	    width: 240px !important;
	}
	.selection li	{
		width: 185px;
	}
        /* #school_search_form input{
            width: 240px !important;
        } */
        #search_school_results li{
/*             width: 185px !important; */
        }
}


@media only screen and (max-width: 740px) {
    #search_school_results ul {
	    
	}
}

footer.cf img {
	max-width: 200px;
	height: auto;
}
