/* Style sheet for login pages that reside off the main Web server COOGAN */


body {
margin-top: 0;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
color: #000;
}

/*h1,h2,h3,h4
	{ font-family: Roboto, sans-serif; 
}*/

/*LINK STYLES*/
a {
color: #135f96;
font-weight: bold;
text-decoration: none;
}
a:hover, 
a:active,
a:focus {
color: #004073;
text-decoration: underline;
}

/*HEADING STYLES*/
h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 1.6rem;
color: #3c3c43;
}
h2 {
font-family: 'Roboto', sans-serif;
font-size: 1.7rem;
font-weight: 300;
color: #000;
}
h3 {
font-family: 'Roboto', sans-serif;
font-size: 1.5rem;
font-weight: 300;
}
h4 {
font-family: 'Roboto', sans-serif;
font-size: 1.3rem;
font-weight: 300;
}
h5 {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 1.3rem;
}
h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: .8rem;
}


/* LIBRARY BANNER STYLES 2023 */

#library-branding {
  width: 100%;
  padding-bottom:10px;
  align-items: center;
  display: flex;
}

#library-branding-bottom-border {
background-color: #fff;
border-bottom: 3px solid transparent;   
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

#library-nav-bar {
  background-color: #efefef;
  margin: 0 0 25px;
  padding: 1px 10px;
box-shadow: inset 0px 5px 5px #cccccc;}

/* END LIBRARY BANNER STYLES 2023 */


/* LIBRARY BANNER, JULY 2018 */


.library-banner {
  width: 100%;
  min-width: 600px;
  padding-bottom:10px;
}

.library-banner-top-border {
    border-bottom: 35px solid rgba(163,6,6,1);
    padding: 0 0 0 2.6em;
}

.library-banner-bottom-border {
    border-bottom: 2px solid rgba(233,233,233,1);
    padding: 15px 0 0 2.6em;
    
}

.library-banner-top {
  padding: 25px 40px;
  position: relative;
}

.library-banner-top-left {
  display: inline-block;
  vertical-align: top;
}

.library-banner-top-left a {
  padding-right: 20px;
  margin-right: 15px;
  display: inline-block;
}

.library-banner-top-left a img {
  width: 400px;
  height: auto;
}

.library-banner-top-right {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 15px; top: 50%;
  transform: translateY(-50%);
}

.library-banner-top-right a {
  font-family: 'Open Sans', sans-serif;
  font-family: 17px;
  line-height: 1.2em;
  font-weight: 700;
  color: #011e41;
  text-align: right;
  text-decoration: none;
  margin: 10px 0;
  display: block;
}

.library-banner-top-right a:hover {
  text-decoration: underline;
}

.library-banner-bottom {
  background-color: #fff;
  display: table;
  width: 100%;
}


.library-banner-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  display: table-row;
}

.library-banner-nav li {
  text-align: center;
  border-bottom: none;
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: top;
  position: relative;
}

.library-banner-nav li:not(:first-child):before {
	background-color: #ffffff;
	width: 2px;
	height: 24px;
	content: ' ';
	position: absolute;
	left: -1px;
	top: 13px;
}

.library-banner-nav li a {
  border-bottom: 2px solid rgba(255,255,255,1);
  color: rgba(60,60,67,1);
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  padding: 0;
  height: 50px;
  position: relative;
  font-weight: normal;
}

.library-banner-nav li a:hover {
  font-weight: bold;
  color: rgba(0,62,106,1);
  border-bottom: 2px solid rgba(0,62,106,1);
}

.library-banner-nav li a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

/* END LIBRARY BANNER 2018 */

	

div.left {
FLOAT: left; 
WIDTH: 300px; 
height: 325px;
background: #e9e9e9; 
border:1px solid #002f56; 
padding:1em;
line-height:normal;
}

div.right {
FLOAT: left; 
WIDTH: 300px; 
height: 325px;
padding:1em;
background: #f5f5f5; 
border:1px solid #002f56; 
line-height:normal;
}

.lib_boxhighlight {
background:#e9e9e9;
width:auto;
margin:10px 15px;
padding:10px;
border-color: #002f56;
border-style: solid;
border-radius: 10px;
}


table.librarycard {border: 2px solid black;
padding: 10px;
   }

      
.librarycard-button {
    background-color: #286090; 
    border: 2px solid #286070;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
	border-radius: 4px;
}

.librarycard-button:hover {
    background-color: #ffffff; 
    color: #286070;
}

a.librarycard-button {color: white;}
a.librarycard-button:visited {color: white;}
a.librarycard-button:hover {color: #286070;}