/* footer */
.uu-footer__address {
    margin-top: 0px!important;
    margin-bottom: 10px!important;
}

/* titles */
.bigtitle {font-size:48px; text-transform:none!important;}

/* margin under bullet points */
.list li {
    margin-bottom: 6px;
	list-style: square;
}
.list li::marker {
    color: #c00;
}

/* border-top */
.border-top {
    border-top: 1px solid #bdbdbd;
}


/* 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%; font-size:18px!important;}
.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: 38px;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #4e000a, #de3e3e 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: 16px!important;
    text-transform: none!important;
    font-weight: 600;
}

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


/* accordian button text red */

.accordion-group__accordion-btn {
	color: #c00; }

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

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