/*not currently in use; just holding here in case they need it back for their homepage banner */

.cehs-jumbotron {
	position: relative;
}

.cehs-jumbotron img {
	width: 100%;
}

.cehs-jumbotron .content {
	/*background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
	padding: 1em;
	padding-top: 2em;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.cehs-jumbotron .content h1 {
	margin-top: 0px !important;
	font-weight: bold;
	color: white;
	/*text-shadow: 4px 4px 2px rgba(0, 0, 0, .4);*/
}

@media (max-width: 767.98px) {
	.cehs-jumbotron .content {
		width: 94%;
		margin: 0 auto;
		top: -1em;
		position: relative;
		background: #2F3A50;
		border-radius: .25em;
		text-align: center;
	}
	.cehs-jumbotron p {
		margin-bottom: 0;
	}
}
/*# sourceMappingURL=cehs-jumbotron.css.map */

/*custom.css content from CHaSS as requested from IT Web Team */

.bg-geo {
    background-image: url(/images/topo-lines.png);
    background-size: 1400px;
    background-repeat: repeat;
}

.program-card {
  display: flex;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  border: solid white 3px;
  border-radius: 10px;
}
.program-card {
  display: flex;
  width: 100%;
  min-height: 120px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  border-radius: 10px;
  z-index: 3;
}
.program-card-text {
  color: white;
  width: 100%;
  padding: 30% 10px 0 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 10%, rgba(0, 0, 0, .55) 60%, rgba(0, 0, 0, 0) 100%);
}
.program-card-image{
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s;
	z-index: -2;
}
.program-card:hover .program-card-image {
  transform: scale(1.1);
}

/*# end of CHaSS css content */


/*FTCS designs*/

.grad-icon-card {
	display: flex;
	flex-direction: column;
	border-radius: 0 0 10px 10px;
	width: 100%;
	overflow: hidden;
}


.grad-icon-card-body {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 12px 20px 12px 20px;
	width: 100%;
	flex-grow: 1;
	transition: all 0.3s; 
}

.grad-icon-card-body span {
	color: #216baa;

}

.grad-icon-card-footer {
	display: flex;
	background-color: #216baa;

	width: 100%;

	height: 40px;
	padding: 12px 20px 12px 20px;
	align-items: center;
	flex-shrink: 0;
	transition: all 0.3s; 
}

.grad-icon-card:hover .grad-icon-card-body{
	transform: scale(1.05);
	transition: all 0.3s;
}

.grad-icon-card:hover .grad-icon-card-footer a{
color: #ffffff !important;
}

.grad-icon-card:hover .grad-icon-card-body span{
	color: #262f40;
	transition: all 0.3s;
}

.grad-icon-card:hover .grad-icon-card-footer {
	background-color: #262f40;
	font-size: 1.1em;
}

.img-rounded {
	border-radius: 10px;
}

.hover-scale{
	display: inline-block;
	transition: all 0.3s;
}

.hover-scale:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}

.banner-bottom-gradient {
	padding-top: 250px;
	padding-bottom: 20px;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 80%);
	color: white;
}

/* .btn-outline-info:hover {
	background-color: #262f40;
	font-size: 1.3em;
	transition: all 0.3s;
	
} */

.spin {
  transition: transform 1s ease;
}

.spin:hover {
  transform: rotate(360deg);
}