@charset "UTF-8";
/*!
 * Customizations to Bootstrap 4 -- for use throughout the site
 * by Jimmy Lo, 2019-ish for the DeKalb County Public Library

 */
/***************** DCPL Colors **********************/
/****************************************************/
/************** Social Media Colors *******************/
@import url("https://cloud.typography.com/6806278/6010412/css/fonts.css");
/*@font-face {font-family: "Verlag Book"; src: url("/assets/fonts/verlag/book/bcd0c9bdcf29c2dd630785c724469553.eot"); src: url("/assets/fonts/verlag/book/bcd0c9bdcf29c2dd630785c724469553.eot?#iefix") format("embedded-opentype"), url("//assets/fonts/verlag/book/bcd0c9bdcf29c2dd630785c724469553.woff2") format("woff2"), url("/assets/fonts/verlag/book/bcd0c9bdcf29c2dd630785c724469553.woff") format("woff"), url("/assets/fonts/verlag/book/bcd0c9bdcf29c2dd630785c724469553.ttf") format("truetype"), url("/assets/fonts/verlag/book/bcd0c9bdcf29c2dd630785c724469553.svg#Verlag Book") format("svg"); }
@font-face {font-family: "Verlag Compressed Bold"; src: url("/assets/fonts/verlag/compressed-bold/c6c5f89e3683db2a2a5f1d4a7b2c6508.eot"); src: url("/assets/fonts/verlag/compressed-bold/c6c5f89e3683db2a2a5f1d4a7b2c6508.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/verlag/compressed-bold/c6c5f89e3683db2a2a5f1d4a7b2c6508.woff2") format("woff2"), url("/assets/fonts/verlag/compressed-bold/c6c5f89e3683db2a2a5f1d4a7b2c6508.woff") format("woff"), url("/assets/fonts/verlag/compressed-bold/c6c5f89e3683db2a2a5f1d4a7b2c6508.ttf") format("truetype"), url("/assets/fonts/verlag/compressed-bold/c6c5f89e3683db2a2a5f1d4a7b2c6508.svg#Verlag Compressed Bold") format("svg"); }
@font-face {font-family: "Verlag Condensed Book"; src: url("/assets/fonts/verlag/condensed-book/d4ad4a3c4fb527c198844e1d439cd421.eot"); src: url("/assets/fonts/verlag/condensed-book/d4ad4a3c4fb527c198844e1d439cd421.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/verlag/condensed-book/d4ad4a3c4fb527c198844e1d439cd421.woff2") format("woff2"), url("/assets/fonts/verlag/condensed-book/d4ad4a3c4fb527c198844e1d439cd421.woff") format("woff"), url("/assets/fonts/verlag/condensed-book/d4ad4a3c4fb527c198844e1d439cd421.ttf") format("truetype"), url("/assets/fonts/verlag/condensed-book/d4ad4a3c4fb527c198844e1d439cd421.svg#Verlag Condensed Book") format("svg"); }
*/
/* @font-face {font-family: "Verlag"; src: url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.eot"); src: url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.woff") format("woff"), url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.svg#Verlag") format("svg"); } */
/***************** SITEWIDE CSS **********************/
body, p, blockquote {
  font-family: "Verlag A", "Verlag B", "Verlag Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.015em;
  word-spacing: 0.001em;
  font-weight: 400;
}

a {
  color: #008264;
  text-decoration: underline;
}
a:hover {
  color: rgb(0, 79, 60.7692307692);
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Verlag A", "Verlag B", "Verlag Book", "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: 1em;
  font-weight: 700;
}

h1 {
  margin-top: 0.5em;
}

body, p, blockquote, h1, h2, h3, h4, h5, h6 {
  -moz-font-feature-settings: "kern" 1;
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-feature-settings: "onum" 1, "pnum" 1, "kern" 1, "ss01" 1;
}

@media print {
  a[href]:after {
    content: none;
  }
}
.btn-dcpl {
  background-color: #008264;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-dcpl:hover {
  background-color: rgb(0, 79, 60.7692307692);
  color: #FFFFFF;
}

.btn-brightgreen {
  background-color: #5ABA47;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-brightgreen:hover {
  background-color: rgb(71.652173913, 149.8181818182, 56.1818181818);
  color: #FFFFFF;
}

.btn-orange {
  background-color: rgb(233.5857142857, 16.6, 7.1142857143);
  color: #FFFFFF;
  text-decoration: none;
}
.btn-orange:hover {
  background-color: #F9423A;
  color: #FFFFFF;
}

.btn-gray {
  background-color: rgb(233.75, 233.75, 233.75);
  color: rgb(0, 79, 60.7692307692);
  text-decoration: none;
}
.btn-gray:hover {
  background-color: #DDDDDD;
  color: #000000;
}

.btn-margin {
  margin-bottom: 1em;
}

.center {
  text-align: center;
}

.btn.pages, .btn.see-more {
  margin-right: 0.8em;
  background-color: rgb(233.75, 233.75, 233.75);
  color: rgb(0, 79, 60.7692307692);
}
.btn.pages:hover, .btn.see-more:hover {
  background-color: #DDDDDD;
}

p.button-link {
  text-align: center;
}
p.button-link a {
  padding: 0.8rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 2rem;
  background-color: #008264;
  color: #FFFFFF;
  text-decoration: none;
}
p.button-link a:hover {
  background-color: rgb(0, 79, 60.7692307692);
  color: #FFFFFF;
}

/**** topNavbar ***/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container.tr-nav-container {
    margin-right: 0;
  }
}
#topNavbar > ul > li > a {
  color: #008264;
  font-size: 1.1rem;
  margin-right: 1rem;
  text-decoration: underline;
}
#topNavbar > ul > li > a:hover {
  color: #000000;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  #topNavbar > ul > li > a {
    color: #008264;
    font-size: 1rem;
    margin-right: 0.6rem;
    text-decoration: underline;
  }
  #topNavbar > ul > li > a:hover {
    color: #000000;
    text-decoration: none;
  }
}
#topNavbar a.dropdown-item {
  text-decoration: none;
}

a.btn-catalog, .btn-catalog-search {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #008264;
  border: 2px solid #008264;
  border-radius: 0.4em;
}
a.btn-catalog:hover, .btn-catalog-search:hover {
  background-color: rgb(0, 79, 60.7692307692);
  border: 2px solid rgb(0, 79, 60.7692307692);
  color: #FFF;
}

/**** to do: once colors are decided, make bg and text colors classes for each of our dcpl colors ***/
/**** then remove above comment and this one ***/
#mcmenu {
  font-family: "Verlag Cond A", "Verlag Cond B", "Verlag Condensed Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mcmenu p {
  font-family: "Verlag A", "Verlag B", "Verlag Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mcmenu li .top-item, #mcmenu.mobile .back.show {
  font-family: "Verlag Comp A", "Verlag Comp B", "Verlag Compressed Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.bg-green {
  background-color: #008264 !important;
}

.text-green {
  color: #008264 !important;
}

.blog-header {
  z-index: 999999990;
  position: relative;
}

.navbar {
  font-size: 0.85rem;
}
.navbar .form-control {
  padding: 0.2rem 0.4rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.navbar .btn {
  padding: 0.2rem 0.4rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* make sure catalog search in the top right nav bar does not wrap to next line */
form.tr-search-form {
  white-space: nowrap;
  display: block;
}

/************* Dropdown Submenu *************/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
  background-color: rgb(246.5, 246.5, 246.5);
  color: #000000;
}

/*********** mcmenu behavior ***************/
#mcmenu .clm a, #mcmenu .full-clm a {
  color: #008264;
}
#mcmenu .clm a.btn, #mcmenu .full-clm a.btn {
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
}
#mcmenu .clm a.btn-dcpl, #mcmenu .full-clm a.btn-dcpl {
  color: #FFFFFF;
  background-color: #008264;
  border-color: #4d4d4d;
}
#mcmenu .clm a.btn-dcpl:hover, #mcmenu .full-clm a.btn-dcpl:hover {
  background-color: #5ABA47;
  border-color: #000;
}

@media only screen and (max-width: 767px) {
  #mcmenu .clm a, #mcmenu .full-clm a {
    font-size: 20px;
  }
  #mcmenu .clm h3 a, #mcmenu .full-clm h3 a {
    margin-top: 3em !important;
  }
  #mcmenu .hide-md {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #mcmenu .show-md {
    display: none;
  }
}
#mcmenu .clm.clm-search {
  margin-top: 2em;
  background-color: #FFF;
}
#mcmenu .clm.clm-search a {
  font-size: 1.5em;
}

#mcmenu .clm .nf-title a {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.full-clm p {
  width: 90%;
  margin: auto;
  font-family: inherit;
  font-size: 20px;
}

.clm .text {
  padding: 8px 20px;
  margin: 0;
  font-family: "Verlag A", "Verlag B", "Verlag Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.small {
  font-size: 12px;
}

.menu-icon-wrapper {
  z-index: 99;
}

#mcmenu .clm {
  margin: 0px 10px 20px 10px;
}

#mcmenu .clm .no-expansion {
  max-width: 300px;
  padding: 8px 20px;
  margin: auto;
}
#mcmenu .clm .no-expansion img {
  margin-right: 10px;
  margin-left: 0px;
}
#mcmenu .clm .no-expansion a {
  padding: 0;
}

.menu-icon-wrapper {
  padding: 0px;
}

#mcmenu .clm a.inline, #mcmenu .full-clm a.inline {
  display: inline;
  padding: 0px;
  margin: 0px;
}

#mcmenu .full-clm a.athruz {
  display: inline;
  padding: 0px 2px 10px 2px;
}

#mcmenu a img.icon {
  float: left;
  margin: 1.2em 0.5em 0 0;
}

#mcmenu li .dropdown {
  padding-bottom: 1.5em;
}

#mcmenu .sub-item {
  font-size: 1.5em;
}

/*** this next line ensures that on smaller screens, the three menu items appear on one line instead of breaking ***/
#mcmenu.multirow > ul > li {
  width: auto !important;
}

/******* CAROUSEL *****************/
.carousel-caption {
  border-radius: 1em;
  margin: 0 5em;
  bottom: auto;
  top: 160px;
}

.carousel-caption.whiteBox {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 7px 6px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 6px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 6px 7px 0px rgba(0, 0, 0, 0.75);
}

.carousel-caption.greenBox {
  background-color: #008264;
  color: #fff;
  -webkit-box-shadow: 7px 6px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 6px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 6px 7px 0px rgba(0, 0, 0, 0.75);
}
.carousel-caption.greenBox a.btn-calltoaction {
  background-color: #fff;
  color: #000;
}
.carousel-caption.greenBox a.btn-calltoaction:hover {
  border: 1px solid #000000;
  background-color: #DDDDDD;
}

.carousel-caption.noBox {
  padding-top: 90px;
  color: #000;
}

.carousel-caption.orangeButton a.btn-calltoaction {
  background-color: #F9423A;
}
.carousel-caption.orangeButton a.btn-calltoaction:hover {
  color: #FFFFFF;
  background-color: rgb(247.4926108374, 18.5172413793, 8.5073891626);
}

.carousel-caption.brightGreenButton a.btn-calltoaction {
  background-color: #5ABA47;
}
.carousel-caption.brightGreenButton a.btn-calltoaction:hover {
  background-color: rgb(71.652173913, 149.8181818182, 56.1818181818);
}

a.btn-calltoaction {
  background-color: #008264;
  padding: 0.5em 2em;
  color: #ffffff;
  text-decoration: none;
}
a.btn-calltoaction:hover {
  background-color: #5ABA47;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  background-color: rgb(0, 181, 139.2307692308);
}

.carousel-inner {
  max-height: 500px;
}

.carousel-caption.catalog {
  padding-top: 0px;
  color: #000;
  top: 50px;
}
.carousel-caption.catalog h2, .carousel-caption.catalog label {
  font-size: 3em;
  margin-bottom: 1.5em;
}
.carousel-caption.catalog label {
  font-family: "Verlag A", "Verlag B", "Verlag Book", "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: 1em;
  font-weight: 700;
  line-height: 1.2;
}
.carousel-caption.catalog input {
  margin-bottom: 2.5em;
}
.carousel-caption.catalog .btn-calltoaction {
  color: #FFF;
  background-color: rgb(233.5857142857, 16.6, 7.1142857143);
  border: 2px solid rgb(233.5857142857, 16.6, 7.1142857143);
  border-radius: 0.4em;
}
.carousel-caption.catalog .btn-calltoaction:hover {
  background-color: #F9423A;
  border: 2px solid #F9423A;
  color: #FFF;
}
.carousel-caption.catalog .catalog-buttons {
  margin-top: 30px;
}
.carousel-caption.catalog .catalog-buttons a {
  color: rgb(0, 79, 60.7692307692);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.25em;
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .carousel-caption {
    top: 80px;
    margin: 0 1em;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-caption {
    top: 10px;
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .carousel-caption.catalog {
    top: 40px;
  }
  .carousel-caption.catalog h2 {
    margin-bottom: 0.8em;
  }
  .carousel-caption.catalog input {
    margin-bottom: 0.8em;
  }
  .carousel-caption.catalog .catalog-buttons {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-caption.catalog {
    top: 20px;
  }
  .carousel-caption.catalog h2, .carousel-caption.catalog label {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .carousel-caption.catalog input {
    margin-bottom: 0.8em;
  }
  .carousel-caption.catalog .catalog-buttons {
    margin-top: 10px;
  }
  .carousel-caption.catalog .catalog-buttons a {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-caption.catalog {
    top: 0px;
  }
  .carousel-caption.catalog h2, .carousel-caption.catalog label {
    font-size: 1.3em;
    margin-bottom: 1em;
    margin-top: 2em;
  }
  .carousel-caption.catalog input {
    margin-bottom: 0px;
  }
  .carousel-caption.catalog .catalog-buttons a {
    font-size: 1em;
    margin-top: 0px;
  }
}
/************ ACTION BAR ***************/
#action-bar {
  height: 40px;
  background-color: rgb(233.5857142857, 16.6, 7.1142857143);
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
#action-bar a {
  color: #FFF;
  text-decoration: none;
}
#action-bar a:hover {
  color: #DDDDDD;
  text-decoration: none;
}
#action-bar .action {
  margin-top: 0.5em;
  border-right: 1px solid #DDDDDD;
  /*		&:hover {
  			background-color: $orange-darken;
  		}*/
}
#action-bar .action:first-of-type {
  border-left: 1px solid #DDDDDD;
}

/************ HOMEPAGE ***************/
.homepage-green, .homepage-green-mailchimp, .homepage-our-family {
  background-color: #008264;
  color: #FFFFFF;
  margin-bottom: 1.5em;
}
.homepage-green h1, .homepage-green h2, .homepage-green-mailchimp h1, .homepage-green-mailchimp h2, .homepage-our-family h1, .homepage-our-family h2 {
  margin-top: 0em;
  margin-bottom: 0em;
}
.homepage-green h2, .homepage-green-mailchimp h2, .homepage-our-family h2 {
  font-size: 2.5rem;
}

.homepage-our-family {
  background-color: #005A57;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 0em;
}
.homepage-our-family h1 {
  margin-bottom: 1em;
}
.homepage-our-family img {
  margin-bottom: 2em;
}

.homepage-white-mailchimp {
  background-color: #FFF;
  color: #000;
  margin-bottom: 1.5em;
}
.homepage-white-mailchimp h1 {
  margin-top: 0em;
  margin-bottom: 0em;
}

.homepage-green-mailchimp, .homepage-white-mailchimp {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0em;
  margin-top: 1em;
  font-family: "Verlag A", "Verlag B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
  letter-spacing: 0.015em !important;
  word-spacing: 0.001em !important;
}
.homepage-green-mailchimp #specify-newsletter, .homepage-white-mailchimp #specify-newsletter {
  margin-bottom: 0.8em;
}

.catalog-hero {
  background-color: rgb(195.5, 195.5, 195.5);
  color: #000000;
  padding-top: 4.5em;
  padding-bottom: 7em;
}
.catalog-hero h1 {
  font-size: 3em;
  margin-top: 0em;
  margin-bottom: 0.75em;
}
.catalog-hero input {
  margin-bottom: 2em;
}
.catalog-hero a, .catalog-hero button {
  margin-right: 2em;
}
.catalog-hero .form-control {
  width: 70%;
}
.catalog-hero .btn-gray {
  background-color: rgb(233.75, 233.75, 233.75);
  color: rgb(0, 79, 60.7692307692);
}
.catalog-hero .btn-gray:hover {
  background-color: #DDDDDD;
}

/************ READ AND GROW PAGE *****************************/
.rag-header {
  background: url("/images/common/rag_doginthewoods_repeating_2.svg") repeat-x;
  height: 200px;
  margin-bottom: 3.5em;
}
.rag-header h1 {
  font-size: 4em;
  margin-top: 0;
  padding-top: 0.9em;
  font-family: "Verlag A", "Verlag B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
}
.rag-header h1 a {
  color: rgb(0, 79, 60.7692307692);
}

/************ KIDS PAGE *****************************/
.kids-header {
  background: url("/images/common/kids_doginthewoods_repeating_working2.svg") repeat-x;
  height: 200px;
  margin-bottom: 3.5em;
}
.kids-header h1 {
  font-size: 4em;
  margin-top: 0;
  padding-top: 0.9em;
  font-family: "Verlag A", "Verlag B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
}
.kids-header h1 a {
  color: rgb(0, 79, 60.7692307692);
}

/************ WELCOME PAGE *****************************/
.welcome-header {
  background: url("/images/common/welcome_page_repeating.svg") repeat-x;
  height: 200px;
  margin-bottom: 3.5em;
}
.welcome-header h1 {
  font-size: 3em;
  margin-top: 0;
  padding-top: 0.9em;
  font-family: "Verlag A", "Verlag B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}
.welcome-header h1 a {
  color: rgb(246.5, 246.5, 246.5);
}

/************ TEENS PAGE *****************************/
.teens-header {
  background: url("/images/common/teen__repeating.svg") repeat-x, #9acf8f;
  height: 200px;
  margin-bottom: 3.5em;
}
.teens-header h1 {
  font-size: 4em;
  margin-top: 0;
  padding-top: 0.9em;
  font-family: "Verlag A", "Verlag B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}
.teens-header h1 a {
  color: rgb(246.5, 246.5, 246.5);
}

/************ SEE MORE EVENTS BUTTONS ***************/
.seemore-events {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
.seemore-events .btn {
  margin-right: 1em;
  margin-left: 1em;
}

.badge-info {
  background-color: #5ABA47;
  color: #000000;
}

/************** BREADCRUMBS *****************/
ul.crumbs {
  padding: 10px 16px;
  margin: 0;
  list-style: none;
  background-color: rgb(246.5, 246.5, 246.5);
}
ul.crumbs a {
  color: rgb(0, 79, 60.7692307692);
}
ul.crumbs li {
  display: inline;
}
ul.crumbs li + li:before {
  padding: 8px;
  color: black;
  content: "/ ";
}

/********* formatting in body flexContent *************/
.align-center {
  text-align: center;
}
.align-center .quote {
  max-width: 800px;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.align-left {
  float: left;
  margin-right: 1em;
}

.align-right {
  float: right;
  margin-left: 1em;
}

/********* styles for images in body flexContent *************/
.flexContent figure, .container figure {
  margin: 0 0 0.4em;
}

.flexContent figure figcaption::before, .container figure figcaption::before {
  content: "Above: ";
  font-weight: bold;
  color: #666;
}

.flexContent figure figcaption, .container figure figcaption {
  font-size: 0.9em;
  color: #666;
  text-align: center;
}

.flexContent ul, ol {
  overflow: hidden;
}

/******** formatting quotes in body flexContent *************/
.quote {
  background: url("/assets/images/green_quote.png") top left no-repeat;
  font-size: 2em;
  display: inline-block;
  max-width: 380px;
  padding-left: 60px;
}
.quote p {
  margin-bottom: 0px;
}
.quote .author {
  text-align: right;
}

/******** formatting table content inside of body content ********/
.flexContent table {
  width: 100%;
  margin-bottom: 1em;
}
.flexContent table th {
  border: solid #dddddd 1px;
  padding: 0 1em;
  background-color: #008264;
  color: #ffffff;
  vertical-align: top;
}
.flexContent table td {
  padding: 0 1em;
  border: solid #dddddd 1px;
  vertical-align: top;
}

table.zebra a {
  color: rgb(0, 79, 60.7692307692);
}
table.zebra tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.bordered {
  margin-bottom: 1em;
}
table.bordered th {
  border: solid #dddddd 1px;
  padding: 0 1em;
  background-color: #008264;
  color: #ffffff;
  vertical-align: top;
}
table.bordered td {
  padding: 0 1em;
  border: solid #dddddd 1px;
  vertical-align: top;
}

table.clear th {
  border: none;
}
table.clear td {
  border: none;
}

table.w-5 {
  width: 500px;
}

table.w-4 {
  width: 400px;
}

table.w-3 {
  width: 300px;
}

/******** formatting navigational elements inside of body content ********/
.flexContent .browse-section {
  background-color: rgb(233.75, 233.75, 233.75);
  padding: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  float: right;
  min-width: 260px;
  max-width: 320px;
  border-top: 1px solid #008264;
  border-bottom: 1px solid #008264;
}
.flexContent .browse-section .browse-section-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5em;
}
.flexContent .browse-section ul, .flexContent .browse-section li {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding-left: 1em; /* hanging indent */
  text-indent: -2em; /* hanging indent */
}
.flexContent .browse-section ul a, .flexContent .browse-section li a {
  color: rgb(0, 79, 60.7692307692);
  text-decoration: none;
}

.flexContent .show-subpages ul, .flexContent .show-subpages li {
  list-style: none;
  list-style-position: inside;
  margin: 1.4em 2em 1.4em 0;
}
.flexContent .show-subpages ul a, .flexContent .show-subpages li a {
  padding: 10px 20px;
  border-radius: 0.3em;
  background-color: rgb(233.75, 233.75, 233.75);
  color: rgb(0, 79, 60.7692307692);
  text-decoration: none;
}
.flexContent .show-subpages ul a:hover, .flexContent .show-subpages li a:hover {
  background-color: #DDDDDD;
}
.flexContent .show-subpages.horizontal ul, .flexContent .show-subpages.horizontal li {
  float: left;
  padding-left: 0;
}

/***************** styles for recent news widget *****************/
.recent-container {
  float: right;
}
.recent-container .recent-news, .recent-container .recent-pr {
  min-width: 260px;
  max-width: 320px;
}

.recent-news, .recent-pr {
  background-color: #DDDDDD;
  padding: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  border-top: 1px solid #008264;
  border-bottom: 1px solid #008264;
}
.recent-news h3, .recent-pr h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5em;
}
.recent-news ul, .recent-news li, .recent-pr ul, .recent-pr li {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding-left: 1em; /* hanging indent */
  text-indent: -2em; /* hanging indent */
}
.recent-news ul a, .recent-news li a, .recent-pr ul a, .recent-pr li a {
  text-decoration: none;
}
.recent-news .btn-more-news, .recent-pr .btn-more-news {
  margin-top: 1.5em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.more-news {
  /*	margin-top: 2em; */
}

.card-footer.button-footer {
  background-color: #FFF;
  border: none;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn-read-more {
  display: block;
  text-align: center;
  background-color: rgb(233.75, 233.75, 233.75);
  color: rgb(0, 79, 60.7692307692);
  text-decoration: none;
}
.btn-read-more:hover {
  background-color: #DDDDDD;
}

/***************** two columns ***********************************/
table.twocolumns th {
  padding-left: 0px;
  margin-left: 0px;
  border: none;
  vertical-align: top;
}
table.twocolumns td {
  padding-left: 0px;
  margin-left: 0px;
  border: none;
  vertical-align: top;
  width: 50%;
}

/*************** collapsible ****************************************/
.wrapper {
  width: 100%;
  margin-bottom: 1.3em;
}

.panel-heading {
  padding: 0;
  border: 0;
  font-size: 20px;
}

.panel-heading a:before {
  content: ">";
  float: left;
  margin-right: 1em;
  margin-left: 1em;
  transition: all 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-collapse {
  padding-left: 3em;
}

/**************** GOOGLE TRANSLATE **********************************/
table.translate {
  max-width: 600px;
}
table.translate td {
  border: 0px;
  vertical-align: middle;
}

/**************** BRANCH PAGES **********************************/
.get_directions {
  padding: 15px 10px;
  margin-top: 0;
  color: #ffffff;
  text-align: center;
  background-color: rgb(51.5, 51.5, 51.5);
}
.get_directions input, .get_directions button {
  margin-left: 5px;
  color: #000000;
}

.today {
  background-color: #008264 !important;
  font-weight: bold;
  color: #FFFFFF;
}

.branch {
  margin-bottom: 1em;
  margin-top: 1em;
}
.branch h2.card-title {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  img.branch-image {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.locationsIndex .alert-heading {
  margin-top: 0;
}

/**************** CARD styles **********************************/
div.card-deck {
  margin-top: 1em;
  margin-bottom: 1em;
}
div.card-deck .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

div.card.simple a.btn-dcpl, div.card.simpleHorizontal a.btn-dcpl, div.card.hideButton a.btn-dcpl, div.card.hideButtonHorizontal a.btn-dcpl, div.card.unstretched a.btn-dcpl, div.card.unstretchedHorizontal a.btn-dcpl {
  border-radius: 2em;
}

div.card.hideButtonHorizontal .button-div, div.card.hideButton .button-div {
  display: none;
}

div.card.bright a, div.card.brightHorizontal a {
  color: #5ABA47;
}
div.card.bright a:hover, div.card.brightHorizontal a:hover {
  color: rgb(71.652173913, 149.8181818182, 56.1818181818);
}
div.card.bright a.btn-dcpl, div.card.brightHorizontal a.btn-dcpl {
  border-radius: 2em;
  font-weight: bold;
  background-color: #5ABA47;
  border: 2px solid #5ABA47;
  color: #FFFFFF;
}
div.card.bright a.btn-dcpl:hover, div.card.brightHorizontal a.btn-dcpl:hover {
  background-color: #FFFFFF;
  color: #5ABA47;
}

div.card.brightInverse a, div.card.brightInverseHorizontal a {
  color: #5ABA47;
}
div.card.brightInverse a:hover, div.card.brightInverseHorizontal a:hover {
  color: rgb(71.652173913, 149.8181818182, 56.1818181818);
}
div.card.brightInverse a.btn-dcpl, div.card.brightInverseHorizontal a.btn-dcpl {
  border-radius: 2em;
  font-weight: bold;
  border: 2px solid #5ABA47;
  background-color: #FFFFFF;
  color: #5ABA47;
}
div.card.brightInverse a.btn-dcpl:hover, div.card.brightInverseHorizontal a.btn-dcpl:hover {
  background-color: #5ABA47;
  color: #FFFFFF;
}

div.card.fancy a, div.card.fancyHorizontal a {
  color: #F9423A;
}
div.card.fancy a:hover, div.card.fancyHorizontal a:hover {
  color: rgb(247.4926108374, 18.5172413793, 8.5073891626);
}
div.card.fancy a.btn-dcpl, div.card.fancyHorizontal a.btn-dcpl {
  border-radius: 2em;
  font-weight: bold;
  background-color: #FFF;
  color: #F9423A;
  border: 2px solid #F9423A;
}
div.card.fancy a.btn-dcpl:hover, div.card.fancyHorizontal a.btn-dcpl:hover {
  background-color: #F9423A;
  color: #FFF;
}

div.card.fancyHorizontal, div.card.brightHorizontal, div.card.simpleHorizontal, div.card.hideButtonHorizontal, div.card.brightInverseHorizontal, div.card.unstretchedHorizontal {
  /*	text-align: center; */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
div.card.fancyHorizontal ul, div.card.brightHorizontal ul, div.card.simpleHorizontal ul, div.card.hideButtonHorizontal ul, div.card.brightInverseHorizontal ul, div.card.unstretchedHorizontal ul {
  list-style-position: inside;
}
div.card.fancyHorizontal .img, div.card.brightHorizontal .img, div.card.simpleHorizontal .img, div.card.hideButtonHorizontal .img, div.card.brightInverseHorizontal .img, div.card.unstretchedHorizontal .img {
  background-color: #FFF;
}

div.cta {
  text-align: center;
  margin-left: 2em;
}

div.card.unstretched .stretched-link::after, div.card.unstretchedHorizontal .stretched-link::after {
  position: relative;
}

div.newstitle, div.card-title {
  font-family: "Verlag A", "Verlag B", "Verlag Book", "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: 1em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}

/***************************** FOOTER ***********************************/
#footer {
  background-color: #008264;
  color: #FFFFFF;
  padding-bottom: 2em;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  color: #DDDDDD;
}
#footer .connect a {
  margin-right: 1em;
}
#footer #footer-dcpl, #footer #footer-connect {
  font-weight: 700;
  margin-top: 1em;
  letter-spacing: 0;
  font-family: "Verlag A", "Verlag B", "Verlag Book", "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}

#footer-menu {
  background-color: rgb(51.5, 51.5, 51.5);
  color: #FFF;
  padding-top: 0.75em;
  padding-bottom: 2em;
}
#footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#footer-menu ul li {
  font-size: 90%;
  display: inline;
}
#footer-menu ul li a {
  text-decoration: none;
  padding: 0.2em 0.6em;
  color: #fff;
}
#footer-menu ul li a:hover {
  color: #fff;
  background-color: #4d4d4d;
}

/********************** RESEARCH *****************************************/
.resources-topics, .subject-guides {
  margin-top: 2em;
  padding: 1px 2em 0.1em 2em;
  background-color: #DDDDDD;
  border-radius: 0.4em;
}
.resources-topics ul, .subject-guides ul {
  column-count: 3;
  list-style-type: none;
}

.resources-view-all {
  margin-top: 2em;
  padding: 1px 2em 2em 2em;
  background-color: #5ABA47;
  border-radius: 0.4em;
}
.resources-view-all .btn-view {
  margin-top: 1em;
  margin-bottom: 1em;
}

.resources-bal, .resources-eal {
  margin-top: 2em;
  padding: 1px 2em 2em 2em;
  border-radius: 0.4em;
}

.resources-bal {
  background-color: #008264;
  color: white;
}

.resources-eal {
  background-color: #F9423A;
  color: white;
}

/***************************** SEE ALSO **********************************/
#see-also {
  background-color: #DDDDDD;
  color: #000;
}
#see-also #see-also-title {
  font-weight: 700;
  margin-top: 1em;
  letter-spacing: 0;
  font-family: "Verlag A", "Verlag B", "Verlag Book", "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
#see-also .card {
  background-color: #FFF;
}
#see-also .card.empty {
  background-color: #DDDDDD;
}
#see-also .card .card-body {
  text-align: center;
}
#see-also .card .card-body a {
  color: #333;
  text-decoration: none;
}
#see-also .card .card-body a:hover {
  text-decoration: underline;
}

/***************************** SEARCH RESULTS **********************************/
.catalog_results {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.catalog_results .row {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid rgb(195.5, 195.5, 195.5);
}
.catalog_results .row .thumb {
  float: left;
  width: 66px;
}
.catalog_results .row .info {
  width: 80%;
  margin-left: 20px;
}
.catalog_results .row .info .title {
  font-size: 120%;
  margin-bottom: 3px;
}
.catalog_results .row .info .author, .catalog_results .row .info .description, .catalog_results .row .info .kwic {
  font-size: 90%;
}
.catalog_results .row .info .check-availability a {
  margin: auto;
  width: 120px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  user-select: none;
  background: rgb(246.5, 246.5, 246.5);
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgb(195.5, 195.5, 195.5);
}
.catalog_results .row .info .check-availability a:hover {
  background: rgb(195.5, 195.5, 195.5);
}

.event_details-evd {
  display: block;
  padding-left: 50px;
  padding-bottom: 10px;
}
.event_details-evd:hover {
  background-color: rgb(246.5, 246.5, 246.5);
  cursor: pointer;
}

.thisday_wrapper {
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  margin-top: 15px;
}

div[class^=evd] {
  font-size: 88%;
}

div.evd-title {
  font-size: 120%;
}

.events-container > div.thisday_wrapper:first-of-type {
  border-top: none;
}

.dateicon {
  float: left;
  border: 1px solid #4d4d4d;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  margin: 5px 0px 0px 5px;
}
.dateicon .mo {
  font-size: 80%;
  text-align: center;
  padding: 0px 5px;
  background-color: #ff0000;
  color: #ffffff;
  text-transform: uppercase;
}
.dateicon .da {
  font-size: 140%;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
}

.more-events-results, .more-catalog-results {
  padding-top: 20px;
  text-align: center;
}

/************************ Freeform Styling Overrides ***************/
.ff-form-success {
  padding: 15px;
  border: 1px solid #c3e6cb;
  background: #d4edda;
  border-radius: 5px;
  color: #155724;
}

/************************ Content 2 (right column) ******************/
.col-content2 {
  border-left: 1px solid #DDDDDD;
}
.col-content2 .content2 h2, .col-content2 .content2 h3, .col-content2 .content2 h4, .col-content2 .content2 h5, .col-content2 .content2 h6 {
  margin-top: 0.5em;
}
.col-content2 .content2 .browse-section {
  background-color: rgb(233.75, 233.75, 233.75);
  padding: 1em;
  margin-bottom: 2em;
}
.col-content2 .content2 .browse-section .browse-section-titl {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.col-content2 .content2 .browse-section ul, .col-content2 .content2 .browse-section li {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding-left: 1em; /* hanging indent */
  text-indent: -2em; /* hanging indent */
}
.col-content2 .content2 .browse-section ul a, .col-content2 .content2 .browse-section li a {
  color: rgb(0, 79, 60.7692307692);
  text-decoration: none;
}

/***** custom paragraph styles ***********/
p.large-text {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
p.small-print {
  font-size: 0.85rem;
}

/******** systemwide messages ***********/
#systemMessage {
  background-color: #FFFF99;
  padding-top: 0.3em;
  font-size: 1.1em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #008264;
  text-align: center;
}
#systemMessage p {
  margin-bottom: 0px;
}

/******** new styles for ckeditor implementation ******/
figure.image.image-style-align-right, img.image-style-align-right {
  float: right;
  margin: 1em;
}

figure.image.image-style-align-left, img.image-style-align-left {
  float: left;
  margin: 1em;
}

/*# sourceMappingURL=sitewide.css.map */
