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

.about-uvu .container-fluid {
	max-width: 1400px;
}

.about-uvu .section-divider-icon {
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.text-20 {
	font-size: 20px;
}

.text-25 {
	font-size: 25px;
}

.text-40 {
	font-size: 40px;
}

.link-white {
	color: #FFF;
}

.link-white:hover {
	color: #FFF; 
	text-decoration: underline;
}

.padding-bottom-110 {
	padding-bottom: 110px;
}

.padding-100 {
	padding-bottom: 100px;
	padding-top: 100px;
}

.flex-flow-nowrap {
	flex-flow: column nowrap;
}

.justify-content-between {
	justify-content: space-between;
}

.thick-section-padding {
	padding-top: 70px;
	padding-bottom: 70px;
}

img.shadow {
	background-color: #FFF;
	z-index: 1;
	position: inherit;
}

.link-split-right {
	display: block;
	position: relative;
	cursor: pointer;
	background-color: #F2F2F2;
	padding: 15px 100px 15px 25px;
	color: #275d38;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	margin-top: 30px;
	font-size: 19px;
	max-width: 50%;
}

.link-split-right::before {
	content: "\f105";
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'FontAwesome';
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: auto;
	width: 65px;
	font-size: 29px;
	background-color: rgba(0, 0, 0, .06);
	position: absolute;
	color: #275d38;
	padding-bottom: 7px;
	font-weight: 100;
}

.link-split-right:hover::before {
	background-color: #275d38;
	color: #FFF;
}

.link-split-right:hover {
	text-decoration: none;
}

.external-before::before {
	content: '\f08e';
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-right: 8px;
}

.section-divider-white {
	text-align: center;
	color: #FFFFFF;
	font-size: 27px;
	width: 100%;
	display: flex;
	align-items: center;
}

.d-icon {
	padding: 0 15px;
}

.d-line {
	width: 100%;
	height: 1px;
	background: #FFF;
}

/* Header Style with bars */
.bar-header {
	font-family: "Raleway", arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #275d38;
	font-size: 16px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	flex-grow: 2;
	align-items: center;
}

.bar-header:before, .bar-header:after {
	content: "";
	position: relative;
	background: #275d38;
	width: 25%;
	max-width: 40px;
	height: 1px;
	flex-grow: 1;
}

.bar-header:before {
	order: -1;
	margin-right: 10px;
}
.bar-header:after {
	order: 1;
	margin-left: 10px;
}

/* End of Bar Header Style */

/* News Cards Styling for pull*/
.homepage-news-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding-top: 200px;
	width:100%;
}
.news-card-img {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news-card-container {
	position: relative;
	z-index: 2;
	background: rgba(26, 26, 26, .86);
	color: white;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}
.news-card-title {
	color: #D1AE19;
	font-size: 16px;
	margin-top: 0;
}
.news-card-lede {
	max-height: 50px;
	overflow: hidden;
}
.news-card-lede, .news-card-link {
	font-size: 12px;
}
.news-card-link a {
	color: #D1AE19;
}
.news-card-link a:hover, .news-card-link a:hover {
	color: #fff;
}
.news-card-link {
	display: flex;
	justify-content: space-between;
}
.text-shorten-month {
	width: 3ch;
	display: inline-block;
	overflow: hidden;
	margin-right: .5ch;
}
/* multiline */
.block-with-text {
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
	max-height: 3.6em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
}
.block-with-text:before {
	content: "...";
	position: absolute;
	right: 5px;
	bottom: 0;
}
.block-with-text:after {
	content: "";
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: #000;
}
/* end news section */

/*=======Header Section========*/

.jumbo header h1 {
	font-size: 30px;
	font-weight: lighter;
}

.clear-float {
	clear: both;
}

.down-arrow {
	margin-top: 75px;
}

.header-text {
	margin-top: 40px;
}

.header-image img {
	max-width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*===============end Header Section CSS================*/

/*===============In Page Nav CSS================*/

.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: 15px;
	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;
	color: #275D38;
	border-bottom: none;
}

.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: #275D38;
	margin: 10px 0;
	text-decoration: none;
	text-align: center;
	width: 50px;
}

/*===============End In Page Nav CSS================*/

/*==============Section 1 CSS================*/

.split-header-text {
	font-family: "Raleway", arial, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.split-header-text span {
	font-weight: bold;
}

.gray-about-text {
	color: #909090;
}

.quote-text {
	text-align: center;
	color: #275D38;
	font-family: "Raleway", arial, sans-serif;
}

.quoter {
	font-family: "Raleway", arial, sans-serif;
	text-align: right;
	color: #275D38;
	font-size: 0.75rem;
}

/*==================End Section 1 CSS==============*/


/*================= Section 2 CSS ===============*/
.stats-card {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 10px;
	min-height: 100%;
}

.stats-icon {
	font-size: 62px;
	color: #275D38;
}

.stats-numbers {
	font-family: "Lato", arial, sans-serif;
	color: #275D38;
	font-size: 62px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin-bottom: 0;
}

.stat-label {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
/*================== End Section 2 CSS ============*/

/*================= Section 3 CSS ===============*/
.bg-inclusion {
	background-image: url("https://www.uvu.edu/about/images/section_3/inclusion-backing.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inclusion-stats {
	align-items: left;
	font-size: 15px;
	padding-left: 40px;
}

.link-inclusion {
	max-width: 100%;
	color: #ffffff;
}

.link-inclusion:hover {
	text-decoration: underline;
	color: #ffffff;
}

.square-button{
	background-color: #e2e2e2;
	display: inline-block;
	padding: 20px 20px;
	text-align: left;
	width:100%;
}

.square-button:hover{
	background-color: #707070;
	color: #ffffff;
}

a.square-button{
	font-size: 14px;
	line-height: 18px;
	color: rgba(112,112,112, 1);
	text-decoration: none;
}

/*================== End Section 3 CSS ============*/

/*================= Section 4 CSS ===============*/
.president-line {
	display: none;
}

.president-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.president-name {
	text-align: inherit;
}

.name-pos {
	text-align: center;
}

.pres-link {
	max-width: 100%
}

/*================== End Section 4 CSS ============*/

/*================= Section 5 CSS ===============*/
/*================== End Section 5 CSS ============*/

/*================= Section 6 CSS ===============*/
.uvu-logo {
	max-width: 70%;
	margin-bottom: 40px;
}

.brand-link:hover::before {
	background-color: #c0c0c0;
}

.brand-link {
	max-width: 100%;
}
/*================== End Section 6 CSS ============*/

/*================= Section 7 CSS ===============*/


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

.img-card-text {
	background: #FFF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	max-width: 95%;
	margin: 0 auto;
	margin-top: -20%;
}

.img-card-icon {
	padding-right: 24px;
	font-size: 32px;
	color: #275D38;
}


/*================== End Section 7 CSS ============*/

/*================= Section 8 CSS ===============*/

section[data-uvu-section="8"] .container-fluid {
	max-width: 1400px;
}

.imagesection img {
	border-radius: 10px;
	box-shadow: 0px 3px 6px #00000039;
}

.img1 {
	margin-bottom: 20px;
}

.img2 {
	display: none;
}

.img3 {
	display: none;
}

.img4 {
	display: none;
}

.card {
	background: white;
	display: flex;
	flex-direction: column;
}

.card p {
	line-height: 1.3em;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 30px 0;
}

/*================== End Section 8 CSS ============*/

/*================= Section 9 CSS ===============*/
.link-card {
	margin-bottom: 20px;
}

.bg-uvu {
	background-image: url(http://webstaging.uvu.edu/about/images/section_9/mono-rep.png);
}

.card-hover-title {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.inner-hover-card-top, .inner-hover-card-bot {
	padding-left: 0px;
	padding-right: 0px;
}


/*================== End Section 9 CSS ============*/

.related-links {
	display: flex;
	font-size: 20px;
	color: #535353;
	list-style: none;
	justify-content: space-around;
	padding: 0;
	flex-wrap: wrap;
}

.related-links li {
	padding: 0 5px;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	/*=============Header section CSS==========*/
	.header-container {
		display: flex;
	}

	.header-image img {
		max-width: 100%
	}

	.header-text {
		margin-top: 0;
	}

	/*===============End header Section CSS============== */

	/*===============In Page Nav CSS============== */

	.inpageNav {
		justify-content: space-between;
	}

	.inpageNav ul {
		flex-direction: row;
		justify-content: center;
		width: 100%;
		padding: 0;
	}

	.inpageNav ul > li + li {
		margin-inline-start: 60px !important;
	}

	.inpageNav li {
		display: inline-block;

	}

	.inpageNav li a:hover {
		transform: translateY(-20px);
	}

	.inpageNav li a {   
		flex-direction: column;    
		align-items: center;
		text-align: center;
		transition: all 0.3s ease-in-out;
	}

	.inpageNav li span:after {
		margin: 0 0 0 5px;
	}

	.inpageNav ul li {
		width: 18%;
		padding: 0px 30px;
	}

	.inpageNav li a {
		justify-content: flex-start;
		height: 100%;
	}

	.inpageNav ul > li + li {
		margin-inline-start: 0px !important;
	}


	.inpageNav ul li + li:before {
		content: '';
		display: block;
		width: 1px;
		height: 60%;
		background-color: #e7e7e7;
		position: absolute;
		top: 20%;
		left: 0px;
	}

	/*===============End In Page Nav CSS============== */

	/*=============Section 1 CSS==========*/
	.bg-arrows {
		background-image: url("https://www.uvu.edu/about/images/section_1/dual-mission-backing.jpg");
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.quote-img {
		background-image: url("https://www.uvu.edu/about/images/section_1/quote2x.png");
		background-repeat: no-repeat;
		padding-left: 60px;
	}


	/*===============End Section 1 CSS============== */

	/*================= Section 3 CSS ===================*/

	.inclusion-stats {
		align-items: center;
		font-size: 20px;
	}

	/*================= End Section 3 CSS =================*/

	/*================= Section 4 CSS ====================*/

	.president-containter {
		display: flex;
		flex-direction: row-reverse;
	}

	.name-pos {
		text-align: right;
	}

	/*================== End Section 4 CSS ==================*/

	/*=================== Section 6 CSS =====================*/

	/*================ End Section 6 CSS ===================*/



}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

	.line-pos {
		margin-top: 20px;
		margin-left: -10px;
	}

	.name-pos {
		margin-top: -17px;
	}

	.president-line {
		display: initial;
		position: relative;
		min-width: 43%;
		margin-right: -50px;
	}

	.pres-link {
		max-width: 50%;
	}

	/*================== Section 6 CSS =================*/
	.uvu-logo {
		max-width: 100%;
		margin-bottom: 0px
	}

	.brand-link {
		max-width: 50%;
	}
	/*=============== End Section 6 CSS =================*/

	/*====================	Section 8 CSS ========================*/
	.imagesection {
		display: grid;
		grid-template-columns: 2fr 1fr 2fr;
		grid-gap: 1em;
	}
	> * + * { margin-top: 0; }
	.img1 { 
		grid-area: 1/1/2/2;
		margin-bottom: 0px;
	}
	.img2 {
		grid-area: 1/2/3/3;
		display: initial;
	}
	.img3 { 
		grid-area: 1/3/3/4;
		display: initial;
	}
	.img4 {
		grid-area: 3/2/4/4;
		display: initial;
	}
	.card { 
		grid-area: 2/1/4/2; 
	}

	/*======================== End Section 8 CSS ======================*/

	/*================== Section 9 CSS =================*/

	.card-hover.card-hover-grow:hover .card-hover-title {
		transform: translateX(0px);
	}

	.card-hover-front h2.card-hover-title {
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.card-hover.card-hover-grow {
		min-height: 0px;
	}

	.inner-hover-card {
		padding-left: 0px;
		padding-right: 0px;
	}

	.inner-hover-card-top {
		margin-bottom: 8px;
	}

	.inner-hover-card-bot {
		margin-top: 8px;
	}

	.inner-hover-card .card-hover .card-hover-container .card-hover-front {
		min-height: 0px;
	}


	/*================ End Section 9 CSS =========================*/

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




}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
