/* 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 ========================== */
/*****************GENERAL CSS*********************/
/*HEADINGS*/
h1 {
	text-align: left;
}
.text-shadow {
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}

.page-header h2 {
    color: #fff;
}
h4 {
	font-size: 21px;
}
/*OVERRIDE ON CONTACT US HEADER*/
.contact-us [data-uvu-section="1"] [data-uvu-template="header-anchors"] {
	padding-top: 0;
	padding-bottom: 0;
}
/*BUTTONS AND LINKS*/
.button-solid {
	transition: all 100ms;
    font-weight: bold;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    margin-top: 5px;
}
.button-solid:after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f061";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    font-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 50px;
    color: #fff;
}
.button-solid:hover:after,.button-solid:focus:after {
	color: #000
}

/*ADVISOR CARD OVERRIDES*/
.card-advisor .card-advisor-details a {
	color: #1d462a;
}
.card-advisor .card-advisor-button {
	font-weight: bold;
	transition: all 100ms;
}
.card-advisor-footer.card-advisor-section p:first-child .card-advisor-button {
    color: #fff;
    background-color: #275D38;
}
.card-advisor-footer.card-advisor-section p:first-child .card-advisor-button:hover {
    color: #275D38;
    background-color: #fff;
}

/*ACCORDION OVERRIDE*/
.accordion:first-child {
    border-top: none;
}
.accordion {
    background-color: transparent !important;
    font-size: 1.25em;
    font-family: Rajdhani;
    font-weight: 400;
    max-width: 80ch;
    margin: 0.5em auto 10px;
    padding: 20px 10px 10px 50px !important;
    border-top: 1px solid var(--color-uvu-primary);
    border-radius: 0 !important;
}
.accordion:not(.accordion-unstyled):before {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    content: "\f0da";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    font-weight: 100;
    position: absolute;
    left: 0;
    margin: auto;
    height: auto;
    width: 30px;
    color: var(--color-uvu-primary);
}
.accordion.open:not(.accordion-unstyled):before {
    content: "\f0d7";
}
.accordion:not(.accordion-unstyled):after {
	display: none;
}
.accordion-content {
    padding: 10px !important;
    background-color: transparent !important;
    border-top: none !important;
    max-width: 80ch;
    margin: 10px auto !important;
}

/*****************CONTENT CARDS*********************/
.card-content-link {
	border-radius: 8px;
	display: flex;
	background-color: #fff;
	flex-direction: column;
	padding: 0;
}
.card-content-link div {
	padding: 20px;
	height: 100%;
}
.card-content-link .workshop-button {
	padding: 20px;
	margin: 0;
}
.card-content-link .button-solid {
	padding: 10px 20px;
    margin-bottom: 0;
	width: 100% !important;
}
.card-content-link .card-content-title {
	padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 29px;
}
/*****************PICTURE CARDS*********************/
.card-picture-custom {
	border-radius: 8px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
	overflow: hidden;
}

.card-picture-custom .card-picture-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 29px;
    color: #275D38;
    padding: 30px 20px;
    margin: auto 0px 0px;
	position: relative;
	transition: all 100ms;
}
.card-picture-custom .card-picture-title::before {
    content: "\f0a9";
    display: inline-block;
    color: #275D38;
    font-size: 35px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: -15px;
    left: 50%;
    margin-left: -17px;
    z-index: 2;
}
.card-picture-custom .card-picture-title::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    height: 50px;
    z-index: 1;
}
.card-picture-custom .card-picture-img {
    order: -1;
    height: 100%;
}

.card-picture-custom .card-picture-content {
    display: none;
}

.card-picture-custom .card-picture-button {
    overflow: hidden;
    height: 0;
}

.card-picture-custom:hover .card-picture-title, .card-picture-custom:hover .card-picture-title::before, .card-picture-custom:hover .card-picture-title::after {
	background-color: #275D38;
	color: #fff;
}


/*****************CONTACT US CONTENT CARDS*********************/
.contact-us .card-content {
	position: relative;
	padding: 0px;
	overflow: visible;
	transition: all 100ms;
}
.contact-us .card-content a {
	padding: 40px;
    width: 100%;
    height: 100%;
    display: inline-block;
	text-decoration: none;
}
.contact-us .card-content:hover {
    border: 1px solid #275d38;
}
.contact-us .card-content h3 {
    font-weight: 600;
    margin-top: 10px;
}
.contact-us .card-content::after {
    left: -10px;
    top: -15px;
    font-weight: 500;
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    background-color: #275D38;
    font-family: "Font Awesome 5 Pro";
}
.contact-us .card-content.advising::after {
	content: "\f178";
}
.contact-us .card-content.coaching::after {
	content: "\f175";
}


/*****************CONTACT US CONTACT CARDS*********************/
.card-advisor {
	min-height: 430px;
}


/*****************ABOUT US STAFF CARDS*********************/
.about-us .card-content h3 {
    font-weight: 600;
}
.about-us .card-content {
	margin-bottom: 40px;
}
.about-us .card-content .button-solid {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
/*accordion override*/
.about-us .card-content .accordion {
	padding: 10px 10px 10px 50px !important;
    border-top: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 10px;
    border-bottom: 1px solid var(--color-uvu-primary);
}

/*****************STORY STYLE TABLE*********************/
.story-style-table {
    padding: 0px 15px;
}
.story-style-table h2 {
    font-weight: bold;
    position: relative;
	margin: 0;
	margin-top: 20px;
    font-size: 28px;
}
.story-style-table .transform-grid-cell:nth-child(even) {
    border-bottom: 1px solid #275d38;
	padding-bottom: 30px;
}
.story-style-table .transform-grid-cell:last-child {
	border-bottom: 0;
}
.story-style-table .button-solid {
    width: 100%;
    margin-top: 20px;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	/*****************GENERAL CSS*********************/
	/*HEADINGS*/
	h1, .page-header h2 {
		text-align: center;
	}
	/*BUTTONS AND LINKS*/
	.button-solid {
		width: 80%;
	}
	/*home button*/
	.home-button {
		margin: 0 auto;
		width: 50%;
	}
	
	/*homepage jumbo override*/
	.homepage.jumbo header {
        padding-bottom: 20px;
    }
	/*****************STORY STYLE TABLE*********************/
	.story-style-table h2 {
		margin: 0;
	}
	.story-style-table {
		padding: 0px 30px;
	}
	.story-style-table .transform-grid-cell {
		border-bottom: 1px solid #275d38;
		margin: 20px 0;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.story-style-table .transform-grid-cell:nth-child(odd) {
		text-align: right;
	}
	.story-style-table .transform-grid-cell:last-child, .story-style-table .transform-grid-cell:nth-last-child(2) {
		border-bottom: 0;
	}
	.story-style-table .transform-grid-cell:last-child {
		margin-bottom: 0;
	}
	
	/*****************CONTACT US CONTENT CARDS*********************/
	.contact-us .card-content h3 {
		margin-top: 0;
	}
	.contact-us .card-content a {
		padding-left: 60px;
		padding-bottom: 30px;
        padding-top: 30px;
	}
	
	
}

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

	/*BUTTONS AND LINKS*/
	.button-solid {
		width: 55%;
	}
	/*home button*/
	.home-button {
		width: 30%;
	}
	
	/*****************STORY STYLE TABLE*********************/
	.story-style-table {
		padding: 0px 60px;
	}
	.story-style-table .button-solid {
		width: 80%;
	}
	
	/*****************ABOUT US STAFF CARDS*********************/
	.about-us .card-content .button-solid {
		width: 80%;
	}
	
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	/*****************ABOUT US STAFF CARDS*********************/
	.about-us .card-content .button-solid {
		width: 60%;
	}
	
}

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