@charset "utf-8";

/* - - GLOBAL ELEMENTS - - */

/* - - Hide masthead search box from navigation - - */

.search-form-wrapper {display: none}

.smuTopNav > .mini-nav  > .nav > .dropdown:nth-child(2), 
.smuTopNav > .mini-nav  > .nav > .dropdown:nth-child(3) {
    display: none !important;
}

/* - - Style page title - - */


.departmentName {display: none}

#titleWrapper h3 {
text-align: right !important;
display: block;
font-size: 16px !important;
color: #666;
display: none; 
margin: 10px 0 !important}

/* - - Image floats - - */

.imageRight, .img-right, img.pull-right {
    float: right;
    margin: 5px 0 20px 20px;
}

.imageLeft, .img-left, .img.pull-left {
    float: left;
    margin: 5px 20px 20px 0;
}


/* - - HOME PAGE ELEMENTS - - */
/* - - search box on home page - - */

#search-box input[type='text'] {
	height: 36px;
    width: 50%;
	color: #333;
}
#search-box .btn {
	margin-top: 0 !important;
        margin-bottom: 4px;
	color: #333;
}

#search-box .btn:hover {
	background-color: #DDD;
}
#search-box-container {
	padding: 30px;
	background-color: #26367b;
	color: white;
	margin-bottom: 40px;
}
#search-box {
	padding: 0 0 20px;
}
#search-box p {
	margin: 11px 0 0;
}

/* - - home page news slide show - - */

#IwDL_50102 {
    display: none;
	padding-bottom: 20px
    -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}


#IwDL_50102 .item {
    max-width: 300px;
    margin-right: 30px;
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-bottom: 5px;
}

#IwDL_50102 .item-details {
	height: 70px;
}

#IwDL_50102 .item .description {
padding: 10px 15px;
margin: 5px 0;
}

#IwDL_50102 .item .subtitle, #IwDL_50102 .item .title {
    display: none;
}

/* - - For each carousel - - */

#IwDL_50102.owl-loaded, .collection-slide-show.owl-loaded {
    display: block;
}

#IwDL_50102.owl-loading, .collection-slide-show.owl-loading {
    opacity: 0;
    display: block;
}

#IwDL_50102.owl-hidden, .collection-slide-show.owl-hidden {
    opacity: 0;
}

/* - - home page collection filters - - */

#filters-box {
	float: left;
	width: 240px;
	margin: 14px 15px 0 0;
}

.filters-list {
	text-align: left
}
.filters-list p {
	color: #116FD6;
	cursor: pointer;
	cursor: hand;
	padding-left: 5px
}
.filters-list a:hover {
	text-decoration: none
}
.filters-list p:hover {
	background-color: #EEE
}
.filters-list p.selected {
	background-color: #999 !important;
}
.filters-list p.selected {
	color: #FFF;
}
.filters-list p.selected :hover {
	color: #67460D !important;
}

#filter-button {display: none}

/* - - Home page collections section - - */

.collections-list {
	margin-left: 255px;
}

.collections-list .item {
	float: left;
	width: 265px;
	height: 360px;
	margin: 14px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.collections-list .featured-image {
	width: 265px !important;
	
}

.collections-list .item h3 {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	font-weight: bold;
}

.collections-list .subtitle {
	display: none;
	font-size: 16px; 
	margin-top: -6px; 
	font-style: italic}

.collections-list .item-details {
	padding: 0 20px;
}

/* - - Collection Landing Pages - - */

.collection-slide-show {
	display: none;
}

.collection-slide-show.caption .owl-prev, .collection-slide-show.caption .owl-next {
    top: 45px;
}

.collection-slide-show.no-captions .owl-prev, .collection-slide-show.no-captions .owl-next {
    top: 15px;
}

.collection-slide-show .owl-prev {
	font-size: 36px !important;
	left: 0;
}
.collection-slide-show .owl-next {
	font-size: 36px !important;
    right: 0;
}

.collection-slide-show {
    padding: 15px 45px;
    margin-left: 330px;
	}

.collection-slide-show .item {
    margin-right: 30px;
    background-color: #FFF;
    margin-bottom: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);

    
}

.collection-slide-show .item .description {
padding: 10px 15px;
}

.collection-slide-show .item .subtitle, .collection-slide-show .item .title {
    display: none;
}


.collection-slide-show.caption {
    height: 300px !important;
}

.collection-slide-show.caption .item {
    height: 265px;
}

.collection-slide-show.caption .featured-image {
    height: 180px !important;
	width: 265px !important;
}

.collection-slide-show.no-captions {
	height: 240px;
	padding: 15px 45px;
}

.collection-slide-show.no-captions .featured-image {
    height: 180px !important;
    width: auto;
}

.collection-slide-show.no-captions .item-details {
    display: none;
}
/* - - Search Box on Collection Landing Page - - */

#search select {width: 250px; float: left; margin: 0 10px}

#search .btn-primary {margin-top: 20px}

#search select {

    width: 210px;
    float: left;
    margin: 0 10px 0 0;

}

#search {
float: left;
width: 310px; 
}

#search input[type="text"] {

    width: 264px;
    float: left;
    margin-bottom: 10px;

}

.collection-slide-show + h2 {clear: both}

/* - - Media queries - - */

@media (max-width: 980px) {
	#titleWrapper h3 {display: none !important}
	#titleWrapper h1 {margin: 0 15px 22px; text-align: left}
}

@media (min-width: 768px) {
#search {
height: 300px;
}
}

@media (max-width: 767px) {
#search {float: none; width: 100%}
.collection-slide-show {margin-left: 0}

#search input[type="text"] {
    width: 100%;
    float: none;
}

#search select {
    width: 100%;
    float: none;
    margin: 0 10px 10px 0;
}
	
#search .btn {
	width: 100%;
}
	
.collection-slide-show {
    padding: 10px;
	height: auto !important;
}
	
.no-resize {
	width: auto !important;
}	

.no-resize.imageRight, .no-resize.img-right {
	float: right !important; 
	margin: 10px 0 10px 15px !important;
}
	
.no-resize.imageLeft, .no-resize.img-left {
	float: left !important; 
	margin: 10px 15px 10px 0 !important;
}	
	
}

@media (max-width: 600px) {
.imageRight, .img-right, img.pull-right, .imageLeft, .img-left, .img.pull-left {
    float: none !important;
    width: 100% !important;
	height: auto !important;
	margin: 15px 0 !important;
}
	
.no-resize {
	width: auto !important;
}	

.no-resize.imageRight, .no-resize.img-right {
	float: right !important; 
	margin: 10px 0 10px 15px !important;
}
	
.no-resize.imageLeft, .no-resize.img-left {
	float: left !important; 
	margin: 10px 15px 10px 0 !important;
}	

	
}
/* - - Library Listing Page - - */

.libraries-list .item {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 200px;
}

@media (min-width: 600px) {
  .libraries-list .item {clear: both}
  .libraries-list .featured-image {float: left; padding: 0 15px 15px 0; width: 280px}
  .libraries-list .item-details {margin-left: 280px}
}


/* - - Media Queries - - */

@media (max-width: 767px) {
    #descriptive-text {display: none}
    #IwDL_50102 {padding: 0}
    .owl-controls {display: none}
    }



@media (max-width: 600px) {
#filter-button {display: block; margin: 0 0 20px;}

#filters-box {width: 100% !important; float: none; margin: 0}

#IwDL_2B381 {margin: 0}

#IwDL_2B381 .item {width: 100%; height: auto; margin: 20px auto}
	
#IwDL_2B381 .featured-image 
	{width: 100% !important;
    }	

#IwDL_2B381 .description {padding-bottom:15px}
	
#search-box input[type='text'] {
        width: 100%;
	margin-bottom: 20px;
}
#search-box .btn {
	margin-top: 0 !important;
        margin-bottom: 4px;
	width: 100%;
}
 
}

@media (max-width: 480px) {
    #search-box-container {padding: 15px}
    #search-box-container h2 {font-size: 20px}
    }



/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-prev {
    color: #999;
    font-weight: 700;
    left: -60px;
    position: absolute;
    top: 0;
}

.owl-next {
    color: #999;
    font-weight: 700;
    right: -60px;
	position: absolute;
    top: 0px;
}


.owl-dots {display: none !important}

/* - - Owl Carousel - - */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */


.owl-carousel .owl-stage, .owl-carousel {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 100%;
/* fix for flashing background */
    -webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #AAA;
    font-size: 48px;
    margin: 70px 0;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
      background: transparent;
      color: #999;
      text-decoration: none; }

