/* color scheme */
.text-default a:link, .text-default a:visited, .text-default a:hover, .text-default a:active, .text-default a:focus, .text-inverse .text-default a:link, .text-inverse .text-default a:visited, .text-inverse .text-default a:hover, .text-inverse .text-default a:active, .text-inverse .text-default a:focus, .text-default .text-inverse .text-default a:link, .text-default .text-inverse .text-default a:visited, .text-default .text-inverse .text-default a:hover, .text-default .text-inverse .text-default a:active, .text-default .text-inverse .text-default a:focus {color: #71340b;}
.uu-btn {background: -webkit-linear-gradient( 45deg , #71340b, #b57d11 80%);background-color: #71340b;border-radius: 50px;}
.uu-btn.white {border: 2px solid #b27a13;color: #71340b !important;background-image: none;}
.uu-btn.white:hover {background-color:#fff; color: #71340b!important;}
.uu-btn.white:hover, .uu-btn.white:focus {background-color: #fff!important;color: #71340b !important;}
.uu-btn.white:after {background-image: url(/_resources/images/graphics/brown-right-arrow.svg);}
.uu-btn.white:hover:after, .uu-btn.white:focus:after {background-image: url(/_resources/images/graphics/brown-right-arrow.svg);}
.slick-arrow {border: 0px!important;}
.slick-next {background: #a86f10 url(https://templates.utah.edu/_main-v3-1/images/template/fa-w_angle-right-solid.svg) 55% center/30% no-repeat;}
.slick-prev {background: #a86f10 url(https://templates.utah.edu/_main-v3-1/images/template/fa-w_angle-left-solid.svg) 45% center/30% no-repeat;}
.slick-prev:hover, .slick-prev:focus {background-image: url(https://templates.utah.edu/_main-v3-1/images/template/fa-w_angle-left-solid.svg);background-position: 45% center;background-color: #bf892e;}
.slick-next:hover, .slick-next:focus {background-image: url(https://templates.utah.edu/_main-v3-1/images/template/fa-w_angle-right-solid.svg);background-position: 55% center;background-color: #bf892e;}
.slick-prev {left: -20px;} .slick-next {right: -20px;}
.program-box { filter: hue-rotate( 48deg ); }
.bg-u-red {border: 0px;background-color: #71340b;background-image: -webkit-linear-gradient( 45deg , #71340b, #b57d11 80%);}
.c-tabs__item.current a {color: #71340b !important;}
.c-tabs__item.current a::after {background-color: #71340b;background-image: -webkit-linear-gradient( 45deg , #71340b, #b57d11 80%);}
.uu-main a {color: #71340b;}
.modal-open a {color: #71340b;}
.js .accordion-group__accordion-btn:focus {outline: 2px dotted #71340b;}
.text-heading-line::after {background-color: #71340b;background-image: -webkit-linear-gradient( 45deg , #71340b, #b57d11 80%);}
.c-panel.bg-u-red.text-inverse.extend-width.margin-top-3x.bottom-stack.center-content img {filter: hue-rotate(21deg);}
hr[class*="u-red"] {background-color: #b57d11;}
blockquote {border-left: 3px solid #b57d11;}

/* end color scheme */


/* styling of headings and text */

@media only screen and (min-width: 1200px) {
.uu-section__container h1 {font-size:38px; font-weight:600; text-transform:none!important;}

}

.uu-section__container h1 {text-transform:none!important;}
.accordion-group__accordion-heading p {font-size: 22px!important;}

/* referring to boxes with titles such as on majors and minors pages */

.graduate-title {padding: 2% 0%;}
.graduate-title a {text-decoration: none;}
.program-title {padding: 15px 0%;}
.program-title a {text-decoration: none;}
.program-box {margin-top:0px; padding-bottom: 6%;}
.nodec a {text-decoration:none;}
.scholarship-title {padding: 15px 0%; font-size:24px;}
.scholarship-title a {text-decoration: none;}

/* add border to sections */
.bord-top {
    border-top: 1px solid #bab9b9!important;
}


/* no border on ghost border, but keep panel padding */

.ghost-border.c-panel {
    border-width: 0px!important;
}

/* give hover panel box darker shadow */
.c-panel.hover-link:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.34);
}

/* hover linked images more sublte */
.hvr-grow:hover img {-ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05);}

/* darken tab border on regions with light gray backgrounds */
.c-tabs__item {
    border-bottom: 3px solid rgb(216, 216, 216);
}

ul.c-tabs__list {
    background-color: #f5f5f5;
}

.c-tabs {
    margin-top: 0;
}

/* Gradiant Heading */
.gradiant {
font-size: 28px;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #6b2d09, #ecb819 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradiant-light {
    background: -webkit-linear-gradient(45deg, #6b2d09, #ecb819 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* red buttons */
.red-button {
    font-size: 20px!important;
    text-transform: none!important;
}

/* light gray lighter */
.bg-light-gray {
    background-color: #f9f9f9!important;
    border-color: #f9f9f9 !important;
}


/* media query to hide large images on smaller screens */

@media only screen and (max-width: 1023px) {
	.noshow {display:none!important;}
}