.featured { 
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
	grid-auto-rows: auto;
}
.featured.slider { 
	display: block;
	justify-self: center;
	margin: 0 auto;
}
.featured.slider .item { 
	width: calc(100%) !important;
}
.featured.slider .slick-slide {
	margin: 0 2rem;
}
button.slick-prev, button.slick-next {
	font-size: 30px;
	display: flex;
	padding: 4px;
	background: #036;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
button.slick-prev { 
	left: 0;
}
button.slick-next { 
	right: 0;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #036; 
}
.featured.col1 {
	grid-template-columns: 1fr;
	margin: 0 auto;
}
.featured.col2 {
	grid-template-columns: repeat(2, 1fr);
	/*width: 70%;*/
	margin: 0 auto;
}
.featured.col4 {
	grid-template-columns: repeat(4, 1fr);
}
.featured .item { 
	background: #d9ecff;
	padding: 3rem;
}
.featured .item .name { 
	font-size: 24px;
	line-height: 1.3;
}
.featured .item .about { 
	font-size: 20px;
	line-height: 1.3;
}
.featured .item .degree {
    font-family: "Avenir-Heavy";
    font-size: 20px;
    line-height: 1.2;
}
.lity-content, .lity-iframe .lity-container {
    max-width: 1200px;
}
.grid { 
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 5rem;
	grid-auto-rows: auto;
	grid-row-gap: 5px;
	margin-top: 1.5rem;
}
.grid.col1 {
    grid-template-columns: 1fr !important;
    text-align: center;
}
.grid.col2 { 
	max-width: 100%;
	justify-self: center;
	margin: 1.5rem auto 0px;
}
.grid.col2.num2 { 
	text-align: center;
}
.grid.col2 .name.span1 { 
	grid-column: 2/2;
}
.grid.col2 .name.span2 { 
	grid-column: auto;
}
.grid .name { 
	font-size: 20px;
	line-height: 1.2;
}
.grid.col3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1280px;
    margin: 2rem auto;
    text-align: center;
}

.mainContent .degree { 
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 8rem;
}

.ast {
    margin: 10rem 0 0;
    font-style: italic;
    list-style: none;
    padding: 0;
}
.ast li {
	display: inline-block;
	margin-right: 10px;
}
.congrats {
	background: url(/virtual-grad/images/background-confetti.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 15rem;
}
.congrats .congratulations {
	margin: auto;
	width: 88%;
	padding: 6rem 0;
}
.congrats-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 5rem;
	max-width: 95%;
	margin: 5rem auto;
}
.president-message {
	font-size: 22px;
	line-height: 1.3;
	padding-top: 7rem;
}
.president-message .heading-font {
	font-size: 24px;
}
.video-wrapper {
	padding: 0 2rem;
}
.video-wrapper .video {
    max-width: 768px;
    margin: 0 auto 4rem;
}
.video-wrapper .video .play {
	box-shadow: 0 0 10px #00000030;
}
.video-wrapper .video .play:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(0deg, #00000047, transparent);
}
.video-wrapper .video .play .fa-play {
	position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 53px;
    height: 63px;
    font-size: 65px;
    color: #0073e6;
    text-shadow: 0 0 5px #00000085;
    z-index: 5;
}
.president-video .video, .video {
	position: relative;
}
.president-video .video .play .fa-play {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 45px;
	font-size: 45px;
	color: #fff;
	z-index: 5;
}
.president-video .video-footer {
	font-family: "Avenir-Heavy";
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 2rem;
	line-height: 1.3;
}
.graduates {
	background: #cc0000;
	height: 230px;
	/*padding: 6rem 0;*/
}
.graduates .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 6rem;
	height: 100%;
}
.graduates .wrapper .image {
	position: relative;
}
.graduates .wrapper .image img {
	position: absolute;
	bottom: 0;
}
.graduates .colleges {
	font-family: "Avenir-Heavy";
	display: block;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	border: 1px solid #fff;
	width: 265px;
	height: 100px;
	padding: 2rem;
	text-align: center;
	line-height: 1.3;
	align-self: center;
}
.graduates .colleges:hover {
    background: #a30000;
}
.names-fill {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.names-fit {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.videos {
	background: url(/virtual-grad/images/background-palm.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 18rem 0 9rem;
}
.wrapper2 {
	max-width: 57%;
	margin: auto;
}
.videos .video-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 7rem;
	grid-auto-rows: 1fr;
}
.videos .video {
	padding: 0 5rem 5rem;
}
.videos .video.bg1 {
	background: #2457a0de;
}
.videos .video.bg2 {
	background: #003366de;
}
.videos .video .play {
	margin-top: -80px;
	position: relative;
}
.videos .video .play img { 
	width: 100%;
}
.videos .video .play .fa-play {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 45px;
	font-size: 45px;
	color: #fff;
	z-index: 5;
}
.video-heading {
	color: #fff;
	font-size: 28px;
	margin: 2rem 0 1rem;
	line-height: 1.3;
}
.video-description {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
}

.social-top {
    margin-bottom: 2rem !important;
}
.social-content .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 2rem;
    grid-auto-rows: 250px;
    grid-row-gap: 2rem;
    margin: 0;
	overflow: hidden;
}
.social-content .grid .item {
    width: unset !important;
    height: unset !important;
    margin: 0;
    overflow: hidden;
}

.strip {
    background: #036;
    padding: 3rem 5rem;
    margin: 5rem auto;
    display: grid;
    grid-template-columns: 200px 2fr 300px;
	grid-column-gap: 3rem;
}
.strip img.owl {
    align-self: center;
    width: 200px;
}
.strip-message {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    align-self: center;
    justify-self: center;
}
.strip-button {
    align-self: center;
    justify-self: flex-end;
}
.strip-button a {
	font-size: 17px;
}


@media screen and (max-width: 1400px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid.col2 {
        grid-template-columns: repeat(6, 1fr);
    }
	.grid.col2 .name.span1 {
		grid-column: 2 / 4;	
	}
	.grid.col2 .name.span2 {
		grid-column: 4 / 6;	
	}
}

@media screen and (max-width: 1300px) {
	.featured.col2 {
		width: auto;
	}
	.wrapper2 {
		max-width: 80%;
	}
	.congrats-content {
		grid-template-columns: 1.2fr 1fr;
	}
	.social-content .grid .item:nth-child(n+5) {
		display: flex;
	}
	.strip-message {
		font-size: 28px;	
	}
}

@media screen and (max-width: 1200px) {
	.congrats-content {
		grid-template-columns: 1fr;
		margin: 0 2rem;
	}
	.president-video .video-footer {
		display: none;
	}
	.strip {
		grid-template-columns: 200px auto 275px;
	}
	.strip img.owl {
		width: 200px;	
	}
	.strip-message {
		font-size: 24px;	
	}
}

@media screen and (max-width: 991px) {
	.mainContent {
		margin: 0 2rem;
	}
	.mainContent .degree:first-child {
		margin-top: 2rem;
	}
	button.slick-prev { left: 5px; }
	button.slick-next { right: 5px; }
	.featured {
		grid-template-columns: repeat(2, 1fr);
		margin: 0 2rem;
	}
	.featured.slider {
		margin: 0 2rem;
	}
	.featured.col1 {
    	margin: 0 2rem;
		max-width: 100%;
	}
	.featured.col2 {
    	margin: 0 2rem;
	}
	.featured.col4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.featured .item:last-child {
		grid-column: span 2;
	}
	.featured.col4 .item:last-child {
		grid-column: auto;
	}
	.featured.col2 .item:last-child {
		grid-column: auto;
	}
	.featured .item .name { 
		font-size: 24px;
	}
	.featured .item .about { 
		font-size: 20px;
	}
	.grid, .grid.col2 {
        grid-template-columns: repeat(2, 1fr);
    }
	.grid.col2 .name.span1, .grid.col2 .name.span2 {
		grid-column: auto;
	}
	.grid.col2.num2 { 
		text-align: left;
	}
	.congrats {
		background: url(/virtual-grad/images/background-confetti-mobile.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 5rem;
	}
	.congrats .congratulations {
		width: 95%;
		padding: 3rem 0 6rem;
	}
	.president-video .video-footer {
		font-size: 20px;
	}
	.graduates {
		height: auto;
		padding: 4rem 0 0;
	}
	.graduates .wrapper {
		grid-template-columns: 1fr;
		grid-row-gap: 6rem;
	}
	.graduates .wrapper .image {
		order: 2;
	}
	.graduates .wrapper .image img {
		position: relative;
	}
	.graduates .colleges {
		justify-self: center;
	}
	.videos {
		background: url(/virtual-grad/images/background-palm-mobile.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 13rem 0 5rem;
	}
	.wrapper2 {
		max-width: 80%;
	}
	.videos .video-wrapper {
		grid-template-columns: 1fr;
		grid-row-gap: 15rem;
		grid-auto-rows: auto;
	}
    .social-content .grid .item:nth-child(n+5) {
        display: flex;
    }
	.strip {
		grid-template-columns: 1fr;
		grid-row-gap: 3rem;
		max-width: 80%;
		padding: 3rem 4rem;
	}
	.strip img.owl {
		display: none;
	}
	.strip-message {
		font-size: 24px;
	}
	.strip-button {
		justify-self: center;
	}
	.strip-button a {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.featured, .featured.col2, .featured.col4  {
		grid-template-columns: 1fr;
	}
	.featured .item:last-child {
		grid-column: auto;	
	}
	.video-heading {
		font-size: 24px;
	}
	.video-description {
		font-size: 20px;
	}
}

@media screen and (max-width: 640px) {
	.grid, .grid.col2, .grid.col3 {
        grid-template-columns: 1fr;
		grid-row-gap: 10px;
		text-align: center;
    }
	.ast li {
		display: block;
		margin-right: 0;
	}
	.president-message {
		font-size: 18px;
		padding-top: 4rem;
	}
	.president-message .heading-font {
		font-size: 20px;
	}
	.videos .video-wrapper {
		grid-auto-rows: auto;
	}
	.videos .video {
		padding: 0 4rem 4rem;
	}
	.social-content .grid {
        grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 200px;
    }
	 .social-content .grid .item:nth-child(n+13) {
        display: none;
    }
	.wrapper2, .strip {
		max-width: 90%;
	}
}

@media screen and (max-width: 320px) {
    .social-content .grid {
        grid-template-columns: 1fr;
		grid-auto-rows: 200px;
    }
}