.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-radius: 50%;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-top-width: 1.1em;
    border-top-color: rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right-width: 1.1em;
    border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom-width: 1.1em;
  border-left: 1.1em solid #ffffff;
    border-left-width: 1.1em;
    border-left-color: rgb(255, 255, 255);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#school_search_form {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
#school_search_form .loader {
    position: absolute;
    top: 15px;
	right: 16px;
	width: 27px;
	height: 27px;
    border-width: 3px;
    margin: 0;
    z-index: 1;
    border-top-color: #72848E;
    border-left-color: #72848E;
    border-right-color: #72848E;
    display: none;
}
#school_search_form.loading .loader {
	display: block;
}

#school_search_form .resultcount {
    position: absolute;
    top: 12px;
    right: 18px;
    margin: 0;
    z-index: 1;
    display: none;
    color: #72848E;
    font-size: 10px;
    width: 25px;
	text-align: center;
}
#school_search_form.withresults .resultcount {
	display: block;
}
#school_search_form.withresults.loading .resultcount {
	display: none;
}

.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; background-color: #FFF; }
#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: auto; 
	display: none;
    min-height: 157px;
    position: absolute;
    z-index: 100;
	width: 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 {
	    
	}
}

#search_school {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
	border: 5px solid #4191CE;
	border-radius: 5px;
}

.form-floating {
  position: relative;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1.15rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-floating > .form-control:focus {
  padding: 1rem 0.65rem;
  padding: 2rem 1rem;
  padding: 2.5rem 1rem 1.5rem;
  color: #111C4E;
}
.form-floating > .form-control {
  padding: 1rem .75rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}