/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

/* ==== General ==== */
:root {
  	--hero-text-color: #1e90ff;
 	--hero-justify-content: #ffffff;
	--hero-content-width: 60%;
	--hero-bg-position: center;
	--hero-bg-gradient: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);
}

.button-myuvu {
	padding-inline-start: 20px;
	padding-inline-end: 20px;
	padding-block-start: 1ex;
	padding-block-end: 1ex;
	font-family: Arial, sans-serif;
	border-radius: 100px;
	background-color: var(--color-uvu-primary);
	color: white;
	border: 2px solid var(--color-uvu-primary);
}

.button-myuvu:hover, .button-myuvu:focus {
	background-color: white;
}

a.button-border.border-uvu-green, a.button-hero {
	border-radius: 0px;
    font-family: "Montserrat", "Lato", sans-serif;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 30px 15px 15px;
    min-width: 100%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	transition: 0.6s;
}

a.button-border.border-uvu-green:hover {
	background-color: #275D38;
	color: #fff;
	text-decoration: none;
}

a.button-border.border-uvu-green:after {
	content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    font-size: 10px;
    display: flex;
}

a.button-border.button-hero {
	border: 2px solid var(--hero-text-color);
	color: var(--hero-text-color);
    font-size: 20px;
    font-weight: bold;
}

a.button-border.button-hero:hover {
	background-color: #fff;
	color: #000;
}

hr.section-divider-icon {
    margin-block-end: 50px;
}



.card-picture-7 .card-picture-img {
    max-height: 145px;
}

.bg-lightest-gray {
	background-color: #F5F5F5;
}

.box-shadow-inset {
	box-shadow: inset 0 2px 5px rgb(0 0 0 / 20%);
}

ul#myUVU-quicklinks {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

/* ===== Hero spaces ===== */

.jumbo.parallax, jumbo.fullbleed {
	padding: 40px;
}

.hero-home.hero-video .video-background {
	/*top: -30%;*/
		padding-top: 31.25%;
		}

.hero-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.hero-home .hero-content {
	flex-direction: column;
}	

.hero-content h2 {
	text-transform: uppercase;
	font-size: 36px;
}

.hero-content h2.text-shadow {
	text-shadow: 0px 2px 15px #9c9c9c;
}


.hero-home .hero-content h2 {
	font-size: 56px;
	letter-spacing: 2.5px;
	text-shadow: 2px 0px 10px #505050;
	text-align: center;
}

.hero-home .hero-content h2 span {
	font-weight: bold;
	font-size: 48px;
}

	.hero-home .hero-content picture {
		padding-right: 20px;
	}

/* Hero Variables */

.hero-content.hero-text-color h2, .hero-content.hero-text-color p { color: var(--hero-text-color); }
.hero-content.hero-content-align { justify-content: var(--hero-justify-content); float: var(--hero-justify-content); text-align: var(--hero-justify-content); }
section.parallax.bg-align { background-position: var(--hero-bg-position) center; }
section.bg-gradient:before { background: var(--hero-bg-gradient); }



/* ==== Section headers ==== */

h2.welcome {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
}

h2.landing-section-header, h3.landing-section-header {
	font-family: "Rajdhani", sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}


/* ==== End Section Headers ===== */


a.button-border.border-uvu-green, a.button-hero {
	padding: 15px;
}

h1 {
	color: #275d38;
}

.homecoming-banner {
	text-shadow: none;
	text-align: center;
	color: #275d38;
	position: inherit;
	transform: none;
	text-decoration: none;
}

.homecoming-titles {
	color: #275d38;
}

.alumni-blog-post {
	display: block;
    padding: 30px 0;
    border-bottom: 1px solid #DCDCDD;
}

/* Home Page Header Carousel --------------------------------------------------------------------------------------------- */

.box-flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.header-img {
	width: 100%;
    height: auto;
}

.box-flex-center-left {
  align-items: center;
  justify-content: flex-start;
}

.box-caption {
  position: absolute;
  margin: 0;
  margin-left: 200px;
  word-break: break-word;
  font-size: 1.25rem;
  background-color: rgba(255, 255, 255,.3);
}

.evergreen-logo {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.header-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(100px, auto);
}

.bg-image-1 {
	grid-area: 1 / 1 / 2 / 7; 
}
.text-1 { 
	grid-area: 2 / 1 / 3 / 7; 
	padding: 20px;
	text-align: center;
	background-color: rgba(2, 50, 36, 1.0);
	
}

.bg-image-2 {
	display: none;
}
.text-2 { 
	grid-area: 2 / 1 / 3 / 7;
	background-color: rgba(2, 50, 36, 1.0);
	color: white;
	padding: 15px;
	font-size: 20px;
}

.bg-image-3 {
	display: none;
}
.text-3 { 
	grid-area: 2 / 1 / 3 / 7; 
	background-color: rgba(2, 50, 36, 1.0);
	color: white;
	padding: 15px;
	font-size: 20px;
}

.slick-dots {
	display: none !important;
}

.header-titles {
	font-weight: 700;
	color: #71BF44;
	font-size: 45px;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 10px black, 0 0 1em black, 0 0 0.2em black;
}

.secondary-title {
	text-shadow: 1px 1px 10px black, 0 0 1em black, 0 0 0.2em black;
	font-size: 24px;
}

/* Home Header Image */

.flex-width-header {
	 width: 100%;	 
 }

#ribbon-text {
	font-size: 18px;
}

#hide {
	display: none;
}

.title-img-padding {
	padding-top: 45px;
}

.make-difference-text {
	color: #FFFFFF !important;
	font-size: 70px !important;
	text-shadow: #000000 1px 5px 10px !important;
	line-height: 1.2 !important;
	padding-top: 55px !important;
	font-weight: 900 !important;
	text-align: right !important;
}

.ribbon-button {
    color: #ffffff;
    border: 3px solid #FFFFFF;
    background-color: #009933;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
	font-size: 20px;
}

.ribbon-button:hover {
    background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
    color: #009933;
	text-decoration: none;
	font-size: 20px;
}

.section.page-header.jumbo.hero-home {
	padding: 0px;
    overflow: hidden;
}

#evergreen-motto {
	font-size: 21px;
    font-weight: 400;
}

#evergreen-bold {
	font-weight: 500;
	color: #009933;
}

.winter-header {
	background-image: url(https://www.uvu.edu/evergreen/images/home/winter-header_4.jpg) !important;
	width: 100%;
	height: auto;
}

/* Home Header Carousel */
.blog-slider li {
	padding: 0;
}


/*.featured-slider a, .featured-slider a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2E2D2D;
}*/

.featured-content {
	padding: 20px 20px 80px 20px;
}

.slick-dots {
    padding-left: 0;    
    left: 50%;
	right: auto;
    opacity: 1.0;    
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
	bottom: 25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slick-dots button {
	width: 20px;
	height: 20px;
	box-shadow: none;
	background-color: #ebebeb;
}

.slick-dots li {
	margin: 5px 8px 5px 8px;
}

.slick-dots .slick-active button {
	background: rgb(39,94,55);
	background: radial-gradient(circle, rgba(39,94,55,1) 25%, rgba(235,235,235,1) 25%);
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* ------------------------------------------------- */




/* ==== News & Events ==== */

/* Event Cards (Handlebars Template) */
.events-container .homepage-r25live .event-card, .event-card .events-container .homepage-r25live .event-card a, .events-container .homepage-r25live .event-card h3.event-card-title {
	font-family: Arial, sans-serif;
}


.events-container .homepage-r25live, .news-container {
	overflow-x: auto;
	overflow-y: hidden;
	padding-inline-start: 5px;
	padding-inline-end: 5px;
}

.events-container article.event-card {
	min-width: 300px;
	max-width: 355px;
	height: 100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	background-color: white;
	display: flex;
	flex-direction: column;
}

.events-container .homepage-r25live ul {
    display: flex;
	list-style: none;
}

.events-container .homepage-r25live ul li {
    margin: 0px;
}

.events-container .homepage-r25live ul li + li {
    margin-inline-start: 10px;
}

.event-card .event-card-frame {
	height: 177px;
}

.event-card .event-card-frame .event-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-card .event-card-details {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
}

.event-card .event-card-details header {
    padding-block-start: 15px;
    padding-block-end: 15px;
	padding-inline-start: 15px;
	padding-inline-end: 15px;
	flex-grow: 2;
}

.events-container .event-card h3.event-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.event-card .event-card-info, .event-card .event-card-info .event-card-type {
    display: flex;
	align-items: center;
}

.event-card .event-card-info {
	justify-content: space-between;
	padding-inline-start: 15px;
	padding-block-start: 20px;
}

.event-card .event-card-info .event-card-date {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: .89px;
    color: #275d38;
}

.event-card .event-sponsor {
    font-size: 11px;
    line-height: 12px;
}

.event-card .card-tag {
	background-color: #275d38;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 1.68px;
	line-height: 14px;
	text-transform: uppercase;
	color: white;
	margin-inline-start: 12px;
}

.event-card .event-card-details footer.event-card-links {
	display: flex;
	padding-block-start: 15px;
}

.event-card .event-card-details footer.event-card-links > div {
	flex-grow: 1;
	flex-basis: 177px;
}

.event-card .event-card-details footer.event-card-links a {
	display: flex;
	padding-inline-start: 20px;
	padding-inline-end: 10px;
	padding-block-start: 10px;
	padding-block-end: 10px;
	font-size: 12px;
	line-height: 14px;
	justify-content: space-between;
	background-color: #ffffff;
	border-top: 1px solid #DEDEDE;
}

.event-card .event-card-details footer.event-card-links a:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Pro";
}

.event-card .event-card-details footer.event-card-links .event-card-tickets a {
	background-color: #275d38;
	color: white;
}

.events-container .section-link {
    padding-block-start: 40px;
}

/* Story Card (Handlebars Template) */

.news-container, .events-container {
	margin-bottom: 20px;
}

.news-container {
	display: flex;
}

.news-container .blog.blog-listing:first-child {
    margin-inline-end: 10px;
	display: flex;
	grid-area: sticky;
}

.news-container .blog.blog-listing:last-child {
	display: grid;
	grid-template-rows: 1fr;
	grid-gap: 10px;
	grid-area: homepage;
}

.news-container .blog.blog-listing:first-child, .news-container .blog.blog-listing:last-child {
	padding-block-end: 10px;
}

.news-container .blog.blog-listing:last-of-type[data-blog-limit="3"], .news-container .blog.blog-listing:last-of-type[data-blog-limit="4"], .news-container .blog.blog-listing:last-of-type[data-blog-limit="7"], .news-container .blog.blog-listing:last-of-type[data-blog-limit="8"] {
		grid-column-start: 1;
	}
	
.news-container .blog.blog-listing:last-of-type[data-blog-limit="3"] {
    grid-template-columns: repeat(3, 1fr);
}
.news-container .blog.blog-listing:last-of-type[data-blog-limit="4"] {
    grid-template-columns: repeat(4, 1fr);
}
.news-container .blog.blog-listing:last-of-type[data-blog-limit="7"] {
	grid-template-columns: repeat(7, 1fr);
}
.news-container .blog.blog-listing:last-of-type[data-blog-limit="8"] {
	grid-template-columns: repeat(8, 1fr);
}

.news-container .story-card {
	min-width: 300px;
	max-width: 355px;
}

.story-card-date, .feature-card-topic {
	margin-top: auto;
	margin-bottom: 0;
}

.story-card-date {
	justify-content: space-between;
}

.feature-card-topic {
	justify-content: center;
}

.story-card .in-the-news-img {
	    height: 0;
    overflow: hidden;
    padding-top: calc(591.44 / 1127.34 * 100%);
    position: relative;
}

.story-card .in-the-news-img img {
	position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

a.section-link {
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	text-transform: uppercase;	
	display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

a.section-link::after {
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	font-weight: 300;
	margin-left: 15px;
	content: "\f061";
	color: #2E623F;
}


/* ==== In-page nav bar ===== */



/* ==== Subscribe section ===== */



section.subscribe {
	padding: 50px 0 50px 0;
	background-image: url(https://www.uvu.edu/_homepage/images/subscribe-backing.jpg);
	background-position: center;
	background-size: cover;
}

section.subscribe.fullbleed:before {
	opacity: 0;
}

.subscribe-social {
	font-size: 36px;
	margin: 25px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/* ____________________ Admissions ____________________ */

#apply + hr.section-divider-icon:before {
    background-color: #f9f9f9;
}

/* ____________________ Campus Life ____________________ */
.card-picture-8 .card-picture-img {
	height: auto;
}

.campus-life .card-picture-9 .card-picture-img {
	height: auto;
}


.campus-life section.bg-image {
	background-image: url('https://www.uvu.edu/_homepage/images/campuslife-activies-bg.png');
}

.campus-life .card-picture-9 .card-picture-content ul {
    list-style: none;
}

.campus-life .card-picture-9 .card-picture-content li {
	margin: 0;
	font-family: "Rajdhani", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 0.32px;
}

.campus-life .card-picture-9 .card-picture-content li:before {
    font-family: "Font Awesome 5 Pro";
    margin-inline-end: 15px;
}

.campus-life .card-picture-9 .card-picture-content li:nth-child(1):before {
    content: "\f84a";
}
.campus-life .card-picture-9 .card-picture-content li:nth-child(2):before {
    content: "\f7c9";
}
.campus-life .card-picture-9 .card-picture-content li:nth-child(3):before {
    content: "\f6ec";
}
.campus-life .card-picture-9 .card-picture-content li:nth-child(4):before {
    content: "\f11b";
}
.campus-life .card-picture-9 .card-picture-content li:nth-child(5):before {
    content: "\f696";
}
.campus-life .card-picture-9 .card-picture-content li:nth-child(6):before {
    content: "\f44b";
}
.campus-life .card-picture-9 .card-picture-content li:nth-child(7):before {
    content: "\f8c3";
}
.campus-life .card-picture-9 .card-picture-content li:nth-child(8):before {
    content: "\f6fd";
}



.campus-life section.bg-image ul.arrow.text-white {
    column-count: 3;
    margin: 0 auto;
    padding: 0;
    max-width: 652px;
    margin: 0 auto;
}

.campus-life section.bg-image ul.arrow.text-white li {
    margin: 0;
	line-height: 18px;
}



/* ____________________ Current Students ____________________ */

.marketing.homepage .card-picture-3 {
    padding: 0;
    border: none;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, .16);
    border-radius: 8px;
    overflow: hidden;
}
.marketing.homepage .card-picture-3:after {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #989898;
    position: absolute;
    right: 25px;
    bottom: 20px;
}

.marketing.homepage .card-picture-3 .card-picture-content {
    padding: 20px;
}

.marketing.homepage .card-picture-3 .card-picture-button, .marketing.homepage .card-picture-3 .card-picture-title {
    display: none;
}

.marketing.homepage .card-picture-3 .card-picture-img {
    max-height: 235px;
}

.current-students.marketing.homepage div[class*="card-"] div[class*="-content"] ul, .campus-life.marketing.homepage div[class*="card-"]:not(.card-picture-9) div[class*="-content"] ul {
	list-style-type: "\f061";
	font-family: 'Font Awesome 5 Pro';
}


.current-students.marketing.homepage div[class*="card-"] div[class*="-content"] ul li, .campus-life.marketing.homepage div[class*="card-"] div[class*="-content"] ul li {
    padding-inline-start: 15px;
    margin-inline-start: 15px;
	line-height: 18px;
	margin-bottom: 20px;
}

.current-students.marketing.homepage div[class*="card-"] div[class*="-content"] ul li a, .campus-life.marketing.homepage div[class*="card-"] div[class*="-content"] ul li a {
	font-family: Arial, sans-serif;
}

.current-students.marketing.homepage .card-content.card-content-border {
	background-color: var(--color-uvu-primary);
}

.current-students.marketing.homepage #educational-connections .card-content.card-content-border {
	background-image: url(https://www.uvu.edu/students/images/education-connection.png);
}

.current-students.marketing.homepage #campus-connections .card-content.card-content-border {
	background-image: url(https://www.uvu.edu/students/images/campus-connection.png);
}

.current-students.marketing.homepage .card-content.card-content-border, .current-students.marketing.homepage .card-content.card-content-border .card-content-content {
	display: flex;
	flex-direction: column;
}

.current-students.marketing.homepage .card-content.card-content-border .card-content-header {

    border-inline-start: 5px solid white;
	margin: 0;
	margin-inline-start: -20px;
	margin-block-start: 40px;
	margin-block-end: 20px;
}

.current-students.marketing.homepage .card-content.card-content-border .card-content-content {
	flex-grow: 2;
	justify-content: space-between;
	color: white;
}

.current-students.marketing.homepage .card-content.card-content-border .card-content-content ul {
	padding: 0;
}

.current-students.marketing.homepage .card-content.card-content-border .card-content-content p {
	text-align: center;
}

.current-students.marketing.homepage .card-content.card-content-border a {
	color: white;
	text-decoration: underline;
}

.current-students.marketing.homepage .card-content.card-content-border a:hover, .current-students.marketing.homepage .card-content.card-content-border a:focus {
	text-decoration: none;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
	/*______________ General __________________*/
	a.button-border.border-uvu-green {	
    min-width: 200px;
	}

	
	/* __________________ Home _________________________*/
	section.bg-geometric:before {
		content: '';
		background-image: url(https://www.uvu.edu/_homepage/images/geometric_left.svg), url(https://www.uvu.edu/_homepage/images/geometric_right.svg);
		background-position: top left, top right;
		background-repeat: no-repeat;
		position: absolute;
		width: 100%;
		height: 900px;
	}

	
	
	/* ____________________ Campus Life ____________________ */
	.campus-life .card-picture-9 .card-picture-content ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	
	
	/*______________________ Hero spaces ____________________*/
	
	.jumbo header {
	padding: 20px;
	}	
	
	section.hero-home.jumbo {
		padding: 20px;
	}
	
	section.hero-home.page-header{
		padding-bottom: 0px;
	}
	
	.hero-content h2 {
	font-size: 52px;
	}
	
	.hero-home .hero-content h2 {
	font-size: 52px;
	letter-spacing: 6.16px;
	}

	.hero-home .hero-content h2 span {
	font-size: 64px;
	}
	
	.homecoming-banner {
		text-shadow: 1px 1px 10px black, 0 0 1em black, 0 0 0.2em black;
		text-align: center;
		color: #ffffff;
		position: absolute; 
		top: 80%; 
		left: 50%; 
		transform: translate(-50%, -50%);
	}
	
	.homecoming-banner:hover {
		color: #66CC33;
		text-decoration: none;
	}
	
	.homecoming-titles {
		color: #ffffff;
	}
	
	.homecoming-titles:hover {
		color: #66CC33;
	}
	
	
	/* ==== In-page nav bar ==== */
	
.inpageNav {
	justify-content: space-between;
/* 	padding: 40px 0; */
}
	
.inpageNav ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}
	
	.inpageNav ul > li + li {
		margin-inline-start: 60px !important;
	}

.inpageNav li {
	display: inline-block;
	/*flex-direction: row;*/
	transition: all 0.3s ease-in-out;
}
	
.inpageNav li:hover {
	transform: translateY(-20px);
}
	
.inpageNav li a {   
    flex-direction: column;    
    align-items: center;
}
	
.inpageNav li span:after {
    margin: 0 0 0 5px;
}
	
	/* ==== START Header Carousel ==== */
	
	fundraising-priorities {
		flex-direction: column;
		align-content: center;
	}

	.blog .post {
		flex-wrap: nowrap;
	}

	#ribbon-text {
		font-size: 24px;
	}
	
	#make-difference-text {
		color: #00B050;
		font-size: 50px;
		text-shadow: #000000 1px 5px 10px;
		line-height: 1.2;
		padding-top: 55px;
		font-weight: 900;
		display: contents;
	}
	
	.title-img-padding {
		padding-top: 0px;
	}
	
	#hide {
		display: none;
	}
	
	.flex-width {
		width: 100%;
	}
	
	.numbers-padding {
		padding: 0 40px 0 40px;
	}
	
	.campaign-progress-border {
		border-right: 2px solid #275d38;
	}
	
	.jumbo {
		padding: 20px 20px 130px 20px;
	}
	
	.bg-image-1 {
		display: show;
		width: 100%;
		grid-area: 1 / 1 / 2 / 7; 
	}
	
	.ribbon-button {
		font-size: 25px;
	}
	
	.header-logo-image {
		margin-top: -255px;
	}

	/* ==== END Header Carousel ==== */

}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
/* ==== General ==== */
	
.letter-spacing {
	letter-spacing: .125em;
}
	
/* ==== Hero styles ==== */

.hero-content.hero-width { max-width: var(--hero-content-width); }	
	
.hero-home .hero-content h2 {
	font-size: 72px;
	}
	
	

/* ==== Section headers ==== */
	

	
h2.welcome {
	font-size: 32px;
	text-align: left;
}
	
	
/* ==== News & Events ==== */
	
.news-container, .events-container {
	padding-bottom: 40px;
}
	
	
	.news-container {
		display: grid;
		grid-template-areas:
			"sticky homepage homepage homepage";
		grid-gap: 10px;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
	}
	
	/*body.audience:not(.uvu_root) .news-container {
		grid-template-areas:
			"sticky homepage homepage homepage";
		grid-template-rows: 1fr;
	}*/
	
.news-container .story-card {
	min-width: auto;
}

	.news-container .blog.blog-listing:first-child {
		margin-inline-end: 0;
	}
	
	.news-container .blog.blog-listing:last-of-type[data-blog-limit="3"], .news-container .blog.blog-listing:last-of-type[data-blog-limit="7"], .news-container .blog.blog-listing:last-of-type[data-blog-limit="8"] {
		grid-template-columns: repeat(4, 1fr);
	}
	.news-container .blog.blog-listing:last-of-type[data-blog-limit="7"] > div:first-child, .news-container .blog.blog-listing:last-of-type[data-blog-limit="3"] > div:first-child  {
		grid-column-start: 2;
	}
	
	/* Event Cards (Handlebars Template) */
	.events-container .homepage-r25live ul {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 10px;
	}
	.events-container article.event-card {
		min-width: 218px;
	}
	

	
/* ==== Subscribe ==== */
	
section.subscribe {
	padding: 80px 0 80px 0;
	background-position: top center;
}
	
.subscribe-input input[type="text"] {	
    flex-basis: 30%;
}

.subscribe-input input[type="submit"] {
	flex-basis: 10%;
}

	
	
	/* Homepage */
	
	.jumbo {
		padding: 20px 20px 110px 20px;
	}

	.campaign-progress-border {
		border-right: none;
	}

	.campaign-progress-table .transform-grid-cell:last-of-type {
		border:none;
	}
	
	.campaing-progress-number {
		font-size: 72px;
	}

	.bg-image-grid-home{
		background-image:url('https://www.uvu.edu/evergreen/images/home/desktop-frame-animated.gif');
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;	
		/*padding:50px 0px 60px 0px;*/
		padding:50px 0px 15px 0px;
	}	
	
	.flex-width-header {
	 	width: 100%;	 
 	}

	.flex-three-items {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	section.jumbo.evergreen-jumbo {
		padding: 130px 20px 80px 20px;
	}

	#evergreen-motto {
		font-size: 24px;
		font-weight: 600;
	}
	
	.home-intro-text {
		font-size: 24px;
	}
	
	.display-news-cards {
		flex-direction: row;
	}
	
	.support-images {
		height: 195px;
	}
	
	.title-img-padding {
		padding-top: 0px;
	}
	
	.flex-width {
		width: 75%;
	}
	
	#hide {
		display: contents;
	}
	
	.evergreen-button {
    	font-size: 30px;
	}
	
		.text-1 { 
		grid-area: 1 / 3 / 2 / 5; 
		text-align: center;
		background-color: rgba(2, 50, 36, 0.0);
	}
	
	.bg-image-2 {
		display: show;
		width: 100%;
		height: auto;
		grid-area: 1 / 1 / 3 / 7; 
		padding: 15px;
	}
	
	.text-2 { 
		grid-area: 1 / 1 / 2 / 4; 
		padding: 100px;
		background-color: rgba(2, 50, 36, 0.0);

	}
	
	.bg-image-3 {
		display: show;
		width: 100%;
		height: auto;
		grid-area: 1 / 1 / 3 / 7; 
		padding: 15px;
		
	}
	
	.text-3 { 
		grid-area: 1 / 1 / 2 / 4; 
		padding: 100px;
		background-color: rgba(2, 50, 36, 0.0);
	}
	
		.slick-dots {
		display: block !important;
		background-color: rgb(0,0,0, 0.0);
	}

	.slick-dots button {
		background-color: darkgrey;
	} 
	
	.header-logo-image {
		margin-top: 0px;
		padding-top: 100px;
	}
	
	
}


.current-students.marketing.homepage .card-content.card-content-border .card-content-content ul {
	padding-inline-start: 40px;
}
.current-students.marketing.homepage .card-content.card-content-border .card-content-header {
	padding-inline-start: 50px;
}
/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	
	
	ul#myUVU-quicklinks {
		flex-direction: row;
	}

	ul#myUVU-quicklinks > li + li:before {
		content: "|";
		padding: 0 2ch;
		color: var(--color-uvu-primary);
	}
	
	/* ===== Heroes ===== */
	
	.jumbo.parallax, jumbo.fullbleed {
	padding: 120px;
}

	.hero-home.jumbo header {
		padding: 60px 40px;}
	
	.faculty-and-staff section.jumbo {
		padding: 180px 20px
	}
	
	.hero-home .hero-content h2 {
	font-size: 89px;
	}
	
		
	/* ==== News & Events ==== */
	.news-container, .news-container .blog.blog-listing:last-child {
		grid-gap: 20px;
	}
	
	.bg-image-grid-home{
		background-image:url('https://www.uvu.edu/evergreen/images/home/desktop-frame-animated.gif');
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;	
		padding:50px 0px 60px 0px;
	}	

		.featured-content {
	padding: 60px 100px 100px 100px;
}

	
	.flex-width-header {
	 	width: 50%;	 
 	}
	
	#hide {
		display: contents;
	}
	
		.text-1 { 
		grid-area: 1 / 3 / 2 / 5; 
		text-align: center;
		background-color: rgba(2, 50, 36, 0.0);
	}
	
	.bg-image-2 {
		display: show;
		width: 100%;
		height: auto;
		grid-area: 1 / 1 / 3 / 7; 
		padding: 15px;
	}
	
	.text-2 { 
		grid-area: 1 / 1 / 2 / 4; 
		padding: 100px;
		background-color: rgba(2, 50, 36, 0.0);

	}
	
	.bg-image-3 {
		display: show;
		width: 100%;
		height: auto;
		grid-area: 1 / 1 / 3 / 7; 
		padding: 15px;
		
	}
	
	.text-3 { 
		grid-area: 1 / 1 / 2 / 4; 
		padding: 100px;
		background-color: rgba(2, 50, 36, 0.0);
	}
	
}

/*end media query*/
/*End desktop only styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1500px) {
	
	
}

/* 80years 80years 80years 80years 80years 80years 80years 80years */

#eighty_branding_wrap{
text-align: center;
text-transform: uppercase;
}
.eb_card{
  padding: 0px 11px;
  margin-bottom:10px;
}
.card_wrap{
    background-color: #fff;
    width:100%;
    height: 100%;
    padding-bottom: 40px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
}
#eb_welcome h2{
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
  color:#275d38;
  font-size: 30px;
 margin-bottom: 30px;
}
#eighty_branding_wrap .img_wrap img{
  width:100%;
}

#eighty_branding_wrap h3{
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
  color:#275d38;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

#eighty_branding_wrap .eb_btn {
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding:10px 40px;
  border: solid 2px #275d38;
  color:#275d38;
  text-decoration: none;
  transition: 0.8s;
}

.eb_btn:hover {
  background-color: #275d38;
  color: white !important;
}


@media screen and (min-width: 1000px) {
  #eb_welcome h2{
    font-size: 2vw;
  }
}

/*END OF DOCUMENT*/
