@import "workshops-and-events.css";

/**/
/* just left, just right, or no sidebar */
/* left and right sidebars */
/*.wrapper {
	 margin-left: auto;
	 margin-right: auto;
	 width: 80em;
	 overflow: hidden;
	 *zoom: 1;
}
 */
/*@media (min-width: 990px) {
	 .wrapper {
		 width: 80em;
	}
}
 */
/*@media (min-width: 768px) and (max-width: 989px) {
	 .wrapper {
		 width: 62.6666em;
	}
}
 */
/*@media (max-width: 767px) {
	 .wrapper {
		 width: 100%;
	}
}
 */
 #search_box {
	 overflow: hidden;
	 *zoom: 1;
}
 #search_box form input.search {
	 background-color: #fff;
	 border-color: #999;
	 color: #999;
}
 #search_box form input.search:hover, #search_box form input.search:focus, #search_box form input.search:active {
	 border-color: #666;
	 color: #333;
}
 #search_box.side {
	 margin-bottom: 1.3333em;
}
 #search_box.side form {
	 background: transparent url("../images/photos/search-widget-bg.jpg") left top no-repeat;
	 padding: 1.6666em 0.6666em 0.3333em;
	 margin-bottom: 0.3333em;
}
 #search_box.side form input.search {
	 width: 90%;
	 margin-bottom:.75em;
}
 #search_box.side form input[type='submit'] {
	 -webkit-border-radius: 1.3333em;
	 -moz-border-radius: 1.3333em;
	 -ms-border-radius: 1.3333em;
	 -o-border-radius: 1.3333em;
	 border-radius: 1.3333em;
	 background-color: #275094;
	 border: 1px solid #275094;
	 color: white !important;
	 cursor: pointer;
	 display: block;
	 padding: 0.3333em 0;
	 text-decoration: none;
	 width: 100%;
}
 #search_box.side form input[type='submit']:hover, #search_box.side form input[type='submit']:focus {
	 background-color: #8ba3c2;
	 border-color: #8ba3c2;
	 color: black !important;
}
 #search_box.side p.text-right {
	 margin-bottom: 0;
	 text-align: right;
}
 #search_box.home {
	 -webkit-box-shadow: rgba(0, 0, 0, 0.33) 0.0833em 0.0833em 0.3333em;
	 -moz-box-shadow: rgba(0, 0, 0, 0.33) 0.0833em 0.0833em 0.3333em;
	 box-shadow: rgba(0, 0, 0, 0.33) 0.0833em 0.0833em 0.3333em;
	 background: #336699 url("../images/photos/search-box-bg.jpg") left top no-repeat;
	 height: 22.6666em;
	 padding: 8em 0 0;
	 margin-bottom: 1.3333em;
}
 #search_box.home .tabs-left-margin {
	 margin-left: 2em;
}
 @media (max-width: 767px) {
	 #search_box.home {
		 -webkit-background-size: auto;
		 background-size: auto;
		 height: auto;
		 padding: 4em 1.3333em 1.3333em;
	}
}
 @media (max-width: 990px) {
	 #search_box.side form {
		 background: transparent url("../images/photos/search-box-bg.jpg") left center no-repeat;
		 background-size: auto;
	}
}
 #search_box.home a.btn_mid {
	 -webkit-box-shadow: rgba(0, 0, 0, 0.33) 0.0833em 0.0833em 0.3333em;
	 -moz-box-shadow: rgba(0, 0, 0, 0.33) 0.0833em 0.0833em 0.3333em;
	 box-shadow: rgba(0, 0, 0, 0.33) 0.0833em 0.0833em 0.3333em;
	 float: right;
	 background-color: #fff;
	 border-style: none;
	 color: #333333 !important;
	 padding: 0.3333em 0.6666em;
}
 @media (max-width: 767px) {
	 #search_box.home a.btn_mid {
		 position: absolute;
		 margin-top: -3.3333em;
		 right: 1.3333em;
	}
}
 #search_box.home a.btn_mid:hover {
	 background-color: #275094;
	 color: white !important;
	 text-decoration: none;
}
 #search_box.home .tabs {
	 background: transparent none;
	 border-style: none;
	 margin: 0 4em;
}
 @media (max-width: 767px) {
	 #search_box.home .tabs {
		 margin: 0;
	}
}
 #search_box.home .tabs ul.ui-tabs-nav {
	 background: transparent none;
	 overflow: visible;
}
 #search_box.home .tabs ul.ui-tabs-nav li {
	 background-color: #bac9da;
	 border-style: none;
	 margin-right: 2px;
}
 #search_box.home .tabs ul.ui-tabs-nav li a {
	 color: #333;
}
 #search_box.home .tabs ul.ui-tabs-nav li a:hover {
	 background-color: #8aa4bf;
	 color: #fff;
}
 #search_box.home .tabs ul.ui-tabs-nav li.ui-tabs-selected {
	 background: transparent none;
}
 #search_box.home .tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	 color: #333;
	 background-color: rgba(255, 255, 255, 0.9);
}
 #search_box.home .tabs div.ui-tabs-panel {
	 background-color: rgba(255, 255, 255, 0.9);
	 padding: 1em 3em;
}
 @media (max-width: 767px) {
	 #search_box.home .tabs div.ui-tabs-panel {
		 padding: 1em;
	}
}
 #search_box.inpage {
	 margin-bottom: 1.3333em;
}
 #search_box.home small, #search_box.inpage small {
	 float: right;
	 font-style: italic;
	 font-size: 0.9167em;
}
 #search_box.home form .fields, #search_box.inpage form .fields {
	 display: inline;
	 float: left;
	 margin-left: 0.66667em;
	 margin-right: 0.66667em;
	 width: 34.66667em;
	 margin-left: 0;
	 overflow: hidden;
}
 @media (max-width: 767px) {
	 #search_box.home form .fields, #search_box.inpage form .fields {
		 float: none;
		 display: block;
		 margin-right: 0;
		 width: inherit;
	}
}
 #search_box.home form .buttons, #search_box.inpage form .buttons {
	 display: inline;
	 float: left;
	 margin-left: 0.66667em;
	 margin-right: 0.66667em;
	 width: 10.66667em;
	 margin-right: 0;
}
 #search_box.home form .buttons p, #search_box.inpage form .buttons p {
	 text-align: right;
}
 @media (max-width: 767px) {
	 #search_box.home form .buttons, #search_box.inpage form .buttons {
		 float: none;
		 display: block;
		 margin-left: 0;
		 width: inherit;
	}
	 #search_box.home form .buttons p, #search_box.inpage form .buttons p {
		 text-align: left;
	}
}
 #search_box.home form input, #search_box.inpage form input {
	 float: none;
}
 #search_box.home form input[type='checkbox'], #search_box.inpage form input[type='checkbox'] {
	 height: auto;
	 margin: 0 0.6666em 0 0;
	 width: auto;
	 display: inline;
}
 #search_box.home form label, #search_box.inpage form label {
	 float: none;
	 width: auto;
	 display: inline;
}
 #search_box.home form input.search, #search_box.inpage form input.search {
	 float: none;
	 font-size: 1.5em;
	 display: block;
	 margin-left: 0;
	 width: 93.5%;
}
 #search_box.home form fieldset.inlineLabels label, #search_box.inpage form fieldset.inlineLabels label {
	 display: inline;
	 float: left;
	 margin-left: 0.66667em;
	 margin-right: 0.66667em;
	 width: 6.66667em;
	 margin-left: 0;
}
 #search_box.home form fieldset.inlineLabels select, #search_box.inpage form fieldset.inlineLabels select {
	 display: inline;
	 float: left;
	 margin-left: 0.66667em;
	 margin-right: 0.66667em;
	 width: 22.66667em;
	 margin-right: 0;
}
 @media (max-width: 767px) {
	 #search_box.home form fieldset.inlineLabels label, #search_box.home form fieldset.inlineLabels select, #search_box.inpage form fieldset.inlineLabels label, #search_box.inpage form fieldset.inlineLabels select {
		 float: none;
		 display: block;
		 margin-left: 0;
		 width: 90%;
	}
}
 #search_box.home form input[type='submit'], #search_box.inpage form input[type='submit'] {
	 font-family: "OpenSansCondensedBold", sans-serif;
	 font-size: 1.6666em;
	 left: 0;
	 line-height: 1.66666em;
	 height: 1.66666em;
	 margin-bottom: 0.5em;
	 width: 100%;
	 -webkit-appearance: none !important;
}
 #item_rotator {
	 overflow: hidden;
	 *zoom: 1;
	 height: 10.6666em;
	 margin-bottom: 1.3333em;
}
 #item_rotator a.previous, #item_rotator a.next {
	 display: inline;
	 float: left;
	 margin-left: 0.66667em;
	 margin-right: 0.66667em;
	 width: 2.66667em;
	 margin-left: 0;
	 margin-right: 0;
	 background-color: #ccd6eb;
	 display: block;
	 height: 10.6666em;
}
 @media (max-width: 767px) {
	 #item_rotator a.previous, #item_rotator a.next {
		 width: 8%;
	}
}
 #item_rotator a.previous span, #item_rotator a.next span {
	 visibility: hidden;
}
 #item_rotator a.previous:hover, #item_rotator a.next:hover {
	 background-color: #369;
}
 #item_rotator a.previous:before, #item_rotator a.next:before {
	 border-top: 1em solid transparent;
	 border-bottom: 1em solid transparent;
	 content: '';
	 display: block;
	 height: 0;
	 margin: 4em 0.6666em;
}
 #item_rotator a.previous:before {
	 border-right: 1em solid #fff;
}
 #item_rotator a.next:before {
	 border-left: 1em solid #fff;
}
 #item_rotator .item_container {
	 display: inline;
	 float: left;
	 margin-left: 0.66667em;
	 margin-right: 0.66667em;
	 width: 55.99987em;
	 height: 10.6666em;
	 overflow: hidden;
}
 @media (max-width: 767px) {
	 #item_rotator .item_container {
		 width: 84%;
		 margin: 0;
	}
}
 #item_rotator .items {
	 height: 10.6666em;
	 width: 280em;
}
 @media (max-width: 767px) {
	 #item_rotator .items {
		 width: 500%;
	}
}
 #item_rotator .rotate_item {
	 display: inline;
	 float: left;
	 margin-left: 0.66667em;
	 margin-right: 0.66667em;
	 width: 26.66667em;
	 background-color: #E5EAF5;
	 float: left;
	 height: 10.6666em;
}
 @media (max-width: 767px) {
	 #item_rotator .rotate_item {
		 width: 9.33333%;
		 margin: 0 0.3333%;
	}
}
 #item_rotator .rotate_item > a {
	 overflow: hidden;
	 *zoom: 1;
	 color: #333;
	 padding: 0.6666em;
	 display: block;
	 text-decoration: none;
}
 #item_rotator .rotate_item > a:hover h3 {
	 color: #369;
	 text-decoration: underline;
}
 #item_rotator .rotate_item img {
	 float: left;
	 margin-right: 0.6666em;
}
 @media (max-width: 767px) {
	 #item_rotator .rotate_item img {
		 display: none;
		 visibility: hidden;
	}
}
 table.hours h3.location {
	 font-size: 1em;
	 font-family: Verdana, Arial, Helvetica, sans-serif;

}

table.hours h5.status {
	 font-size: 1em;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight: bold !important;
}
 table.hours h3.location a {
	 color: #333;
	 font-weight: bold !important;
}
 table.hours h5.status {
	 float: right;
}
 table.hours h5.status.open {
	 color: #060;
}
 table.hours h5.status.closed {
	 color: #900;
}
 table.hours td.sub-location h3.location a {
	 font-weight: normal !important;
}
table.hours td.sub-location {
    padding-left: 2em;
}

 table.hours td.sub-location span.hours {
	 margin-left: 1em;
}
 table.hours td.hover {
	 background-color: #ECEEF3;
}
 iframe.hours-map {
	 border: 1px solid #cccccc;
	 display: block;
	 width: 99.7%;
}
 iframe.hours-map.large {
	 height: 53.2em;
}
 .hours-row {
	 overflow: hidden;
	 *zoom: 1;
}
 #calendar-content .calendar_wrapper {
	 overflow: hidden;
	 *zoom: 1;
	 border-bottom: 1px solid #cccccc;
	 padding-bottom: 1.3333em;
	 position: relative;
	 margin-bottom: 1.3333em;
}
 #calendar-content .calendar_wrapper .prev-month, #calendar-content .calendar_wrapper .next-month, #calendar-content .calendar_wrapper .monthheading {
	 height: 2em;
	 line-height: 2em;
}
 #calendar-content .calendar_wrapper .monthheading {
	 font-weight: bold;
	 display: block;
	 margin-bottom: 0.6666em;
	 text-align: center;
}
 #calendar-content .calendar_wrapper .prev-month, #calendar-content .calendar_wrapper .next-month {
	 border: 0 none;
	 background: transparent none;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 cursor: pointer;
	 position: absolute;
	 top: 0;
	 text-decoration: none;
}
 #calendar-content .calendar_wrapper .prev-month {
	 left: 0;
}
 #calendar-content .calendar_wrapper .next-month {
	 right: 0;
}
 #calendar-content .calendar_wrapper .calendar, #calendar-content .calendar_wrapper .hours-table {
	 float: right;
	 width: 50%;
}
 #calendar-content .calendar_wrapper .hours-table h6 {
	 clear: both;
}
 #calendar-content .calendar_wrapper .hours-table dl {
	 overflow: hidden;
	 *zoom: 1;
	 margin: 0 1.3333em 1.3333em 2em;
}
 #calendar-content .calendar_wrapper .hours-table dl dt {
	 clear: left;
	 float: left;
	 margin-bottom: 0.3333em;
}
 #calendar-content .calendar_wrapper .hours-table dl dd {
	 clear: right;
	 float: right;
	 margin-bottom: 0.3333em;
}
 #calendar-content .calendar_wrapper span.hours-category {
	 display: block;
	 float: left;
	 height: 1.3333em;
	 width: 1.3333em;
	 margin-right: .6666em;
}
 #calendar-content .calendar_wrapper .today {
	 border: 1px solid #666666;
}
 #calendar-content iframe.hours-map {
	 float: left;
	 height: 20em;
	 margin-right: 1.3333em;
}
 #footer ul.chiclets a {
	 background-color: #E8E8E8;
}
 .feed-grid{
	 margin-bottom:0 
}
 .feed-grid .col{
	 float:left;
	 height:17.6rem;
	 width:17.59rem;
	 margin-right:1.2rem;
	 margin-bottom:1.6rem;
	 position:relative 
}
 @media print,screen and (min-width:990px){
	 .feed-grid .col{
		 margin-right:1.6rem 
	}
	 .feed-grid .col:nth-child(4n+0){
		 margin-right:0 
	}
}
 .feed-grid .feed-item{
	 background-color:#ccdde9;
	 box-sizing:border-box 
}
 .feed-grid .feed-item:hover a:before{
	 color:#fff 
}
 .feed-grid .feed-item:hover .feed-content:before{
	 height:17.6rem 
}
 .feed-grid .feed-item:hover .feed-title{
	 color:#fff 
}
 .feed-grid .feed-item:hover img.feed-post-img{
	 opacity:1;
	 filter:alpha(opacity=100) 
}
 .feed-grid .feed-item a:before{
	 color:#002754 
}
 .feed-grid .fg-facebook,.feed-grid .fg-twitter{
	 background-color:#e6eef4;
	 border:1px solid #e6eef4 
}
 .feed-grid .fg-facebook .feed-content:before,.feed-grid .fg-twitter .feed-content:before{
	 background-color:#fff 
}
 .feed-grid .fg-facebook:hover .feed-title,.feed-grid .fg-facebook:hover a:before,.feed-grid .fg-twitter:hover .feed-title,.feed-grid .fg-twitter:hover a:before{
	 color:#002754 
}
 .feed-grid .fg-instagram .feed-content{
	 display:none 
}
 .feed-grid .fg-youtube a.feed-link:before{
	 font-size:3.2rem;
	 left:7.2rem;
	 top:40% 
}
 .feed-grid .fg-event{
	 background-color:#99bbd4 
}
 .feed-grid .fg-event h2{
	 color:#fff 
}
 .feed-grid .fg-img{
	 background-color:#fff 
}
 .feed-grid .fg-img .feed-title{
	 color:#000 
}
 .feed-grid .fg-img h2{
	 color:#002754 
}
 .feed-grid .fg-img .feed-content:before{
	 background-color:rgba(0,0,0,.5) 
}
 .feed-grid .fg-img:hover .feed-title,.feed-grid .fg-img:hover h2,.feed-grid .fg-img:hover p{
	 color:#fff 
}
 .feed-grid .fg-img:hover .feed-content:before{
	 height:100% 
}
 .feed-grid .feed-title{
	 color:#002754 
}
 .feed-grid a.feed-link{
	 display:block;
	 position:absolute;
	 height:100%;
	 width:100%;
	 z-index:2 
}
 .feed-grid a.feed-link:before{
	 font-size:2rem;
	 line-height:2rem;
	 position:absolute;
	 right:.8rem;
	 top:.8rem 
}
 .feed-grid .feed-content{
	 position:absolute;
	 margin:0;
	 left:0;
	 right:0;
	 bottom:0;
	 padding:.8rem;
	 z-index:1 
}
 .feed-grid .feed-content:before{
	 background-color:#6698be;
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:0;
	 width:100%;
	 height:0;
	 transition:height .3333s ease 
}
 .feed-grid .feed-content h2,.feed-grid .feed-content h4,.feed-grid .feed-content p{
	 position:relative 
}
 .feed-grid .feed-content p:last-child{
	 margin-bottom:0 
}
 .feed-grid img.feed-post-img{
	 position:absolute;
	 top:0;
	 height:100%;
	 margin:0 auto;
	 width:auto;
	 max-width:none;
	 opacity:.4;
	 filter:alpha(opacity=40) 
}
 .feed-grid a.btn_more{
	 display:inline-block;
	 padding:.8rem;
	 text-decoration:none;
	 color:#005493 
}
 .feed-grid a.btn_more:hover {
	 background-color:#99bbd4;
	 color:#fff 
}
 @media print,screen and (min-width:990px){
	 .feed-grid a.btn_more{
		 display:block 
	}
}
 .feed-grid .feed-footer{
	 clear:both;
	 height:auto;
	 width:auto 
}
 @media print,screen and (min-width:990px){
	 .feed-grid .feed-footer{
		 clear:none;
		 height:17.6rem;
		 width:17.6rem 
	}
}
/* temporarily hide the calendar from the hours & locations widget during COVID-19 library closure*/
 #calendar_ikblc.calendar_wrapper {
	 display: none;
}
 #calendar-content .contact::before {
	 font-size: 1.8rem;
	 font-weight: 400;
	 content: "Please note that all library buildings will be closed until further notice.";
}
 .contact .twothird {
	 margin-top: 1em;
}
/*end of hours & location calendar hiding */

 .page-alert {
	 background-color: #FCE5BB;
	 border-left: 5px solid #F5AA1C;
	 padding: 20px;
	 margin: 10px 0 20px 0;
}
 .page-alert p {
	 font-size: 1.6rem;
	 line-height: 150%;
}

.page-alert p:last-child {
    padding-bottom: 0 !important;
}

 .esources-help {
	 padding: 10px;
	 border: 1px solid #ddd;
	 border-radius: 0.4rem;
	 word-wrap: break-word;
}
 #territorial {
	 background-color: #ccdde9;
}
/* Test LibCal styles */
 .s-lc-ea-tb tbody {
	 padding: 1em;
}
 .s-lc-ea-tcat, .s-lc-ea-l, .s-lc-ea-h3 {
	 display: none;
}

/*detailed event feed display styles*/
.s-lc-ea-ttit a {
font-size: 1.75rem;
    font-weight: 500 !important;
	 color: #2F73A7;
}

 .s-lc-ea-treg a {
	 background: #005493;
	 border: 1px solid #005493;
	 border-radius: 1.6rem;
	 color: #fff;
	 font: 1.2rem Verdana, Arial, Helvetica, sans-serif;
	 padding: 8px 20px;
	 margin-bottom: .5rem;
}

.s-lc-ea-tb {
	border: solid #ccc;
	border-width: 0 0 1px 0;
}

.s-lc-ea-tb:last-child {
	border-bottom: 0;}
	
/*registration button styles*/
tr.s-lc-ea-treg {
    display: block;
    margin: 1rem 0;}

.s-lc-ea-treg a {
    font-size: 1.6rem;
    border-radius: .4rem;}
    
.s-lc-ea-treg a:visited {
    color: #fff;
}

/* end Test LibCal styles */
/* lib cal appointment */
 [id*="mysched"] {
	 background: #005493;
	 border: 1px solid #005493;
	 border-radius: 1.6rem;
	 color: #fff;
	 font: 1.2rem Verdana, Arial, Helvetica, sans-serif;
	 padding: 8px 20px;
	 margin-bottom: .5rem;
}
 [id*="mysched"]:hover {
	 background: #002754;
}
/* end lib cal styles */
/*update header styling to match university*/
 #header .edge {
	 height: 80%;
	 margin-top: -4rem;
	 background: url(/assets/template3-3/images/header-inside-bg.png) right bottom no-repeat;
}
 @media print, screen and (min-width:990px) {
	 nav#primary {
		 background: none;
		 background-color: #002754;
		 margin: 0;
		 overflow: hidden;
	}
	 nav#primary:after {
		 background-color: #00396d;
		 content:'';
		 display: block;
		 height: 40px;
		 height: 4rem;
		 position: absolute;
		 left: 0;
		 right: 0;
		 top: 40px;
		 top: 4rem;
		 z-index: 0;
	}
	 #primary ul {
		 z-index: 1;
	}
	 nav.menu ul {
		 margin-bottom: 0;
	}
	 nav#primary li:first-child a {
		 border-left: none;
	}
}
/*end header update*/
/* Fall 2020 Lib banner styles */
 #lib-banner {
	 background-color: #F5AA1C;
	 display: block;
	 position: relative;
	 margin-top: 2em;
	 z-index: 1;
	 height: 6.5em;
	 box-shadow: 0 .4rem .8rem rgba(0,0,0,.24);
}
 #lib-banner p {
	 font: Arial, sans-serif;
	 font-size: 1.6rem;
	 font-weight: 500;
	 line-height: 140%;
	 margin-bottom: 0;
}
 .alert-icon {
	 position: relative;
	 display: block;
	 float: left;
}
 .alert-icon img {
	 width: 5em;
	/*display: inline-block;
	 float: left;
	 position: relative;
	 */
}
 .alert-message {
	 position: relative;
	 display: block;
	 float: left;
	/*padding-left: 7rem;
	 */
	 padding-top: .3rem;
}
 .alert-message a {
	 color: #081299;
}
 #lib-banner .wrapper {
	 padding: 1em;
}
 @media print, screen and (min-width:990px) {
	 .alert-icon {
		 width: 8%;
	}
	 .alert-message {
		 width: 92%;
	}
}
 @media print, screen and (max-width:989px) {
	 #lib-banner {
		 height: 8em;
	}
	 .alert-icon {
		 width: 10% 
	}
	 .alert-message {
		 width: 90%;
	}
}
 @media print, screen and (max-width:767px) {
	 #lib-banner {
		 margin-top: 5em;
	}
	 .alert-icon {
		 max-width: 15% 
	}
	 .alert-message {
		 width: 85% 
	}
}
 @media print, screen and (max-width:505px) {
	 #lib-banner {
		 margin-top: 5em;
		 height: 12em;
		 line-height: 2rem;
	}
	 .alert-icon {
		 display: none;
	}
	 .alert-message {
		 width: 100% 
	}
}
/* end Fall 2020 Lib banner styles */
/*Fall 2020 unrefactored */
/*Fall 2020 Home page*/
/*single block */
 .home-links-block {
	 background-color: #FCE5BB;
	 padding: 1.25rem;
	 margin-bottom: 2rem;
	 height: 100%;
}
 .home-links-wrapper {
	 margin-left: auto;
	 margin-right: auto;
	 padding: 1.25rem;
}
 .home-links-container:first-child {
	 padding-left: 0;
}
 .home-links-container:last-child {
	 padding-right: 0;
}
 .home-links-container {
	 width: 30%;
	 display: inline-block;
	 padding: 0 1.25rem;
	 height: 100%;
}
 .home-links-container img {
	 height: 6rem;
	 width: 6rem !important;
	 display: block;
	 vertical-align: top;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 1rem;
}
 .home-links-content {
	 display: inline-block;
	 vertical-align: top;
	 padding: 0 1em;
	 height: 100%;
}
 .home-links-content h3, .home-links-content p {
	 display: inline-block;
}
 .home-links-content h3 {
	 margin: 1rem 0;
	 font-size: 1.75rem !important;
	 font-weight: 600 !important;
	 margin-bottom: 1.25rem;
}
 .home-links-content h3 a {
	 font-size: 1.75rem !important;
	 font-weight: 500 !important;
	 color: #2F73A7;
}
 #content .home-links-content p:last-child {
	 padding-bottom: 0;
	 margin-bottom: 1rem;
}
 .callouts {
	 margin-left: 0;
}
 .callouts li {
	 list-style-type: none;
	 margin-left: 0;
	 padding-bottom: .8rem;
}
 #content ul.callouts:last-child {
	 padding-bottom: 0;
}
 .cta {
	 margin-bottom: 2em;
}
 .home-links-block .cta a.btn_mid {
	 width: 50%;
	 margin-left: auto;
	 margin-right: auto;
	 border-radius: .6rem;
	 font-size: 1.5rem;
}
 @media print, screen and (max-width: 645px) {
	 .home-links-container {
		 width: 45%;
	}
	 .home-links-content {
		 display: block;
		 margin: auto;
		 width: 80% 
	}
}
 @media print, screen and (max-width: 645px) {
	 .home-links-container {
		 width: 100%;
	}
}
/* column boxes */
 .quarter.col.columnbox {
	 height: 100%;
}
 .home-links-block {
	 height: 100%;
}
 .home-links-block img {
	 height: 7rem;
	 width: 7rem;
}
 @media print, screen and (max-width: 542px) {
	 .rotate_item h4 {
		 font-size: 1.6rem;
	}
	 #content .rotate_item p {
		 font-size: 1.4rem;
	}
}
 @media print, screen and (max-width: 414px) {
	 .rotate_item h4 {
		 font-size: 1.8rem;
	}
	 .rotate_item p {
		 display: none;
	}
}
/* Landing page styles */
 .columnbox {
	 border: solid 1px rgba(33,33,33,.125);
	 border-right: none;
	 border-radius: .6rem;
	 padding: 0rem;
	 box-shadow: .0rem .4rem .4rem rgba(0,0,0,.15);
}
 .columnbox h4, .columnbox p {
	 background-color: transparent;
	 line-height: 2rem;
	 margin-bottom: 0rem;
}
 .columnbox ul {
	 padding: 1rem 2rem;
}
 .columnbox h2 {
     color:#002754;
	 font-size: 1.8rem;
	 font-weight: 600;
	 padding: 1.5rem 2rem;
	 margin-bottom: 0rem;
}
.columnbox h2 a {
    color: #005493;}

 .columnbox h4 {
     color:#002754;
	 font-size: 1.6rem;
	 font-weight: 600;
	 padding: 1.5rem 2rem;
	 margin-bottom: 0rem;
 }
 
 .columnbox h4 a {
    color: #005493;}
    
 .columnbox p {
	 padding: 0 2rem;
}
 .colRow.colBoxes {
	 display: block !important;
	 margin: 2rem 0 !important;
}
 div.half.col.columnbox {
	 width: 45%;
}

/* general updating of styles */
 #content p, #content ul, ol, td, blockquote, input, textarea, .ui-accordion-content, .ui-accordion-content-active p, figure figcaption {
	 font-size: 1.6rem;
	 line-height: 140%;
}

 nav#primary li, nav#secondary li, nav li.tertiary {
	 font-size: 1.6rem;
	 line-height: 140%;
	 font-family: Arial, sans-serif;
}
 nav#primary a {
	 padding: 0 1rem;
}
 #header #tools li a {
	 font-size: 1.25rem;
	 padding-bottom: .5rem;
}

.title_bar a.btn {
    font-size: 1.6rem;
}

 .breadcrumbs li {
	 font-size: 1.4rem;
}
 h1, h2 {
	 margin-bottom: 1.5rem;
	 font-weight: 600;
}

#content h2 {
    font-size: 2.4rem;
}

 ul {
	 list-style-type: disc;
	 margin-left: 1rem;
	 line-height: 125%;
}
 #content {
	 font-family: OpenSansRegular,Arial,sans-serif;
	 line-height: 140% 
}
 #content h3 {
	 font-size: 2rem;
	 font-weight: normal;
}

 #content figure figcaption {
	 font-size: 1.4rem;
	 line-height: 2rem;
}
 #content p:last-child, #content ul:last-child {
	 padding-bottom: 2.25rem;
}
 aside#right p:last-child, aside#right ul:last-child {
	 padding-bottom: 1.5rem;
}
 ul.breadcrumbs, figcaption p {
	 padding-bottom: 0 !important;
}
 .btn_sm {
	 vertical-align: bottom;
	 float: clear;
	 display: block;
}
a:visited {
    color: #5E329F;
}

a.btn:visited, a.btn_promo:visited {
    color: #fff;
}
 a.btn_sm, a.btn_sml {
	 color: #005493;
	 text-decoration: none;
}
 a.btn_sm::after, a.btn_sml::after {
	 content: " \2192";
}
 a.btn_mid {
	 border-radius: .4rem !important;
}
 a.btn_sm:hover, a.btn_sml:hover {
	 text-decoration: underline;
}
 .btn_anchor {
	 display: inline-block;
	 border: solid 2px #2F73A7;
	 border-radius: .4rem;
	 color: #2F73A7;
	 font-size: 1.5rem;
	 margin: 1.5rem;
	 padding: 0.75rem 1.5rem;
	 text-decoration: none;
}
 .btn_anchor:hover {
	 text-decoration: underline;
}
 #content .anchor-links p:last-child {
	 padding-bottom: 0;
}
 .accordions .ui-accordion-header a {
	 font-size: 1.6rem;
	 font-weight: 600;
}
.accordions .ui-accordion-header a:before {
    font-size: 1.6rem;
}

 label{
	 font-size: 1.6rem;
	 font-family: OpenSansRegular,Arial,sans-serif;
	 line-height: 140% 
}
 form input {
	 box-shadow: none;
}
 form textarea {
	 height: 20rem;
}

.basic-side-buttons {
    display: none;
}
 #search_box.side {
	 margin-bottom: 0;
}
 #search_box.side {
	 background: url("https://www.uvic.ca/library/assets/images/photos/search-box-bg-darkerblue.png") left center no-repeat;
}
 .search-box-sidebar h2 {
	 margin-bottom: 0;
}
 #search_box.side form {
	 background-image: none;
	 margin: 0 1.5rem;
	 padding: 1rem 0;
}
 #search_box.side form input {
	 padding: 0;
}
 #search_box.side form input.search {
	 width: 100%;
	 margin: 1.25rem 0;
	 padding-left: .5rem;
}
 #search_box.side p {
	 margin: 0;
}
 #search_box.side p.text-right {
	 padding-bottom: 0;
}
 #search_box.side p.light a {
	 color: #fff;
	 font-size: 1.2rem;
}
 .callout-block {
	 margin: 0rem 0 1.5rem;
	 background-color: #E8ECF0;
}
 aside#right .full.col:first-child {
	 margin-top: 0;
}
 .full.col a.btn_promo {
	 margin: 0rem 0.2rem 1.6rem;
}
 .callout-block h2 {
	 background-color: #002754;
	 color: #fff;
	 font-size: 1.75rem;
	 text-transform: uppercase;
	 padding: .5rem 1.5rem;
}
 .callout-block p, .callout-block ul {
	 margin: 1rem 1.5rem;
	 font-size: 1.6rem;
	 line-height: 2rem;
}
/* page-specific fixes */
/*Home page*/
 form input.search, form input[type="search"] {
	 border-radius: 0.4rem;
}
 form input[type="submit"] {
	 border-radius: 0.6rem;
	 padding-top: .2rem;
	 -webkit-appearance: none;
}
 #search_box.home form input[type="submit"] {
	 font-size: 1.75rem !important;
}
 #search_box {
	 font-size: 10px;
}
 #search_box.home .tabs-left-margin {
	 margin-left: 2em;
}
 #search_box.home {
	 background: #336699 url("https://www.uvic.ca/library/assets/images/photos/search-box-bg-darkerblue.png") left top no-repeat;
	/*background: #336699 url("../images/photos/search-box-bg-darkerblue.png") left top no-repeat*/
	 padding-top: 5em;
	 padding-bottom: 4em;
}
 #search_box.home form input[type="submit"] {
	 font-size: 2rem;
	 margin-bottom: 1rem;
}
 #search_box.home form .buttons p, #search_box.inpage form .buttons p {
	 font-size: 1.2rem;
	 margin-top: .75rem;
}
 .hidden, #search_box.home form .fields, #search_box.inpage form .fields {
	 font-size: 1.2em;
}
 #search_box.home .tabs div.ui-tabs-panel li {
	 display: inline-block;
	 float: left;
	 width: 45;
}
 #search_box.home form fieldset.inlineLabels select, #search_box.inpage form fieldset.inlineLabels select {
	 display: inline-block;
	 float: none;
	 width: 70% 
}
 #search_box.home form fieldset.inlineLabels label, #search_box.inpage form fieldset.inlineLabels label {
	 font-size: 1.5rem;
	 display: inline-block;
	 float: none;
	 width: 20% 
}
 @media (min-width: 768px) {
	 aside#right .full.col {
		 margin-bottom: inherit;
	}
}
 @media (max-width: 767px) {
	 #search_box.home form .fields {
		 float: left;
		 display: inherit;
		 margin-left: inherit;
		 width: 75%;
	}
	 #search_box.home form .buttons {
		 float: left;
		 width: 25%;
	}
}
 @media (max-width: 414px) {
	 #search_box.home {
		 padding: 2rem 1.333rem;
	}
	 #search_box.home form .buttons p {
		 padding-bottom: 1rem;
	}
	 #search_box.home form input.search {
		 font-size: 1.5rem;
	}
	 #search_box.home form .fields, #search_box.home form .buttons {
		 float: none;
		 display: block;
		 margin-left: 1rem;
		 width: 90%;
	}
	 #search_box.home h2 {
		 font-size: 1.8rem;
	}
	 #search_box.home form .buttons {
		 margin-top: 1rem;
	}
	 #search_box.home form fieldset.inlineLabels label, #search_box.inpage form fieldset.inlineLabels label {
		 width: 25%;
	}
	 #search_box.home form fieldset.inlineLabels {
		 margin-top: 1rem;
	}
	 input#search.search {
		 margin-bottom: 0;
	}
}
 #item_rotator .rotate_item {
	 background-color: #E8ECF0;
}
 #item_rotator a.previous, #item_rotator a.next {
	 background-color: #abc2d1;
}
 a.btn_promo {
	 margin-bottom: 1.6rem;
}
 time {
	 line-height: 2em;
}
 #left {
	 background-image: none;
}

.basic-side-buttons {
    display:none;
}

 #right p, #right li {
	 font-family: OpenSansRegular, Arial,sans-serif;
}
 #sub_page {
	 font-family: OpenSansRegular, Arial,sans-serif;
	 font-size: 1.4rem;
	 line-height: 2rem;
}
 #footer {
	 background: #e8e8e8;
}
 #footer h5 {
	 padding-bottom: 1rem;
}
 #footer ul {
	 list-style-type: none;
}
 #footer ul li {
	 margin-left:0;
}
 @media print, screen and (max-width:595px) {
	 #lib-banner {
		 height: 12em;
	}
}
 @media print, screen and (max-width:333px) {
	 #lib-banner {
		 height: 13em;
	}
}
 @media print, screen and (max-width: 990px) {
	 nav#primary li, nav.menu li.expandable a.sub, nav.menu li.expanded a.sub {
		 line-height: 225%;
		 bottom: 0;
	}
	 #header a.menu span::before {
		 font-size: 2rem;
		 padding-bottom: .25rem;
	}
	 nav#primary .subNav .expandable a, nav#primary .subNav .expanded a {
		 padding-left: 2.25rem;
	}
	 aside#right, aside#right .colRow {
		 margin-bottom: 1.6rem;
		 padding-bottom: 0;
	}
}
 @media print, screen and (max-width: 767px) {
	 #footer .col {
		 width: 100%;
	}
	 div.half.col.columnbox, div.half.col.columnbox img {
		 width: 100%;
	}
	 #content {
		 margin-bottom: 0;
	}
}
 