.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    row-gap: 3rem;

}
 
.d-flex > p {
    text-align: center;
    max-width: 44%;
}
.page_enterprise .full_width .grid p{
  text-align: left;
}
.page_enterprise .full_width .grid p > a{
  text-align: center;
}
/* Community Block CSS starts here
-----------------------------------------------*/
.stories {
	padding-bottom: 4.375rem;
	padding-top: 55px;
}

.stories .item {
	position: relative;
	height: 100%;
	overflow-y: hidden;
	box-shadow: 0.1rem 0.1rem 1rem var(--black10percent);
	

}

.stories .item h3 {
	margin: 0;
	display: block;

	font-size: 1.3em;
	line-height:  1em;
	font-weight: bold;
	color: var(--white);
}

.stories .item a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color:  var(--white);
    background: transparent;
    mix-blend-mode: color-burn;
    border-radius: 5px;

}

.stories .item > a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, var(--black) 100%);
    bottom: 0px;
}

.stories .item > a:hover::before {
    background: none;
}


.stories .item a:not([href*="lau.edu"]):after {
    background-image: none !important;
}

.stories .item a.the_email {
    position: relative !important;
    background: inherit !important;
    mix-blend-mode: initial !important;
}

.stories .item .item__body > p {
    margin-bottom: 1rem;
}

.stories .item a.the_email:hover{
	text-decoration: none;
	color:var(--white);
}


.item:hover a ~ .item__overlay, .item a:focus ~ .item__overlay {
	transform: translate3d(0, 0, 0);
	background: var(--primarygreen);
	
	mix-blend-mode: normal;
}
.item:hover a, .item a:focus {
    background: none

}
.item:hover a ~  .item__overlay .item__body , .item a:focus ~  .item__overlay .item__body  {
    opacity: 1;
}
.stories img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.item__overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
    height:100%;
	position: absolute;
	width: 91%;
	top: 0;
	transition: transform 300ms;
	transform: translate3d(0, calc(100% - 5rem), 0);
	font-size: 16px;
	line-height: 22px;
	color: var(--white);
	padding: 15px;

	z-index: 9;
}

.item:hover .item__overlay {

	justify-content: flex-end;
    height: calc(100% - 30px);

}
.item__body {
	flex-grow: 1;
	padding-top: 1rem;
	opacity: 0;
}
.item:hover .item__body  {
	flex-grow: 0;
}

.item__body p {
	margin: 0;
}



.stories .link {
	margin-top: 40px;
}

/*
* .leadership css
*/
.stories .item.leadership{
	background-color: var(--primarygreen);
}
.stories .item.leadership > div {
    position: absolute;
    top: 50%;
    color: var(--white);
    left: 50%;
    transform: translate(-50%, -50%);
	height: 25px;
}
.stories .item.leadership > a {
    background: none;
}
.stories .item.leadership > a::before {
    background: none;
}

.page_enterprise .grid2 p{
	text-align: left;
	display: block;
}

.page_enterprise .grid2 h2+p
{
 	margin-bottom: 1rem;  
}

@media only screen and (min-width: 981px) {
.page_enterprise .leadership .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
  }
}
/* School Grid
-----------------------------------------------*/
main a[href*="//"]:not([href*="lau.edu"])::after {
	display: none;
  }

.schools_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 8px;
	margin-bottom: 4rem;
}

.schools_grid.three_cols {
	grid-template-columns: repeat(3, 1fr);
}

.schools_grid img {
	display: block;
	width: 100%;
	opacity: 0.3;
}

.schools_grid p {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
}

.schools_grid span > strong {
    font-size: 1.4rem;
}

.schools_grid a {
    color: var(--white)!important;
	text-decoration: underline;
}

.schools_grid a:hover {
    color: var(--white)!important;
	text-decoration: none;
}

.schools_grid p,
.schools_grid a:link,
.schools_grid a:visited {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: var(--anthracite);
}

.schools_grid p:last-of-type {
    color: var(--white);
    background-color: var(--primarygreen);
}
.schools_grid p:last-of-type img {
    opacity: 0.06;
}

.schools_grid p:last-of-type:hover{
	background-color: var(--primarygreen70percent);
}

.schools_grid p:last-of-type a {
    text-decoration: none;
	font-weight: bold;
	font-size:1.3rem;
	position:absolute
}


.schools_grid span {
	position: absolute;
	
	left: 50%;
	width: 100%;
	padding: 10%;
	box-sizing: border-box;
	text-align: center;
	z-index: 5;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	top: 50%;
    transform: translate(-50%, -50%);
}
.schools_grid span:nth-of-type(2) {
	font-size: 1.15rem;
	font-weight: normal;
	opacity: 0;
	background-color: transparent;
}

.ie .schools_grid span:nth-of-type(2) {
	top: 8%;
	font-size: 1.5rem;
}

.schools_grid span:after {
	position: absolute;
	top: -140%;
	left: -80%;
	width: 250%;
	height: 380%;
	content: "";
	background-color: var(--white40percent);
	z-index: -1;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;}

.schools_grid p:last-of-type span:first-of-type:after {
	background-color: transparent;
	color: var(--anthracite);
}


@media only screen and (min-width: 981px) {
	
	body .schools_grid p:hover { color: var(--white); }
	.schools_grid p:hover span:first-of-type:not(:last-of-type) { display: none; }
	.schools_grid p:hover span:nth-of-type(2) { opacity: 1; }
	.schools_grid p:hover span:nth-of-type(2):after { background-color: var(--primarygreen70percent); }
	.schools_grid p:last-of-type:hover span:first-of-type:after { background-color: rgba(99,4,96,0.6); transition: all 200ms ease-out;}
}
@media only screen  and (min-width: 981px) and (max-width: 1130px) {

    .item__overlay { transform: translate3d(0, calc(100% - 6.2rem), 0); }
}


@media only screen and (max-width: 980px) {
	.schools_grid p:last-of-type {
		height: 100%;
	}
	.schools_grid, .schools_grid.three_cols { grid-template-columns: repeat(2, 1fr); }
	body .schools_grid p { color: var(--white); }
	.schools_grid p span:first-of-type:not(:last-of-type) { display: none }

		.schools_grid span:first-of-type:not(:last-of-type):after{
			background-color: transparent;
		}
	.schools_grid p span:nth-of-type(2) { opacity: 1; }
	.schools_grid p span:nth-of-type(2):after { background-color: var(--primarygreen70percent); }
	.schools_grid p:last-of-type span:first-of-type:after { background-color: rgba(99,4,96,0.6); transition: all 200ms ease-out;}

	.schools_grid a:link,
	.schools_grid a:visited {
		color: var(--white)!important;
	}

	.page_enterprise .grid, .full_width .grid{
		grid-template-columns: 1fr 1fr; 
	}
	.page_enterprise  .item:hover a ~ .item__overlay, .item a:focus ~ .item__overlay {

	background: none;
	}
	

	.stories .item{
		position: relative;
		height: fit-content;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.stories .item a,
	.stories .item > a::before{
		background: transparent;
	}

	.stories .item.leadership {
		height: 100%;
	}

	.stories .item.leadership h3{
		color:var(--white);
	}

	.item__overlay{
		transform: translate3d(0, 0, 0);
		position: relative;
    	width: 90%;
    	min-height: 17rem;
	}
	.item__body{
		opacity: 1;
	}
	.stories .item h3{
		color:var(--anthracite);
	}

	
	.stories .item a{
		color:var(--primarygreen)
	}
	
	.item__overlay{
		color:var(--anthracite);
	}
}

@media only screen and (max-width: 640px) {
	.stories .item.leadership {
		height: 15rem;
	}
	.schools_grid, .schools_grid.three_cols { grid-template-columns: repeat(1, 1fr); }
    .schools_grid span { font-size: 1.375rem; }
    
    .page_enterprise .grid, .full_width .grid{
		grid-template-columns: 1fr; 
	}
	.item__overlay{

    	min-height: auto;
	}
}

@media only screen and (max-width: 480px) {
	.schools_grid { grid-gap: 0.2em; }
	.schools_grid span { font-size: 1.175rem; }
}


/* Community Bloch CSS ends here
-----------------------------------------------*/

@media only screen and (min-width: 981px) {
.page_enterprise .full_width .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}
}
@media only screen and (max-width:600px){
  .d-flex > p {
    max-width:96%
  }
}