/* 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 ========================== */
#globalHeader a, #globalFooter a, #globalHeader a:hover, #globalFooter a:hover, .card-picture-button,  .card-advisor a, .resource-links a, .social-links a,  a.backToTop {
	text-decoration: none;
	border-bottom: none;
}

.two-column {
	column-count: 2;
}

a.button:hover, a.button:focus {
	border-bottom-style: solid;
	border-width: 2px;
}
a {
	border-bottom: 1px dotted var(--color-uvu-primary);
	color: #00843D;
}
a:hover, a:focus {
	border-bottom: 1px solid var(--color-uvu-priamry);
}
a.text-white, a.text-white:hover, a.text-white:focus {
	border-color: white;
	color: white;
}

.table>tbody>tr>th, .table>thead>tr>th {
	    font-family: 'Rajdhani', sans-serif;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 900;
    color: #000;
	font-size: 18px;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
	border: 1px solid rgba(0,0,0,.05);
}

.bg-fall-image{
	background-image: url(https://www.uvu.edu/schedule/images/fall.png);
}

.bg-spring-image{
	background-image: url(https://www.uvu.edu/schedule/images/winter.png);
}

.bg-summer-image{
	background-image: url(https://www.uvu.edu/schedule/images/spring.png);
}
/* main .more-columns  td{
	font-size: 16px;
	font-weight: 500; */
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, td {
	padding: 6px 8px !important;
}
}
.card-picture-7 {
	max-height: auto !important;
}

.card-picture-7 .card-picture-title {
	padding: 20px 30px 0;
}

.card-picture-7 .card-picture-img {
	height: auto;
}
.btn-styles{
	display:flex; 
	flex-direction:column; 
	flex:1;
}
.btn-bottom{
	margin-top: auto;
}

/*======HOVER==========*/
.hover-change > a:hover{
	color:white;
	text-decoration:underline;
}

.flex-no-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
	justify-content:center;
}

.card-picture-7 .card-picture-title:after {
    content: "\f05a";
    display: none;
    color: #A8A8A8;
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
}

/*=======Grid============*/
table td:nth-child(3),table td:nth-child(4),table td:nth-child(5){
  
}

.grid-parent{
	display: grid;
}


/*======= End Grid============*/
main li{
	text-align: center;
}

/*========Hover======*/
.bg-transparent {
	
	transition: .3s;
}
.bg-transparent:hover {
	background: rgba(12,12,12,.6);
	transform: scale(1.1);
}
/*========Hover End======*/

.buttons-flexed {
	padding: 10px 0 50px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	align-content:center;
	justify-content:center;
	list-style-type: none;
}
.hideCard-button a.active {
	background-color: #3f6f4e;
	color: #fff;
	text-decoration: none;
}
.hideCard-button a {
	padding: 15px 15px;
	flex: 1;
	color: #000;
	font-weight:600;
}
.hideCard-button a:hover {
	text-decoration: none;
	background-color: #99ceb1;
}

/* main p, main td, main li, main ol {
    font-family: 'Rajdhani', sans-serif;
    font-size: 19px;
} */

.hideCard-button {
	display: flex;
	text-align: center;
	flex-grow: 1;
	margin: 0;
	font-weight: 600;
	background-color: #f9f9f9;
	overflow: hidden;
}

.hideCards {
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
}

.hideCards .datesBox td, .hideCards .datesBox th {
	
	border: 1px solid rgba(0,0,0,.05);
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

.hide-on-small-screens{
		display:none;
	}
.same-width-col > table td:nth-child(1){
	width:50%;
}
.same-width-col > table td:nth-child(2){
	width:12%;
}
.same-width-col > table td:nth-child(3){
	width:12%;
}
.same-width-col > table td:nth-child(4){
	width:12%;
}
.same-width-col > table td:nth-child(5){
	width:20%;
}  .same-width-col > table.more-columns td:nth-child(1){
	width:28%;
}
 .same-width-col > table.more-columns td:nth-child(2){
	width:15%;
}
 .same-width-col > table.more-columns td:nth-child(3){
	width:15%;
}
 .same-width-col > table.more-columns td:nth-child(4){
	width:15%;
}
 .same-width-col > table.more-columns td:nth-child(5){
	width:17%;
} 
 .same-width-col.holiday > table td:nth-child(1){
	width:70%;
}
 .same-width-col.holiday > table td:nth-child(2){
	width:30%;
}

.green1 > table td:nth-child(2), .green1 > table th:nth-child(2){
	background-color:#81be79;
	}
.green2 > table td:nth-child(3), .green1 > table th:nth-child(3){
		background-color:#b7dab2;
	}
.green3 > table td:nth-child(4), .green1 > table th:nth-child(4){
		background-color:#edf6ec;
	}
.green4 > table td:nth-child(5), .green1 > table th:nth-child(5){
		background-color:#fff;
	}

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

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

.admissions-light-green > table td:nth-child(3), .admissions-light-green > table th:nth-child(3){
	background-color:#edf6ec;
}
	
	.no-green > table td:nth-child(2), .no-green > table td:nth-child(4), .no-green > table th:nth-child(2), .no-green > table th:nth-child(4){
		background-color: #fff;
	}

.table-full-width > table {
	width: 100%;
}


.min-padding>thead>tr>th, .min-padding>tbody>tr>th, .min-padding>tfoot>tr>th, .min-padding>thead>tr>td, .min-padding>tbody>tr>td, .min-padding>tfoot>tr>td {
    padding: 4px 8px;
    line-height: 1;
    vertical-align: middle;
	
    border-top: 1px solid rgba(0,0,0,.05);
	border-left: 1px solid rgba(0,0,0,.05);
}

.color-change tbody > tr:nth-child(odd){
  background-color: #F9F9F9;
}

/*==========Button Equal Width =========*/
	.button-solid{
		max-width: 700px;
   		min-width: 300px;
	}



p.bold.text-center {
	margin: 5px 5px 5px;
}

.background-green{
	background-color: #275d38 !important;
	color:#fff;
}

.accordion-content-spacing {
    border-top: 0px solid #285d39 !important;
    padding: 0 0px 0px !important;
}


/*End mobile and up styles top*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	/*========Making table responsive========*/
	.hide-on-mobile{
		display:block;
	}
	.show-on-mobile{
		display:none;
	}
	
	.hide-on-small-screens{
		display: table-row;
	}

	/*==========Button Equal Width =========*/
	.button-solid{
		max-width: auto;
   		min-width: auto;
	}
	
	
	/*========Making table responsive========*/
	.buttons-flexed {
	padding: 10px 0 50px;
	display: flex;
	flex-direction: row;
	text-decoration:none;
	margin: auto;
		align-content:center;
		align-items: center;
	justify-content:center;
	list-style-type: none;
}
	

	.text-48 {
		font-size: 48px;
	}
	.mobile-only {
		display: none;	
	}
	.tablet-and-bigger {
		display: flex;
	}
	.flex-column-mobile {
		flex-direction: row;
		flex-wrap:nowrap;
	}
	.display-none {
		display: none;
	}	
	
 	.same-width-col > table.more-columns td:nth-child(1){
	width:30%;
}

 .same-width-col > table.more-columns td:nth-child(5){
	width:15%;
} 

}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
   .content-wrapper {
      margin-left: 0;
   }
   .mobile-header {
      display: block;
   }
   .calendar-wrapper {
      margin-top: 80px;
   }
   .sidebar-wrapper {
      background-color: #EEEEEE !important;
   }
   .sidebar-title {
      background-color: #5A649C !important;
   }
   .empty-message {
      color: black;
   }
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {




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