/* 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 ========================== */
/* FormAssembly */
.form .wFormContainer {
	margin: 0;
}
.form .wFormContainer .wForm {
	padding: 0;
	background-color: #ffffff;
}
.form .wFormContainer .wForm input {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}
/* Accessible text classes */
.text-12 {
	font-size: 0.7500em;
	line-height: 1.5;
}
.text-14 {
	font-size: 0.8750em;
	line-height: 1.5;
}
.text-16 {
	font-size: 1.0000em;
	line-height: 1.5;
}
.text-17 {
	font-size: 1.063em;
	line-height: 1.5;
}
.text-18 {
	font-size: 1.1250em;
	line-height: 1.5;
}
.text-20 {
	font-size: 1.2500em;
	line-height: 1.5;
}
.text-21 {
	font-size: 1.3125em;
	line-height:1.5;
}
.text-22 {
	font-size: 1.3750em;
	line-height: 1.5;
}
.text-24 {
	font-size: 1.5000em;
	line-height: 1.5;
}
.text-26 {
	font-size: 1.625em;
	line-height: 1.5;
}
.text-28 {
	font-size: 1.75em;
	line-height: 1.5;
}
.text-40-lg {
	font-size: 2.5em;
	line-height: 1.5;
}
p {
	line-height: 1.5;
}
/* End Accessible text classes */

.bg-angle-1{
	background-image: linear-gradient(205deg, #f3f8ef 50%, rgba(255, 255, 255, 0) 50%);
}
.bg-angle-1::after{
	/*top: 114px;
	left: 454px;
	width: 500px;
	height: 487px;
	opacity: 0.65;*/
	/*background-image: linear-gradient(-176deg, #C9D9BB 70%, #F4F4F4 calc(70% + 2px));*/
	/*z-index:-1;*/
	/*background: #C9D9BB 0% 0% no-repeat padding-box;
	
	transform: skew(50deg, -50deg);
  	transform-origin:top;*/
	/* 1== z-index:1;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background-color:#C9D9BB;
	opacity: 0.65;*/	
	/*background-image: linear-gradient(205deg, #f3f8ef 50%, rgba(255, 255, 255, 0) 50%);*/
	z-index:1;
}

.bg-angle-2{
	background-image:linear-gradient(150deg, #f6f9f5 50%, rgba(255, 255, 255, 0) 50%)
}

.bg-angle-2::before{
	/*top: 138px;
	left: -6.0946044921875px;
	width: 2046px;
	height: 702px;
	background: #EEF3EB 0% 0% no-repeat padding-box;
	opacity: 0.7;*/
	/* 2==== z-index:2;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background-color:#EEF3EB;*/
	
	z-index:2;
}

.bg-angle-3{
	/*top: 1032px;
	left: -6.3314208984375px;
	width: 1412px;
	height: 1265px;
	transform: matrix(-1, 0, 0, -1, 0, 0);
	background: #EDF3E9 0% 0% no-repeat padding-box;
	opacity: 1;*/
	background-image: linear-gradient(345deg, #f3f8ef 50%, rgba(255, 255, 255, 0) 50%);
}

.bg-circle{
	background-color:white;
	border-radius: 25px;
	padding:5px 20px;
}

.bg-image{
	background-image:url('https://www.uvu.edu/mobile/images/2021/bg-header.png');
	
}

.bg-mobile-content{
	display:block;
	z-index:3;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	opacity:1;
}

.bg-mobile-green{
	background-color:#f3f8ef;
}

.card-picture-1 .card-picture-title, .card-picture-2 .card-picture-title, .card-picture-4 .card-picture-title {
    padding: 20px;
}

.ol-circle-big>li:before {
    background: #fff;
    color: #275D38;
	border: 1px solid #275D38;
}

ul.menu li{
	display: inline;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

/*.menu li{
	width:100px;
}*/

.width-300{
	width:300px;
	height:100%;
}

/* ===============================================================*/


	.border-radius {
		border-radius: 32px;
	}
	
	.text-white a {
		color: white;
	}

	.text-white a:hover {
		color: #275d38;
	}

	.page-header {
		border-bottom: none;
	}

	.top-50 {
		margin-top: 20px;
	}

	.width-30 {
		width: 90%;
		margin: 5%;
		margin-bottom: 20px;
	}
	.form {
		width: 90%;
		margin: 5%;
	}
/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

/*.bg-angle-1{
	top: 114px;
	left: 454px;
	width: 952px;
	height: 487px;*/
	/*background: #C9D9BB 0% 0% no-repeat padding-box;
	opacity: 0.65;
	transform: skew(50deg, -50deg);
  	transform-origin:top;*/
	/*background-image: linear-gradient(-176deg, #C9D9BB 70%, #F4F4F4 calc(70% + 2px));
}*/
	


.float-right{
	float:right;
}

.float-left{
	float:left;
}	
	
/* ============================*/	
	.width-30 {
		width: 40%;
		margin: auto;
		margin-bottom: 20px;
	}
	
	
}/*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) {
	.padding-right-neg-20 {
		padding-right: -20px;
	}
	
	.padding-left-neg-20 {
		padding-left: -20px;
	}
	
	.width-30 {
		width: 30% !important;
		margin: auto;
		margin-bottom: 50px;
	}
	
	.top-50 {
		margin-top: 50px !important;
	}
	.button-form {
		margin-left: 1%;
	}
	
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/

