/* 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 ========================== */
/* Homepage */
.hero-image-text {
	display: flex;
	justify-content: space-between;
}

.hero-text1 {
	font-size: 58px;
    color: #185C33;
    background-color: #C5D97A;
    padding: 13px 20px;
    width: 100%;
    font-family: 'Rajdhani';
    font-weight: 700;
}

.welcome-text {
	align-content: center;
}

h1 {
	font-size: 71px !important;
	font-weight: 700;
}

.image-text {
	position: relative;
}

.image-text:after {
    content: ' ';
    display: block;
    position: absolute;
    top: -17px;
    right: -18px;
    background-image: url(/data/images/homepage/image-backing-meadow-plus.png);
    z-index: -1;
    height: 136px;
    width: 426px;
    background-size: contain;
}

.jumbo header {
	padding: 0;
}

.inpageNav {
    display: flex;
    flex-direction: row;
}

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

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

.inpageNav li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #275D38;
    border-bottom: none;
	text-decoration: none;
}

.background-2 {
	background-color: #EEF1F0;
}

.text-18 {
	line-height: 31px;
}

.green-header {
	color: #185C33;
}

.discover-data {
	display: flex;
}

.discover-data > div:nth-of-type(1) {
	flex-basis: 66%;
}

.discover-data > div:nth-of-type(2) {
	flex-basis: 34%;
}

.data-2 {
	align-content: center;
}

.data-2 p {
	background-color: #C5D97A;
	padding: 20px;
	color: #165630;
	font-size: 39px;
	font-family: 'Rajdhani';
	font-weight: bold;
	text-align: center;
}

.data-2 a {
	margin-top: -20px;
    margin-right: -30px;
    display: inline-block;
    float: right;
	text-transform: capitalize;
	font-weight: bold;
}

.data-2 span {
	padding-left: 30px;
}

/* Data Highlight Boxes */
.card-content {
	background-color: white;
}

.card-content-title {
	color: black;
	font-weight: bold;
	font-size: 50px;
	font-family: 'Rajdhani';
}

.card-content-header h3 {
	color: #185C33;
    font-weight: bold;
    text-align: left;
	font-family: 'Lato';
}

.card-content-content {
	text-align: left;
    font-family: 'Rajdhani';
	font-weight: 600;
}

.card-content {
	height: 50%;
}

/* Questions Box */
.questions-box {
	display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px 0;
}

.questions-1 h2 {
	font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.questions-1 p {
	font-family: 'Rajdhani';
	font-weight: 600;
}

.questions-2 a {
	background-color: #275d38;
	padding: 20px;
	border-radius: 8px;
	color: white;
	font-family: 'Rajdhani';
	text-decoration: none;
	border: 2px solid #275d38;
	font-weight: bold;
}

.questions-2 a:hover, .questions-2 a:focus {
	color: black;
	border-color: #275D38;
	background-color: #fff;
	text-decoration: underline;
}

.questions-2 span {
	padding-left: 30px;
}

/* Governance Page */
.policy-btn a {
	background-color: #275d38;
	padding: 20px;
	border-radius: 8px;
	color: white;
	font-family: 'Rajdhani';
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #275d38;
}

.policy-btn span {
	padding-left: 149px;
}

.policy-btn a:hover, .questions-2 a:focus {
	color: black;
	border-color: #275D38;
	background-color: #fff;
	text-decoration: underline;
}

/* Institutional Reports Page */
.hero-text2 {
	font-size: 58px;
	color: #185C33;
	background-color: #C5D97A;
	padding: 13px 20px;
	width: 53%;
	font-family: 'Rajdhani';
	font-weight: 700;	
}

.reports-dashboard {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: baseline;
    gap: 20px;
	height: 100%;
}

.reports-dashboard span {
	font-size: 28px;
}

.reports-dashboard h3 {
	color: black;
	font-size: 23px;
	font-weight: bold;
}

.reports-btn {
	text-decoration: none;
}

.sidebar-title {
	color: #000000;
	font-size: 27px;
	font-family: 'Rajdhani';
}

.nav-sidebar-items {
	font-weight: bold;
    font-size: 20px;
    font-family: 'Rajdhani';
}

.nav-sidebar-items p {
	margin-top: 30px;
    margin-bottom: 20px;
}

.border-gray-dark-l2 {
	border-color: #FAF8F8;
}

.alumni-box {
	background-color: #507964;
	justify-self: anchor-center;
	width: 72%;
}

.alumni-box h2 {
	color: white;
	font-size: 25px;
	font-family: 'Rajdhani';
}

.alumni-box p {
	color: white;
	font-size: 20px;
	font-family: 'Rajdhani';
}

.btn-alumni {
	width: 100%;
}

.btn-alumni span {
	padding-left: 105px;
}

.current {
    background-color: #275d38;
    padding: 10px;
    text-decoration: none;
}

.current a {
	color: white;
}

.current:hover {
	color: white;
}

.current:active {
	color: white;
}

.bottom-box {
	height: 53%;
}

.hover-fact {
	text-decoration: none;
}

.hover-fact:hover {
	color: white;
}

.hover-fact:after {
	color: white;
}


/* Key Indicators Page */

.header-indicators > div > div {
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top-3 {
	display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
	padding: 10px 0px;
}

.icon-circle {
	font-size: 40px;
    border-radius: 50%;
    border: 3px #185C33 solid;
    padding: 13px 16px;
}

.icon-circle2 {
	font-size: 40px;
    border-radius: 50%;
    border: 3px #185C33 solid;
    padding: 13px 23px;
}

.content-top h2 {
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
}

.data-1 {
	font-weight: bold;
    margin-bottom: 0px;
}

.data-2 {
	font-family: 'Rajdhani';
	font-weight: 500;
}

.demographics-background {
	background-color: #EEF1F0;
}

.demographics-background h2 {
	font-size: 48px;
	font-weight: bold;
}

.demographics-background .equal-height>div:not(:nth-last-of-type(1)) {
	border-right: 1px solid #0000002E;
}

.demographics-table {
	display: flex;
	align-items: center;
	justify-content: center;
    gap: 30px;
}

.demographics-table.padding-bottom-20 {
	border-bottom: 1px solid #0000002E;
}

.demographics-icon {
	font-size: 40px;
    border: 3px #185C33 solid;
    border-radius: 50%;
    padding: 10px 28px;
}

.demographics-icon2 {
	font-size: 40px;
    border: 3px #185C33 solid;
    border-radius: 50%;
    padding: 10px 20px;
}

.demographics-icon3 {
	font-size: 40px;
    border: 3px #185C33 solid;
    border-radius: 50%;
    padding: 10px 18px;
}

.demographics-icon4 {
	font-size: 40px;
    border: 3px #185C33 solid;
    border-radius: 50%;
    padding: 10px 15px;
}

.demographics-icon5 {
	font-size: 40px;
    border: 3px #185C33 solid;
    border-radius: 50%;
    padding: 10px 24px;
}

.demographics-icon6 {
	font-size: 40px;
    border: 3px #185C33 solid;
    border-radius: 50%;
    padding: 10px 32px;
}

.demographics-text h3 {
	margin-bottom: 0;
	font-size: 48px;
    font-weight: 700;
}

.demographics-text p {
	font-weight: bold;
    font-family: 'Rajdhani';
}

.card-picture-8 .card-picture-title {
	font-size: 27px;
	border-bottom: none;
	padding-block-end: 0;
}

.card-picture-8 .card-picture-content {
	position: absolute;
}

.card-picture-content h2 {
	font-weight: bold;
    font-size: 21px;
	color: #185C33;
	font-family: 'Rajdhani';
}

.content-card-text1 {
	font-weight: bold;
	font-size: 21px;
	color: #185C33;
	font-family: 'Rajdhani';
}

.under-line {
	border-bottom: 2px solid #0000002E;
    padding-bottom: 11px;
}

.uvu-graduates {
	color: black;
    font-family: 'Rajdhani';
    font-size: 39px;
    font-weight: 600;
}

.uvu-graduates2 {
	font-size: 30px;
    font-family: 'Rajdhani';
    font-weight: 500;
}

.big-numbers {
	font-size: 127px;
	font-weight: 800;
	color: #185C33;
}

.degrees-granted {
	padding-left: 40px;
    font-size: 27px;
    font-family: 'Rajdhani';
    font-weight: 100;
	color: gray;
}

.granted-table {
	display: flex;
    justify-content: space-between;
    padding-left: 40px;
}

.titles-granted {
	font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 32px;
}

.numbers-granted {
	font-size: 32px;
    font-family: 'proxima-nova';
    font-weight: 700;
}

.background-campus {
	background-image: url(/data/images/key-indicators-page/campus-data.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.world-class {
	font-size: 39px;
    font-family: 'Rajdhani';
    color: white;
    font-weight: 600;
	justify-self: center;
	padding-left: 10px;
}

.modern-collaboration {
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 20px;
	color: white;
	justify-self: center;
}

.number-avg-table {
	display: flex;
    justify-content: space-between;
	justify-content: center;
    gap: 50px;
}

.green-number {
	font-weight: bold;
    font-size: 39px;
    font-family: 'proxima-nova';
    color: #adc06c;
}

.total-white {
	font-family: 'Rajdhani';
    font-weight: 500;
    color: white;
}

.explore-data-box {
	display: flex;
	align-items: center;
	background-color: #185C33;
	border-radius: 8px;
	justify-content: space-evenly;
	padding: 20px;
}

.data-circle span {
	font-size: 70px;
	border: 2px solid white;
	border-radius: 50%;
	padding: 15px 19px;
}

.explore-data-text h2 {
	font-size: 30px;
    color: white;
    font-weight: bold;
}

.explore-data-text p {
	font-family: 'Rajdhani';
	color: white;
}

.last-btn {
	background-color: white;
    padding: 20px;
    border-radius: 8px;
    font-weight: bold;
}

.last-btn a {
	text-decoration: none;
    font-family: 'Rajdhani';
    font-size: 18px;
}

.last-btn span {
	color: rgb(21, 71, 52);
    padding-left: 20px;
}


/*End mobile and up styles*/
/* Smaller Phones Styles */
@media only screen and (max-width: 321px) {
	.titles-granted {
		font-size: 21px !important;
	}
}

/* Phone Styles */
@media only screen and (max-width: 768px) {
	.image-text {
		display: none;
	}
	
	.inpageNav ul {
		display: grid;
	}
	
	.inpageNav li a {
		gap: 15px;
	}
	
	.discover-data {
		flex-wrap: wrap;
		width: 500px;
	}
	
	.discover-data > div:nth-of-type(2) {
		flex-basis: 72%;
	}
	
	.questions-box {
		box-shadow: none;
		flex-wrap: wrap;
	}
	
	.questions-1 {
		margin-bottom: 25px;
	}
	
	.header-indicators > div > div {
		box-shadow: none;
	}
	
	.top-3 {
		justify-content: start;
	}
	
	.card-picture-8 .card-picture-content {
		position: relative;
	}
	
	.background-black {
		background-color: #00000094;
	}
	
	.explore-data-box {
		flex-wrap: wrap;
	}
	
	.titles-granted {
		font-size: 26px;
	}
	
	h1 {
		font-size: 50px !important;
	}
	
	.hero-text1 {
		font-size: 42px;	
	}
	
	.big-numbers {
    font-size: 95px;
	}
	
	.number-avg-table {
		gap: 14px;
	}
	
	.data-2 a {
		margin-right: 61px;
	}
}

/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 769px) {
	.inpageNav {
	flex-direction: column;
}
	
.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;
	text-align: center;
}
	
.inpageNav li span:after {
    margin: 0 0 0 5px;
}
	
	.inpageNav ul li {
		width: 20%;
		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 media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	
}

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