/** College Confidential Custom Stylesheet */
/** Set to Full Width for Small Screens and Wider for Tablet and Desktop Still has max limit of 1280px */

.container {
	width: 100%;
  max-width:2500px;
}

.section {
	width: 100%;
}
  
h1 {
	font-size: 1.64rem;
	margin: 1.0933333333rem 0 0.656rem 0;
}
  
.band {
  width:100%;
}
  
.welcomenote {
  line-height:1.35em;
}
  
.small-txt {
	font-size: 80%;
}

button, input, optgroup, select, textarea {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cc-heading {
  color: #1f1f1f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}

.cc-font {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cc-text {
  color: #4c586c;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}

.cc-button {
  outline: none;
  border: none;
  width: 100%;
  max-width:250px;
  height: 38px;
  min-height: 38px;
  background-color: #262626;
	color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 16px;
}

.cc-button:hover {
  background-color: #4c586c;
  cursor: pointer;
}

.overflow_content_frame {overflow:auto; width:auto; background-color:white; padding:0px;}

a {cursor:pointer;color:#3b5998;-moz-outline-style:none;text-decoration:none;}
a:hover {text-decoration:underline;}

.overflow_content_frame{
	height:1650px;
}

/* Start Fix for Mobile Select */
.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;
}

/* End Fix for Mobile Select */

/* Start Overlay Spanner */

.spanner{
  position:relative;
  left: 0;
  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;
  z-index: 1000; /* added */
}

.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 Overlay Spanner */
