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


/*.card-staff-email a {visibility: hidden;}
.directory ul.contact-bar{visibility: hidden;}
.directory a.directory-link{visibility: hidden;}*/
#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;
}

a:link{
	border-bottom: 1px dotted var(--color-uvu-primary);
}
a:hover, a:active{
	border-bottom: 1px solid var(--color-uvu-primary);
	text-decoration: none;
	
}
a[style="color: #ffffff;"]{
	border-bottom-color: #fff;
}

div.accordion > *{
	padding: 0px 20px 0px 0px;
}

.bg-image{
	background-image:url('https://www.uvu.edu/studenthealth/images/backgrounds/white_paperboard.png');
	background-repeat:repeat;
	background-size:auto;
}

.bg-table-blue tr:nth-child(odd){
	background-color:#e6f4fa; /*blue-2*/
	padding:10px;
	border:1px solid #99d5e9; /*blue-3*/
}

.bg-table-blue tr:nth-child(even){
	background-color:#f0efee; /*brown-2*/
	padding:10px;
	border:1px solid #c3c0bc; /*brown-3*/
}

.bg-table-orange tr:nth-child(odd){
	background-color:#fbefe6; /*orange-2*/
	padding:10px;
	border:1px solid #eebe99; /*orange-3*/
}

.bg-table-orange tr:nth-child(even){
	background-color:#f0efee; /*brown-2*/
	padding:10px;
	border:1px solid #c3c0bc; /*brown-3*/
}

.button-solid{
	width:98%;
}

.bg-orange-2{background-color: #FBEFE6;}
.border-orange-3{border-color: #EEBE99;}
.event-title{color:#EEBE99;}

.pictureCard1, .pictureCard3{
	border-radius:10px;
	overflow:hidden;
}

.pictureCard1 .bg-orange-2 a{
	color:#944100; /*orange*/
}

.accordion:before{
	background-color:#000;
}
.emergency-sh{
	border:2px solid #9e3922;	/*red-6*/
	background-image:url('https://www.uvu.edu/studenthealth/images/medical_icon.png');
	background-repeat:no-repeat;
	background-position: left top;
	background-color:#fceeea; /*red-2*/
	padding: 5px 10px 10px 50px;
	color:#9e3922;	/*red-6*/
}

.emergency-sh h3{
	color:#9e3922;	/*red-6*/
	font-weight:bold;
}

.myelement-emergency:before {
    content: "\f067";  /* use the slash and then the code given on the font awesome website for that icon */
    font-family: FontAwesome;
    left:0;
    position:absolute;
    top:0;
 }

.pictureCard3 a.button-border a.red-button, .pictureCard3 a.link-4  a.red-button {
	background-color:#000; /*black*/
	color:#fff;
}

.objective1-padding{padding-left:10px;}
.objective1-border{border-left:2px solid #d45d00; /*orange*/}

.objective2-padding{padding-left:20px;}
.objective2-border{border-left:2px solid #e18e4d; /*orange-4*/}

.objective3-padding{padding-left:30px;}
.objective3-border{border-left:2px solid #eebe99; /*orange-3*/}

.objective4-padding{padding-left:40px;}
.objective4-border{border-left:2px solid #fbefe6; /*orange-2*/}

/* =====question/answer start===== */
.question {
    /*background-color: #f4f4f4;*/ /*light gray*/
	background-color: #fff; /*white*/
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.question:before {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    content: "\f0fe";
    font-family: 'FontAwesome';
    font-size: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 30px;
    color: #fff;
    background-color: #000; /*black*/
    border-radius: 0 3px 3px 0;
}	
.question h3{
  margin: 5px 0 5px 0;
  height: 70px;
  padding: 10px 0 0 10px;
}
.answer{
  	/*background-color: #f6f6f7;*/ /*light gray*/
	background-color: #fff; /*white*/
	margin:10px;
	width:85%;
	padding-top:10px;
}
/* =====question/answer end===== */

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


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

.event-item[data-component-event-style="1"] .event-frame {
    border-right: 5px solid #944100;
}
	
	
}/*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*/
