/* 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 ========================== */

.maps-bottom-links {
	background-color: #f8f8f8;
    padding: 0.5em;
    border-radius: 5px;
}

/* ==== 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%);
}

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.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: #00843D;
}

hr.section-divider-icon {
    margin-block-end: 50px;
	color: #00843D;
}

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;
	color: #00843D;
}


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

/* ==== 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 ===== */

.inpageNav {
	display: flex;
	flex-direction: row;
	justify-content: left;
}

.inpageNav ul {
	display: flex;
	flex-direction: column;
	padding: 20px;
	list-style-type: none;
}

.inpageNav li {
	font-family: "Rajdhani", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
	
}

.inpageNav li:hover {
	text-decoration: none;
	cursor: pointer;
}

.inpageNav li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	color: #00843D;
}

.inpageNav ul.text-white li a, .inpageNav ul.text-white li span {
	color: #fff;
}

.inpageNav li:hover a, .inpageNav li a:focus {
	text-decoration: none;
}

.inpageNav li span {
	font-size: 32px;
	color: #00843D;
	margin: 10px 0;
	text-decoration: none;
	text-align: center;
	width: 50px;
}


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



section.subscribe {
	padding: 50px 0 50px 0;
	background-image: url(../jpg/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('../png/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(../png/education-connection.png);
}

.current-students.marketing.homepage #campus-connections .card-content.card-content-border {
	background-image: url(../png/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(../svg/geometric_left.svg), url(../svg/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;
	}
	
	/* ==== 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;
}
	

}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	.inpageNav ul li + li:before {
        content: '';
        display: block;
        width: 1px;
        height: 60%;
        background-color: #e7e7e7;
        position: absolute;
        top: 20%;
        left: -32px;
    }
	
/* ==== 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%;
}

	
}


.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;
	}
	
}

/*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*/