/* ====================== Mobile and Up ========================== */
#desktopHoverBtn {
	display: none;
}
p.mainList {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style-type: none;
	border-bottom: 2px solid gray;
	border-style: dashed;
	border-top: none;
	border-left: none;
	border-right: none;
}

.advisor-card {
	min-width: auto;
    display: flex;
    flex-direction: column;
    height: 420px;
}

.advisor-img {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.advisor-img p img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 25px;
}

.advisor-img p::before {
	content: '';
	position: absolute;
	width: 150px;]
	px;]
	\px;]
	\\px;]
	\\\px;]
	\\px;]
	\px;]
	px;
	height: 150px;
	left: 40px;
	z-index: 0;
	top: 15px;
	border-radius: 50%;
	background-color: #4ba23f;
}

/* 	HANDLES ARROW MOVEMENT AND TRANSITION */
.applyBtn span.fas {
	  transition: transform 0.3s ease-in-out;
}

.applyBtn:hover span.fas {
     transform: translateX(10px)
}

a.width-100.button-border.margin-right-10.myBtn {
	border-radius: 0px;
    border: 3px solid #275d38;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 25px;
    text-align: center;
}

/* All around button styling */
button.applyBtn {
	width: 200px;
	text-align: center;
	padding: 15px;
	color: #275d38;
	background: white;
	border: 3px solid #275d38;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
button.applyBtn span {
	text-decoration: none;
}
button.applyBtn:hover span {
	text-decoration: none;
}

/* 	HANDLES BOTTOM ARROW MOVEMENT AND TRANSITION */
.applyBtn2 span.fas {
	  transition: transform 0.3s ease-in-out;
}

.applyBtn2:hover span.fas {
     transform: translateX(10px)
}

/* All around button styling */
button.applyBtn2 {
	width: 200px;
	text-align: center;
	padding: 15px;
	color: white;
	background: #275d38;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: none;
}
button.applyBtn2 span {
	text-decoration: none;
}
button.applyBtn2:hover span {
	text-decoration: none;
}
/* REMOVES MARGIN ON ADVISING HEADING FOR HOME PAGE */
.advisingHeader {
	margin: 0;
	color: black;
}
/* BG COLOR FOR ADVISING SECTION */
section.padding-top-40.padding-bottom-60.bg-advising {
	background-color: #EFEFEF;
}
img.rounded {
	max-width: 210px; 
	height: auto;
}

/* CENTERS INTRO STATEMENT */
div.col-xs-12.col-target.region.applySection {
	display: flex;
	justify-content: center;
}
span.text-22.padding-15 {
	margin-top: 15px;
	margin-bottom: 5px;
}
div.information.display-flex.flex-column.bg-primary.padding-20 {
	justify-content: space-between;
}
/* Styling for Dean Chevron */
i.chevron {
	display: flex;
	align-items: flex-end;
	font-size: 40px;
}

/* STYLING FOR DEPARTMENT ICONS  */
.inner-container {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
}

.custom-container {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px;
	padding-left: 10px;
}

img.degreeOptionImage {
	display: none;
}

	div.bottomBtn {
	display: flex;
		flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
}

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

.card-content-header {
	padding-bottom: 100px;
}
	img.degreeOptionImage {
	display: initial;
}


}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	.advisor-card {
		min-height: 170px;
		height: 100%;
		min-width: 582px;
		gap: 10px;
		display: grid;
		grid-template-columns: 300px auto;
		grid-template-rows: 150px 1fr;
	}
	
	.bg-advisor {
		position: relative;
	}

}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
.hidden-buttons {
  display: none;
}
#desktopHoverBtn {
	display: initial;
	position: relative;
}
#buttonGradientDesktop {
	background: #275D38;
}
#desktopHoverBtn:hover .hidden-buttons {
  width: 95%;
  margin-left: 2.6%;
  background: #275D38;
  border-top: 2px solid white;
  display: flex;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 10;
}
.hidden-button:hover{
	background: #b7dab2;
}
.hidden-button:hover h3{
	color: black;
}
.desktopHideBtn {
	display: none;
}


/* Global styling */
.p-left-15 {
	padding-left: 15px;
}

/* Earn a Degree in as little as styling*/
div.degreeOptions {
    display: flex;
	flex-direction: column;
}
p.mainList {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style-type: none;
	border-bottom: 2px solid gray;
	border-style: dashed;
	border-top: none;
	border-left: none;
	border-right: none;
}
img.degreeOptionImage {
	margin-top: -105px;
	margin-right: -100px;
	padding: 15px;
	float: right;
}
p.degreeBtn {
	display: block;
	justify-content: flex-end;
	width: 500px;
}
/* ADVISING CROPPER IMAGE	 */
.image-cropper {
  width: 175px;
  height: 175px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
	img.rounded {
		margin-left: -20px;
	}
div.card-content.card-content-shadow.border-radius-0.bg-white.myCard.margin-left-30 {
	position: relative;
	max-width: 550px;
	margin-left: 150px;
	margin-top: -60px;
}
div.teacherText {
	position: absolute;
	top: 35px;
	left: 50px; 
}
div.flex-col {
padding-top: 85px;
	padding-left: 5px;
}

div.information.display-flex.flex-column.bg-primary.padding-20 {
	margin-left: -60px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

/* CAREER STATS SECTION STYLING	 */
div.careersLabel {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #275d38;
}
div.degreeOptionWBtn {
	width: 550px;
}
div.careersSection {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-image: linear-gradient(rgba(220, 220, 220, .9), rgba(220, 220, 220, .9)), url("https://www.uvu.edu/chps/images/career-stats.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
div.careerSection {
	display: flex; 
	flex-direction: column;
	color: #275d38;
}
section.wide-format.border-top-4.border-primary.primary-container.text-center {
	display: flex;
	align-items: center;
}
	
div.col-xs-12.col-sm-6.col-target.region.bg-gray {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.col-xs-12.col-sm-6.col-target.region{
	padding: 0;
}
div.careersSection.bg-gray-xlight {
	padding-top: 15px;
	padding-bottom: 15px;
}
/* Version 2 Statistics styling */
div.row.imageText {
	display: flex;
	margin-top: -5px;
	min-width: 100%;
	flex: 1;
}
div.regionImageText {
	flex-basis: 50%;
}

div.regionImageText.bg-primary {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	flex-basis: 50%;
}
div.regionImageTextLeft.bg-primary {
	flex-basis: 50%;
}
div.information.display-flex.flex-column.bg-primary.padding-20.padding-left-60 {
max-height: 300px;
}
div.topGreen.display-flex {
	display: flex;
	align-items: center;
}
div.bottomGreen.display-flex.border-top-2.border-white.padding-top-30 {
	display: flex;
	justify-content: space-evenly;
}
a.findMore {
	color: white;
	text-decoration: underline;
	display: flex;
	align-items: center;
}
a.findMore:hover {
	color: white;
}
p.undergrad {
	padding-left: 10px;
	padding-top: 10px;
}
div.display-flex.stackable {
	padding-left: 65px; 
}
div.regionImageTextLeft.bg-primary {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
	
	.bg-advising {
		position: relative;
	}

}

@media only screen and (min-width: 1500px) {
	.bg-advising::before {
		content: '';
		left: 0px;
		width: 231px;
		height: 407px;
		position: absolute;
		background: url('https://www.uvu.edu/chps/images/advisor_banner_shapes_left.svg') no-repeat;
	}
	
	.bg-advising::after {
		content: '';
		top: 40px;
		right: 0px;
		width: 160px;
		height: 375px;
		position: absolute;
		background: url(https://www.uvu.edu/chps/images/advisor_banner_shapes_right.svg) no-repeat;
	}

}




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