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


.button-gradient-dark-gray-7{
	background: linear-gradient(to right, #434344 , #757677, #434344);
}

.bg-image{
	background-image:url('https://www.uvu.edu/advising/images/backgrounds/maze_white.png');
	background-repeat: repeat;
}

.button-solid{
	width:95%;
}


.button-hover-ua:hover{
	background-color:#757677;
}

.cardButton1{
	background-color:#f0efee;
	color:#2a2723;
}

.cardButton1:hover{
	background-color:#4a443e;
}


.section-advisors:hover{
	background-color:#fff8e6;
}

/*li.section-advisors{
	border:1px solid #f0efee;
	padding:5px;
}

li.section-advisors:hover{
	border:1px solid #f0efee;
	padding:5px;
}*/

.hover-gold:hover{
	color:#fff8e6;
}

/**-------------------Live Chat-------------------*/
nav.slideDeptNav ul li:last-child a:after, nav#deptNav ul li:last-child a:after {
    content: "\f0a1";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}

nav.slideDeptNav ul li:last-child a, nav#deptNav ul li:last-child a {
    color: #7E0000 !important;
    font-weight: bold !important;
}

.bomgar-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    padding: 10px;
    right: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,.4);
    transition: all 0.5s;
    background: rgba(0, 132, 61, .7);
}

a#bomgar-help-button {
    color: white;
    width: unset;
    background-color: #275d38;
    margin-left: 15px;
    margin-bottom: 0;
}
.headroom--unpinned:not(.headroom--bottom) .bomgar-bar {
	top: 0;
    padding-left: 2px;
}
.headroom--pinned .bomgar-bar {
	top: 81px;
    padding-left: 2px;
}
/**-------------------END Live Chat-------------------*/

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

.button-advisor{
	width:50%;
}
	
	.bomgar-bar {
		padding: 20px;
	}
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
 .headroom--unpinned:not(.headroom--bottom) .bomgar-bar {
	top: 0;
}
.headroom--pinned .bomgar-bar {
	top: 142px;
}

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