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


/* ----------------------- */
/*       global           */
/* ----------------------- */
.col-xs-12 {
	padding-right: 0px;
}

.slick-slider figure, .slick-slider figure img {
    max-height: 50vh;
}

.new-faculty-padding{
	padding: 30px;
}
.deans-report-header-background{
	background: 
		linear-gradient(90deg, rgba(120,190,32,1) 0%, rgba(217,217,217,1) 35%, rgba(255,255,255,1) 100%) 
		url('https://www.uvu.edu/woodbury/images/deans-report/kb-exterior-uta-header.jpg');
}
/* ----------------------- */
/*         line            */
/* ----------------------- */

.line-deco-header{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-line-left {
    height: 5px;
    background-color: #78be20;
    width: 40%;
    margin-left: 20px;
}
.header-line-center {
    height: 5px;
    background-color: #78be20;
    width: 40%;
   
}

.mid-line-header{
	text-align: center;
	width: 30%;
}
/* ----------------------- */
/*       page header       */
/* ----------------------- */
.deans-headers{
	font-size: 120px;
    font-weight: 900;
	padding-left: 40px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.header-margin{
	margin-top: 10vh;
}

.page-header-text{
	font-size: 250px;	
}
.page-header-subtext{
	font-size: 80px;	
}

/* ----------------------- */
/*    deans message        */
/* ----------------------- */
.deans-message-wrapper{
	display: flex; 
	flex-direction: row; 
	align-items: center;
}
.heading-box{
	font-size: 50px;
 	text-align: left;
}

/* ----------------------- */
/*       keller           */
/* ----------------------- */
.keller-caption-wrapper{
	margin: 0px 20px;
}
.keller-caption{
	color: #275D38;
	font-weight: 600;
	text-align: center;
	font-size: 3vw;
}

/* ----------------------- */
/*       in news         */
/* ----------------------- */

.news-cards{
	height: 466px; 
	width: 100%; 
	margin-left: 10px;	
}
.card-hover.card-hover-slide-scrollable {
    width: 25vw;
}
.in-news-headings-wrapper{
	padding-left: 60px;
}
.in-news-headings{
	font-size: 3vw;
	color: #275D38;
	font-weight: 600;
}

/* ----------------------- */
/*       diversity         */
/* ----------------------- */


.deans-report-header-text{
	margin-left: 80px;
	margin-top: 40px;
	margin-bottom: 60px;
	font-size: 30px;
	color: #275D38;
}

.diversity-cards{
/* 	padding-left: 30px;
	padding-right: 30px; */
	transition: all .2s;
	width:400px;
	height: auto;
}

.diversity-cards:hover {
	box-shadow: 0 4px 8px 2px hsla(0, 0%, 70%, .6);
    transform: scale(1.1);
}

.diversity-wrapper {
	margin-left: 80px;
	margin-right 80px;
}

/* ----------------------- */
/*         header          */
/* ----------------------- */

h1 {
    padding: 20px 10px;
}

.container-fluid { 
	padding-left: 0px;
}

.jumbo header {
    padding: 15vh 0px;
}
h1.bg-uvu-green {
    width: 40%;
}


/* ----------------------- */
/*         degree          */
/* ----------------------- */

.degree-sec{
	padding-bottom: 40px;
	padding-top: 40px;
}
/* aqui */
.degree-direction{
	flex-direction: column;
}
#degrees-section {
	overflow: hidden;
}
a.degree-button {
	color: #fff;
	text-decoration: none;
	text-align: center;
}
a.degree-button span {
	display: block;
	margin-top: -20px;
}
a.degree-button:hover {
	color: #dcdcdd;
}
a.degree-button::after {
	content: '';
	display: block;
	width: 0;
	height: 8px;
	background: #78be20;
	transition: width .3s;
}
a.degree-button:hover::after {
	width: 100%;
	/*     transition: width .3s; */
}
.degree-container{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

/* ----------------------- */
/*       New Faculty       */
/* ----------------------- */
.color-effect{
	filter: grayscale(80%); 
	
}
.color-effect:hover {
	filter: grayscale(0%); 
	transition: all 0.30s ease;
}

.filter-effect {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
	
/* this messes with the padding of all other elements 
  font-size: 16px;
  margin: 100px;
  max-width: 315px;
  min-width: 230px;
  height: 400px;
	 */
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.filter-effect ,
.filter-effect :before,
.filter-effect :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.filter-effect img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.filter-effect:before,
.filter-effect:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #4ba23f;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.filter-effect:before {
  -webkit-transform: skew(-70deg) scale(2) translate(400px);
  transform: skew(-70deg) scale(2) translate(400px);
}

.filter-effect:after {
  -webkit-transform: skew(-70deg) scale(2) translate(300px);
  transform: skew(-70deg) scale(2) translate(300px);
}

.filter-effect .figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding:115% 10% 25px 20px;
}

.filter-effect .figcaption:before,
.filter-effect .figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4ba23f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.filter-effect .figcaption:before {
  -webkit-transform: skew(70deg) scale(2) translate(-400px);
  transform: skew(70deg) scale(2) translate(-400px);
}

.filter-effect .figcaption:after {
  -webkit-transform: skew(70deg) scale(2) translate(-300px);
  transform: skew(70deg) scale(2) translate(-300px);
}

.filter-effect h3,
.filter-effect p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  color: white;

}

.filter-effect h3 {
  font-size: 25px;
  font-weight: 700;
/*   line-height: 1em; */
  text-transform: uppercase;

}

.filter-effect p {
  font-size: 0.9em;
}

.filter-effect a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.filter-effect:hover h3,
.filter-effect.hover h3,
.filter-effect:hover p,
.filter-effect.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.filter-effect:hover:before,
.filter-effect.hover:before {

  -webkit-transform: skew(-70deg) scale(2.8) translate(250px);
  transform: skew(-70deg) scale(2.8) translate(250px);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.filter-effect:hover:after,
.filter-effect.hover:after {
	-webkit-transform: skew(-70deg) scale(2.5) translate(220px);
  	transform: skew(-70deg) scale(2.5) translate(220px)
}

.filter-effect:hover .figcaption:before,
.filter-effect.hover .figcaption:before {

  -webkit-transform: skew(70deg) scale(2) translate(-290px);
  transform: skew(70deg) scale(2) translate(-290px);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.filter-effect:hover .figcaption:after,
.filter-effect.hover .figcaption:after {

  -webkit-transform: skew(70deg) scale(2.5) translate(-220px);
  transform: skew(70deg) scale(2.5) translate(-220px)
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* ----------------------- */
/*   Faculty publications  */
/* ----------------------- */
.publications-wrapper{
	display: flex;
    flex-direction: column;
    padding: 0px 60px;
}
.publications-table-wrapper{
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 90px;
    justify-content: center;
	height: 215px;
}
.publications-text{
	width: 50vw;
}
.publications-table-spacer{
	padding: 0px 20px;
}
.publications-cenk{
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 90px;
    justify-content: center;
	height 300px;
}
/* ----------------------- */
/*    placement info       */
/* ----------------------- */
.placement-table-wrapper{
	width: 90vw;
	margin-top: 30px;
	margin-left: 4vw;
    margin-right: 4vw;
}
.percentage-number {
	font-size: 15vh;
    font-weight: 700;
    color: #275d38;
	margin-bottom: 0px;
	line-height: .9;
}
.percentage-wrapper {
	text-align: center;
}
.percentage-wrapper h3 {
	margin-top: 0px;
	line-height: .9;
	font-size: 40px;	
}

.caption-wrapper{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;	
}
.caption{
	max-width: 30vw; 
	text-align: center;
	font-size: 40px;
	font-weight: 600;
}
.arrow-double-icon {
    font-size: 5vw;
    color: #78be20;
}
.right-top-placement {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.text-right-placement {
    font-size: 3vh;
    color: #1A4127;
	padding: 0 5vw;
	font-weight: 600;
}
.main-table-flex{
    display: flex;
/*     justify-content: space-evenly;
    flex-direction: row; */
	margin: 0 6vw;
	justify-content: space-evenly;
}
.placement-disclamer p {
	padding: 0px 20vw;
    text-align: center;
}
.sub-title-placement {
	font-weight: 200;
}
.right-bottom-placement {
    padding: 0 5vw;
	text-align: center;
	width: 50vw;
}
.right-percentage-numbers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.left-bottom-table-flex{
	display: flex;
    flex-direction: column;
    align-items: center;
} 
.sub-title-placement-graduades{
	font-size: 20px; 
	 text-align: center; 
	 max-width: 20vw; 
	 font-weight: 600;
}

/* ----------------------- */
/*       accolades        */
/* ----------------------- */ 
.accolades-padding {
	padding: 30px;
}

.accolades-row-wrapper{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100vw;
    padding: 0px 10vw;
}
.accolades-award-caption {
    text-align: center;
}
.mid-left-table{
	height: 179; 
	width: 40vw;
}
.accolades-award-caption {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.deans-report-header-text-moblie {
	margin-left: 80px;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 30px;
    color: #275D38;
}
/* . main table style {
	width: 100vw;
} */

/*end media query*/

/* test styles pulled from new-home.css ========================== ========================== ========================== ========================== ========================== ==========================  */
/*End mobile and up styles*/
/* ====================== Mobile Only (Overrides Mobile and Tablet Styles) ========================== */
 @media only screen and (max-width: 500px) {
/* ----------------------- /
/       header            /
/ ----------------------- */
.page-header-text{
	font-size: 110px;	
}
.page-header-subtext{
	font-size: 50px;	
}
	 
/* ----------------------- /
/    deans message        /
/ ----------------------- */
.deans-message-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.heading-box{
	font-size: 50px;
	text-align: center;
}
.header-line-left {
    height: 5px;
    background-color: #78be20;
    width: 80%;
    margin-left: 0px;
	margin-bottom: 20px;
}
.deans-message-body {
	margin: 0px 20px;
}
.deans-message-img{
     padding: 0px 20px;
}

/* ----------------------- */
/*       general           */
/* ----------------------- */
.deans-headers {
	font-size: 50px;
	font-weight: 900;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/* ----------------------- */
/*       Keller           */
/* ----------------------- */	
.keller-caption-wrapper{
	margin: 0px 20px;
}
.keller-caption{
	color: #275D38;
	font-weight: 600;
	text-align: center;
	font-size: 8vw;
}
	 
/* ----------------------- */
/*       in news           */
/* ----------------------- */
.in-news-headings-wrapper{
	padding-left: 20px;
}
.in-news-headings{
	font-size: 8vw;
	color: #275D38;
	font-weight: 600;
}
.in-news-table{
	display: flex;
    flex-direction: column;
}
.card-hover.card-hover-slide-scrollable{
	 width: 90vw;
}
.news-cards{
	 margin-left: 0px;
}
.card-hover-slide-scrollable{
	margin: 20px 5%;
}
.card-hover-slide-scrollable .card-hover-front h2{
	font-size: 25px
}
/* ----------------------- */
/*       diversity           */
/* ----------------------- */	 
.deans-report-header-text{
	margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
	font-size: 20px;
	color: #275D38;
}
.diversity-wrapper{
	margin-left: 0px;
}
/* ----------------------- */
/*   new fac & Staff       */
/* ----------------------- */	 
.new-faculty-staff-table{
	display: flex;
    flex-direction: column;
}
/* ----------------------- */
/*  Faculty publications   */
/* ----------------------- */

.publications-table-wrapper{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px;
    justify-content: center;
	height: auto;
}
.publications-text {
    width: auto;
}
.publications-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0px 40px;
} 
.publications-icon{
	display: none;
}
.publications-cenk {
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 90px;
    justify-content: center;
	height: 100%;
}
.publications-table-spacer{
	padding: 0px 0px;
}
.moblie-cenk{
	display: flex;
   	flex-direction: column;
   	width: 80vw;
}
/* ----------------------- */
/*   placement             */
/* ----------------------- */
.placement-table-wrapper{
	width: 100vw;
	margin-top: 30px;
	margin-left: 0vw;
    margin-right: 0vw;
}
/* .placement-table-wrapper{
	display: flex;
	flex-direction: column;
} */
.placement-table-row-wrapper{
	display: flex;
	flex-direction: column;
}
.caption-wrapper{
	flex-direction: column;
}
.caption{
	max-width: 70vw;
    text-align: center;
    font-size: 30px;
    font-weight: 600; 
	 }
.icon-tranf{
	display: none;
/* 	transform: rotate(20deg);
	font-size: 10vw; */
}
	 .main-table-flex{
		  flex-direction: column;
	 }
	 .left-bottom-table-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
	 }
	 .text-for-98{
		 max-width: 60vw;
	 }
	 .sub-title-placement-graduades {
		font-size: 20px;
    text-align: center;
    max-width: 80vw;
    font-weight: 600; 
	 }

.main-table-flex {
	margin: 0px;	
}		 
.placement-bottom-table{
	width:100%;
}
.right-percentage-numbers{
	display: flex;
    flex-direction: column;
}
.right-bottom-placement {
    padding: 0 5vw;
    text-align: center;
    width: 80vw;
}
.placement-disclamer p {
    padding: 0px 8vw;
    font-size: 12px;
}
.accolades-row-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.accolades-moblie-table {
    display: flex;
    flex-direction: column;
}
.mid-left-table{
	height: 179; 
	width: 100%;
} 
.accolades-moblie-table-wrapper{
	height: 179; 
	width: 100%;
}
.deans-report-header-text-moblie{
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.accolades-main-caption{
	font-size: 23px;
    margin-right: 20px;
}
} 
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {


	/* degrees section */
	.degree-container {
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	/* end degrees section */
}	
/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

	/* degrees section */
	.degree-sec{
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.degree-direction{
		flex-direction: row;
	}
	.degree-match { 
		padding-top: 90px; 
		padding-bottom: 100px;
	}
	.bg-image.academics {
		background-image: url(/_homepage/images/new/degree-arrow-backing.png);
		background-position: center right;
		position: relative;
		background-size: auto;
	}
	.degree-container {
		width: 20%;
		margin-bottom: 0px;
		padding-right: 10px;
		padding-left: 10px;
		
	}
	/* end degrees section */

}

/*end media query*/
/*End landscape tablet and up styles*/
/*END OF DOCUMENT*/
