

margin: unset;/* 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.
*/

/* Section classes are ordered by appearance in HTML - Sections 1 and 2 have been swapped because the content was re-ordered*/

/* Custom Jumbo Header Styling */

.jumbo header {
	padding: 0px;
}


.jumbo.parallax, jumbo.fullbleed {
    padding: 0px 0px 0px 0px !important;
    background-size: cover;
}


.jumbo.parallax, jumbo.fullbleed {
    background-size: cover;
	padding: 0px;
}

.header-container {
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

	
.jumbo.ed-home-header header {
	padding: 60px;
}

/* End Header Styling */

/* ====================== Mobile and Up ========================== */

/* -------------------------------------------- SECTION 1 -------------------------------------------- */

.s2-button-solid {
	width: 200px;
	display: flex;
	justify-content: center;
	border: 2px solid white;
	color:#fff;
	background-color: transparent;
	position: relative;
	text-decoration: none;
	font-family: 'Rajdhani', sans-serif;
	font-weight:bold;
	/*border-radius: 10px;*/
	border-radius:0px;
	padding: 15px 20px;
	text-transform: uppercase;
}

.s2-button-solid:hover {
	background-color: white;
	color: #1e482c;
}

.s-header {
	height: auto;
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Header modification for section 2 */

.s2-header {
	height: auto;
	/*width: 60%;*/
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.s2-header p {
	margin: unset !important;
}

/* End header mod */

.s-header p {
	margin: unset !important;
}

.header-text {
	font-size: 20px;
	font-weight: 600;
}

.s1-header p {
	margin: unset !important;
}

.green-line {
	height: 2px;
	width: 100%;
	background-color: #275d38;
}

/* These are the green line modifications for later sections */

.green-line-2 {
	height: 2px;
	width: 85%;
	background-color: #275d38;
}

.green-line-3 {
	height: 2px;
	width: 90%;
	background-color: #275d38;
}

.green-line-4 {
	height: 2px;
	width: 95%;
	background-color: #275d38;
}

.green-line-5 {
	height: 2px;
	width: 88%;
	background-color: #275d38;
}

/* End green line mods */

.credit-container {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

.credit-box {
	/*width: 100%;
	height: 240px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.credit-subtext {
	font-size: 20px;
	color: #73716f;
}

.degree-container {
	width: 80%;
	height: 80px;
	padding: 5px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-decoration: none !important;
	margin-left: 50px;
	text-align:right;
}

.degree-container:hover {
	background-color: #275D38;
	color: white;
}

.degree-container:hover .credit-subtext {
	color: white;
}

}

.d-standard-width {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fa-override {
	width: 10%;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

.degree-divider {
	height: 0px;
	width: 80%;
	margin-left: 50px;
	border-top: 2px solid #73716f;
}

/* -------------------------------------------- END SECTION 1 -------------------------------------------- */
/* -------------------------------------------- SECTION 2 -------------------------------------------- */

.s2-container {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.s2-text-cont {
	width: 100%;
	height: 100%;
	padding: 25px;
	background-color: #1e482c;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
	border-radius: 5px;
}

.s2-text{
	font-size: 18px;
}

.s2-button-solid {
	width: 200px;
	display: flex;
	justify-content: center;
	border: 2px solid white;
	background-color: transparent;
	position: relative;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 10px;
    padding: 15px 20px;
	text-transform: uppercase;
}

.s2-button-solid:hover {
	background-color: white;
	color: #1e482c;
}

.s2-photo-cont {
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 5px 5px 0px #275d38;
	overflow: hidden;
	/*margin-top: -70px;*/
}

.about-photo {
	width: 100%;
	height: 310px;
	object-fit: cover;
}

/* -------------------------------------------- END SECTION 2 -------------------------------------------- */
/* -------------------------------------------- SECTION 3 -------------------------------------------- */

.quote-slider .slick-slider .slick-arrow {
	opacity: 0.7;
	right: 10px;
}
	.quote-slider .slick-slider .slick-prev {
		opacity: 0.7;
		left: 10px;
	}
	.quote-slider .slick-track li {
		padding: 40px 80px 80px;
		font-size: 1.125em;
	}
	.quote-slider:before {
	/* 	font-family: "Font Awesome 5 Pro"; */
		font-family: Georgia, serif;
		font-weight: 900;
		top:60px;
		left: 30px;
		content: "\201C";
		color: var(--color-uvu-primary);
		font-size: 10rem;
		position:absolute;
		opacity: 0.1;
	}
	.slick-items .float-left {
		display: none;
	}

/* -------------------------------------------- END SECTION 3 -------------------------------------------- */
/* -------------------------------------------- SECTION 4 -------------------------------------------- */

.s4-container {
	width: 100%;
	height: auto;
	padding: 0px 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.s4-course {
	width: 100%;
	height: auto;
	/*display: flex;
	flex-direction: column;
	align-items: center;*/
}

.s4-number {
	font-size: 44px;
	color: #1e482c;
	text-align: center;
}

.s4-subtext {
	font-size: 20px;
	color: #1e482c;
	text-align: center;
}

/* -------------------------------------------- END SECTION 4 -------------------------------------------- */
/* -------------------------------------------- SECTION 5 -------------------------------------------- */

.s5-card-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
}

.s5-card {
	/*width: 48%;*/
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 20px 10px 10px 10px;
}

.s5-header {
	width: 90%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.s5-text {
	width: 90%;
	height: 50%;
	color: #1e482c;
}

.s5-button-box {
	width: 90%;
    height: 15%;
    display: flex;
    justify-content: flex-end;
}

.s5-button {
	width: 50%;
    height: 100%;
    border: solid 2px var(--color-uvu-primary);
    color: #1e482c;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
	border-radius: 3px;
}

.s5-button:hover {
	background-color: var(--color-uvu-primary);
	color: white;
}

.s5-about {
	width: 90%;
    height: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #1e482c;
}
	
.s5-about-text {
	width: 30%;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    color: var(--color-uvu-primary);
    margin: unset !important;
}

.change-padding {
	padding: 30px 20px 20px 20px;
}

.s5-testimonial:before {
	/* 	font-family: "Font Awesome 5 Pro"; */
		font-family: Georgia, serif;
		font-weight: 900;
		top: -20px;
		right: 40.5%;
		content: "\201C";
		color: var(--color-uvu-primary);
		font-size: 10rem;
		position:absolute;
		opacity: 0.1;
	}


.s5-testimonial {
	width: 90%;
	height: 100%;
}

.s5-credit {
	width: 90%;
	height: 45%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.s5-author {
	width: 60%;
	height: auto;
	font-weight: 600;
	font-size: 16px;
	margin: unset;
}

.s5-photo-container {
	width: 30%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 5px 5px 0px #275d38;
}

.s5-testimonial-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* -------------------------------------------- END SECTION 5 -------------------------------------------- */
/* -------------------------------------------- SECTION 6 & 7 -------------------------------------------- */

/* Hover Cards */

.card-hover-outer {
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.card-hover.card-hover-slide .card-hover-container {
	background-color: rgba(39, 93, 56, 0.88);
	border-radius: 5px;
	overflow: hidden;
	height: 325px;
}

.card-hover:hover .card-hover-icon {
	transform: rotateX(180deg);
}

.card-hover-title {
	display: inline-block;
	font-size: 18px;
	text-align: left;
}

.card-hover-front {
	margin-bottom: 10px;
	padding-left: 25px;
	padding-top: 5px;
	overflow: hidden;
	border-radius: 5px;
}

.card-hover-back {
	font-size: 14px;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.card-hover-img {
	opacity: .7 !important;
	border-radius: 5px;
	overflow: hidden;
}

.card-hover-btn {
	color: white;
}

.card-hover-btn:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #275D38;
}

.card-hover-icon {
	display: inline-block;
	float: right;
	margin-right: 2px;
	margin-top: 17px;
	transition: 0.3s;
}

.card-hover.card-hover-slide .card-hover-container {
	transition: 0.3s ease-in-out;
	transform: translateY(calc(100% - 67px));
	border-radius: 5px;
	overflow: hidden;
}

.card-hover.card-hover-slide:hover .card-hover-container {
	transform: translateY(0%);
	border-radius: 5px;
	overflow: hidden;
}

/* -------------------------------------------- END SECTION 6 & 7 -------------------------------------------- */
/* -------------------------------------------- SECTION 8 -------------------------------------------- */

.s8-card-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-around;
}

.s8-card {
	/*width: 30%;*/
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	padding: none;
	overflow: hidden;
}

.s8-photo {
	height: 45%;
	width: 100%;
}

.s8-fill {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.s8-title {
	height: 10%;
	width: 95%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-uvu-primary);
	text-align: center;
	font-size: 18px;
	margin: unset !important;
}

.s8-divider {
	height: 1px;
	width: 90%;
	border-bottom: 1px solid #73716f;
}

.s8-text {
	height: 27%;
	width: 90%;
	text-align: center;
	font-size: 14px;
	color: #73716f;
	margin: unset !important;
}

.s8-info {
	height: 7%;
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}

.s8-date {
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--color-uvu-primary);
	margin: unset !important;
	font-size: 14px;
	
}

.s8-link {
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: var(--color-uvu-primary);
	margin: unset !important;
	font-size: 14px;
}

/* -------------------------------------------- END SECTION 8 -------------------------------------------- */
/* -------------------------------------------- SECTION 9 -------------------------------------------- */

.s9-container {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
}

.s9-absolute {
	width: 20%;
	height: 100%;
	position: absolute;
	left: 100px;
	top: 50px;
	border-radius: 2px;
	overflow: hidden;
}

.s9-cover {
	height: 300px;
	width: 100%;
	object-fit: cover;
	padding-bottom:30px;
}

.s9-card {
	width: 70%;
	height: 100%;
	padding: 50px 50px 0px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background-color: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.s9-message {
	width: 80%;
	/*height: 50%;*/
	font-size: 16px;
	color: black;
	margin-bottom: 40px;
}

.s9-author {
	width: 80%;
	height: 20%;
	font-size: 20px;
	font-weight: 600;
	color: black;
	
}


	.testimonial-container {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
	}

	.testimonial-image {
		top: 50px;
		width: 350px;
		height: 383px;
		position: absolute;
		border-radius: 2px;
		overflow: hidden;
	}

	.testimonial-cover {
		height: 300px;
		width: 100%;
		object-fit: cover;
		padding-bottom:30px;
	}

	.testimonial-card {
		top: 4294px;
		left: 306px;
		width: 768px;
		min-height: 350px;
		padding: 50px 50px 0px 40px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		background-color: #f9f9f9;
		border-radius: 5px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	}

	.testimonial-message {
		margin-top:300px;
		width: 90%;
		font-size: 16px;
		color: black;
		margin-bottom: 40px;
		font-weight:200;
	}

	.testimonial-author {
		width: 80%;
		height: 20%;
		font-size: 20px;
		font-weight: 600;
		color: black;


	}





/* -------------------------------------------- END SECTION 9 -------------------------------------------- */
/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
	.s2-photo-cont {
		/*margin-top: -70px;*/
		padding-top:5px;
	}
	
	.s4-container {
		flex-wrap:nowrap;
	}
	
	.s4-course {
		width: 10%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.s5-testimonial {
		width: 90%;
		height: 55%;
	}
	
	/*.s9-absolute {
		width: 20%;
	}*/
	
	.s9-card {	
		width: 85%;
	}


	.testimonial-image {
		left: 10px;
	}


	.testimonial-card {
		width: 90%;
	}

	.testimonial-message {
		width: 50%;
		margin-top:0px;
	}

	.testimonial-author {
		width: 50%;
	}
	
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	
.jumbo.ed-home-header header {
	padding: 160px 66px;
}
	
	.s2-text-cont {
		min-height: 240px;
	}
	
	
	.s4-container {
		flex-wrap:nowrap;
	}
	
	.s4-course {
		width: 10%;
	}
	
			
	.s5-text {
		width: 90%;
		height: 40%;
		color: #1e482c;
	}
	
	/*.s9-absolute {
		width: 20%;
	}*/
	
	.s9-card {
		width: 90%;
	}
	
	.s9-cover {
		height: 350px;
		padding-bottom:90px;
	}
	

	.testimonial-message {
		width: 60%;
	}

	.testimonial-author {
		width: 60%;
	}
	
}

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

/* Header adjustments */
.green-line-2 {
	height: 2px;
    width: 85%;
    background-color: #275d38;
}

/*.green-line {
    height: 2px;
    width: 82%;
    background-color: #275d38;
}*/

.green-line-3 {
    height: 2px;
    width: 87%;
    background-color: #275d38;
}
	
.green-line-4 {
    height: 2px;
    width: 93%;
    background-color: #275d38;
}
	
.green-line-5 {
    height: 2px;
    width: 85%;
    background-color: #275d38;
}
/* End header mods */

.credit-subtext {
	font-size: 18px;
}
	
.card-hover {
	height: 400px;
}
	
.s8-card {
	height: 700px;
}
	
.s9-absolute {
	left: 50px;
}
	
.s9-card {
	padding: 50px 50px 0px 0px;
}
	
	.s9-cover {
		height: 400px;
	}
	
.s9-message {
	font-size: 15px;
}
	


	.testimonial-message {
		width: 70%;
	}

	.testimonial-author {
		width: 70%;
	}

}

/*end media query*/
/*End desktop only styles*/

/* ====================== Wide Desktop (Overrides Desktop Styles) ========================== */
@media only screen and (min-width: 1600px) {
	
/* -------------------------------------------- SECTION 1 -------------------------------------------- */

.s-header {
	height: auto;
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Header modification for section 2 */

.s2-header {
	height: auto;
	width: 60%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.s2-header p {
	margin: unset !important;
}

/* End header mod */

.s-header p {
	margin: unset !important;
}

.header-text {
	font-size: 20px;
	font-weight: 600;
}

.s1-header p {
	margin: unset !important;
}

.green-line {
	height: 2px;
	width: 85%;
	background-color: #275d38;
}

/* These are the green line modifications for later sections */

.green-line-2 {
	height: 2px;
	width: 85%;
	background-color: #275d38;
}

.green-line-3 {
	height: 2px;
	width: 90%;
	background-color: #275d38;
}

.green-line-4 {
	height: 2px;
	width: 95%;
	background-color: #275d38;
}

.green-line-5 {
	height: 2px;
	width: 88%;
	background-color: #275d38;
}

/* End green line mods */

.credit-container {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

.credit-box {
	/*width: 100%;
	height: 240px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.credit-subtext {
	font-size: 20px;
	color: #73716f;
}

.degree-container {
	width: 80%;
	height: 80px;
	padding: 5px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-decoration: none !important;
	margin-left: 50px;
	text-align:right;
}

.degree-container:hover {
	background-color: #275D38;
	color: white;
}

.degree-container:hover .credit-subtext {
	color: white;
}

.d-standard-width {
	width: 40%;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}

.fa-override {
	width: 20%;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

.degree-divider {
	height: 0px;
	width: 80%;
	margin-left: 50px;
	border-top: 2px solid #73716f;
}


/* -------------------------------------------- SECTION 3 -------------------------------------------- */

.quote-slider .slick-slider .slick-arrow {
	opacity: 0.7;
	right: 10px;
}
	.quote-slider .slick-slider .slick-prev {
		opacity: 0.7;
		left: 10px;
	}
	.quote-slider .slick-track li {
		padding: 40px 80px 80px;
		font-size: 1.125em;
	}
	.quote-slider:before {
	/* 	font-family: "Font Awesome 5 Pro"; */
		font-family: Georgia, serif;
		font-weight: 900;
		top:60px;
		left: 30px;
		content: "\201C";
		color: var(--color-uvu-primary);
		font-size: 10rem;
		position:absolute;
		opacity: 0.1;
	}
	.slick-items .float-left {
		display: none;
	}

/* -------------------------------------------- END SECTION 3 -------------------------------------------- */
/* -------------------------------------------- SECTION 4 -------------------------------------------- */

.s4-container {
	width: 95%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.s4-course {
	width: 10%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.s4-number {
	font-size: 44px;
	color: #1e482c;
	text-align: center;
}

.s4-subtext {
	font-size: 20px;
	color: #1e482c;
	text-align: center;
}

/* -------------------------------------------- END SECTION 4 -------------------------------------------- */
/* -------------------------------------------- SECTION 5 -------------------------------------------- */



.change-padding {
	padding: 30px 20px 20px 20px;
}

.s5-testimonial:before {
	/* 	font-family: "Font Awesome 5 Pro"; */
		font-family: Georgia, serif;
		font-weight: 900;
		top: -20px;
		right: 40.5%;
		content: "\201C";
		color: var(--color-uvu-primary);
		font-size: 10rem;
		position:absolute;
		opacity: 0.1;
	}

.s5-testimonial {
	width: 90%;
	height: 55%;
}

.s5-credit {
	width: 90%;
	height: 45%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.s5-author {
	width: 60%;
	height: auto;
	font-weight: 600;
	font-size: 16px;
	margin: unset;
}

.s5-photo-container {
	width: 30%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 5px 5px 0px #275d38;
}

.s5-testimonial-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* -------------------------------------------- END SECTION 5 -------------------------------------------- */
/* -------------------------------------------- SECTION 6 & 7 -------------------------------------------- */

/* Hover Cards */

.card-hover-outer {
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.card-hover.card-hover-slide .card-hover-container {
	background-color: rgba(39, 93, 56, 0.88);
	border-radius: 5px;
	overflow: hidden;
	height: 325px;
}

.card-hover:hover .card-hover-icon {
	transform: rotateX(180deg);
}

.card-hover-title {
	display: inline-block;
	font-size: 18px;
	text-align: left;
}

.card-hover-front {
	margin-bottom: 10px;
	padding-left: 25px;
	padding-top: 5px;
	overflow: hidden;
	border-radius: 5px;
}

.card-hover-back {
	font-size: 14px;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.card-hover-img {
	opacity: .7 !important;
	border-radius: 5px;
	overflow: hidden;
}

.card-hover-btn {
	color: white;
}

.card-hover-btn:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #275D38;
}

.card-hover-icon {
	display: inline-block;
	float: right;
	margin-right: 2px;
	margin-top: 17px;
	transition: 0.3s;
}

.card-hover.card-hover-slide .card-hover-container {
	transition: 0.3s ease-in-out;
	transform: translateY(calc(100% - 67px));
	border-radius: 5px;
	overflow: hidden;
}

.card-hover.card-hover-slide:hover .card-hover-container {
	transform: translateY(0%);
	border-radius: 5px;
	overflow: hidden;
}

/* -------------------------------------------- END SECTION 6 & 7 -------------------------------------------- */

	
}

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