html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:  14px;
	background-color: #002461;
}
h1 {
	display: block;
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h2 {
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h3 {
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h4 {
	display: block;
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h5 {
	display: block;
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h6 {
	display: block;
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
.container {
	background-color: #FFF;
	width: 100%;
	height:auto;
	margin: auto;
	padding: 5px;
}

img {
    border: 0;	
	max-width: 100%;
    height: auto;
}

img .left {
    margin: 0 10px;
	float: left;	
}

.row {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 Android 4.2.2 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) Android 4.2.2 */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.column {
}
._20 {
	width: 100%;
}
._25 {
	width: 100%;
}
._55 {
	width: 100%;
}
._75 {
	width: 100%;
}
._80 {
	width: 100%;
}
.flex-container {
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 Android 4.2.2 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) Android 4.2.2 */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.header {
 
 width: 100%;
	height: auto;
	text-align: center;
	margin: 10;
}
.logo {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px;
}
.header-desktop {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px;
}
.altpages {  /* container for links above header */
	position: absolute;
	right: 6px;
	top:  -1px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px;
}
.altpages ul {
	list-style-type:none;
	padding:0;
	margin-top:0;
	font-size: .8em;
}
.altpages li {
	float:right;
	line-height:1.5em;
	padding: 2px;
	margin: 5px;
	width: inherit;
	overflow: auto;
}
.altpages a:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.altpages a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.altpages a:hover {
	text-decoration: none;
	color: black;
	background-color: yellow;
	font-weight: bold;
}
.altpages a:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.crumbs {
}
.crumbs ul {
	list-style-type:none;
	padding:0;
	margin-top:1em;
}
.crumbs li {
	float:left;
	line-height:1.5em;
	border-radius: 8px;
	background: #b4dbc0; /* Green with rounded corners */
	padding: 0px;
	margin-bottom: 0px;
	width: inherit;
	overflow: auto;
	line-height:2em;
	font-size: .75em;
}
.btn-group .button {  /* buttons above nav bar for nav bar overflow */
	background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);  /* match menu blue */
	border-radius: 12px;
	border: none;
	color: white;
	padding: 7px;
	margin: 3px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	font-size: 1em;
	cursor: pointer;
	float: right;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.btn-group .button:hover {  /* buttons above nav bar for nav bar overflow */
	/*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.banner {  /* container for LibraryAware banner widger */
	height: auto;
	width: auto;
	padding: 5px;
	margin-top: .25em;
	margin-bottom: .25em;
}
.banner-large { /* remove */
	height: auto;
	width: auto;
	padding: 5px;
	margin-top: .25em;
	margin-bottom: .25em;
}
.bookcovers { /* container for LibraryAware themed book covers widget */
	height: auto;
	width: auto;
	padding: 5px;
}
.bookcovers-large { /* container for LibraryAware themed book covers widget */
	height: auto;
	width: auto;
	padding: 5px;
}
.box1 {
	border-radius: 8px;
	background: #b4dbc0; /* Green with rounded corners */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .25em;
	margin-right: .25em;
}
.box2 {
	border-radius: 8px;
	background: #eac67a;  /* Yellow with rounded corners */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .25em;
	margin-right: .25em;
}
.box3 {
	border-radius: 8px;
	background: #3092c0;  /* Blue with rounded corners*/
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .25em;
	margin-right: .25em;
}
.box4 {
	border-radius: 4px;
	background: #F5F5F5;  /* Whitesmoke with rounded corners and box shadow*/
	box-shadow: 1px 1px 1px #888888;
	padding: 5px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .1em;
	margin-right: .25em;
}
.boxCenter {
	background: #FFF;  /* White with squared corners and box shadow*/
	box-shadow: 5px 10px 10px #888888;
	padding: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: 1em;
}
.box6 {
	background: #FFF;  /* White with squared corners */
	padding: 0px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: 1em;
	
}
.boxSide {
	background: #FFF;  /* White with squared green border */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	border: 1px solid #76b900;
	margin-bottom: 1em;
}

.boxRed {
	background: #FF0000; /* Red with squared corners */
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	overflow: auto;
	margin-bottom: .25em;
	margin-top: .25em;
	color: white;
	
}

.boxRed a:link {
    color:white;
}

.boxRed a:visited {
    color:white;
}

.footer {
	height: auto;
	width: 100%;
	justify-content: center;
}
.footer-desktop {
	height: auto;
	width: 100%;
	justify-content: center;
}
 .clearfix::after {
 content: "";
 clear: both;
 display: table;
}
.ql-rollover{
	display: block;
    width: 160px;
    height: 32px;
    background: url(/images/quicklaunch1.png) no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ql-rollover:hover {
    background: url(/images/quicklaunch2.png)
}	


 @media (max-width: 1023px) { /*breakpoint*/
 .header-desktop, .footer-desktop, .banner-large, .bookcover-large {
 display: none;
}
}
 @media (max-width: 1280px) and (min-width: 1024px) {
 .banner, .bookcover {
 display: none;
}


 .column {
align-items: stretch;
}
 ._125 {
 flex: 1.25;
 padding: 5px;
}
 ._20 {
 flex: 2.0;
 padding: 5px;
 order: 3;
}
 ._333 {
 flex: 3.33;
 padding: 5px;
}
 ._25 {
 flex: 2.5;
 padding: 5px;
 order: 1;
}
 ._50 {
 flex: 5;
 padding: 5px;
}
 ._55 {
 flex: 5.5;
 padding: 10px;
 margin-left: 10px;
 margin-right: 10px;
 order: 2;
}
 ._55-flex {
 flex: 5.5;
 padding: 10px;
 order: 2;
}
._75 {
 flex: 7.5;
 padding: 5px;
 order: 2;
} 	
 ._80 {
 flex: 8.0;
 padding: 5px;
 order: 2;
} 
 .boxCenter {
 margin-right: 1em;
}
 .altpages {
 right: 250px;
}
}
@media (min-width: 1281px) {
 .banner, .bookcover {
 display: none;
}
 .container {
 width: 75%;
}
 .column {
align-items: stretch;
}
 ._125 {
 flex: 1.25;
 padding: 5px;
}
 ._20 {
 flex: 2.0;
 padding: 5px;
 order: 3;
}
 ._333 {
 flex: 3.33;
 padding: 5px;
}
 ._25 {
 flex: 2.5;
 padding: 5px;
 order: 1;
}
 ._50 {
 flex: 5;
 padding: 5px;
}
 ._55 {
 flex: 5.5;
 padding: 10px;
 margin-left: 10px;
 margin-right: 10px;
 order: 2;
}
 ._55-flex {
 flex: 5.5;
 padding: 10px;
 order: 2;
}
._75 {
 flex: 7.5;
 padding: 5px;
 order: 2;
} 	
 ._80 {
 flex: 8.0;
 padding: 5px;
 order: 2;
} 
	.boxCenter {
 margin-right: 1em;
}
 .altpages {
 right: 250px;
}
}
