h6.type--uppercase {
	letter-spacing: 1px;
	margin-right: -1px;
}

.list--hover li {
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
}

.list--hover li:not(:hover) {
	opacity: .6;
}

h6 {
	font-weight: 700;
}

.type--fine-print {
	color: #666666;
	margin-left: 1.85714286em;
	font-size: 0.85714286em;
	opacity: 5;
}

/* Extracted from base2.html.twig */

.footer-schools {
  padding-top: 4.95238095em;
  padding-bottom: 4.95238095em;
}

.featured-schools-title {
  margin-bottom: 0.78787878787879em;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  color: #252525;
  font-weight: 300;
}

.school-logo {
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 100px;
  display: inline-block;
}

/* Remove inline styles for company/links if needed in future */
.list--hover {
  list-style: none;
  line-height: 2.32142857em;
}
.col-xs-6 {
  padding-left: 0px;
}
.type--uppercase.uppercase {
  margin-bottom: 2.16666666666667em;
}
.social-list.list-inline.list--hover a {
  color: #666666;
}
.m-t-20 {
  margin-top: 20px;
}
.text-grey-2 {
  color: #666666;
}
.fs-12 {
  font-size: 12px;
}
.m-r-20 {
  margin-right: 20px;
}
.fs-18 {
  font-size: 18px;
}
.padding-15 {
  padding: 15px;
}

.casa-popup {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}
.casa-popup.active {
  display: flex;
}
