@charset "UTF-8";
/* CSS Document */

/*notification for new newsletter
ul.sub-nav__list > li.sub-nav__dropdown-list-item:nth-child(10) a::after {
color: #ff00ad;
    content: "•";
    font-weight: bold;
    width: 40px;
    height: 20px;
    font-size: 20px;
    opacity: 1;
    display: inline-block;
    right: 0;
    position: relative;
    background: none;
    top: 1px
}
*/

.thick-line {border-width:3px!important;}
.thick-garnet-line {
    border-width: 2px !important;
    border-color: #822433;
    border-style: solid;
}

.pink {color:#D80B99;}
/*.garnet {color:#822433;}*/

h2#location__title {margin-left:1.1em;}

span.s-lc-hours-note.s-lc-h-excep {
    margin-left: 5px;
}/*gives space between hours from LibCal and special note*/

td.hours-col-time {
    display: flex;
    padding: 0!important;
    font-weight: 600;
    color: #822433;
    border-bottom:none;
}

th.hours-col-loc {
    display: none;
}
table.hours-today tbody {
    border-bottom: none;
}
div#api_hours_today_iid5105_lid15286 {
    margin-top: 10px;
    margin-bottom: -8px;
    width:auto;
}
table.hours-today tbody {
    border-bottom: none/*.1875rem solid #872c3c*/;
}


/*side nav - section off nav items with divider */
ul.sub-nav__list > li.sub-nav__dropdown-list-item:nth-child(4), ul.sub-nav__list > li.sub-nav__dropdown-list-item:nth-child(8) {
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 7px;
}

/*"Schaffer Library" above address*/
.contact h3 {
    margin-bottom: 0;
   display: none;
}
/*this is the "see all offices" link that goes to Union's offices not the library*/
.l-66-33--2 .contact > a {
   display: none;
}
/*view in google maps*/
.contact p a:first-child {
    margin-left:1.6em;
}

p.address {
    /*display: none;*/
    margin-left:1.7em;
}

.sub-nav__dropdown-list-item--level2 {
    margin-bottom: 0;
}

table.hours-today {
    margin: 10px 0;
}


.sub-nav__list-item span.ext {
    display: none;
}


.alternate-hours {
    margin-bottom: 2em;
	margin-left:1.6em;
	margin-top:1em;
}

.alternate-hours table {
    margin-top: -10px;
    margin-bottom: 10px;
}
.alternate-hours table tbody tr td {
    padding: 5px;
}

.alternate-hours > span > p > strong {
    font-weight: 600;
}

/*removes original border soley on navigation and puts it on whole right side top section
.l-66-33--2 {
	border-left:.1875rem solid #822433;
}
.sub-nav {border:none!important;}*/


/*decrease padding on side nav bottom items*/
li.sub-nav__dropdown-list-item {
    padding-bottom: 0;
}


.contact__social-media {
    margin-bottom: 0;
    padding-top: 0;
	margin-left:1.6em;
}

@media screen and (max-width: 950px){
	table tr {
		border-bottom: none!important;
	}
}

