BODY {margin:0; padding:0; background-color:#FFFFFF;}

/*site wide */

/** Materialize Over-rides by SuperCollege */
/** Set to Full Width for Small Screens and Wider for Tablet and Desktop Still has max limit of 1280px */
.container {
  width: 100%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 75%;
  }
}

/* fix mobile select issues */
.select-wrapper * { transition: none !important; transform: none !important; }

.autocomplete-content {
  min-width: 90% !important;
}

.dropdown-content {
  max-height: 475px !important;
  overflow-y: auto !important;
  backface-visibility: hidden !important;
}

.dropdown-content li, .dropdown-content li span {
 min-height: 1rem !important;
 padding-top: 4px !important;
 padding-bottom: 4px !important;
 line-height: 16px !important;
}

/* Scholarship Results Tab Colors */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: #4db6ac;
color: white;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: #4db6ac;
color: white;
}

.hero-image {
  background-image: url("images/college-hero-1.jpg");
  background-color: white;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size:24px;
  font-weight:bold;
}

.btn-floating-ss {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 25px;
  height: 25px;
  /* line-height: 25px; */
  padding: 0;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  /* font-size: 14px; */
  outline: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  background-color: #6a1b9a;
}

.btn-floating-ss-large {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 45px;
  height: 45px;
  /* line-height: 65px; */
  padding: 0;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  /* cursor: pointer; */
  vertical-align: middle;
  text-align: center;
  /* font-size: 14px; */
  outline: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  background-color: #F44336;
}


.card-bs {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.card-stats-bs .card-body-bs {
  padding: 1rem 1.5rem;
}

.mb-4-bs {
  margin-bottom: 1.5rem !important;
}

.card-body-bs {
  padding: 1.5rem;
  flex: 1 1 auto;
}

.row-bs {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

.col-bs,
.col-auto-bs {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-bs {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

.col-auto-bs {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
}

.card-title-bs {
  margin-bottom: 1.25rem;
}

.h2-bs {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

.h5-bs {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #32325d;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: .8125rem;
}

.font-weight-bold-bs {
  font-weight: 600 !important;
}

.mb-0-bs {
  margin-bottom: 0 !important;
}

.mr-2-bs {
  margin-right: .5rem !important;
}

.mt-3-bs {
  margin-top: 1rem !important;
}

.text-uppercase-bs {
  text-transform: uppercase !important;
}

.text-muted-bs {
  color: #8898aa !important;
}

.text-success-bs {
  color: #2dce89 !important;
}

.text-sm-bs {
  font-size: .875rem !important;
}

.text-nowrap-bs {
  white-space: nowrap !important;
}

/* Spinner */

.spanner{
  position:absolute;
  /* position:relative; */
  top: 50%;
  left: 0;
  /* background: #2a2a2a55; */
  background: rgba(0,0,0,0.5);
  width: 100%;
  display:block;
  text-align:center;
  height: 350px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}

/* End Spinner */


