@charset "utf-8";

@font-face {
 font-family: 'Libre Franklin';
 font-style: normal;
 font-weight: 400;
 src: local('Libre Franklin'), local('LibreFranklin-Regular'),
      url(/tech/fonts/librefranklin/librefranklin-regular.woff) format('woff'),
 	  url(/tech/fonts/librefranklin/librefranklin-regular.ttf) format('truetype');
}
@font-face {
 font-family: 'Libre Franklin';
 font-style: normal;
 font-weight: 700;
 src: local('Libre Franklin Bold'), local('LibreFranklin-Bold'),
      url(/tech/fonts/librefranklin/librefranklin-bold.woff) format('woff'),
 	  url(/tech/fonts/librefranklin/librefranklin-bold.ttf) format('truetype');
}
@font-face {
 font-family: 'Libre Franklin';
 font-style: italic;
 font-weight: 400;
 src: local('Libre Franklin Italic'), local('LibreFranklin-Italic'),
      url(/tech/fonts/librefranklin/librefranklin-italic.woff) format('woff'),
 	  url(/tech/fonts/librefranklin/librefranklin-italic.ttf) format('truetype');
}
@font-face {
 font-family: 'Libre Franklin';
 font-style: italic;
 font-weight: 700;
 src: local('Libre Franklin Bold Italic'), local('LibreFranklin-BoldItalic'),
      url(/tech/fonts/librefranklin/librefranklin-bolditalic.woff) format('woff'),
 	  url(/tech/fonts/librefranklin/librefranklin-bolditalic.ttf) format('truetype');
}

/*Font icons - from Fontello*/
@font-face {
  font-family: 'hcplc_icons';
  src: url('/tech/fontello/font/hcplc_icons.eot');
  src: url('/tech/fontello/font/hcplc_icons.eot?#iefix') format('embedded-opentype'),
       /* url('/tech/fontello/font/hcplc_icons.woff2') format('woff2'), */
       url('/tech/fontello/font/hcplc_icons.woff?v=1') format('woff'),
       url('/tech/fontello/font/hcplc_icons.ttf?v=1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* HCPLC.org Styles */
/* ----- reset styles begin ------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {display:block;}
body { 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:''; content:none;}
table {border-collapse:collapse; border-spacing:0;}
[type="text"], [type="submit"], [type="button"], [type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
input {font-size: 100%;}
/* ----- reset styles end ------ */

/*Font icons - from Fontello*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "hcplc_icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ok:before {content: '\e809';}
.icon-android:before {content: '\f17b';}
.icon-apple:before {content: '\f179';}
.icon-attention:before {content: '\e817';}
.icon-calendar:before {content: '\e81b';}
.icon-cancel-circled:before {content: '\e80a';}
.icon-cog:before {content: '\e819';}
.icon-ellipsis:before {content: '\f141';}
.icon-ellipsis-vert:before {content: '\f142';}
.icon-help-circled:before {content: '\e80d';}
.icon-home:before {content: '\e80e';}
.icon-info-circled:before {content: '\e80c';}
.icon-keyboard:before {content: '\f11c';}
.icon-location:before {content: '\e816';}
.icon-mail:before {content: '\e802';}
.icon-menu:before {content: '\f0c9';}
.icon-phone:before {content: '\e81a';}
.icon-plus-circled:before {content: '\e837';}
.icon-search:before {content: '\e801';}
.icon-th:before {content: '\e806';} /* app menu */
.icon-thumbs-up:before {content: '\e845';}
/* directional icons */
.icon-right-open:before {content: '\e83b';}
.icon-left-open:before {content: '\e83c';}
.icon-down-open:before {content: '\e83d';}
.icon-up-open:before {content: '\e820';}
.icon-left-circled:before {content: '\f0a8';}
.icon-right-circled:before {content: '\f0a9';}
.icon-up-circled:before {content: '\f0aa';}
.icon-down-circled:before {content: '\f0ab';}
.icon-angle-circled-left:before {content: '\f137';}
.icon-angle-circled-right:before {content: '\f138';}
.icon-angle-circled-up:before {content: '\f139';}
.icon-angle-circled-down:before {content: '\f13a';}
/* social media icons */
.icon-facebook-squared:before {content: '\f308';}
.icon-flickr-1:before {content: '\f16e';}
.icon-foursquare:before {content: '\f180';}
.icon-instagram:before {content: '\f16d';}
.icon-linkedin-squared:before {content: '\f30c';}
.icon-pinterest-squared:before {content: '\f0d3';}
.icon-twitter:before {content: '\f099';}
.icon-youtube-play:before {content: '\f16a';}

*, *:before, *:after {
	box-sizing: border-box;
}
body {
	line-height: 1.25em;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
a {
	text-decoration: underline;
	color: #185370;
	cursor: pointer;
}
a:hover {
	color: #187061;
}
a img {
	-webkit-transition: -webkit-opacity .25s;
	transition: opacity .25s;
}
a:hover img {
	-webkit-opacity: .75;
	opacity: .75;
}
address {
	font-style: normal;
}
caption {
	caption-side: bottom;
	margin-top: .5em;
}
figure {
	text-align: center;
}
figure figcaption {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: .75em 0;
	clear: both;
	line-height: 1.125em;
	color: #222;
}
h1 {
	font-size:160%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:110%;
}
h5 {
	font-size:100%;
}
img {
	-webkit-backface-visibility: hidden; /*fixes movement on hover in Chrome*/
	backface-visibility: hidden;
	max-width: 100%;
	border: none;
	padding: 0;
}
input,
select,
textarea {
	font-family: inherit;
}
li {
	padding: .25em 0;
	-webkit-break-inside: avoid;
	break-inside: avoid;
}
ol {
	list-style-type: decimal;
	margin: 0 0 .5em 2em;
}
p {
	margin-bottom: 1em;
	line-height: 1.375em;
}
p + ul {
	margin-top: -.5em;
}
table td, table th {
	padding: .5em .75em;
}
table caption {
	font-size: 92%;
	font-style: italic;
}
ul {
	list-style: none;
	margin-left: .5em;
}

/*HCPLC grid system*/
.row {
	clear: both;
}
.row:before, .row:after {/*---Clearfix---*/
	content: "";
    display: table;
	clear: both;
}
.column-span1 {
	width: 8.33333333%;
}
.column-span2 {
	width: 16.66666666%;
}
.column-span3 {
	width: 25%;
}
.column-span4 {
	width: 33.33333333%;
}
.column-span5 {
	width: 41.66666666%;
}
.column-span6 {
	width: 50%;
}
.column-span7 {
	width: 58.33333333%;
}
.column-span8 {
	width: 66.66666666%;
}
.column-span9 {
	width: 75%;
}
.column-span10 {
	width: 83.33333333%;
}
.column-span12 {
	width: 100%;
}
.column-halfspan {/*stays width:50% until screen-width 33em */
	width: 50%;
} 
.column-span2,.column-span3,.column-span4,
.column-span5,.column-span6,.column-span7,
.column-span8,.column-span9,.column-span10,
.column-span12, .column-halfspan {
	float: left;
	padding: .5em 1em;
	overflow: hidden;
}
.cspan-left {
	padding-right: 2em;
}
.cspan-right {
	padding-left: 2em;
}

#container {
	position: relative;
	margin: 0;
}
.wrapper {
	max-width: 82em;
	margin: 0 auto;
	overflow: hidden;
}

.main,
#main {
	overflow: hidden;
	clear: both;
	min-height: 36em;
	max-width: 82em;
	margin: 0 auto;
	padding-bottom: 2em;
}
.main--fullwidth,
#main.main--fullwidth {
	max-width: none;
}
#back-to-top {
	display: none;
	position: fixed;
	z-index: 5;
	bottom: .5em;
	right: 1em;
	text-decoration: none;
}
/*for pop-up overlays*/
#overlay,
.overlay {
	display: flex;
	position: fixed;
	z-index: 100;
	-webkit-display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #242424; /*fallback*/
  	background: rgba(51, 51, 51, 0.88);
	display: none;
}
.noscroll { /*apply to body when overlay visible*/
	margin-right: 17px;
	overflow: hidden;
}
.overlay-close {
	position: fixed;
    top: 12px;
	right: 12px;
	z-index: 105;
    color: #ffffff;
	font-size: 36px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.overlay-close:hover {
	color: #fbcc0a
}
.lightbox {
    position: relative;
    margin: 0 auto;
	max-width: 100%;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #ffffff;
	margin: 56px 24px;
}
#back-to-top svg {
	width: 3.5em;
	height: 3.5em;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,1));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,1));
}
#back-to-top svg #btt_button {
	fill: #185370;
}
#back-to-top svg #btt_chevron {
	fill: #f5f7f7;
}
#back-to-top:hover svg {
	-webkit-filter: drop-shadow(0 2px 4px rgba(0,0,0,.9));
	filter: drop-shadow(0 2px 4px rgba(0,0,0,.9));
}
#back-to-top:hover svg #btt_button {
	fill: #0f3446;
}
/*---Loading graphic---*/
.hcplc_loading {
	display: block;
	width: 6em;
	height: 6em;
	-webkit-opacity: .88;
	opacity: .88;
	margin: 2em auto;
}

/*--general use---*/
#hptfspm,
.hptfspm {
	display: none;
}
.app-faq-link {
	margin-top: .325em;
	font-style: italic;
}
.app-store-links a {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	padding: .25em;
	text-decoration: none;
	color: #ffffff;
	background-color: #717171;
	margin-left: .5em;
}
.app-store-links a:first-child {
	margin-left: 0;
}
.app-store-links .app-mobile-site {
	width: 4em;
	line-height: 1em;
}
.big-text {
	font-size: 120%;
}
.billboard {
	text-align: center;
	margin: 1em 0;
}
.billboard a {
	display: block;
	width: 31.25em;
	max-width: 100%;
	margin: 0 auto;
	color: #222;
	text-decoration: none;
}
.billboard p {
	margin-bottom: 0;
	padding-top: .5em;
	font-weight: 400;
}
.billboard img {
	display: block;
	margin: 0 auto;
}
.billboard a:hover p {
	color: #185370;
}
.blocksection {
	padding: .5em 1em;
	margin-bottom: 1em;
}
.blocksection:nth-child(odd) {
	background-color: #e9edee;
}
.cardstyle {/*appearance of .mcard*/
	background-color: #f5f7f7;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25),0 1px 5px 0 rgba(0,0,0,0.25),0 3px 1px -2px rgba(0,0,0,0.325);
}
.centered {text-align: center;}
.columns2 {
	-moz-columns: 20em 2;
	-webkit-columns: 20em 2;
	columns: 20em 2;
}
.columns3 {
	-moz-columns: 16em 3;
	-webkit-columns: 16em 3;
	columns: 16em 3;
}
.columns4 {
	-moz-columns: 10em 4;
	-webkit-columns: 10em 4;
	columns: 10em 4;
}
.emphasized {
	background-color: #c7bdbd;	
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-left--img {
	margin: 0 1.5em 1em 0;
}
.float-right--img {
	 margin: 0 0 1em 1.5em;
}
.float-logo {
	float: right;
}
.float-logo2 {
	float: left;
	margin: 0 1em;
}
.gallery1 figure {
	position: relative;
	float: left;
	width: 14em;
	margin: 0 2em 1em 0;
	text-align: center;
}
.gallery1 figure .inset-heading {
	position: absolute;
	bottom: .75em;
	left: .5em;
	padding: .175em .5em;
	color: #ffffff;
	background-color: #484848;
	font-size: 90%;
	text-transform: uppercase;
}
.gallery1 figcaption a {
	text-decoration: none;
}
.gallery1 figcaption a:hover {
	text-decoration: underline
}
.glyph-text,
.hidden-text {/*font icon & accessibility fallback*/
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
	clip: rect(0 0 0 0);
}
.h-card {
	line-height: 1.25em;
	font-size: 106.25%;
}
.hero-div {
	position: relative;
}
.hero-div__title {
	position: absolute;
    color: #ffffff;
    font-size: 48px;
    margin: 8px;
    top: 0;
    left: 0;
	background-color: rgba(0,0,0,.8);
	text-shadow: 1px 1px 3px #000000;
    padding: .125em .325em;
}
.hero-div__bckimg {
	display: block;
	width: 100%;
}
.hide-noscript {
	display: none;
}
.icon-standalone:before { /*font icons not preceding text*/
	margin: 0 !important;
}
.linkgallery {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}
.linkgallery figure {
	position: relative;
	float: left;
	margin: 0 2em 2em 0;
	text-align: center;
}
.linkgallery--3per figure {
	margin: 0 0 2em 0;
	padding: 0 .75em;
	width: 33.33333%;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 240px;
}
.linkgallery a {
	text-decoration: none;
}
.linkgallery a:hover {
	text-decoration: underline
}
.nobreak {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.no-crowd {
	margin-bottom: 2em;
}
.med-heading {
	background-color: #185370;
	background-color: #484848;
	color: #ffffff;
	padding: .5em;
	font-weight: 400;
}
.mobile-only {
	display: none;	
}
.note {
	font-size: 90%;
	font-style: italic;
}
.note2 {
	font-size: 80%;
	font-style: italic;
	color: #484848;
}
.offset-box {
	margin-bottom: 2em;
	padding: 1em;
	background-color: #e9edee;
}
.offset-box h2,
.offset-box h3,
.offset-box h4 {
	margin-top: 0;
}
.offset-box p:last-child, 
.offset-box ul:last-child {
	margin-bottom: 0;
}
.red-text {
	color: #b30000;
}
.shaded {
	background-color: #e9edee;
}
.shaded-light {
	background-color: #f5f7f7;
}
.special {
	background-color: #fcda4d;
	padding: .25em 1em;
	margin-bottom: 1em;
}
.strikethrough {
	text-decoration: line-through;
}
.title {
	font-style: italic;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--buttons--*/
.button1,
.button2 {
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25),0 1px 5px 0 rgba(0,0,0,0.25),0 3px 1px -2px rgba(0,0,0,0.325);
	transition: background-color 0.125s ease, box-shadow .125s ease;
}
.button1 {
	display: inline-block;
	margin: .5em 1em .5em 0;
	padding: .5em .75em;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #457424;
}
.button1.float-right {
	margin-right: 0;
	margin-left: 1em;
}
.button2 {
	font-size: 120%;
	margin: 2em 0 1em 0;
	line-height: 2em;
	padding: .75em 1.25em;
	background-color: #187061;
	text-align: center;
}
.button1:hover,
.button2:hover {
	text-decoration: none;
	color: #ffffff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25),0 1px 7px 0 rgba(0,0,0,0.25),0 3px 1px -2px rgba(0,0,0,0.325);
}
.button1:hover {
	background-color: #32541a;
}
.button2:hover {
	background-color: #0f463d;
}

/*--Cards--*/
.card {
	float: left;
	margin: 0 1% 1em 1%;
	transition: all .25s linear;
}
.card a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.card .card-image {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	filter: contrast(85%);
	transition: filter .25s;
}
.card:hover .card-image {
	filter: contrast(100%);
}
.card .card-title {
	text-align: center;
	margin: 0;
	padding: .25em .5em;
	color: #ffffff;
	-webkit-transition: color .25s;
	transition: color .25s;
}
.card .card-title h3,
.card .card-title span {
	font-size: 112.5%;
	color: #ffffff;
	margin: 0;
	line-height: 1.25em;
	font-weight: 400;
	vertical-align: middle;
}
.card .card-title p {
	font-size: 95%;
}
.card:hover .card-title h3,
.card:hover .card-title span {
	color: #fbcc0a;
}
.card .card-text {
	background-color: #ffffff;
	padding: 1em;
}
.vertical-card {
	width: 31.3333333%;
}
.vertical-card .card-image {
	height: 12em;
}
.vertical-card .card-title {
	display: table;
	height: 5em;
	width: 100%;
}
.vertical-card .card-title h3,
.vertical-card .card-title span {
	display: table-cell;
}
.horizontal-card {
	width: 48%;
	margin-bottom: 1.5em;
}
.horizontal-card a {
	display: table;
}
.horizontal-card a > div {
	height: 12em;
	display: table-cell;
	vertical-align: middle;
}
.horizontal-card .card-image {
	width: 60%;
}
.horizontal-card .card-title {
	width: 40%;
}
.horizontal-card.single-card {
	margin: 1em 26%;
}
.small-card-container {
	display: -webkit-flex; display: flex;
	-webkit-flex-flow: row wrap; flex-flow: row wrap;
   -webkit-justify-content: flex-start; justify-content: flex-start;
}
.small-card {
	display: inline-block;
	position: relative; /*for .card-text positioning*/
	width: 31.333333%;
	text-align:center;
}
.small-card.sc-2per,
.small-card.sc-halfpage {
	width: 48%;
}
.small-card.sc-4per {
	width: 23%;
}
.small-card.sc-6per {
	width: 14.66666666%;
	min-width: 8em;
}
.small-card a {
	color: #185370;
	text-decoration: none;
}
.small-card a h5 {
	font-weight: 400;
}
.small-card .card-image {
	width: 8em;
	height: 8em;
	margin: 0 auto;
}
.small-card img {
	width: 100%;
	height: 100%;
}
.small-card .card-title {
	padding: .5em;
}
.small-card .card-title input[type="text"] {
	border: 2px solid #cccccc;
}
.small-card .card-text {
	font-size: 95%;
}
.small-card.sc-noback a {
	margin: 0 auto;
	padding-top: .75em;
}
.small-card.sc-noback .card-image {
	background-size: contain;
	filter: contrast(100%);/*disinherit from .card .card-image*/
}
.small-card.sc-noback h3,
.small-card.sc-noback span {
	color: #242424;
}
.small-card.sc-noback .card-title {
	color: #242424;
	padding: 1em 1em .5em 1em;
}
.small-card.sc-noback:hover .card-title h3,
.small-card.sc-noback:hover .card-title span {
	color: #000000;
}
.small-card .card-image.database-logo {
    width: 200px;
    height: 85px;
    max-width: 92%;
}
.small-vertical-card {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 25%;
	margin: 0 0 2em 0;
}
.column-span6 .small-vertical-card {
	width: 50%;
}
.small-vertical-card a {
	-ms-flex: 1 1 13.5em;
	-webkit-flex: 1 1 13.5em;
	flex: 1 1 13.5em;
	display: block; /*fallback*/
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 92.5%;
	min-width: 12.25em;
	margin: 0 auto;
}
.small-vertical-card .card-image {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 10em;
}
.small-vertical-card .card-title {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
    justify-content: center;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
	padding: .25em .5em;
}
.small-vertical-card .card-title h3,
.small-vertical-card .card-title span {
	font-size: 112.5%;
}
.small-card.sc-textonly a {
	padding: .75em;
	color: #ffffff;
	font-size: 140%;
	text-align: left;
	line-height: 1.25em;
	min-height: 5.75em;
}
.small-card.sc-textonly:hover a {
	color: #fbcc0a;
}
.form-card {
	padding: 2em 1em;
}

/*--card colors--*/
.vertical-card,
.horizontal-card,
.small-card,
.small-vertical-card a {
	background-color: #185370;
}
.vertical-card:nth-of-type(5n-3),
.horizontal-card:nth-of-type(5n-3),
.small-card:nth-of-type(5n-3),
.small-vertical-card:nth-of-type(5n-3) a {
	background-color: #187061;
}
.vertical-card:nth-of-type(5n-2),
.horizontal-card:nth-of-type(5n-2),
.small-card:nth-of-type(5n-2),
.small-vertical-card:nth-of-type(5n-2) a {
	background-color: #484848;
}
.vertical-card:nth-of-type(5n-1),
.horizontal-card:nth-of-type(5n-1),
.small-card:nth-of-type(5n-1),
.small-vertical-card:nth-of-type(5n-1) a {
	background-color: #457424;
}
.vertical-card:nth-of-type(5n),
.horizontal-card:nth-of-type(5n),
.small-card:nth-of-type(5n),
.small-vertical-card:nth-of-type(5n) a {
	background-color: #664900;
}
.small-card.sc-noback:nth-of-type(n) {
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
}
.small-card.sc-noback:nth-of-type(n):hover {
	-webkit-opacity: 1; opacity: 1;
	background-color: #e9edee;
}

/*--mcards, new style--*/
.mcard-holder {
	clear: both;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 1em 0;
}
.mcard {
	box-sizing: border-box; /*Safari bug fix?*/
	overflow: hidden;
	z-index: 2;
	width: 49%; /*default*/
	margin: 0 0 1em 0;
	padding: 1em 1.25em;
	background-color: #f5f7f7;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25),0 1px 5px 0 rgba(0,0,0,0.25),0 3px 1px -2px rgba(0,0,0,0.325);
}
.mcard--1col {
	width: 100%;
	margin: 0 0 1.5em 0;
}
.mcard--4col {
	width: 23.5%;
}
.mcard > h2,
.mcard > h3,
.mcard > h4 {
	margin: 0 0 .75em 0;
}
.mcard--plain {
	background-color: transparent;
	box-shadow: none;
}
/*mcards for featured events*/
.feature1__img {
	display: block;
	float: left;
	margin: 0 1.5em .5em 0;
	max-width: 16.5em;
}
.feature1__img--right {
	float: right;
	margin: 0 0 .5em 1.5em;
}
.feature1__desc h2,
.feature1__desc h3,
.feature1__desc h4 {
	clear: none;
	margin-top: 0;
}
.feature1__desc .std-list {
	overflow: hidden;
	padding-left: 1em;
}
.feature2 {
	background-color: transparent;
	box-shadow: none;
}
.feature2__img {
	display: block;
	float: right;
	margin: 0 0 1em .5em;
}
.feature2__linkhead {
	display: inline-block;
	margin-bottom: .5em;
	font-weight: 700;
	text-decoration: underline;
	font-size: 112.5%;
	color: #123e54;
}
.feature2__linkhead:hover {
	text-decoration: underline;
}

/*---header---*/
header {
	width: 100%;
	position: static; /*for search toggle under 44em*/
	background-position: 50% 38%;
	background-size: cover;
	background-image: url(/images/header_background.jpg);
}
.logo {
	float: left;
	overflow: hidden;
	margin: 0;
	padding-left: .25em;
	width: 28%;
}
.logo-img {
	float: left;
	clear: left;
	max-width: 15em;
	overflow: hidden;
	margin: .5em 0 .25em 0;	
}
.logo-img img {/*must specify svg width for Firefox*/
	width: 15em;
}
.utilities {
	float: left;
	margin: 0 0 0 .25em;
}
.utilities a {
	font-weight: 400;
	margin-top: 0;
}
.utilities a:last-child {
	margin-right: 0;
}
nav {
	overflow: hidden;
	width: 72%;
}
.primary-nav {
	position: relative;
	float: right;
	width: 100%;
	font-size: 110%;
	max-width: 41em;
	margin: 0 0 .5em 0;
	padding: 0;
}
.primary-nav li {
	position: relative;
	float: left;
	width: 16.1666%;
	margin-right: .5%;
	height: 7.5em;
	padding: 0;
	text-align: left;
}
.primary-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2.5em .5em 0 .5em;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	background-color: #185370;
	-webkit-transition: background-color .75s;
	transition: background-color .75s;
}
.primary-nav li a:hover {
	background-color: #457424;
}
.primary-nav li a span {
    display: inline-block;
    font-size: 92%;
	letter-spacing: .0675em;
	-webkit-transform: scale(1,1.175);
	transform: scale(1,1.175);
}

/*search bar*/
.multisrch-container {
    width: 100%;
    margin: 0;
	padding: 0;
    background-color: #363946;
}
.showSrch {
    position: absolute;
    top: 2.75em;
    font-size: 150%;
    right: .25em;
    border: 0;
    padding: .5em;
    color: #f5f7f7;
    background-color: #373138;
    cursor: pointer;
    display: none;
}
.showSrch:focus,
.showSrch:active {
    outline: none;
    box-shadow: none;
}
.showMultisrch-label { /*old, delete in 2019*/
	position: absolute;
	top: 3em;
	right: .25em;
	padding: .5em;
	font-size: 150%;
	color: #f5f7f7;
	background-color: #373138;
	cursor: pointer;
	display: none;
}
#showMultisrch-toggle {/*old, delete in 2019*/
	display: none;
}
.srchtabs {	
	overflow: hidden;
	margin: 0 auto;
	font-size: 100%;
	max-width: 36em;
	padding-left: 1px;
}
.srchtabs li {
	float: left;
	font-size: 90%;
	margin-right: .25em;
	padding: .5em 1em;
	color: #222222;
	background-color: #e9edee;
	cursor: pointer;
}
.srchtabs li.active {
	background-color: #ffffff;
	border-bottom: none;
}
.multisrch-form-container {
	padding: .5em 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.multisrch-form-container form {
	display: none;
	position: relative;
}
.multisrch-form-container form.active {
	display: block;
}
.multisrch-form {
	display: none;
	position: relative;
	max-width: 36em;
	padding: 0;
	margin: -1px auto 0 auto;
}
.multisrch-form.active {
	display: block;
}
.srchinput {
	width: 100%;
	position: relative;
	margin-right: .5em;
	overflow: hidden;
}
.srchinput input[type="text"] {
	width: 100%;
	padding: .625em .5em;
	border: none;
	height: 2.25em;
	background-color: #ffffff;
	border-top: 1px solid #484848;
}
.srchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: .375em .75em;
	border-top: 1px solid #484848;
}
#catalogSearch input[type="text"]  {
	padding-left: 6.25em;
}
#catalogSearchType {
	position: absolute;
	font-size: 100%;
	top: 0;
	left: 0;
	height: 2.25em;
	width: 5.5em;
	padding-left: .25em;
	background-color: #ffffff;
    border: 1px solid #484848;
	border-bottom: none;
}
#catalogSearchType span {
	font-size: 80%;
	line-height: 2.75em;
	margin-left: .5em;
	cursor: default;
}
#catalogSearchType span:after {
	font-family: 'hcplc_icons';
	content: '\e83d';
	position: absolute;
    right: .5em;
	font-size: .75em;
	padding-left: .5em;
}
#catalogSearchOptions {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 100%;
	border: 1px solid #717171;
	background-color: #ffffff;
    margin: 0;
	cursor: default;
}
#catalogSearchOptions.cso-open {
	display: block;	
}
#catalogSearchOptions li {
	font-size: 90%;
	padding: .5em 1.125em .5em .75em;
}

/*---crumbs---*/
.crumbstext {
	font-size: 93.75%;
	color: #000;
	margin: 1.25em;
	padding: 0;
}
.crumbstext a {
	position: relative;
	display:inline-block;
	vertical-align: middle;
	color: #ffffff;
	background-color: #185370;
	height: 2em;
	line-height: 2em;
	margin: .5em 1.5em .5em 0;
	padding: 0 .75em 0 1em;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.crumbstext a:hover {
	background-color: #123e54;
}
.crumbstext a:after {/*makes triangle*/
	left: 100%;
	top: 0;
	border: 1em solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #185370;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.crumbstext a:hover:after {
	border-left-color: #123e54;
}
.page-title {
    display: inline-block;
	vertical-align: middle;
	margin: 0;
    font-size: 150%;
    font-weight: 700;
    -webkit-transform: scale(1,1.33333333);
    transform: scale(1,1.33333333);
}

/*---Footer--*/
footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	line-height: 1.5em;
	background-color: #f5f7f7;
	border-top: 2px solid #363636;
}
footer .column-span4 {
	font-size: 93.75%;
	padding-top: 0;
}
footer .icon-font,
footer .icon-standalone {
	color: #484848;
	font-size: 32px;
	margin-right: 10px;
}
footer .icon-font:before {
	font-size: 32px;/*fixes IE11 bug*/
	margin-right: 8px;
}
footer .icon-font:last-child:before {
	margin-right: 0 !important;
}

footer .logos {
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0; 
}
.vcard p {
    margin-bottom: .5em;
}
.vcard p:last-child {
    margin-bottom: 1.5em;
}
.vcard .tel {
	line-height: 1.75em;
	margin-right: 1em;
}
.contact__links a {
    padding: 0 .525em;
    border-right: 1px solid #666;
    white-space: nowrap;
}
.contact__links a:first-child {
	padding-left: 0;
}
.contact__links a:last-child {
	border-right: none;
}
.connect {
	margin-bottom: 0;
}
.connect a,
.connect a:hover {text-decoration:none !important;} 
.connect a:hover:before {color: #32541a;}
.connect [class^="icon-"]:before {font-size: 100%;}
/*required colors*/
.connect .icon-facebook-squared:before {color: #3b5998;}
.connect .icon-flickr-1:before {color: #242424;}
.connect .icon-instagram:before {color: #242424;}
.connect .icon-linkedin-squared:before {color: #0077b5;}
.connect .icon-mail:before {color: #242424;}
.connect .icon-pinterest-squared:before {color: #bd081c;}
.connect .icon-twitter:before {color: #1da1f2;}
.connect .icon-youtube-play:before {color: #cd201f; margin-right: 0;}
#google_translate_element img {max-width: 10%;}
.copyright {
	width: 100%;
	color: #ffffff;
	background-color: #363636;
	margin-top: 1em;
	padding:.25em .5em;
}
.copyright__legal {
    float: left;
    line-height: 1.5em;
}
.copyright__links {
	font-size: 93.75%;
	float: right;
}
.copyright__links a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 .625em 0 .55em;
	border-right: 1px solid #f5f7f7;
}
.copyright__links a:hover {
	color: #fbcc0a;
}
.copyright__links a:last-child {
	border: none;
	padding-right: 0;
}

/*---Forms---*/
.form2 {
	padding: 0;
}

.form2__section {
	overflow: hidden;
	padding: .5em 1em;
}
.form2 .form-item {
	clear: both;
	margin-bottom: 1.5em;
}
.form2 .span-group {
	white-space: nowrap;
}
.form2 label {
	margin-bottom: .5em;
	margin-right: .75em;
}
.form2 legend {
	margin-bottom: .5em;
}
.form2 .req-field:after {
	content: '\002A';
	margin-left: .25em;
	color: #b30000;
}
.form2 input[type="text"],
.form2 input[type="password"],
.form2 textarea {
	display: block;
	width: 65%;
	margin-top: .325em;
	margin-bottom: .5em;
	padding: .25em;
	border: 1px solid #717171;
	font-size: 100%;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	height: 2em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.form2 input[type="file"] {
	display: block;
	width: 65%;
	margin-top: .325em;
	margin-bottom: .5em;
}
.form2 textarea {
	height: 4.5em;
}
.form2 input[type="text"]:focus,
.form2 input[type="password"]:focus,
.form2 textarea:focus {
    border-color: #bbb;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(0,0,0,.25);
}
.form2 input[type="text"].inline-input {
	display: inline;
	margin-right: .5em;
}
.form2 .shorter-field {
	max-width: 20em;
}
.form2 input[type="radio"] {
	width: 1.25em;
	height: 1.25em;
	vertical-align: bottom;
}
.form2 select {
	font-size: 1em;
	padding: .25em;
}
.form2 input[type="checkbox"] {
	width: 1.25em;
	height: 1.25em;
	margin: 0;
	vertical-align: middle;
}
.form2 input[type="checkbox"] + label {
	padding-left: .5em;
}
.form2__checklist--short {
    -webkit-columns: 2 22em;
    columns: 2 22em;
    max-width: 54em;
}
.form2__checklist--long {
    margin-left: 0
}
.form2__checklist--long input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin-right: -2em;
}
.form2__checklist--long label {
    display: inline-block;
    margin-left: 2.25em;
}
.form2 input[type="text"].condition-check {
	float: left;
	width: 3.5em;
	margin-top: 0;
}
.form2 input[type="text"].condition-check + label {
	overflow: hidden;
	display: block;
	padding: .125em 1em;
}
/*pop-up forms*//*obsolete?*/
.lightbox-form {
	display: none;
	position: fixed;
    z-index: 101;
	top: 100px;
    left: 50%;
    width: 80%;
	/*max-width: 40em;*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    padding: 1em;
    background-color: #ffffff;
    border: 2px solid #444444;
}
.lightbox-closebtn {
	float: right;
	font-weight: 700;
	padding: .5em .75em;
	margin-bottom: 1em;
	border: none;
	background-color: #ccc;
}
.lightbox-closebtn:hover {
	color: #fff;
	background-color: #484848;
}

/*---Lists---*/
.std-list {
	list-style: outside disc;
	margin-bottom: 1em;
	margin-left: .75em;
}
.std-list li {
	margin-left: .625em;
	padding: .325em 0;
}
.std-sublist {
	list-style: outside circle;
    margin-bottom: -.25em;
    margin-top: .25em;
}
.std-ol {
	list-style-type: decimal;
	padding-left: .5em;
}
.link-list,
.link-list-plain {
	list-style: none;
}
.link-list {
	margin: 0;
	font-weight: bold;
}
.link-list li,
.link-list-plain li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding: 0 0 .75em 0;
}
.link-list li:last-child,
.link-list-plain li:last-child {
	padding-bottom: 0;
}
.link-list a,
.link-list-plain a {
	display: block;
	text-decoration: none;
}
.link-list a {
	width: 100%;
	height: 100%;
	padding: 1em;
	background-color: #e9edee;
	border-top: 1px solid #ffffff; /*column bug fix*/
	border-top: 1px solid transparent; /*column bug fix*/
	-webkit-transition: background-color .25s linear;
	transition: background-color .25s linear;
}
.link-list a:hover {
	background-color: #ccd5d8;
}
.link-list-plain a {
	padding: .5em;
}
.faq-list {
	line-height: 1.25em;
}
.faq-list dt {
	font-weight: 700;
	font-style: italic;
	margin-bottom: .5em;
}
.faq-list dd {
	margin-bottom: 1.5em;
}
.faq-list li {
	padding: .25em 0;
}

/*--Tables--*/
/*std-table and std-table2 are same on desktop but different in mobile*/
.std-table,
.std-table2 {
	margin: 1em 0;
	border: 1px solid #ddd;
}
.std-table td,
.std-table th,
.std-table2 td,
.std-table2 th {
	padding: .5em .75em;
	text-align: left;
}
.std-table tr:nth-child(even),
.std-table th,
.std-table2 tr:nth-child(even),
.std-table2 th {
	background-color: #f5f7f7;
}
.std-table td.mobile-cell {
	display:none;
	text-align: left;
	background-color: #ffffff;
}
.std-table tr tr:nth-child(even) {
	background-color: inherit;
}
.std-table p,
.std-table .std-list {
	margin-bottom: 0;
}
.simple-table {
	margin: .75em 0;
}
.simple-table th {
	text-align: left;
}
.simple-table td {
	padding: .325em .5em .325em 0;
}

/*--Charts--*/
.pseudotable,
.pt-filters {
	clear:both;
	margin-bottom: 2em;
	padding-top: 1em;
}
.pseudotable img {
	width: 100%;
}
.pseudotable .table-section {
	display: -webkit-flex; display: flex;
	-webkit-flex-direction: column; flex-direction: column;
	clear: both;
	padding: 1.25em 0;
} 
.pseudotable .section-head {
	width: 25%;/*default*/
	padding: .75em 1em;
	color: #ffffff;
	background-color: #185370;
	font-weight: 400;
	font-size: 100%;
    margin: 0;
}
.pseudotable .section-head a {
	color: #ffffff;
	text-decoration: none;
}
.pseudotable .section-head a:hover {
	color: #cccccc;
}
.pseudotable .section-head p.note {
	margin: .5em 0 0 0;
}
.pseudotable .section-head p.note a {
	text-decoration: underline;
}
.pseudotable .table-section {
	-webkit-flex-direction: row; flex-direction: row;
}
.pseudotable .table-body {
	display: table;
	width: 75%; /*default*/
	margin-left: .5em;
	border-collapse: collapse;
	line-height: 1.25em;
}
.pseudotable .table-row {
	display: table-row;
	width: 100%;
	clear: both;
}
.pseudotable .table-row > div {
	display: table-cell;
	/* text-align: center; */
	vertical-align: middle;
	padding: .75em 1em;	
}
.pseudotable .pseudotable-head {
	font-weight: 700;
	padding: 0;
}
.pseudotable .pseudotable-head .section-head {
	background: none;
}
.pseudotable .pseudotable-head .table-row:nth-child(2n-1) {
	background: none;
}
.pt-filters {padding-top: 1em;}
.pt-filters select {
	font-size: 100%;
	padding: .25em;
}
.pt-filters .filter-div {
	float: left;
	margin: .5em 2em .5em 0;
}
.pseudotable .hidden {
	display: none !important;
} /*for filters*/

/*--Library Aware full page widgets--*/
#LAwidget-full-orig {
	display: none;
}
.LAwidget-head,
.LAwidget-body {
	padding: 0;
}
.LAwidget-head .title-heading {
	margin-bottom: .5em;
}
.LAwidget-bookrow {
	clear:both;
	overflow: hidden;
}
.LAwidget-bookrow--text {
	border: none;
	margin: 1em 0;
	padding: 0;
}
.LAwidget-bookrow--text h4 {
	font-size: 1.2em;
	margin-top: 2em;
}
.LAwidget-bookrow--text + .LAwidget-bookrow--book {
	margin-top: 0;
}
.LAwidget-bookrow--book {
	margin: 1.5em 0;
	padding: 1.5em 1em 1em 1em;
}
.LAwidget-bookcover {
	float:left;
	margin: 0 1.5em .5em 0;
	width: 10em;
	max-width: 33.333%;
}
.LAwidget-bookdescrip {
	font-size: 100%;
	line-height: 1.25em;
}
.LAwidget-loading {
	text-align: center;
}
.LAwidget-booktitle {
	font-weight: 700;
	font-size: 112.5%;
}
/* Bibliocommons widgets -- full width and single cover */
.BCcarousel-wrap {
    position: relative;
    overflow: hidden;
    padding: .5em 0;
    background-color: #f5f7f7;
	transition: all .125s linear;
}
.BCcarousel {
    text-align: center;
}
.BCcarousel--single {
    width: 9.5em;
    max-width: 92%;
    margin: 0 auto;
}
.BCcarousel > div > div {
	position: relative;
}
.BCcarousel > div > div::before {
	content: '';
	padding-top: 150%;
	height: 0;
	width: 100%;
	float: left;
}
.BCcarousel__coverimg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 8px;
}
.BCcarousel .hcplc_loading {
    width: 10em;
    height: 10em;
    margin: 2em auto;
}
.BCcarousel-linkmask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0,0,0,0);
}
.BCcarousel-linkmask:hover {
    background-color: rgba(0,0,0,.1);
}

/*---Events feeds from Evanced---*/
.eventsheader .button1 {
	float: right;
	margin: 0;
}
.eventList {
	clear: both;
	color: #484848;
}
.eventList .item {
	/*font-size: 93.75%;*/
    background-color: #f5f7f7;
    margin-bottom: 1em;
    padding: .5em .75em;
	border-radius: 2px;
	box-shadow:  0 2px 2px 0 rgba(0,0,0,0.25), 0 1px 5px 0 rgba(0,0,0,0.25), 0 3px 1px -2px rgba(0,0,0,0.325);
}
.eventList .item > div {
	margin-bottom: .325em;
}
.eventList a,
.eventList .title {
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
}
.eventList a:hover {
	text-decoration: underline;
}
.eventList .title {
	font-size: 1.1em;
}
.eventList .time {
	font-weight: bold;
	color: #484848;
}
.eventList .date {
	float: left;
	font-weight: 700;
	padding-right: 1em;
}
.eventList .branch,
.eventList .location {
	font-style: italic;
}
.eventList img {
	width: auto;
    height: auto;
    max-width: 360px;
    max-height: 180px;
    overflow: hidden;
	margin-top: .5em;
}
/*.eventList .description {font-size: 93.75%;}*/
.eventList .description img,
.eventList .description iframe {
	display: none;
}
.eventsinfo-brief .item {
	width: 100%;
	margin: .5em 0;
	padding: .75em;
	border: none;
	background-color: #f5f7f7;
}
.eventsinfo-brief .description,
.eventsinfo-brief .image,
.eventsinfo-brief .clearfix {
	display: none;
}

/*mcards for database pages*/
.dbfeature__link {
	text-decoration: none;
}
.dbfeature__link:hover {
	text-decoration: underline;
}
.dbfeature__title {
	margin-top: 0;
	color: #123e54;
	font-size: 120%;
    font-weight: 700;
    margin: 0 0 .75em 0;
}
.dbfeature__link:hover .dbfeature__title {
	color: #123e54;
}
.dbfeature__logo {
	display: block;
	float: left;
	margin: 0 1.25em .5em 0;
	background-color: #ffffff;
}
.dbfeature__logo--gale {
	background-color: transparent;
}
.dbfeature__desc {
	font-size: 108%;
	line-height: 1.175em;
	margin-bottom: .5em;
}
/*---Older dabatase features---*/
.dbblock {
	margin: 0 0 2em 0;
	overflow: hidden;
	max-width: 44em;
}
.dbblock a {
	text-decoration: none;
}
.dbblock__title {
	display: inline-block;
	color: #123e54;
	margin: 0 0 .5em 0;
	font-size: 120%;
	font-weight: 700;
}
.dbblock__title:hover {
	text-decoration: underline;
	color: #187061;
}
.dbblock__logo {
	float: right;
	margin: 0 0 .5em 1em;
	max-width: 50%;
}
.dbblock__desc {
	padding-top: .25em;
}
/*---older versions---*/
.media-img img {
	display: block;
}
.media {
	margin: 0 1em 1.5em 0;
	overflow: hidden;
	clear: both;		
}
.media-img {
	display:block;
	float:left;
	margin-right: 1.5em;
	margin-top: .75em;
}
.media-img img {
	display: block;
}
.media-img.img-buffered {
	margin: .5em 1.5em .5em .5em;
}
.media-description {
	overflow: hidden;
	padding-top: .5em;
}
.media-description h3 {
	margin-top: 0;
}
.media-description h3 a {
	text-decoration: none;
}

/*Filter/filterset, ala Events page*/
.select-filterset-container {
	overflow: hidden;
	/*margin-bottom: 2em;*/
	background-color: #e9edee;
}
.select-filterset-label,
.select-filter-label {
	padding: .75em;
	font-size: 112.5%;
	cursor: pointer;
}
.select-filterset-label {
	padding: 1em .5em 1em .75em;
	font-size: 120%;
	font-weight: 700;
	color: #ffffff;
	background-color: #185370;
}
.select-filterset-label:hover {
	color: #fbcc0a;	
}
.select-filter-label:hover {
	background-color: #cccccc;
}
.select-filter-container {
	padding-left: .25xem;
}
.select-filter {
	padding: 0 .5em .5em .5em;
}
.select-toggle {
	float: right;
	font-size: 120%;
	-webkit-transition: -webkit-transform .325s linear;
	transition: transform .325s linear;
}
.select-toggle-open {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select-filterset-label .select-toggle {
	font-weight: 400;
}
.select-filterset-label .select-toggle-open {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*.select-filterset,*/
.select-filter {
	display: none;
}
.filter-search-submit {
	padding: .375em .5em .375em .75em;
}
.select-filter input[type="text"],
.select-filter select {
	font-size: 1rem;
	height: 2.5em;
	padding: .5em;
	width: 80%;
}
.select-filterset-details {
	padding: .5em;
	margin-bottom: .5em;
}

/*---Page specific---*/

/*---Home page---*/
#notice-top {
	width: 100%;
	margin: 0;
	padding: 1em 1.5em;
	background-color: #fcda4d;
	text-align: center;
}
#notice-top h2 {
	margin-top: .25em;
}
#notice-top p:last-child {
	margin-bottom: 0;
}
#notice-top .exclamatory {
	font-weight: 700;
}
#notice-top .exclamatory-icon:before {
	content: '!';
	padding-right: .5em;
	color: #902408;
	font-weight: 700;
	font-size: 150%;
	vertical-align: middle;
}
#notice-top .exclamatory-list {
	margin-top: 0;
}
.homerow {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: row;
	flex-direction: row;
	padding: 0 1em;
	margin: 2em 0;
}
.homerow__widebox {
	width: 74.25%;
	margin-right: 3%;
	float: left; /*fallback*/
}
.homerow__narrowbox {
	width: 22.75%;
	float: left; /*fallback*/
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.homerow__fullbox {
	width: 100%;
}
.callout-home {
	flex: 1 1 auto;
	padding: 1em;
	color: #f5f7f7;
	background-color: #185370;
	margin-bottom: 2em;
	width: 100%;
}
.callout-home > div {
	font-size: 112.5%;
	margin-bottom: 1.25em;
}
.callout-home > div:last-child {
	margin-bottom: 0;
}
.callout-home a {
	color: #f5f7f7;
	margin: 0;
	font-weight: 700;
	line-height: 1.25em;
}
.callout-home a:hover {
	color: #fbcc0a;
}
.callout-home__flagged h3 {
	padding-left: .5em;
	border-left: .5em solid #fcda4d;
}
.home__events {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}
.home__events h2 {
	margin: 0 0 .5em 0;
}
.home__events .item:last-child {
	margin-bottom: 0;
}
.poplinks-container {
	padding-top: 2.625em;
	/*width: 17.75em;*//*why was this here...?*/
}

.banner-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/*new banner*/
.banner {
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-flex: 0 1 49%;
	flex: 0 1 49%;
	width: 49%;
	margin: 0 2% 2em 0;
	padding: 0;
	/*background-color: #242424;*/
}
.banner:nth-of-type(even) {
	margin-right: 0;
}
.banner--bordered {
	border: 1px solid #cccccc;
}
.banner a,
.banner--small a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.banner a:hover,
.banner a:hover h3 {
	color: #fbcc0a;
}
.banner__img {
	display: block;
	width: 100%;
	height: auto;
	position: relative; /*fix webkit rounding error*/
	margin-bottom: 2.625em;
	margin-bottom: calc(2.75em - 2px);
}
.banner__text {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	width: 100%;
	padding: .25em .75em .75em .75em;
	color: #ffffff;
	background-color: #242424;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
.banner__text h3,
.banner__text__title {
    position: absolute;
    font-size: 112.5%;
    width: 100%;
    left: 0;
    bottom: 100%;
    color: #ffffff;
    background-color: #242424;
    margin: 0;
    padding: .625em;
	line-height: 1.25em;
	font-weight: 700;
}
.banner__text p:last-child {
	margin-bottom: 0;
}
.banner:hover .banner__text {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner:hover .banner__text__title {
	color: #fbcc0a;
}
.banner--small {
	position: relative;
	-webkit-flex: 0 0 auto; /*set to under 49% for Safari*/
	flex: 0 0 auto;
	margin: 0 0 1em 0;	
	width: 100%;
}
.banner--small:last-of-type {
	margin-bottom: 0;
}
.banner--small__img {
	display: block;
	width: 100%;
	height: 100%;
	width: 100%;
	max-width: 100%; /*need for IE11*/
	filter: contrast(94%);
}
.banner--small:hover .banner--small__img {
	filter: contrast(100%);
}
.banner--small__caption {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: .5em .75em;
	color: #000;
	background-color: #cccccc;
	background-color: rgba(204,204,204,.85);
	font-weight: 700;
	line-height: 1.25em;
	-webkit-transition: color .25s linear, background-color .5s ease-in-out;
	transition: color .25s linear, background-color .5s ease-in-out;
}
.banner--small:hover .banner--small__caption {
	color: #fbcc0a;
	background-color: #242424;
}
.banner--nothome {
	width: 100%;
	max-width: 40em;
	margin: 0 auto;
	float: none;
}

/*--About, Dashboard--*/
.contact-hours {
	margin: -.5em 0 1em 0;
}
.contact-hours span:first-child {
	display: inline-block;
    width: 6em;
    margin-right: .5em;
    text-align: right;
}
.media--aboutus {
	margin: 0 0 0 1em;
	padding: 0 0 .5em 0;
}
.media--aboutus .media-img {
	margin: .25em 2em 1em 0;
	width: 20em;
	max-width: 50%;
}
.media--aboutus .media-description {
	font-size: 108%;	
}
.dashsection {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.dashchart {
	width: 50%;
}
.dashtxt {
	width: 50%;
	font-size: 1.125em;
	line-height: 1.25em;
	margin-bottom: .5em;
}
.dashfig {
	display: block;
	font-size: 1.5em;
	line-height: 1.125em;
	opacity: 0; /*default*/
	transition: opacity 1s ease-out;
}
.dashfig--pie {
	font-size: 2em;
}
.dashamount {
	font-weight: 700;
}

/*---Bookmobile, Cybermobile---*/
.bkmmap-canvas {
	width: 100%;
	max-width: 720px;
	height: 520px;
	position: relative;
	margin: 0;
}
.bkm-legend {
	margin-bottom: 12px;
}
.bkm-legend > span {
	margin-right: 1em;
}
.bkm-feature {
	background-color: #185370;
	color: #ffffff;
}

/*---Books, Local Authors---*/
.authorspot h2 {
	margin: .5em 0;
}
.authorspot__cover img {
	max-width: 9em;
}
.authorspot__pic {
	float: left;
	width: 16.66666666%;
	width: calc(144px);
	padding-right: 24px;
}
.authorspot__desc {
	float: left;
	width: 83.33333333%;
	width: calc(100% - 144px);
}
.authorspot__cover {
	float:right;
	text-align: center;
	min-width: 9em;
	margin-left: .5em;
}
.authorspot__cover a {
	display: block;
}

/*---Books, Recommendations---*/
.feature1--toppicks {
	background-color: #664900;
	color: #ffffff;
	margin-bottom: 2em;
}
.feature1--toppicks h2 {
	color: #f5f7f7;
	text-align: center;
	font-weight: 400;
}
.bookcover-card {
	position: relative;
	display: -webkit-flex; display: flex;
	-webkit-flex-direction: column; flex-direction: column;
	/*-webkit-flex: 0 0 168px; flex: 0 0 168px;*/
	-webkit-flex: 0 1 31%; flex: 0 1 31%;
	width: 31%;
	margin: 0 1% 2em 1%;
	padding: .75em 0;
	/*min-width: 168px;*/
	min-height: 224px;
	background-color: #f5f7f7;
}
.bookcover-card__title {
	display: -webkit-flex; display: flex;
	-webkit-flex: 1 0 auto; flex: 1 0 auto;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: center; justify-content: center;
	text-align: center;
	width: 100%; /*needed for auto margin in IE11*/
	font-size: 110%;
	font-weight: 700;
	margin: 0 auto .5em auto;
	padding: 0 .25em;
	line-height: 1.25em;
}
.LAwidget-cover {
	position: relative;
	width: 150px;
	height: 224px;
	margin: .25em auto;
}
.LAwidget-cover-overlay {
	position: absolute;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
}
.LAwidget-cover-overlay:hover {
	/*background-color: rgba(48,48,48,.088); full card overlay*/
	background-color: rgba(0,0,0,.125);
}
.LAwidget-cover-fallback {
	background-color: #cccccc;
	display: block;
	width: 100%;
	height: 100%;
}
.hcplc_loading--LAcoverwidget {
	display: block;
	width: 80% !important;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: opacity 2s cubic-bezier(1,0,1,0);
	transition: opacity 2s cubic-bezier(1,0,1,0);
}

/*--Forms: Comment Form--*/
.comments-1to5 {
	width: 100%;
	max-width: 56em;
}
.comments-1to5 th {
	text-align: left;
	font-weight: 400;
	font-style: italic;
}
.comments-1to5 tr.mobile-row {
	display: none;
}
.comments-1to5 td {
	width: 12.5%;
	min-width: 5em;
}
.comments-1to5 td:first-child {width: auto;
}

/*--Get a Card--*/
.comparison-table {width: 100%;}
.ct-column {
	float: left;
	width: 14%;
	margin: 0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.ct-column:first-child {
	border-left: 1px solid #cccccc;
}
.ct-column.ct-ylabels {
	width: 16%;
}
.ct-cell {
	width: 100%;
	overflow: hidden;
	padding: .5em .75em;
}
.ct-cell:first-child {
	padding: .75em .5em;
	font-weight: 700;
}
.ct-cell .ct-mobile-head {
	display: none;
}
.ct-cell .std-list li {
	padding: .175em 0;
	font-size: 95%;
}
.ct-head {
	text-align: center;
	color:#ffffff;
	background-color: #484848;
}
.ct-subhead {
	padding-left: 1.5em;
	font-size: 95%;
	font-style: italic;
}

/*--LibraryAware - rebuild carousels for monthly promotions--*/
/* Possibly obsolete */
.LAcarousel-wrap {
	position: relative;
	overflow: hidden;
	padding: .5em 0;
	background-color: #f5f7f7;
	transition: all .125s linear;
}
.LAcarousel-wrap > div {max-width: 100%;}
.LAcarousel-linkmask {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 5;
	background-color: rgba(0,0,0,0);
	transition: all .125s linear;
}
.LAcarousel-wrap:hover {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25),0 1px 7px 0 rgba(0,0,0,0.25),0 3px 1px -2px rgba(0,0,0,0.325);
}
.LAcarousel-linkmask:hover {
	background-color: rgba(0,0,0,.1);
}
.LAcarousel-slick .slick-slide {
	margin: 0 6px;
}

/*--Library Prosperity--*/
.prosperity-table {
	border: 2px solid #b5b5b5;
}
.prosperity-table tr:last-child {
	font-weight: 700;
}
.prosperity-price {
	white-space: nowrap;
}/*Safari fix*/
.prosperity-table input[type="text"] {
	width: 5em;
	padding: .25em;
	border: 2px solid #cccccc;
	font-family: inherit;
}
.prosperity-table input[type="text"]:disabled {
	width: 7em;
	background: none;
	border: none;
	-webkit-text-fill-color: rgba(0, 0, 0, 1); 
	-webkit-opacity: 1;
	opacity: 1; 
	color: #000;
}
.prosperity-table #totalResult {
	font-weight: 700;
}

/*---Locations, main page---*/
.loc-section {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    border-top: 2px solid #cccccc;
}
.loc-section:last-child {
    border-bottom: 2px solid #cccccc;
}
.loc-info-block {
    -webkit-flex: 1 0 45%;
    flex: 1 0 45%;
    padding: .75em;
    line-height: 1.5em;
}
.loc-info-block a {
    text-decoration: none;
    font-weight: 700;
}
.loc-info-block a:hover {
    text-decoration: underline;
}
.loc-info {
    overflow: hidden;
}
.loc-thumb {
    float: left;
    margin-right: 1em;
}
.loc-name {
    font-weight: 700;
    font-size: 112.5%;
    color: #185370;
    clear: none;
    margin: 0;
}
.loc-name:hover {
    text-decoration: underline;
}
.loc-addr {
    display: block;
}
.loc-phone {
    margin-right: .5em;
}
.loc-hive::before {
    content: url(/images/logos/honeycomb.svg);
    display: inline-block;
    height: 1.75em;
    width: 1.75em;
    vertical-align: middle;
}
.loc-hours-block {
	-webkit-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: .75em;
}
.loc-hours {
    table-layout: fixed;
    width: 100%;
}
.loc-hours th,
.loc-hours td {
    padding: .5em;
    font-weight: 400;
    text-align: left;
    border: 1px solid #919191;
    background-color: #ffffff;
    width: ‭14.28571428%;
}
.loc-hours th {
    background-color: #e9edee;
}
.loc-hours caption {
    margin: 0 .25em;
}
.loc-hourslink {
	display: none;
	margin-left: .5em;
}
/*---Locations, branch pages---*/
.branch-hours {
	position: relative;
}
.branch-hours h2 {
	margin-top: 0;
}
.standard-hours {
    float: left;
    padding: .5em 1em;
    line-height: 2em;
	font-size: 106.25%;
	margin-bottom: 1em;
}
.standard-hours span {
    display: inline-block;
    width: 5.5em;
    text-align: right;
    margin-right: 1em;
}
.branchpage-section {
	margin-bottom: 2em;
}
.branchpage-img {
	display: block;
	max-width: 100%;
	margin: 1em auto;
}
.branchpage-holiday {
	float: right;
}
.branchpage-fb {
	position: absolute;
	bottom: .425em;
	right: 0;
	font-size: 2em;
	color: #3b5998;/*official FB color*/
	text-decoration: none;
}
.branchpage-fb:hover {
	color: #185370;
}
.branch-notice {
	/*background-color: #fbcc0a;*/
	background-color: #fcda4d;
	margin: 0 0 2em 0;
	padding: 1em;
}
.branch-notice h2, .branch-notice h3 {
	margin-top: 0;
}
.branch-notice a {
	font-weight: 700;
}
.branch-notice p:last-child {
	margin-bottom: 0;
}
.branch-collections ul {
	margin-left: 0;
	margin-bottom: 2.5em;
	/*max-width: 30em;*/
	-moz-columns: 14em 2;
	-webkit-columns: 14em 2;
	columns: 14em 2;
}
.branch-collections li {
	padding: .325em .25em;
}
.branch-collections a:before {
	margin-right: 1em;
	font-size: 100%;
	text-decoration: none;
}
/*---Locations, find a Library map page---*/
#find_locations #map_canvas {
	width: 100%;
	/*max-width: 600px;*/
	height: 600px;
	margin: 1em auto;
	background-color: #e9edee;
}
#find_locations #map_canvas .hcplc_loading {
	width: 20%;
	height: 20%;
	margin: 40%;
}
#find_locations .locations_found p {
	margin: 1em 0;
}
#find_locations #address_search {
	overflow: hidden;
	width: 100%;
	margin: 1em auto;
	/* text-align: center; */
}
#find_locations #user_address {
	width: 75%;
	width: calc(100% - 9em);
	border: 1px solid #cccccc;
	line-height: 1.5em;
	padding: .25em;
	margin-top: .25em;
}
#find_locations #address_search input[type="submit"] {
	float: right;
	margin-top: 0;
	margin-right: 0;
}
#find_locations .print_locations {
	float: right;
	margin-right: 1em;
}
#find_locations #closest_branches {
	width: 100%;
	margin: 1em auto;
	padding-left: .25em;
	background-color: #f5f7f7;
}
#find_locations #closest_branches span {
	padding-left: 2em;
}
#find_locations #closest_branches ol {
	list-style: decimal;
	margin-left: 1em;
	padding: 0 1em .5em 1em;
}
#find_locations #closest_branches li {
	margin: 1em 0;
}
#find_locations #closest_branches li a {
	display: inline;
	text-decoration: none;
	font-weight: 700;
}
#find_locations #closest_branches li a.button1 {
	display: inline-block;
	margin: .5em 0 0 0;
	font-weight: 400;
}

/* Locations, temporary closures */
.loc-closed td {
	text-align: center;
	background-color: #e9edee;
	font-style: italic;
}
.loc-hours .curbside-caption {
	padding: .25em;
	background-color: #185370;
	color: white;
	margin: 0;
}
.loc-hours .curbside-caption a {
	color: #f5f7f7;
	text-decoration: none;
}
.loc-hours .curbside-caption a:hover,
.loc-hours .curbside-caption a:active,
.loc-hours .curbside-caption a:focus {
	color: #fbcc0a;
}
.temp-closed {
	padding: .25em 1em;
	background-color: #c01e2e;
	color: white;
	text-align: center;
	font-weight: bold;
}
.no-hours {
	float: left;
	line-height: 2em;
	font-size: 106.25%;
	margin-bottom: 1em;
	padding: 0;
	width: 16em;
}
.no-hours span {
	display: inline-block;
	width: 5.5em;
	text-align: right;
	margin-right: 1em;
}
.closed-hours {
	padding: .25em 1em .5em 1em;
}
.curbside-label {
	padding: .25em 1em;
	background-color: #185370;
	color: white;
	text-align: center;
	font-weight: bold;
}
.curbside-section {
	float: left;
}
.curbside-btn {
	margin-top: 0;
	margin-right: 0;
}
.nonstandard-hours {
	line-height: 2em;
	font-size: 106.25%;
	margin-bottom: 1em;
}
.nonstandard-hours span {
	display: inline-block;
	width: 5.5em;
	text-align: right;
	margin-right: 1em;
}
.curbside-hours {
	padding: .25em 1em .5em 1em;
}

/*Locations, art collection, link to SAU public art (can be reused?)*/
.art-coll {
	display: block;
	max-width: 100%;
	overflow: hidden;	
}
.art-coll__img {
	display: block;
	float: left;
	max-width: 32%;
	margin-right: 2%;
	margin-bottom: 1em;
}
.art-coll__img:last-child {
	margin-right: 0;
} 

/*---Meeting room chart, holiday hours chart---*/
.holiday-chart .table-section {
	padding: .75em 0;
}
.holiday-chart .holiday-date {
	width: 25%;
	min-width: 8.5em;
	font-weight: bold;
}
.holiday-chart .holiday-thpl {
	width: 28%;
}
.holiday-chart .holiday-plc {
	width: 25%;
}
.holiday-chart .holiday-tem {
	width: 25%;
}
.mtgroom-chart .mtgroom-name {
	width: 45%;
	cursor: pointer;
	font-weight: 700;
}
.mtgroom-chart .mtgroom-name:hover {
	color: #902408;
	background-color: #cccccc;
}
.mtgroom-chart .mtgroom-name .note {
	font-weight: 400;
	font-size: 75%;
}
.mtgroom-chart .mtgroom-name.afterhours:after {
	content: '\002A';
	padding-left: .25em;
}
.mtgroom-chart .mtgroom-cap {
	width: 10%;
}
.mtgroom-chart .mtgroom-av {
	width: 45%;
}
.mtgroom-preview {
	padding: 1em;
	text-align: center;
}

/*--Account, payfines2--*/
.list-gallery li {
	margin-bottom: 3em;
}
.list-gallery li img {
	display: block;
	margin-top: .5em;
}

/*--Research pages--*/
/*A to Z*/
.database-lookup a {
	display:inline-block;
	font-size: 125%;
	margin: 0 .5em .5em 0;
	width: 2em;
	text-align: center;
	text-decoration: none;
	padding: .5em;
	color:#ffffff;
	background-color: #185370;
}
.database-lookup a:hover {
	background-color:#457424;
}
.dblist {
	margin: 1em 0;
}
.dblist p {
	margin-bottom: .5em;
}
.dblist .std-list {
	margin-bottom: 0;
}
.dblist-alpha {
	margin: 0;
	padding: 0;
}
.dblist-item {
	overflow: hidden;
	margin: 0;
	padding: .5em 0;
	/*max-height: 11em;*/
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.dblist-item.hidden {
	padding: 0;
	max-height: 0;
}
.dblist-item__link,
.dblist-item__nonlink {
	display: block;
	margin-bottom: .25em;
	font-weight: 700;
	font-size: 112.5%;
	line-height: 1.25em;
}
.dblist-item__desc {
	margin-bottom: .5em;
}
.dblist-item__libonly {
	margin-bottom: .25em;
    font-size: 92%;
	font-style: italic;	
}
.db-tag-container {
	overflow: hidden;
	margin: 1em 0;	
}
.db-tag-container span {
	display: block;
	float: left;
	line-height: 1.5em;
	margin: 0 .5em .5em 0;
	padding: .25em .75em;
	background-color: #cccccc;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	max-width: 12em;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.db-tag-container span:hover {
	color: #f5f7f7;
	background: #363636;	
}
.db-tag-seeall {
	display: none;
	float: left;
	cursor: pointer;
	font-weight: bold;
	font-size: 160%;
}
.db-tag-seeall:hover {
	color: #608135;
}
.db-tag-container__selected span:not(.selected) {
	margin: 0;
	padding: 0;
	max-width: 0;	
}
.db-tag-container__selected .db-tag-seeall {
	display: block;	
}
.research-apps {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.research-apps figure {
	width: 12em;
	padding: 1em;
    background-color: #ecf2f4;
    margin: .5em;
}
.research-apps figcaption {
	font-size: 110%;
	margin: .425em 0 .75em 0;
}
.research-apps a {
	text-decoration: none;
}
.gallery-mag {
	overflow: hidden;
	clear: both;
}
.gallery-mag figure {
	float: left;
	width: 33.33333333%;
	padding: .25em;
}
.gallery-mag figure a {
	width: 100%;
	height: 100%;
	text-align: center;
}
.gallery-mag figure a img {
	width: 100%;
	max-width: 240px;
} /*240x320px*/

/*--Services--*/
/*--Accessibility--*/
.check-table th {font-size: 92%; font-weight: 400;}
/*--Discovery pass--*/
.wowheader {
	background-color: #242424;
	color: #ffffff;
	padding: 1em;
	text-align: center;
}
.wowheader--blue {
	background-color: #123e54;
}
.wowheader--orange {
	background-color: #ee6c22;
}

/*--Kids & Teens pages--*/
.feature1--HAALpass {
	background-color: #202b64;
	color: #ffffff;
}
.feature1--HAALpass h2 {
	color: #ffffff;
}
.dbtile-container {
    display: flex;
    flex-wrap: wrap;
}
.dbtile-container::after {
    content: '';
    flex: auto;
}
.dbtile {
    float: left; /* fallback */
    display: block;
    width: 25%;
    flex: 0 0 25%;
    padding: 0;
	margin: .5em 0;
}
.dbtile-link {
	display: block;
	height: 100%;
	margin: .5em;
	padding: .5em;
    text-align: center;
    text-decoration: none;
    color: #242424;
    background-color: #f6f7ff;
}
.dbtile-link:hover {
    background-color: #e2e3ea;
}
.dbtile img {
    display: inline-block;
    padding: .75em;
}
.bookcover-card--kids {
    min-width: auto;
}
.badge-section {
    padding: 1em;
    background-color: #fff5cf;
}
.badge-section h2 {
    margin-top: 0;
}
.badge-list {
    margin-left: 0;
}
.badge-list li {
    padding: .5em 0;
    display: flex;
    align-items: center;
}
.badge-list a {
    font-size: 112.5%;
    font-weight: 700;
    text-decoration: none;
}
.badge-list a:hover {
    text-decoration: underline;
}
.badge-list img {
    vertical-align: middle;
    width: 64px;
    height: 64px;
    margin-right: 16px;
}
.badge-list--2col {
    -webkit-columns: 2 14em;
    columns: 2 14em;
}
.badge-list--2col li {
    margin: 0 0 .5em 0;
    padding: .5em;
    background-color: #e9edee;
}
.small-card.card-kidsfun,
.small-card.card-kidsfun:nth-of-type(n) {
	background: none;
}
.small-card.card-kidsfun .card-image {
	width: 12em;
	height: 7.2em;
}
.tabmap-canvas {
	position: relative;
	width: 100%;
	height: 420px;
}

/*--THPL pages--*/
.thpl-directors-info {
	margin: 2em auto 0 auto;
	max-width: 28em;
	padding: 1em;
	line-height: 1.5em;
	background-color: #e9edee;
	text-align: left;
}
.thpl-history {
	border: 1px solid #ddd;
}
.thpl-history-entry {
	overflow: hidden;
	clear:both;
	padding: 0 1em;
}
.thpl-history-entry:nth-child(2n-1) {
	background-color: #f5f7f7;
}
.thpl-history-img {
	float: right;
	margin: 1em 0 1em 1em;
}
.thpl-history-entry h4 {
	margin: .75em 0 1em 0;
}
.thpl-history-entry .thpl-history-text {
	float: left;
	max-width: 80%;
}

@media all and (max-width: 64em) {
	.homerow {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.homerow__widebox {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.homerow__narrowbox {
		width: 100%;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.callout-home {
		width: 100%;
	}
	.callout-container {
		order: 1;
	}
	.banner-container {
		order: 2;
	}
	.home__events {
		margin-bottom: 3em;
	}
	.poplinks-container {
		width: auto;
		padding-top: 0;
	}
	.banner,
	.banner--small {
		position: relative;	
		-webkit-transform: none;
		transform: none;
		background-color: #242424;
	}
	.banner--small {
		float: left; /*in case no flex*/
		width: 32%;
		margin-right: 2%;
	}
	.banner--small:last-of-type {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.banner a,
	.banner__img {
		height: auto;
		margin-bottom: 0;
	}
	.banner__text {
		position: relative;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: .75em;
	}
	.banner:hover .banner__text {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.banner__text h3,
	.banner__text__title {
		position: relative;
		padding: 0;
		margin-bottom: .5em;
	}
}
@media all and (max-width: 59em) {
	.column-span2,
	.column-span3,
	.column-span4,
	.column-span5,
	.column-span6,
	.column-span7,
	.column-span8,
	.column-span9,
	.column-span10,
	.column-span12 {
		float: none;
		clear: both;
		margin: .5em 0;
		width: auto;
		padding: .5em 1.5em;
	}
	.column-span4 {
		margin: 0;
	}
	.cspan-left,
	.cspan-right {
		padding: .5em 1.5em;
	}
	.hero-div__title {
		font-size: 36px;
	}
	.mobile-only {
		display: block;
	}
	header {
		background-position: 50% 55%;
	}
	.logo {
		width: 100%;
	}
	.logo-img {
		max-width: 15em;
	}
	.utilities {
		float: left;
		clear: left;
		font-size: 93.75%;
		margin-right: 1em;
	}
	.utilities .button1 {
		margin-top: 0;
	}
	.showSrch {
		display: block;
	}
	.multisrch-form-container {
		position: absolute;
		z-index: 10;
		overflow: hidden;
		top: 7.75em;
		width: 100%;
    	background-color: #373138;
		max-height: 0;
		min-height: 0;
		padding: 0;
	}
	.showSrch-active ~ .multisrch-form-container {
		max-height: 18em;
		min-height: 8.5em;
		padding: .75em 0;
	}
	#showMultisrch-toggle:checked ~ .multisrch-form-container {/*old*/
		max-height: 18em;
		min-height: 8.5em;
		padding: .75em 0;
	}
	.srchtabs,
	.multisrch-form {
		width: 96%;
	}
	.srchtabs {
		font-size: 100%;
		padding-left: 0;
	}
	.srchtabs li {
		padding: .675em 1em;
		font-size: 100%;
	}
	.srchsubmit {
		padding: .475em .75em;
	}
	.srchinput input[type="text"] {
		height: 2.5em;
	}
	#catalogSearch input[type="text"] {
		padding-left: .5em;
	}
	#catalogSearchType {
		position: relative;
		width: 8em;
		margin-top: .5em;
		height: 2.5em;
		border: none;
	}
	#catalogSearchType span {
		font-size: 92%;
		line-height: 3em;
	}
	#catalogSearchOptions {
		position: relative;
		width: 8em;
		border: none;
		border-top: 1px solid #484848;
	}
	#catalogSearchOptions li {
		padding: .75em 1.125em .75em .75em;
	}
	.float-logo {
		float: none;
	}
	nav {
		width: 100%;
	}
	.primary-nav {
		display: -webkit-flex;		
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		float: left;
		max-width: none;
	}
	.primary-nav li {
		display: block;
		width: 33.233333%;
		margin: 0;
		padding: 2px;
		min-width: 5em;
		height: 3.75em;
		text-align: center;
	}
	.primary-nav li a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: .5em;
		border: none;
		text-align: center;
	}
	.primary-nav li a:hover {
		background-color: #457424;
	}
	.crumbstext a {
		display: none;
	}
	#google_translate_element {
		float: left;
	}
	.vertical-card,
	.horizontal-card {
		width: 48%;
		margin: 1em 1%;
	}
	.horizontal-card a {
		display: block;
	}
	.horizontal-card a > div {
		display: block;
	}
	.horizontal-card .card-image {
		height: 12em;
		width: auto;
	}
	.horizontal-card .card-title {
		display: -webkit-flex;
		display: flex;
    	-webkit-flex-direction: column;
    	flex-direction: column;
    	-webkit-justify-content: center;
    	justify-content: center;
		width: 100%;
		height: 4em;
	}
	.horizontal-card .card-title h3 {
		display: table-cell;
	}
	.horizontal-card.single-card {
		width: 48%;
		margin: 1em 1%;
	}
	.vertical-card .card-title {
		height: 4em;
	}
	.small-card.sc-4per,
	.small-card.sc-halfpage {
		width: 31.333333%;
	}
	.small-vertical-card {
		width: 33.333333%;
	}
	.small-card.sc-6per {
		width: 23%;
	}
	.mcard {
		width: 100%;
		margin: 0 0 1.5em 0;
	}
	.mcard:last-child {
		margin-bottom: 0;
	}
	.mcard--4col {
		width: 49%;
	}

	.form2 input[type="text"],
	.form2 input[type="password"],
	.form2 input[type="file"],
	.form2 textarea {
		width: 80%;
	}
	.std-list {
		margin-bottom: .5em;
	}
	.std-table span.mobile-only {
		display: none;
	}
	.pseudotable .table-section {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.pseudotable .section-head {
		width: 100%;
	}
	.pseudotable .table-body {
		width: 100%;
		margin-left: 0;
	}
	.media .media-description {
		float: left;
	}
	.dbfeature--rt {
		-webkit-order: 2;
		order: 2;
	}
	.authorspot__pic {
		width: auto;
		margin-bottom: 1em;
	}
	.authorspot__desc {
		width: 100%;
	}
	.eventsinfo-brief .eventList {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.eventsinfo-brief .item {
		width: 100%;
		margin: .25em 0;
	}
	#find_events #keyword_box {
		width: 96%;
	}
	.ct-column {
		float: none;
		width: 100%;
		margin-bottom: 1em;
		border: 1px solid #cccccc;
		background-color: #f5f7f7;
	}
	.ct-column.ct-ylabels, .ct-cell.ct-check {
		display: none;
	}
	.ct-cell {
		border: none;
		padding: .5em 1em;
	}
	.ct-cell:nth-child(odd) {
		background: inherit;
	}
	.ct-cell .ct-mobile-head {
		display: inline;
	}
	.ct-head {
		color:#222;
	}
	.loc-section {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.loc-hours-block {
		display: none;
	}
	.loc-hourslink {
		display: inline;
	}
	.branchpage-img {
		float: none;
	}
	.branchpage-holiday {
		float: left;
		clear: left;
	}
	.branch-notice {
		margin: 0 0 1em 0;
	}
	#find_locations div {
		margin: 0;
	}
	#find_locations #address_search {
		margin-top: 0;
	}
	#find_locations #locations_found {
		padding: 0 1.0416666666667%;
	}
	#find_locations #closest_branches li a.button1 {
		display: none;
	}
	.thpl-directors-info {
		margin-top: 0;
	}
	.dbtile {
        width: 32.33333333%;
        flex-basis: 32.33333333%;
    }
}
@media all and (max-width: 44em) {
	.big-text {
		font-size: 112.5%;
	}
	.button2 {
		font-size: 100%;
	}
	.float-left--img,
	.float-left--img {
		max-width: 50%;
	}
	.hero-div__title {
		font-size: 28px;
	}
	.logo-img {
		max-width: 14em;
	}
	.small-card,
	.small-card.sc-4per,
	.small-card.sc-halfpage {
		width: 48%;
	}
	.small-card.sc-6per {
		width: 31.33333333%;
	}
	.small-vertical-card {
		width: 50%;
	}
	.small-card .card-image {
		width: 7em;
		height: 7em;
	}
	.media .media-img,
	.media .media-description {
		float: none;
		max-width: 100%;
		margin: 0;
	}
	.form2 input[type="text"],
	.form2 input[type="file"],
	.form2 input[type="password"],
	.form2 textarea {
		width: 100%;
	}
	.std-table {
		border: none;
		display: block;
		/*columns: 2 18em;*/
	}
	.std-table span.mobile-only {
		display: inline;
	}
	.std-table tr {
		display:block;
		margin-bottom: 1em;
		border: 1px solid #ddd;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}	
	.std-table thead {display: none;}
	.std-table td {
		display: block;
		padding: .25em .75em;
	}
	.std-table td:first-child {
		display: block;
		background-color: #f5f7f7;
		border-bottom: 1px solid #ddd;
		font-weight: 700;
		padding: .375em .75em;
	}
	.std-table tr:nth-child(even) {
		background: none;
	}
	.std-table2 thead {
		display: none;
	}
	.std-table2 td {
		display: block;
		padding: .25em .75em
	;}
	.std-table2 td:first-child {
		padding-top: .75em;
	}
	.std-table2 td:last-child {
		padding-bottom: .75em;
	}
	.banner {
		width: 100%;
		margin-right: 0;
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.banner--small {
		width: 49%;
		margin-right: 2%;
	}
	.banner--small:nth-of-type(even) {
		margin-right: 0;
	}
	.banner__text {
		font-size: 92.75%;
	}
	.banner__caption {
		font-size: 100%;
	}
	.callout-home {
		font-size: 92.75%;
	}
	.bookcover-card {
		-webkit-flex: 0 1 48%;
		flex: 0 1 48%;	
	}
	.bookcover-card .LAwidget-cover{
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	.media--aboutus .media-img {
		max-width: 100%;
	}
	#find_locations #user_address {
		width: 100%;
	}
	#find_locations #address_search input[type="submit"] {
		margin: 1em 0;
	}
	.prosperity-table input[type="text"] {
		width: 10em;
	}
	.check-table td:empty {
		display: none;
	}
	.comments-1to5 td {
		float: left;
	}
	.comments-1to5 td:first-child {
		width: 100%;
	}
	.thpl-history-img {
		float: none;
		margin: 1em 0;
	}
	.thpl-history-entry .thpl-history-text {
		float: none;
		max-width: none;
	}
	.tri-logo > a {
		float: none;
		margin: .5em 0;
		width: auto;
		text-align: left;
	}
	.dbtile {
        width: 48%;
        flex-basis: 48%;
        margin: 1%;
    }
}
@media all and (max-width: 33em) {
	.column-halfspan {
		float: none;
		clear: both;
		margin: .5em 0;
		width: auto;
	}
	.primary-nav li {
		height: 4em;
		font-size: 92%;
		line-height: 1.1;
	}
	.primary-nav li a {
		padding: .25em; /*for large font on 320px screen*/
	} 
	.icon-home {
		display: none;
	}
	.vertical-card,
	.horizontal-card,
	.horizontal-card.single-card {
		width: 98%;
	}
	.small-card,
	.small-card.sc-2per,
	.small-card.sc-4per,
	.small-card.sc-halfpage {
		width: 98%;
	}
	.small-card.sc-6per {
		width: 48%;
	}
	.small-vertical-card,
	.column-span6 .small-vertical-card {
		width: 100%;
	}
	.small-vertical-card a {
		width: 98%;
	}
	.mcard--4col {
		width: 100%;
		margin: 0 0 2em 0;
	}
	.feature1__img {
		float: none;
	}
	.feature1__img--right {
		margin-left: 0;
	}
	.feature1__desc {
		margin-top: 1em;
	}
	.feature1__desc .std-list {
		margin-left: 0;
	}
	.copyright span {
		float: left;
		clear: left;
	}
	.dbfeature__desc {
		clear: both;
	}
	.dbblock__logo {
		float: none;
		display: block;
		margin: 0 0 .5em 0;
		max-width: 100%;
	}
	.pseudotable .table-row > div {
		padding: .5em;
		font-size: 93.75%;
	}
	.banner--small,
	.banner--small:nth-of-type(even),
	.banner--small:last-of-type {
		width: 100%;
		max-width: 490px;
		margin: 0 auto 2em auto;
	}
	.dashchart {
		width: 100%;
	}
	.dashtxt {
		text-align: center;
		width: 100%;
	}
	.authorspot__cover {
		display: none;
	}
	.loc-thumb {
		display: none;
        float: none;
        margin: 0;
    }
    .loc-links {
        display: block;
    }
    .loc-hours-block {
        padding: 0 .75em .5em .75em;
    }
    .loc-hours {
        margin-bottom: .25em;
    }
    .loc-hours tr {
        border-top: none;
        display: block;
        float: left;
    }
    .loc-hours th,
    .loc-hours td {
        display: block;
        padding: .325em .5em;
        text-align: left;
        width: auto;
        border-bottom: none;
    }
    .loc-hours td {
        border-left: none;
    }
    .loc-hours th:last-child,
    .loc-hours td:last-child {
        border-bottom: 1px solid #919191;
    }
	#find_locations #map_canvas {
		height: 360px;
	}
	#find_locations .print_locations {
		margin-right: 0;
	}
	#find_locations .locations_found p {
		margin-left: 0;
	}
	.standard-hours {
		font-size: 100%;
	}
	.gallery-mag figure {
		width: 50%;
	}
	#overlay .mtgroom-chart-img {
		max-width: 92%;
	}
	.dbtile {
        width: 100%;
        flex-basis: 100%;
        margin: 8px 0;
    }
}
/* header fix */
@media all and (max-width: 20em) {
	header {
		font-size: 15px;
		line-height:20px;
	}
}