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

 */
/***************** GCB Colors **********************/
/****************************************************/
/************** Social Media Colors *******************/
@import url("https://cloud.typography.com/6806278/6365432/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: #673065;
  text-decoration: underline;
}
a:hover {
  color: #B11CAB;
  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;
  font-weight: 800;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

h4 {
  font-weight: 600 !important;
  font-size: 1.2rem !important;
}

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-gcb, .btn-success {
  background-color: #673065;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-gcb:hover, .btn-success:hover {
  background-color: #B11CAB;
  color: #FFFFFF;
}

.btn-success {
  border: none;
}

.btn-lightpurple {
  background-color: #B11CAB;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-lightpurple:hover {
  background-color: #673065;
  color: #FFFFFF;
}

.btn-orange {
  background-color: #FF4438;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-orange:hover {
  background-color: rgb(255, 20.0753768844, 5);
  color: #FFFFFF;
}

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

.center {
  text-align: center;
}

.btn.pages, .btn.see-more {
  color: #673065;
  margin-right: 0.8em;
}

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: #673065;
  color: #FFFFFF;
  text-decoration: none;
}
p.button-link a:hover {
  background-color: #3D1152;
  color: #FFFFFF;
}

.navbar-container {
  background-color: #673065;
}
.navbar-container a {
  color: #FFF;
}

/**** BOOTSTRAP NAVBAR OVER-RIDES ****/
.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 1.25em;
  font-weight: 800;
  color: #FFF;
  text-decoration: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-left: 0rem;
    padding-right: 2.6rem;
  }
}
/* xl */
@media only screen and (min-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-left: 0rem;
    padding-right: 4.8rem;
  }
}
.navbar-brand {
  text-decoration: none;
  padding: 0.2rem 0;
  font-weight: 800;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #DDDDDD;
  text-decoration: none;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #FFF;
  border-color: #FFF;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: #FFF;
}

.navbar-dark .navbar-text a {
  color: #673065;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #3D1152;
}

/******* 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.purpleBox {
  background-color: #673065;
  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.purpleBox a.btn-calltoaction {
  background-color: #fff;
  color: #000;
}
.carousel-caption.purpleBox 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: #FF4438;
}
.carousel-caption.orangeButton a.btn-calltoaction:hover {
  color: #FFFFFF;
  background-color: rgb(255, 20.0753768844, 5);
}

.carousel-caption.brightPurpleButton a.btn-calltoaction {
  background-color: #B11CAB;
}
.carousel-caption.brightPurpleButton a.btn-calltoaction:hover {
  background-color: #673065;
}

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

.carousel-control-next:hover, .carousel-control-prev:hover {
  background-color: #B11CAB;
}

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

.carousel-caption.catalog {
  padding-top: 0px;
  color: #000;
  top: 50px;
}
.carousel-caption.catalog h2 {
  font-size: 3em;
  margin-bottom: 1.5em;
}
.carousel-caption.catalog input {
  margin-bottom: 2.5em;
}
.carousel-caption.catalog .btn-calltoaction {
  color: #fff;
  background-color: #5BBA47;
  border: 2px solid #FFFFFF;
  border-radius: 0.4em;
}
.carousel-caption.catalog .btn-calltoaction:hover {
  background-color: #673065;
  border: 2px solid #673065;
  color: #FFFFFF;
}
.carousel-caption.catalog .catalog-buttons {
  margin-top: 30px;
}
.carousel-caption.catalog .catalog-buttons a {
  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 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .carousel-caption.catalog input {
    margin-bottom: 0.8em;
  }
  .carousel-caption.catalog .catalog-buttons {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-caption.catalog {
    top: 0px;
  }
  .carousel-caption.catalog h2 {
    font-size: 1.3em;
    margin-bottom: 0px;
  }
  .carousel-caption.catalog input {
    margin-bottom: 0px;
  }
  .carousel-caption.catalog .catalog-buttons {
    margin-top: 0px;
  }
}
/************ HOSTED BY SECTION *********/
img.hostedby {
  vertical-align: top;
  margin-right: 3em;
  margin-bottom: 2em;
  /* https://codepen.io/sosuke/pen/Pjoqqp */
}
img.hostedby:hover {
  filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(143%) hue-rotate(343deg) brightness(88%) contrast(103%);
}

img.affiliateof:hover {
  filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(143%) hue-rotate(343deg) brightness(88%) contrast(103%);
}

.homepage-section h1.affiliateof {
  margin-top: 2em;
}

.homepage-section h1.hostedby, .homepage-section h1.affiliateof {
  font-size: 1.4em;
}

.extrapadding {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

@media only screen and (min-width: 768px) {
  img.affiliateof {
    float: right;
  }
  .homepage-section h1.affiliateof {
    margin-top: 0em;
    float: right;
  }
}
/************ ACTION BAR ***************/
#action-bar {
  height: 40px;
  background-color: #FF4438;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
#action-bar a {
  color: #DDDDDD;
  text-decoration: none;
}
#action-bar a:hover {
  color: #FFF;
  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-heading, .homepage-section {
  color: #FFFFFF;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  margin-top: 2em;
}
.homepage-heading h1, .homepage-section h1 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 1.75rem;
  font-weight: 800;
}

.homepage-heading {
  text-align: center;
}

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

.homepage-section, .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-section #specify-newsletter, .homepage-white-mailchimp #specify-newsletter {
  margin-bottom: 0.8em;
}

.bgcolor-purple {
  background-color: #673065;
}

.bgcolor-darkpurple {
  background-color: #3D1152;
}

.bgcolor-carousel {
  background-color: #DDC0DA;
}

.bgcolor-orange {
  background-color: #FF4438;
}

.bgcolor-green {
  background-color: #008065;
}

.bgcolor-almostwhite {
  background-color: #FAFAFA;
}

.bgcolor-lightpurple {
  background-color: #B11CAB;
}

.bgcolor-lightgray {
  background-color: #DDDDDD;
}

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

/************** BREADCRUMBS *****************/
ul.crumbs {
  padding: 10px 16px;
  margin: 0;
  list-style: none;
  background-color: rgb(246.5, 246.5, 246.5);
}
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/purple_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: #673065;
  color: #ffffff;
  vertical-align: top;
  /* p {
  		display: inline;
  		margin-bottom: 0;
  	} */
}
.flexContent table td {
  padding: 0 1em;
  border: solid #dddddd 1px;
  vertical-align: top;
  /*	  p {
  				display: inline;
  				margin-bottom: 0;
  			} */
}
.flexContent table.zebra tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.flexContent table.clear th {
  border: none;
}
.flexContent table.clear td {
  border: none;
}
.flexContent table.w-5 {
  width: 500px;
}
.flexContent table.w-4 {
  width: 400px;
}
.flexContent table.w-3 {
  width: 300px;
}

/******** formatting navigational elements inside of body content ********/
.flexContent .browse-section {
  background-color: #DDDDDD;
  padding: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  float: right;
  min-width: 260px;
  max-width: 320px;
  border-top: 1px solid #673065;
  border-bottom: 1px solid #673065;
}
.flexContent .browse-section h3 {
  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 {
  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: #DDDDDD;
  color: #673065;
  text-decoration: none;
}
.flexContent .show-subpages ul a:hover, .flexContent .show-subpages li a:hover {
  background-color: rgb(195.5, 195.5, 195.5);
}
.flexContent .show-subpages.horizontal ul, .flexContent .show-subpages.horizontal li {
  float: left;
  padding-left: 0;
}

/***************** GA AUTHORS *****************/
.authorPhoto {
  float: right;
  margin: 2em;
  max-width: 350px;
  max-height: 520px;
}

.authorList {
  column-count: 3;
}

/***************** 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: #FFF;
  padding: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  border-top: 1px solid #673065;
  border-bottom: 1px solid #673065;
}
.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: #DDDDDD;
  color: #673065;
  text-decoration: none;
}
.btn-read-more:hover {
  background-color: rgb(195.5, 195.5, 195.5);
  color: #3D1152;
}

.btn {
  text-decoration: none;
  margin-bottom: 2em;
}

.btn-gray {
  background-color: #DDDDDD;
}
.btn-gray:hover {
  background-color: rgb(195.5, 195.5, 195.5);
}

.btn-purple {
  background-color: #673065;
  color: #FFFFFF;
}
.btn-purple:hover {
  background-color: #B11CAB;
  color: #FFFFFF;
}

.btn-orange {
  background-color: #FF4438;
}

/***************** 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%;
}

/**************** 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.simpleHorizontal, div.card.hideButtonHorizontal, div.card.unstretchedHorizontal {
  /*	text-align: center; */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
div.card.simpleHorizontal ul, div.card.hideButtonHorizontal ul, div.card.unstretchedHorizontal ul {
  list-style-position: inside;
}
div.card.simpleHorizontal .img, div.card.hideButtonHorizontal .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;
}

/***************************** FOOTER ***********************************/
#footer {
  background-color: #673065;
  color: #FFFFFF;
  padding-bottom: 2em;
}
#footer h2 {
  font-weight: 800;
}
#footer a {
  color: #DDDDDD;
}
#footer a:hover {
  color: #FFF;
}
#footer .connect a {
  color: #FFF;
  margin-right: 1em;
}
#footer .connect a:hover {
  color: #DDDDDD;
}
#footer .connect .eventbrite-logo {
  vertical-align: top;
}
#footer .connect .eventbrite-logo:hover {
  filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(143%) hue-rotate(343deg) brightness(88%) contrast(103%);
}

#footer-menu {
  background-color: #3D1152;
  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;
}

/***************************** SEE ALSO **********************************/
#see-also {
  background-color: #DDDDDD;
  color: #000;
}
#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;
}

/************************** EVENT CARDS *********************************/
h4.card-title.evbr {
  margin-bottom: 0em;
}

.event-date, .event-loc {
  font-weight: bold;
}

.event-date {
  font-size: 1.3em;
}

.event-loc {
  margin-bottom: 0.85em;
}

/************************** EVENTBRITE *********************************/
.eventbrite .month {
  text-transform: uppercase;
  font-weight: bold;
}
.eventbrite .day {
  font-size: 2em;
  line-height: 0.6em;
}
.eventbrite h1.name {
  margin-top: 1.3em;
  font-size: 1.5rem;
}
.eventbrite .free {
  color: gray;
}
.eventbrite .register {
  margin-top: 3em;
  margin-bottom: 3em;
}
.eventbrite .date-and-time, .eventbrite .location {
  margin-top: 0em;
}
.eventbrite .date-and-time h2, .eventbrite .location h2 {
  font-size: 1.2em;
}

/* SKIP TO MAIN CONTENT BUTTON */
.skip-link {
  background: #fff; /* High contrast with text */
  color: #000000;
  font-size: 1.1em; /* Comfortably tappable size */
  padding: 6px 10px; /* Finger-friendly hit area */
  z-index: 999999991; /* Above other elements */
  text-decoration: none; /* No underline */
  text-align: center; /* Clear relationship */
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  position: absolute;
  left: 25px;
}

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