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

.header-overlay-img {
	padding: 20px;
	margin-top: 30px;
}

.index-header{
	margin-top: 0;
	padding: 0;
}
.section-wellness-image{
	margin-top: -30px;
}
.region-wellness-image{
	margin-top: -10px;
}

.linkedin-header {
	padding: 4rem 0;
}



.ul-chevron li {
	display: block;
}

.ul-chevron li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 14px;
	float: left;
	margin-top: 2px;
	margin-left: -17px;
	color: #578164;
}

.ul-chevron.bottomlist li:before{
	margin-left: -40px;
}

.icon-benefits, .icon-training, .icon-compensation, .icon-current, .icon-about {
	background-position: 22px 33px;
	background-repeat: no-repeat;
}

.icon-benefits{
	background-image: url("https://www.uvu.edu/peopleandculture/images/benefits_icon.png");
}

.icon-training{
	background-image: url("https://www.uvu.edu/peopleandculture/images/training_icon.png");
}

.icon-compensation{
	background-image: url("https://www.uvu.edu/peopleandculture/images/compensation_icon.png");
}

.icon-current{
	background-image: url("https://www.uvu.edu/peopleandculture/images/current_icon.png");
}

.icon-about{
	background-image: url("https://www.uvu.edu/peopleandculture/images/about_icon.png");
}

.padding-left-90{
	padding-left: 90px;
}

.margin-left-90{
	margin-left: 90px;
}

.anchor-bg {
	padding-left: 50px;
    padding-bottom: 10px;
    background-image: url(https://www.uvu.edu/peopleandculture/images/anchor_icon.png);
    background-repeat: no-repeat;
}

.anchor-bg:hover {
	text-decoration:none;
}

.dept-picture-cards {
	height: 100%;
}

/*-----------Pop up box----------------------*/

div#pop_box table {
	width: 100%;
	font-size: .6em;
}
div#pop_box tr:nth-child(2n+1) {
	/* color: green; */
	background-color: #efeded;
}
div#pop_box tr td:nth-child(1n) {
	width: 30%;
}
div#pop_box tr td:nth-child(2n) {
	width: 50%;
}
div#pop_box tr td:nth-child(3n) {
	width: 20%;
	text-align: right;
}

#pop_box {
	background-color: #f7f5f5;
	border: 5px solid white;
	box-shadow: 1px 1px 5px #888888;
	padding: 1em;
	border-radius: 0.5em;
	position: absolute;
	bottom: 70px;
	left: 40px;
	width: 90%;
}
#pop_box:after {
	content: "";
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: -15px;
	left: 50px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #FFF #FFF transparent;
}

.bg-grey-dark-d2 h3 {
	padding-bottom: 0;
	color: #ffffff;
	font-weight: 500;
}

.app-link-list ul {
	list-style: none;
    padding: 0px;
}
.app-link-list li {
	border-radius: 5px;	
	margin-bottom: .5rem;
	background-color: #e8e8e8;
	border-bottom: none;
/* 	width: 100%; */
}
.app-link-list li:first-child {
	margin-top: .5rem;
}
.app-link-list .pdf-icon {
	font-weight: bold;
}
.app-link-list .external-link {
	font-weight: bold;
}
.app-link-list .internal-link {
	font-weight: bold;
}
.app-link-list > ul > li > a > span {
	font-size: 12px;
	font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
	color: #000;
	line-height: 1.2em;
	white-space: normal;
}
.app-link-list > ul > li > a:hover {
	background-color: #BFD5C7;
	border-radius: 5px;
	color: #3E733F;
	text-decoration: underline;
}
.app-link-list > ul > li > a {
	font-family: 'Rajdhani';
	font-size: 18px;
	font-weight: 600;
	white-space: normal;
	color: #000;
	padding: 10px 45px 10px 10px;
	display: block;
}
.app-link-list > ul > li > a.hr-button {
	line-height: 1;
}
.app-link-list > ul > li > a.external-link:after {
	background-image: url("https://my.uvu.edu/images/icons/v2-icons/external_link.png");
}
.app-link-list > ul > li > a.internal-link:after {
	background-image: url("https://my.uvu.edu/images/icons/v2-icons/internal_link.png");
}
.app-link-list > ul > li > a.pdf-icon:after {
	background-image: url("https://my.uvu.edu/images/icons/v2-icons/pdf_icon.png");
}

.app-link-list > ul > li > a.hr-button:after {
	content: "";
    position: absolute;
    right: 5px;
    background-position: center;
    top: 10%;
    bottom: 10%;
    max-width: 45px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	.section-wellness-image{
		margin-top: 0;
	}
		.region-wellness-image{
		margin-top: 0;
	}

	#pop_box {
		width: initial;
		bottom: 195px;
	}
	
		.video-card {
		height: 350px;
	}
	
	.col-left {
		flex: 2;
		padding-right: 1rem;
		padding-bottom: 1rem;
	}
	.col-right {
		flex: 1
	}

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

	#pop_box {
		bottom: 305px;
	}
	
	.great-passion-text {
		border-right: 2px solid #C1C2C4;
		border-left: 2px solid #C1C2C4;
	}

}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	#pop_box {
		bottom: 366px;
	}
	
	.video-card {
		height: 200px;
	}

	.video-testimonial {
		max-height: 75px;
	}
	
	.header-overlay-img {
		padding: 20px 40px 20px 20px;
	}
}/*end media query*/
@media only screen and (max-width: 768px) {
	.header-overlay-img {
		padding: 10px;
		margin-top: 0px;
	}
}
/*End desktop only styles*/
/*END OF DOCUMENT*/
