/*Theme Name: DuPont-Ball
Description: Child theme customized for the duPont-Ball Library at Stetson based on the Twenty Thirteen theme.
Author: Rosalie Flowers
Version: 0.0.1
Template: twentythirteen
*/

@import url('../twentythirteen/style.css');

/*Site Borders*/

.site {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
 }
 /*New Header*/
 
 .site-header .home-link {
 	max-width: 100%;
	padding: 0;
	width: 100%;
	}

/*Notification Bar */
.notify_bar {
	background: #666666 !important;
	color: #ffffff !important;
	width: 100% !important;
	top: 0px;
	left: 0px;
	padding: 10px 0px !important;
	text-align: center !important;
	/*box-shadow: 0px -5px 10px #26631e inset !important;*/

}
.notify_bar a {
	text-decoration: none !important;
	color: #ffffff;
}
.notify_bar a:visited {
	color:#ffffff;
}
.notify_bar a:hover {
	color:#C9D6A3;
}
/*New Slider*/

#soliloquy-container-146 {
    border: 10px solid #FFFFFF;
    margin-left: 75% !important;
	margin-top: 1% !important;
    position: absolute;
    width: 100%;
}

/*Header Image Overrides

#masthead.site-header {
background: none;	
}

#masthead.site-header .home-link {
	color: #141412;
    height: 100%;
    margin: 0 auto;
    min-height: 230px;
    text-decoration: none;
    width: 100%;
	display: inline;
	padding: 0px;
}

#masthead.site-header .home-link img {
    border: 0 none;
    min-width:320px;
    vertical-align: middle;
    width: 100%;	
}
*/
/*Changes Heading Fonts to Arial*/
h1, h2, h3, h4, h5, h6 {
font-family: Arial, san serif;
}

h4 {
	font-size: 16px;
}
/**Photo Slider**/

.soliloquy-container {
    margin-left: 70%;
    position: absolute;
}

/****Navigation Bar Overrides*****/


/*Add Space Between Nav Menu Items */

/*.nav-menu li {
margin-right: 40px;
}*/

/*Changes font in Nav Bar to Arial*/

html,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/*Changes Navigation Bar Background Color to Grey*/

.navbar {
	background-color: #666666;
}

/*Changes Color of Navigation Links to White*/
.nav-menu li a {
	color: #ffffff;
	
}
/*Changes padding for Main Navigation menu list items*/
.nav-menu > li > ul  li  a {
	padding: 10px 20px !important;
}
/*Changes Color of Navigation Links for Current Page Text to White*/
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #fff;
    font-style: italic;
}
/*Changes color of Link Hover to Green with White Text and Add Shadow*/

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #3D8E33;
	color: #fff;
		box-shadow: 1px 1px 3px #000;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		
}

/*Changes Background Color of Submenu Hover to Grey */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #757575;
	border: 0px solid #666666;
	transition-duration: .25s;
}

/*Changes Background of Submenu Color to Green*/
.nav-menu .sub-menu, .nav-menu .children {
	background-color: #3D8E33;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	border: none;
}
/*---Telephone Links----*/
a[href^="tel:"] {
	text-decoration: none;
}

a[href^="tel:"]:before {
    content: "\260E";
/*    display: block;
    margin-right: 0.5em;*/
}

/*-----Navigation Search Bar Overrides-----*/
.site-header .search-field {
background-image: url(https://www2.stetson.edu/library/green/wp-content/uploads/2013/12/search-icon-white.png);
}

/***Link Override***/
a {
	text-decoration: underline;
	color: #000;
}
#searchTabs a:hover,
.quick-links-area a:hover,
.leftwidget a:hover,
.widget a:hover,
a:active,
a:hover {
	color: #3D8E33;
	outline: 0;
}

a:visited {
color: #000;
}

/* OneSearch Links*/

#limiterblock a {
    margin-right: 60px;
}

.entry-meta a:hover {
	color: #3D8E33;
}

/*-----Footer Bar Overrides--------*/

/*Changes Background Color of Footer to Grey*/
.site-footer .sidebar-container {
	background-color: #666666;
}

/*Changes Color of Link Text to White*/
.site-footer .widget a {
    color: #ffffff;
}

/*Keeps any objects above footer from entering footer area*/
#colophon {
margin-top: 10px;
}

/*An attempt at getting the social media icons to the right hand side. Currently not working*/
#text-5.widget.widget_text.masonry-brick { 
	position: absolute;
 	top: 0px;
  	left: 850px;
}

.genericon.genericon-facebook {
margin-right: 40px;
}

.genericon-facebook:before {
font-size: 36px;
color: white;
}

.genericon.genericon-twitter {
margin-right: 40px;
}

.genericon-twitter:before {
font-size: 36px;
color: white;
}

.genericon-instagram:before {
font-size: 36px;
color: white;
}

#socialmediawidget {
float: right;
margin-top: -210px;
}

.extrafooterwidget {
margin-right: 180px;
}

/*Widget Area*/

/*Adds Grey Border Around Widgets*/
.site-main .widget-area {
border: thin solid #666666;
 box-shadow: 3px 3px 3px #888888;
}

/*Changes Background Color And Margins for Widget Areas*/
.widget {
	background-color: #fff;
	margin: 0 0 0px;
}

/*Makes Text Links in Widget Area Black*/
.widget a {
color: #000;
}

.widget .widget-title {
	font: bold 20px Arial, sans-serif;
}
/************New Tabs**********/

#tabs .ui-tabs-tab {
  background: #3D8E33;
}

#tabs .ui-tabs-anchor {
  color: white;
}

#tabs .ui-tabs-active a{
  color: black;
}

#tabs .ui-tabs-active{
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	color: #000000;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 45px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	display: block;
	/*padding-left: 14.9px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 14.9px;*/
	font-weight: bold;
	overflow: hidden;
	position: relative;
	background: #3D8E33;
	color: #ffffff;
	border: 1px solid #666;
	line-height: 25px;
	height: 45px;
}
ul.tabs li:hover {
	background: #7D7D7D;
}	
ul.tabs li.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	color: #000000;
}

ul.tabs a {
	color: white;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
}

ul.tabs a:active {
	color: black;
}

ul.tabs a:visited {
	color:inherit;
}

.tab_container {
	border: 1px solid #666666;
	box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888888;
	-moz-box-shadow: 3px 3px 3px #888888;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 30px;

}


.tab_content {
	padding: 20px;
	font-size: 1.2em;
	display: none;
}

.tab_drawer_heading { 
	display: none;
	}
/* End New Tabs */

/*Search Box Area

.resp-tabs-list li.resp-tab-active {
    color: #000000;
	padding: 0 0 0;
}

.resp-tabs-list li {
    background: #3D8E33;
	color: #ffffff;
	border: 1px solid #666;
	font-weight: normal !important;
}

#searchTabs {
	box-shadow: 3px 3px 3px #888888;
	-webkit-box-shadow: 3px 3px 3px #888888;
	-moz-box-shadow: 3px 3px 3px #888888;
}

/*li.resp-tab-item a {
	color: white;
	text-decoration: none;
	}
*/
.catalog-advanced {
	padding-top: 3%;
	padding-left: 60%;
}
.front-page-tab-headings {
	font-size: 1.1em;
}

#archives {
	margin-left: 35%;
	margin-right: 35%;
}
.by-subject {
	margin-left: 2%;
}
.or {
padding-top: 3%;
}

/* End Styling for Search Area */

/*Quick Links */
.quick-links-area h3 {
	text-align:center;
	margin: 0px;
	color: #3D8E33;
}

.quick-links-area {
	border: thin solid #666;
	box-shadow: 3px 3px 3px #888888;
	-webkit-box-shadow: 3px 3px 3px #888888;
	-moz-box-shadow: 3px 3px 3px #888888;
	width:600px;
	float: left;
	padding: 20px;
	margin-left: 254px;
	
}

.quick-links-area ul {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;

}

.quick-links-area li {
	list-style-type: none;
	padding-bottom: 10px;
	
}
	
/** Override Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #3D8E33;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	padding: 6px 15px;
	text-decoration: none;
	font-size: 11pt;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #3D8E33; /* Old browsers */
	background: -webkit-linear-gradient(top, #3D8E33 0%, #3D8E33 100%);
	background: linear-gradient(to bottom, #3D8E33 0%, #3D8E33 100%);
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #3D8E33;
	background: -webkit-linear-gradient(top, #3D8E33 0%, #3D8E33 100%); /* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #3D8E33 0%, #3D8E33 100%);
	border: none;
	border-top: 3px solid #3D8E33;
	padding: 6px 15px;
	}
/**
 * Override Entry Content
 * ----------------------------------------------------------------------------
 */
 
 .entry-title {
	font-weight: bold;
	margin-right: 5%;
}
 
 .entry-content a,
.comment-content a {
	color: #000;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #000;
}

/** Homepage Tweaks 

.workinghourswidget,  .widget widget_nav_menu {
	float: left;
	max-width: 300px;	
}



.site-main .sidebar-inner {
	margin: 0 auto;
    max-width: 1240px;
}	

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
	margin: 0;
    max-width: 1240px;
    padding: 0 330px 0 250px;
}

*/


/*Remove Site Info Section of Footer */
.site-info {
   display: none;
}

/*Announcement Widget Overrides*/
.upw-posts.hfeed article{
	margin-bottom: 5px;
}

.widget-title {
	text-align: center;
	color: #3D8E33;
}

.entry-image{
	display:inline;
	float:left;
	clear:left;
	margin: 0 10px 0 0;
}

.entry-title{
	display:inline;
}

article .entry-summary {
	padding: 0 0 0 0!important;
	display: inline;
}

.upw-posts.hfeed .post{
	padding-top: 8px;
	padding-bottom: 8px;
}

.tm_lcptu_excerpt {
margin-left: 80px;
}

/*Front Page Positioning*/
.site-main .sidebar-inner {
	margin-left: 200px;
	margin-right: 20px;
}

.sidebar .entry-content {
margin: 0 0 0 195px;
}

.entry-header {
	margin-bottom:0px;
}

/*
.leftwidget {
		float: left;
	}
*/

.leftwidget ul {
list-style-type: none;
}

.business-hours {
	background: url(https://www2.stetson.edu/library/green/wp-content/uploads/2013/12/ClockIcon.png) top left no-repeat;
	padding-left: 60px;
	padding-bottom: 30px;
	
}

li#menu-item-6862{
background: url(https://www2.stetson.edu/library/green/wp-content/uploads/2013/12/ClockIcon.png) top left no-repeat;
padding-left: 60px;
padding-bottom: 30px;
padding-top: 15px;
margin-top:12px;
}

li#menu-item-22 {
background: url(https://www2.stetson.edu/library/green/wp-content/uploads/2017/10/StampAskaLib_tilted_med900px.png) top left no-repeat;
background-size: 65px 44px;
background-position-y: -4px;
padding-left: 60px;
padding-bottom: 30px;
padding-top: 15px;
}
li#menu-item-21 {
background: url(https://www2.stetson.edu/library/green/wp-content/uploads/2019/11/KeyIcon-e1573171203577.png) top left no-repeat;
padding-left: 60px;
padding-bottom: 30px;
padding-top: 15px;
}
li#menu-item-25 {
background: url(https://www2.stetson.edu/library/green/wp-content/uploads/2013/12/SuggestionsIcon.png) top left no-repeat;
padding-left: 60px;
padding-bottom: 30px;
padding-top: 15px;
}

li#menu-item-20 {
background: url(https://www2.stetson.edu/library/green/wp-content/uploads/2013/12/GiftIcon.png) top left no-repeat;
padding-left: 60px;
padding-bottom: 30px;
padding-top: 15px;
}

#iconwidget {
position: absolute;
margin: 0 0 0 20px;
}

.leftwidget menu, .leftwidget ol, .leftwidget ul {
margin: 0;
padding: 0;
}

/*----Page Content Changes----*/

.entry-content {
    	-moz-hyphens: none;
    	word-wrap: none;
}
.entry-content p {
	margin-bottom: 10px;
}
/*-----About Us Menu-------*/
.aboutus-menu {
    border: 1px solid #000000;
    margin-left: 10px;
	margin-bottom: 10px;
    max-width: 300px;
    position: absolute;
	box-shadow: 3px 3px 3px #888888;
	padding-right: 20px;
}

.aboutus-menu h3 {
    padding-left: 20px;
}

.aboutus-entry-header {
	margin-left: 350px;
}

.aboutus-entry-content {
	margin-left: 350px;
	margin-right: 200px;
}

.aboutus-entry-content p {
	margin-bottom: 10px;
}

.wp-caption .wp-caption-text .entry caption .gallery-caption {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
/*---Department Pages Menu----*/

.departments-menu {
    border: 1px solid #000000;
    margin-left: 10px;
	margin-bottom: 10px;
    max-width: 275px;
    position: absolute;
}

.departments-menu h3 {
    padding-left: 20px;
}

.departments-entry-header {
	margin-left: 350px;
}

.departments-entry-content {
	margin-left: 350px;
	margin-right: 200px;
}

.departments-entry-content p {
	margin-bottom: 10px;
}

.wp-caption .wp-caption-text .entry caption .gallery-caption {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/*-------Calendar & Hours Pages--------*/

tr:nth-child(even) {
	background-color: rgba(102, 102, 102, 0.50);
}
/*------------Ninja Forms---------------*/

.ninja-forms-form-wrap {
	width: 75%;
	padding-top: 20px;
}
/*For Suggestions Form*/
#ninja_forms_form_5 {
	width: 70%;
	margin: 0 0 0 30%;
}
#ninja_forms_form_5_response_msg {
	margin-left: 50%;
}

/*---------Comments Section---------*/

/*Changes background Color*/
.comment-respond {
    background-color: #C9D6A3;
}
/*Change Font to Arial*/
.comments-title,
.comment-reply-title {
    font-family: Arial,Helvetica,Sans-serif;
}
/*Makes author name, url, reply-link and reply-login buttons green*/
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
    color: #3D8E33;
}
/*Keeps website field from displaying*/
.comment-form-url {
display: none;
}
/* Video */
.format-video {
	background-color: #ffffff;
}

/*404 Error Overrides*/
.error404 .page-title:before {
color: #3D8E33;
}

.error404 .page-wrapper {
background-color: #fff;
}

/*--------For Staff Bios-------*/
ul.staff {
	list-style-type: none;
	display: block;
}

li.librariansstaff {
	height: 370px;
	float: left;
	margin: 0 10% 2% 0;
	min-width: 200px;
	max-width: 250px;
	}
.positiontitle {
	font-style: italic;
	}
ul.staff img.alignleft {
	border: 1px solid #666;
	box-shadow: 3px 3px 3px #888;
}

.avatar.pp-user-avatar.avatar-mediumwp-user-avatar.wp-user-avatar-medium.photo {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/*--------Contributors Page--------*/
#contrib-list {
	list-style-type: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
#contrib-list>li {
	padding: 5px;
	}

/*--------Database CSS--------*/

.database-meta {
	margin-left: 20%;
	margin-right: 20%;
	border-bottom: 1px solid #666666;
	}

.db-main-title {
	margin-left: 15%;
	}

.db-tag-cloud {
	border: 1px solid #000000;
	border-radius: 10px;
	margin-left: 20%;
	margin-right: 20%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}

.db-title-wrap {
	overflow: hidden;
	}
.db-title-wrap > h2 {
	float: left;
	padding-top: 3.5%;
	padding-left: 2%;
	font-size: 1em;
	margin: 0;
	width: 70%;
	margin-bottom: 1%;
	}
	
.db-title-wrap h2:before {
	content: '\f301';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 30px/1 'Genericons';
	vertical-align: top;
	color: #3D8E33;
	float: left;
	}

.db-button {
	float: right;
	padding-top: 3%;
}

.pub-description > h3 {
	font-size: 1.1 em;
	}

.db-content-descript {
	margin-top: -3%;
	padding-right: 5%;
	padding-left: 5%;
	display: visible;
	}
	
.db-content-descript > h3 {
	font-size: 1.1em;
	font-style: italic;
	}

.pub-description {
	margin-left: 5%;
	margin-right: 5%;
	}

.extra-info {
	background-color: rgba(102, 102, 102, 0.3);
	border-top: 1px solid #666666;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0;
	}

.toggle-view {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.db-toggle-section {
	display: none;
	}
/*For Single Database Page*/

.database-box, .dissertation-note {
	margin-left: 20%;
	margin-right: 20%;
	}

.database-box > h2 {
	padding-bottom: 2%;
	}
/*-----Suggestions Page----*/

.sugg-main-title {
	margin-left: 20%;
	}
	
.sugg-small-heading{
	margin-right: 20%;
	text-align:right;
	font-size:.8em;
	font-weight:bold;
	padding-top:1%;
}	

.sugg-description {
	margin-left: 6%;
	margin-right: 3%;
	}

.sugg-title-wrap {
	overflow: hidden;
	}
.sugg-title-wrap > h2 {
	float: left;
	padding-top: 3.5%;
	padding-left: 2%;
	font-size: 1em;
	margin: 0;
	width: 70%;
	margin-bottom: 1%;
	}
	
.sugg-title-wrap h2:before {
	content: '\f425';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 30px/1 'Genericons';
	vertical-align: top;
	color: #3D8E33;
	}
/******=====Media Queries========*****/

@media (min-width: 1400px) {
	.site-main .widget-area {
		width: 500px;
	}
	
	.site-main .sidebar-inner {
		margin-left: 400px;
	}
}

@media(max-width: 1399px) {
	article .entry-summary {
		display: none;
	}
	article.post header {
		min-height: 75px;
	}
}

@media (max-width: 1190px) {

	article .entry-summary {
		display: inline;
	}
	article header {
		min-height: 0px;
	}

	.upw-posts article {
		min-height: 95px!important;
	}

	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
		margin-bottom: 5%;
}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}

	.sidebar .entry-content {
		padding: 0 40px 0 100px;
		max-width: 750px;
		margin: 0 auto 0 150px;
	}

	
	#tertiary.sidebar-container {
		margin-left:250px;
	}
	.site-main .sidebar-inner {
		margin: 0 0 0 0;
	}

	#socialmediawidget {
		text-align: center;
		float: none;
		margin-top: 0;
	}
	.extrafooterwidget {
		margin-right: 0;
	}
	
	#soliloquy-container-146 {
		display: none !important;
	}
	.departments-entry-content {
   		margin-left: 350px;
   		margin-right: 20px;
	}
	
}


@media (max-width: 867px) {
	.site-header {
		background-size: auto !important;
	}
	.sidebar .entry-content {
		padding: 0 0 0 0;
		max-width: 605px;
	}
	#iconwidget {
		position: relative;
		margin: 0 10% 0 10%;
		columns: 100px 2;
		-webkit-columns: 75px 2;
		-moz-columns: 100px 2;
		}
	.sidebar .entry-content {
		margin: auto;
	}
	.quick-links-area {
		margin:0 auto;
		float: none;
	}
		#tertiary.sidebar-container {
		margin-left: auto;
	}
	.aboutus-menu {
		position: static !important;
	}
	.departments-entry-content {
   		margin-left: 20px;
   		margin-right: 20px;
	}
	.departments-entry-header {
    	margin-left: 20px;
	}
}

@media (max-width: 770px) {
	.sidebar .entry-content {
		padding: 0 40px 0 40px;
	}
/* Added for Accordian */
	.tabs {
	    display: none;
	  }
	.tab_drawer_heading {
	    background-color: #3D8E33;
	    color: #fff;
	    border-top: 1px solid #000000;
	    margin: 0;
	    padding: 5px 20px;
	    display: block;
	    cursor: pointer;
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	  }
	 .d_active {
	    background-color: #666;
	    color: #fff;
 	}
/* END Accordian */
}

@media (max-width: 643px) {
	
	#content .entry-content {
		margin-top: 10px;
	}
	.menu-toggle {
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
	}
	.quick-links-area {
		margin: auto;
		width: auto;
	}
}

@media (max-width: 453px) {
#iconwidget {
		columns: 350px 1;
		-webkit-columns: 350px 1;
		-moz-columns: 350px 1;
		margin: 0 10% 0 10%;
	}
	.quick-links-area {
		width: auto;
	}
ul#menu-quick-links {
		columns: 350px 1;
		-webkit-columns: 350px 1;
		-moz-columns: 350px 1;
	}
	
li.librariansstaff {
	height: 370px;
	float: none;
	margin: 10%;
	width: 90%
	}
}

/*Stats Page CSS */
.stats #content{
	background: linear-gradient(to bottom, rgba(62, 142, 66, 1), rgba(62, 142, 66, 0) 20%), url("https://www2.stetson.edu/library/innovation/stats/backgrounds/libraryfade.jpg") no-repeat;
	background-size: cover;
}
.stats h1{
	color: #000000;
}
.stats .headingContainer{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
	border-radius:5px;
	padding-left:1%;
	clear:both;
}
.stats .headingContainer div, .stats .headingContainer h2{
	display:inline-block;
	vertical-align:middle;
	margin-right:1%;
}
.stats #statContainer{
	position:relative;
	clear: both;
}
.stats .statBox{
	color:#FFFFFF;
	float:right;
	width: 40%;
	border-radius:6px;
	background-color: rgba(90, 90, 90, 0.9);
	padding: 1%;
	margin: 2%;
	font-size: 1.6em;
	text-align:center;
	position:relative;
}
.stats .statNum{
	color:#5fb964;
	font-weight:bold;
	position:relative;
}
.stats .timeframe{
	position:absolute;
	bottom:1%;
	right:1%;
	font-size:0.4em;
	color:#FFFFFF;
	font-style:italic;
}
.stats .tagline{
	color:#000000;
	font-size:2em;
	font-weight:bold;
	border-radius: 5px;
}
.stats .aboutus-menu{
	background-color: #FFFFFF;
}
.statBox .statDate{
	padding-right:1%;
	text-align:right;
	font-size:0.4em;
	font-style:italic;
}
.centeredBlock{
	text-align:center !important;
}
.centeredBlock>div:hover{
	cursor:pointer;
	opacity:0.9;
}
.centeredBlock h3{
	padding:0px;
	margin:0px;
	font-size:1.7em;
	color:#FFFFFF;
}
.centeredBlock .name{
	color:#FFFFFF;
}
.centeredBlock div a{
	text-decoration:none;
}
.centeredBlock a:hover{
	color:inherit;
}
.centeredBlock>div{
	display:inline-block;
	margin:0% 5% 0% 5%;
	border-radius:5px;
	background-color:#3e8e42;
}

/*Vietnam Page CSS */
.vietnam #content{
	
	background: linear-gradient(to bottom, rgba(62, 142, 66, 1), rgba(62, 142, 66, 0) 20%), url("https://www2.stetson.edu/library/innovation/vietnam/backgrounds/memorial_nov.jpg") no-repeat;
	background-size: cover;
}
.vietnam .centered{
	text-align:center;
}
.vietnam h1{
	color: #000000;
}
.vietnam .departments-entry-content{
	border-radius:6px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
}
.vietnam .aboutus-menu{
	background-color: #D1D1D1;
	box-shadow: 10px 10px 8px #000000;
	border-radius: 5px;
}
#page_icon{
	text-align:center;
	margin-top: 5px;
}
.vietnam .sideBySide div{
	display:inline-block;
	vertical-align: text-top;
	padding-right:5px;
}

/* Vietnam Database Page CSS */
.vietnam #searchArea{
	background-color: #EFEFEF;
	border-radius:5px;
	padding:10px 5px 20px 5px;
}
.vietnam #resultCount{
	margin-top:5px;
	text-align:left;
	font-style:italic;
}
.vietnam .note{
	font-size:0.8em;
	font-style: italic;
	margin-bottom:15px;
	display:block !important;
}
.vietnam #database input:focus, .vietnam #database select:focus{
	border: 2px solid #3e8e42;
}
.vietnam #submitSearch:hover, .vietnam #clearSearch:hover{
	cursor: pointer;
	opacity:0.6;
}
.vietnam #sbSubmit, .vietnam #sbSubmit:focus{
	border: none !important;
	padding: 0px;
	margin: 0px;
	outline: none;
}
.vietnam #clearSearch{
	color: #FFFFFF;
	background-color: #378b3b;
	border-radius:3px;
	padding:2px 5px 2px 5px;
	margin-left: 8px;
}
#pagesTop{
	text-align: right;
}
.vietnam .arrow{
	display:inline-block;
	padding-left:5px;
}
.vietnam #resultsArea{
	position:relative;
}
.vietnam #resultsArea table{
	margin-top:10px;
	border-color: #d4d0ba;
}
.vietnam #resultsArea tr td:first-child, .vietnam #resultsArea tr th:first-child{
	padding-left:5px;
}
.vietnam #resultsArea th{
	padding: 6px 0px 6px 0px;
}
.vietnam #resultsArea th span:hover{
	text-decoration:underline;
	cursor:pointer;
}
.vietnam #resultsArea td img:hover{
	cursor:pointer;
}
.vietnam #resultsArea sub{
	font-weight:bold;
	font-size:0.6em;
}
.vietnam .highlightError{
	border:solid 3px red;
}
.vietnam .error, .vietnam .preloader{
	display: none;
	color: #666;
	text-align:center;
	margin:auto;
	font-size:2em;
}
.vietnam .semiTransparent{
	opacity: 0.6;
}
.vietnam .pages{
	text-align: right;
	font-size:1em;
}
.vietnam .pageNumbers{
	display:inline-block;
}
.vietnam .pageNumbers div{
	margin: 0px 3px 0px 3px;
	display:inline-block;
}
.vietnam .pageNumbers .clickable{
	text-decoration: underline;
}
.vietnam .pageNumbers .clickable:hover{
	cursor:pointer;
	color: #3d8e33;
}
.vietnam .currentPage{
	background-color: #378b3b;
	border-radius:3px;
	padding:2px 5px 2px 5px;
	color: white !important;
	cursor:default !important;
	font-weight: bold;
}

/*Remarks Page*/
.vietnam .remarks{
	font-size:0.9em;
	padding:1%;
	border-top: black solid 4px;
	border-bottom: black solid 4px;
	background-color: #DADADA;
}


/*Lightbox for Vietnam Database */
.lightboxWrapper{
	display:none;
	opacity: 0;
	position:fixed;
	top:20%;
	right:20%;
	max-height:80%;
	max-width:1000px;
	width: 80%;
	z-index:1;
	padding:30px;
}
.lbBorderEffect{
	border: 2px solid #666;
	border-radius: 8px;
	height:100%;
	width:100%;
}
#lightbox_bio{
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
	border: 2px solid #666;
	border-radius: 8px;
	background-color: #FFFFFF;
	max-height:500px;
	overflow:auto;
}
#closeLightbox{
	position:absolute;
	right:0px;
	top:0px;
}
#closeLightbox:hover{
	opacity:0.7;
	cursor:pointer;
}
#infoWrapper{
	float:left;
	width: 40%;
	margin: 0px 10px 5px 5px;
	padding-top:5px;
	background-color:#EFEFEF;
	border: 2px solid #d4d0ba;
	border-radius: 3px;
}
#lightboxContent{
	padding:5px 5px 20px 5px;
}
#lightboxContent td, #lightboxContent table{
	border: 0px;
}
#lightboxContent tr td:first-child{
	font-weight:bold;
}
#lightboxContent #profilePic{
	text-align:center;
	padding: 0px 40px 10px 20px;
}
#lightboxContent #profilePic div{
	max-width:150px;
	margin:auto;
	box-shadow:5px 5px 2px rgba(0,0,0,0.5);
}
#lightboxContent #profilePic img{
	max-width:150px;
	width:100%;
}
#lightboxPics{
	width:80%;
	height:50%;
}
#lightbox_pic{
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
	border: 2px solid #666;
	border-radius: 8px;
	background-color: #FFFFFF;
	width:100%;
	height:100%;
}
#lightboxPics img{
	height:100%;
}
#pictureViewWrapper{
	position:relative;
	overflow:hidden;
	background-color:#000000;
	text-align:center;
	height:100%;
	width:100%;
}
#picName{
	position:absolute;
	top:0px;
	left:0px;
	padding:5px;
	color: #D2D2D2;
	background-color:#666;
	border-radius:0px 0px 5px 0px;
}
#picControls{
	position:absolute;
	display:none;
	bottom:0px;
	opacity:0;
	background-color: #009933;
	height:20%;
	width:100%;
}
.arrowWrapper{
	display:inline-block;
	width:49%;
	height:100%;
}
.arrowWrapper div:hover{
	cursor: pointer;
	border-color: transparent #FFA366;
	opacity:1;
}
.left-arrow{
	margin-left: 75%;
	border-color: transparent white;
	border-style: solid;
	border-width: 20px 20px 20px 0px;
	height: 0px;
	width: 0px;
	margin-top:5%;
}

.right-arrow {
	margin-left: 20%;
	border-color: transparent white;
	border-style: solid;
	border-width: 20px 0px 20px 20px;
	height: 0px;
	width: 0px;
	margin-top:5%;
}
.imp_note{
	background-color: #ffffcc;
	border:2px solid #000000;
	border-radius:5px;
	padding:5px;
	max-width:50%;
	margin-bottom:10px;
}
a:hover {
	color: #3d8e33;
}

/*-------Front Page Search Formatting------*/

.inner-tab {
    overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.inner-tab button {
    background: #fff;
    color: #555;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
}

/* Change background color of buttons on hover */
.inner-tab button:hover {
    color: #000;
}

/* Create an active/current tablink class */
.inner-tab button.active {
    background: #fff;
    color: rgb(66,136,58);
}

.inner-tab h4 {
  margin: 5px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
}

/*-------Graphics Page Template classes begin-----
.gr-aboutus-menu {
    margin-left: 0px;
	margin-bottom: 10px;
    position: absolute;
	background-color: rgba(102,102,102,.5);
	border-radius: 4px;
	border-width:4px;
	border-color: #000000;
	bottom: 10px;
	text-align: center;
	text-decoration-line: none !important;
	text-decoration-style: none;
	list-style-type: none !important;
	color: #fff;
}
#gr-aboutus-menu-area ul{
	color: #fff;
	text-decoration-line: none !important;
	text-decoration-style: none;
	list-style-type: none !important;
	padding: 0px;
	line-height: 1.2em;
}	
#gr-aboutus-menu-area a{
	color: #fff;
	text-decoration-line: none;
	font-weight:bold;
	text-shadow: 1px 1px 5px #333;
	
}
#gr-aboutus-menu-area li a:hover{
	color: #3D8E33;
	color: #000000;
	text-decoration-line: none !important;
	text-decoration-style: none;
	transition-duration: .25s;
	list-style-type: none !important;
}
.gr-hr {
	background-color: #fff;
	border: 1px;
	height: 3px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: -15px;
}
.gr-departments-entry-header, .gr-departments-entry-content .su-column-inner p {
	margin-left: 0px;
	color: #666;
}
.gr-pic {
	background-image: url("https://www2.stetson.edu/library/green/wp-content/uploads/2017/02/DSC06173.jpg");
	background-size: cover;
	background-repeat: none;
	background-attachment: fixed;
}
.glass {
	position: relative;
	background-color: white;
}
.glass::before {
	background-image: url('https://www2.stetson.edu/library/green/wp-content/uploads/2017/02/DSC06173.jpg');*/
  /* Prefix free isn't picking up this one */
/*  -webkit-filter: url('#blur');
  filter: url('#blur');
  -webkit-filter: blur(5px);
  filter: blur(5px);
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
  display: block;
  position: absolute;
  content: ' ';
  overflow: hidden;
}
.gr-entry-title {
	font-weight: bold;
	margin-right: 5%;
	font-size: 1.5em;
	color: #fff;
	margin: 5px 0;
	font-family: Trajan Pro, Arial;
	text-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
}
@import 'compass/css3';

$normal-img:"https://www2.stetson.edu/library/green/wp-content/uploads/2017/02/DSC06173.jpg";

$blurred-img:"https://www2.stetson.edu/library/green/wp-content/uploads/2017/02/DSC06173-blurred.jpg";

.box-bg{
	width:700px;
	height:300px;
  left:-webkit-calc( 50% - 250px );
  top:20%;
	position:absolute;
	border-radius:5px;
	@include box-shadow(0 20px 30px rgba(0,0,0,.6));
	border:1px solid rgba(255,255,255,.3);
	padding:20px;
	text-align: center;
	@include box-sizing(border-box);
	text-shadow:0 1px 1px rgba(0,0,0,.4);
  display: flex;
  transition: box-shadow .3s ease;
}
.blurred-top {
	background-image:url("https://www2.stetson.edu/library/green/wp-content/uploads/2017/02/DSC06173-blurred.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
	border-radius:15px 15px 0px 0px;
	padding: 0px 10px;
	height:30px;
}

.blurred-bg {
	background-image:url("https://www2.stetson.edu/library/green/wp-content/uploads/2017/02/DSC06173-blurred.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
	border-radius: 0px 0px 15px 15px;
	padding: 0px 10px;
}
.tinted {
		background-image:linear-gradient(0deg, rgba(255,255,255,.4),rgba(255,255,255,.4)),url('https://www2.stetson.edu/library/green/wp-content/uploads/2017/02/DSC06173-blurred.jpg');
	}

*/

