/* TYPE YOUR OWN CSS HERE */

p {
    font-size: 1.2em;
}
body.pages .widget[data-widget-id="15540"] .widget-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
body.pages .widget[data-widget-id="15540"] .widget-body p {
    margin-top: 0;
    margin-bottom: 0;
}
body.pages .widget[data-widget-id="15540"] .widget-body br {
    line-height:5px;
}
#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100px;
    line-height: 1em;
    font-size: .9em;
    padding: 5px 36px;
    background: #2D2E32;
}
#footer .left::before {
  display: block;
  white-space: pre;
  content: "IU Health Methodist Library | 1801 N. Senate Blvd. Indianapolis 46202 | 317-962-8021 \A IU Health Ball Library | 2401 W. University Ave. Munice, IN 47303 | 765-747-3204";
  } 

  /*feature snippets code*/
  ol.ejm-results-list ul.aggregators{border-bottom:0;display: inline-block;width:100%;overflow:visible;}
ol.ejm-results-list ul.aggregators > li{word-wrap: break-word;}
ol.ejm-results-list .ciapWrapper, .props {width:50%;float:left;}
ol.ejm-results-list .spanFloat{float:left;width:100%;}
ol.ejm-results-list ul.aggregators > li > div.line > a{width:50%;}
ol.ejm-results-list dl.props>dt {padding-left:5px;}
ol.ejm-results-list div.ejm-data > div.metadata > div.actions {text-align:left;clear:both;}
.bookAuthorPubYear, .isbnDetails{float:left;width:50%;}
.isbnDetails {padding-left:5px;}
.bookAuthorPubYear > dt {font-weight:bold;}
.isbnDetails > dt {font-weight:bold;}
.bookAuthorPubYear > dd, dt {width:50%;float:left;margin:0;}
.isbnDetails > dd, dt {width:50%;float:left;margin:0;}
/*
/*end of feature snippets code*/

/*Increase Line Height for forms*/
.form-control.w-10[id="28376"], .form-control.w-10[id="28377"], .form-control.w-10[id="28378"], .form-control.w-10[id="28379"] {height:80px;}

.form-control.w-10[id="28469"], .form-control.w-10[id="28470"], .form-control.w-10[id="28471"], .form-control.w-10[id="28472"] {height:80px;}

/*hides the Visit the book/journal box/link in discovery search results*/
div.tdkg-description {
    display:none;
}

/* Accordion CSS */


.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	border-radius:3px;
	background:#fff;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	margin-bottom:3px;
	display:inline-block;
	background:#60002F;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.10em;
	color:white;
	border-radius:3px;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#9D004F;
	/* Type */
	color:#fff;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}
.tabbedsearchbox {
    max-width: 87%;
    max-height: 680px; 
    overflow: auto; 
    padding-top: 120px; 
    margin-left: 30px; 
    }

.popularresources {display: inline-block; width: 240px; max-height: 733px; background: #edebeb; margin-top: 5px; border: 3px outset #512A44;}
.popularresourcesinner {margin-top: -20px;}
.popularresources ul {list-style: none;}
.popularresourcesinner li {margin-bottom: 10px;}
@media screen and (max-width: 1024px) {
  .popularresources {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .popularresourcesinner ul {
    display: inlin-flex;
    flex-flow: row wrap;
    list-style: none;

}

@media screen and (max-width: 1024px) {
  .popularresourcesinner li {max-width: 200px; max-height: 71px; display: inline-block; margin-right: 20px;}

.popularresourcesinner img {
    width: 100%;
    height: auto;
}
figcaption {
  font-style: bold;
  padding: 2px;
  text-align: center;
  }
body .pages .widget .figure {display: inline-block;}

.center {margin:auto; width: 720px; }
#sub-nav ul .main-nav {margin-left: -50px;}
