/* break out html structu

	/* ==========================================================================
 START SEARCH PATTERN styles
   ========================================================================== */
	
/*
*, *:before, *:after {
  box-sizing: border-box;
}
*/
.highlight{
    font-weight: bold;
    font-style: italic;
    color: black;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
.toggled{
    display: block!important;
}
*/
#search-container{
    overflow: auto;
    box-sizing: border-box;
    font-family: "Signika", sans-serif;
}
#search-container hr{
    background: #D2D2D2;
    height: 1px;
    border: none;
}
.search-icon{
    color: #005b7f;
    cursor: pointer;
}
.top-search-input{
  /* width: 200px; */
  width: 245px;
  /* max-width: 225px; */
  /* margin: 10px 0px; */
  margin: 0;
  float: left;
  position: relative;
  top: 10px;
}
.top-search-input.mobile {
  display: none;
}
.top-search-input .search-options {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -25px;
}
.top-search-input .search-options label {
  /*font-size: 12px;*/
  font-size: small;
}
.top-search-input fieldset legend {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-search-input .search-options .search-option {
  /* width: 50%; */
}
.top-search-input form input[type=text]{
    width: 85%;
  padding-left: 5px;
  position: relative;
  z-index: 10;
  margin: 0;
  height: 26px;
  border: 1px solid #083643;
  border-radius: 3px;
}
.search-input {
    padding: 4px 14px;
    background: #0f6186;
    color: #fff;
    height: 27px;
    border: 0 none;
    vertical-align: top;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 3px;
}
.search-input {
  /* outline: none; */
}
.onsite-search-submit{
  width: 32px;
  height: 18px;
  max-height: 26px;
  padding: 6px 0px 5px;
  background-color: #083643;
  border-radius: 0px 3px 3px 0px;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
#search-results-container{
        position: absolute;
    left: 0;
    top: 40px;
}
#search-results{
    width: 86%;
    position: absolute;
    background: rgba(254,254,254,1);
    border: 1px solid #444;
    z-index: 999;
    padding: 20px 5px;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    display: none;
    max-height: 600px;
    overflow: scroll;
}
#search-results .result {
  margin-bottom: 10px;
  padding: 0 10px 10px 0;    
  background-position: top 5px left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #264696;
  color: #000;
  /* font-family: "Montserrat",sans-serif; */
  font-size: 11px;
  position: relative;
}
#search-results .result i {
    /* padding-right: 5px; */
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
}
#search-results .result .search-bar-item {
  color: #083643;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
#search-results a, #main-nav li.research #search-results a {
    /* font-family: "Montserrat",sans-serif; */
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: bold;
}
.result #meta-info {
  font-size: 12px;
  text-transform: uppercase;
}
#search-results .tag {
    text-transform: uppercase;

    font-weight: bold;

    padding: 0 0 0 19px;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 17px;
    font-family: "Montserrat",sans-serif;
    position: relative;
}
#search-results .tag:before {
  content: "";
  width: 14px;
  height: 16px;
  background-image: url("/assets/images/ribbons/ribbon-icon-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.search-col-left{
    box-sizing: border-box;
    width: 50%;
    padding-right:15px;
    float: left;
    margin-top: 15px;
}
.search-col-right{
    box-sizing: border-box;
    width: 50%;
    padding-left:15px;
    float: left;
    margin-top: 15px;
}

.results-container{
    margin-bottom: 20px;
    background: white;
    border: 1px solid #e8e8e8;
    padding: 0px 20px;
}
.results-container .result{
    padding: 10px 0px;
    border: none;
    /* border-bottom: 1px solid #909090; */
    background: none;
    overflow: auto;
    border-bottom: none;
    margin-bottom: 5px!important;
}
.results-container .result-head{
    border-bottom: 1px solid #e8e8e8!important;
    padding: 10px 0px 7px;
}
.result-title{
    margin-bottom: 5px;
    font-size: 16px;
}
.result-body{
    font-size: 14px;
}
.result-aside{
    float: left;
    margin-right:15px;
    min-width: 40px;
/*  min-height: 42px; */
}
.result-aside img{
    max-width: 45px;
    max-height: 63px;
}
.result-right-container{
    display: table;
}
.search-more{
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #E3E3E3;
    text-transform: uppercase;
    font-size: 14px;
    color: #005b7f;
    letter-spacing: 0px;
    padding: 10px;
}
#full-search-results{
    text-align: center;
}
@media (max-width: 750px) {
    .search-results-count{
        display: none;  
    }
    .search-col-left{
        box-sizing: border-box;
        width: 100%;
        padding-right:0px;
        float: left;
        margin-top: 15px;
    }
    .search-col-right{
        box-sizing: border-box;
        width: 100%;
        padding-left:0px;
        float: left;
        margin-top: 15px;
    }
    
}
	/* ==========================================================================
 END SEARCH PATTERN styles
   ========================================================================== *//* re into  */

/**********************************
  HELPER CLASSES
***********************************/

/* full width parent */
.grid-100 {
  display: flex;
  width: 100%;
}

/* fixed width parent */
.grid {
  width: 100%;
  max-width: 1024px; /* per design */
  box-sizing: border-box;
}

.grid-50 {
  
}


/********************************************************************
  BytePattern - alert tab
*********************************************************************/
.alerts-container {
    margin: 0 auto;
    top: 32px;
    transition: .25s;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.alerts-container.hidden {
    display: none;
}
body.open-alerts .alerts-container {
    top: 0;
    transform: translateY(0);
}
.alerts-open-area {
  /* display: flex; */
  position: relative;
}
.alert-open-detail {
    width: calc(100% - 3em);
    margin: 0;
    position: absolute;
    transform: translateX(120%);
    transition: .25s;
}
.alert-open-detail p {
  font-size: 18px;
}
.alert-open-detail p i {
  color: #8857FF;
  font-size: 18px;
}
.alert-open-detail.emergency p i {
  color: #F46036;
}
.alert-open-detail.announcement p i {
  color: #FAE121;
}

@media screen and (max-width: 1023px) {
    .alerts-container {
        transform: translateY(-100%);
    }
    .alerts-open-area {
        transform: translateY(0%);
    }
    .alert-open-detail {
      width: calc(100% - 1em);
      transform: translateX(130%);
  }
}
@media screen and (max-width: 500px) {
    .alerts-container {
        transform: translateY(-100%);
    }
    .alerts-open-area {
        transform: translateY(0%);
    }
}

.alert-open-detail.active {
    opacity: 1;
    transform: translateX(0);
}
.alert-open-detail.active ~ .alert-detail {
    transform: translateX(-120%);
}

.alerts-over {
    /* width: 500px; */
    max-width: none;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 6px;
    left: 35px;
    overflow: hidden;
}
.alert-over-wrapper {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* text-align: center; */
    transform: translateX(100%);
    transition: .25s;
    cursor: pointer;
}
.alert-over-wrapper.active {
    transform: translateX(0);
    opacity: 1;
}
.alert-over-wrapper.active ~ .alert-over-wrapper {
    transform: translateX(-100%);
}
.alert-over {
    font-size: 14px;
    margin-top:7px;
    color: #fff;
}

a.alerts-container-close {
    font-size: 12px;
    position: absolute;
    top: 30%;
    right: .5em;
    transform: translateY(-50%);
    height: auto;
    color: #333;
    border: none;
    border-radius: 0;
    z-index: 100;
}
a.alerts-container-close:hover {
    cursor: pointer;
}
.alerts-container-close .fa-times.fa-stack-1x {
    line-height: 1.8em;
}
/*** End BytePattern - alert tab ***/


/********************************************************************
  Carousel CSS Auto-embed
*********************************************************************/
/****** Start Carousel CSS Auto-embed - Base Styles *******/
/* Slick Base Carousel -- http://kenwheeler.github.io/slick/ -- do not change below */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  /* outline: none; */
  background: transparent;
  z-index: 100;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: auto;
}
[dir='rtl'] .slick-prev {
  right: 25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: ;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li:last-of-type {
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  /* outline: none; */
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  /* outline: none; */
  background-color: transparent;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'arial', sans-serif;
  font-size: 48px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  /* content: ''; */
  content: '•';
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0,0,0,.5);
  */
}
.slick-dots li.slick-active button:before {
  opacity: .75;
}
/* End Slick Base Carousel -- do not change above */

/****** End Carousel CSS Auto-embed - Base Styles *******/


/****** Carousel CSS Auto-embed - site specific area *******/

/* Carousel content styling, including any Slick changes to dots, arrows, etc. */
.byte-parent-carousel {
	position: relative;
	height: 418px;
    width: 100%;
}
.byte-parent-responsive {
  width: 94.897%;
  height: 180px;
  margin: 0 auto;
}
.byte-carousel, .byte-carousel-responsive {
  width: 100%;
	height: 418px;
	position: relative;
	top:0;
	left: 0;
}
.byte-carousel-responsive {
  position: absolute;
}
.byte-carousel-responsive, .byte-carousel-responsive .slick-track {
  height: 180px;
}
.byte-carousel .slick-track {
    height: 418px;
}
.byte-carousel-pane {
	box-sizing: border-box;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.byte-carousel-pane .byte-carousel-text h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 22px;
    font-family: "Montserrat", sans-serif
}
.byte-carousel-pane .byte-carousel-text {
    position: absolute;
    width: 40%;
    right: 25px;
    top: 75px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 26px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: white;
}
.byte-carousel-pane .byte-carousel-link {
    display: block;
    width: 225px;
    text-decoration: none;
    padding: 10px;
    background-color: #091933;
    color: white;
}
.byte-carousel .slick-dots {
    bottom: 15px;
}
.byte-carousel .slick-dots li button:before {
    color: white;
}
.byte-carousel .slick-dots li.slick-active button:before {
    color: white;
}
.byte-carousel-pane-link {
    position: absolute;
    bottom: 20px;
    right: 20px;

    text-decoration: none;
    color: yellow;
    text-transform: uppercase;
}

.byte-parent-carousel.is-hidden-fade {
    opacity: 0;
}
.byte-parent-carousel.is-visible-fade {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
}


.byte-carousel-2 {
  width: 93.334%;;
  margin: 0 auto;
  color: #cedbef;
  font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 100;
	line-height: 26px;
	position: relative;
}
.byte-carousel-2 .byte-carousel-pane-outer {}
.byte-carousel-2 .byte-carousel-pane-text {
	position: relative;
    box-sizing: border-box;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    transition: top .5s;
}
.byte-carousel-2 .slick-current .byte-carousel-pane-text {
	position: relative;
    box-sizing: border-box;
	top: 0px;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	transition: top .5s;
}
.byte-carousel-2 .slick-list {
  overflow: unset;
}
/* override some of the dots styles */
.byte-carousel-2 .slick-dots {
  width: 50%;
  /*
  padding-left: 22px;
  box-sizing: border-box;
  */
  text-align: right;
  right: 15px;
  top: 15px;
}
.byte-carousel-2 .slick-dots li {
	margin: 0px;
}
.byte-carousel-2 .slick-dots li button:before, .byte-carousel-2 .slick-dots li.slick-active button:before {
  color: #083643;
}
.blue .byte-carousel-2 .slick-dots li button:before, .blue .byte-carousel-2 .slick-dots li.slick-active button:before {
  color: #21CEE4;
}
.purple .byte-carousel-2 .slick-dots li button:before, .purple .byte-carousel-2 .slick-dots li.slick-active button:before {
  color: #8857FF;
}
.green .byte-carousel-2 .slick-dots li button:before, .green .byte-carousel-2 .slick-dots li.slick-active button:before {
  color: #00A678;
}
.orange .byte-carousel-2 .slick-dots li button:before, .orange .byte-carousel-2 .slick-dots li.slick-active button:before {
  color: #F46036;
}
.yellow .byte-carousel-2 .slick-dots li button:before, .yellow .byte-carousel-2 .slick-dots li.slick-active button:before {
  color: #FAE121;
}
/* End Carousel content styling, including any Slick changes to dots, arrows, etc. */

/****** End Carousel CSS Auto-embed - site specific area *******/


/******************* Booklists ********************/
.booklists-block {
  width: calc(100% - 10px);
  box-shadow: 0px 3px 5px rgba(0,0,0,.05);
  position: relative;
  left: 10px;
}
/*
#booklists-block .border-shape {
  background-image: url('/assets/images/borders/poc-triangle-default.svg'), url('/assets/images/borders/poc-rectangle-default.svg');
}
*/
.booklists-block .booklists-block-content {
  margin: -5px 0 0 0;
  padding: 5px 35px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url('/assets/images/ricepaper-bkgd2.png');
}
#booklist-container {
  height: auto;
  margin: 10px 0 20px 0;
  text-align: center;
  /* display: inline-block; */
  display: flex;
  flex-wrap: wrap;
}
.bookcover {
  width: 166px;
  height: 230px;
  margin: 10px 5px 30px 5px;
  display: inline-block;
  position: relative;
  cursor:pointer;
  -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}
.book .bookcover {
  margin: 10px 5px 0 5px;
}
.wysiwyg .bookcover img {
  width: 166px;
  margin: 0px;
}
.bookcover .frontface, .bookcover .backface {
  position:absolute;
  top:0;
  left:0;
  -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;
}
.bookcover .frontface {
  width: 166px;
  max-height: 230px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  z-index: 5;
  overflow: hidden;
}
.bookcover .frontface img {
  width: 100%;
  max-height: 230px;
  padding: 0;
  background-image: none;
}
.bookcover .backface {
  width: 138px;
  height: 210px;
  padding: 10px 8px 10px 20px;
  background: url('/assets/images/book-backface.png') no-repeat;
  text-align: left;
  z-index: 1;
  overflow: hidden;
  transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}
.bookcover .backface h3 {
  margin: 0 0 10px 0;
  /* color: #fff; */
  color: #268dbe;
  font-size: 14px;
  line-height: 17px;
}
.bookcover .backface h3 span {
  margin-top: 2px;
  color: #ccc;
  font-size: 12px;
  display: inline-block;
}
.bookcover .backface p.desc {
  margin: 4px 0px;
  color: #aaa;
  font-size: 11px;
  line-height: normal;
  hyphens: auto;
}
.bookcover .book-discussion {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
}
.bookcover .backface a {
  text-decoration: none;
}
.bookcover .backface p.view-all {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}
.bookcover p:hover.view-all {
  color: #fff;
}
.bookcover:hover .flipcover .backface, .bookcover.hover .flipcover .backface {
  -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
} 
.bookcover:hover .flipcover .frontface, .bookcover.hover .flipcover .frontface {
  -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
a.book {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.book .book_label {
  margin-top: 10px;
  color: #083643;
  text-decoration: none;
  position: unset;
}
.book_label {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -29px;
}
.book:hover .book_label {
  color: #083643;
}
.flipcover {
  position: relative;
  -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
}
.ie9 .bookcover:hover .frontface, .lt-ie9 .bookcover:hover .frontface {
  display:none;
}
ul.booklists {
  width: 100%;
  /* margin: 10px 0; */
  margin: 0;
  /* padding: 10px 6px; */
  padding: 21px 10px 18px 10px;
  box-sizing: border-box;
  /* border-right: 3px solid #0A4454; */
  box-shadow: -1px 3px 5px rgba(0,0,0,.5);
  display: inline-block;
  position: relative;
}
ul.booklists:before, ul.booklists:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #0A4454;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
ul.booklists:after {
  height: 3px;
  /* display: none; */
  top: auto;
  bottom: 0;
  box-shadow: 3px 2px 5px rgba(0,0,0,.3);
}
/*
.yellow ul.booklists:after {
  background-color: #FAE121;
}
.purple ul.booklists:after {
  background-color: #8857FF;
}
.green ul.booklists:after {
  background-color: #00A678;
}
.blue ul.booklists:after {
  background-color: #21CEE4;
}
.orange ul.booklists:after {
  background-color: #F46036;
}

ul.booklists .border-shape {
  background-image: url('/assets/images/borders/poc-triangle-default.svg'), url('/assets/images/borders/poc-rectangle-default.svg');
}
*/
ul.booklists li {
  margin: 0 10px 10px 0;
  padding: 0;
  list-style: none;
  color: #aaa;
  font-family: "Montserrat",sans-serif;
  font-size: 13px;
  font-weight: bold;
  float: left;
}
ul.booklists li:first-child {
  padding-left: 0;
}
#booklist-container ul.booklists {
  padding: 0;
}
#booklist-container ul.booklists:after {
  display: none;
}
#booklist-container ul.booklists li {
  margin: 0 3px 3px 0;
}
ul.booklists li:before {
  display: none;
}
ul.booklists li span {
  padding: 5px;
  display: block;
}
ul.booklists li a, ul.research-topics li a {
  margin: 0;
  padding: 5px 15px 1px 15px;
  background-color: #eee;
  border-bottom: 4px solid transparent;
  color: #083643;
  text-decoration: none;
  display: block;
}
ul.booklists li a:hover, ul.booklists li a.active {
  /* background-color: #F11515; */
  /* color: #fff; */
  color: #083643;
  border-bottom: 4px solid #F11515;
}
/*
.yellow ul.booklists li a:hover, .yellow ul.booklists li a.active {
  background-color: #FAE122;
}
.purple ul.booklists li a:hover, .purple ul.booklists li a.active {
  background-color: #8857FF;
}
.green ul.booklists li a:hover, .green ul.booklists li a.active {
  background-color: #00A678;
}
.blue ul.booklists li a:hover, .blue ul.booklists li a.active {
  background-color: #21CEE4;
}
.orange ul.booklists li a:hover, .orange ul.booklists li a.active {
  background-color: #F46036;
}

ul.booklists li a.active {
  background-color: #F46036;
}
ul.booklists li a.active {
  background: #d8d8d8;
  color: #000;
}
ul.booklists li a:hover {
  background: #d8d8d8;
}
*/
.databases-block ul li:before {
  background-image: none;
}
ul.alphabet {
  margin:0 auto;
  padding:0; list-style:none;
  text-align:center;
  margin-top:20px;
}
ul.alphabet li {
  display:block;
  float:left;
  border-left:1px solid #ccc;
  font-family:"Raleway",sans-serif;
  font-size:16px; height:16px;
  line-height:16px;
  padding:0px 8px;
  display:block; height:16px;
  color:#aaa;
  margin-bottom: .5em;
}
ul.alphabet li a {
  font-weight:500;
  display:block; height:16px;
  -webkit-transition:background-color .25s linear;
}
ul.alphabet li:hover {
  background:#fafafa;
}
ul.alphabet li.selected a {
  color: #F11515;
}
ul.alphabet li:first-child, ul.alphabet li:first-child a {
  border-left:none;
  padding-left:0px;
}
ul.alphabet li:last-child {
  padding-right:0px;
}
ul.research-topics {
  margin: 20px 0;
  padding: 10px;
  background-color: #d3f0ff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.research-topics li {
  margin: 4px;
  padding: 5px 10px 1px 10px;
  border-bottom: 4px solid transparent;
  font-weight: 500;
  position: relative;
}
ul.research-topics li.selected a, ul.research-topics li:hover a {
  border-bottom: 4px solid #F11515;
}
table#research-databases {
  margin-top: 20px;
  border-collapse: collapse;
}
table#research-databases tr {
  border-top: 1px solid #cecece;
}
table#research-databases th, table#research-databases td {
  vertical-align:top;
  padding:20px 10px;
}
table#research-databases td p {
  margin:0;
  margin-top:20px;
}
table#research-databases td p:first-child {
  margin-top:0px;
}
table#research-databases td.image {
  width:146px;
  padding-left:0px;
}
table#research-databases td.name {
  width:180px;
  font-family:"Raleway",sans-serif;
}
table#research-databases td.description {
  padding:20px 0px;
}

/**********************************
  GENERAL
***********************************/
/* 
-- start with your general styles
-- then add in styles for special layouts like `home` 
-- use comments to separate sections like `home-header`
*/

/***** Background pattern from Toptal Subtle Patterns *****/

/*----- accessability option styles -----*/
/* bigger-text */
.bigger-text h1 {
  font-size: 38px;
}
.bigger-text h2 {
  font-size: 28px;
}
.bigger-text h3 {
  font-size: 26px;
  font-size: 23px;
}
.bigger-text .main-content .home-content .home-upcoming-events .upcoming-events-banner .banner-text h3 {
  font-size: 24px;
}
.bigger-text .keyword-wrap .help-text h3 {
  font-size: 23px;
}
.bigger-text .bookcover .backface h3 {
  font-size: 16px;
}
.bookcover .backface h3 span {
  font-size: 14px;
}
.bigger-text h4 {
  font-size: 23px;
  font-size: 20px;
}
.main-content .home-content .home-upcoming-events .upcoming-events-banner .banner-text h4 {
  font-size: 23px;
}
.bigger-text h5 {
  font-size: 19px;
  line-height: 22px;
}
.bigger-text .side-bar .blog-block h5 {
  font-size: 21px;
}
.bigger-text p {
  font-size: 23px;
  line-height: 25px;
  font-size: 20px;
  line-height: 22px;
}
.bigger-text .main-content .home-content .home-upcoming-events .upcoming-events-banner .banner-text p {
  font-size: 17px;
}
.bigger-text .main-content .home-content .home-slider-box .home-slider-text p {
  font-size: 22px;
  font-size: 19px;
}
.bigger-text .content-slider-block p {
  font-size: 20px;
}
.bigger-text .bookcover .backface p.desc {
  font-size: 13px;
}
.bigger-text .bookcover .backface p.view-all {
  font-size: 14px;
}
.bigger-text a {
  font-size: 22px;
  font-size: 19px;
}
.bigger-text .body-content a[href^="http://"]:not([href*="example.com"]):after,
.bigger-text .body-content a[href^="https://"]:not([href*="example.com"]):after,
.bigger-text a.external:after,
.bigger-text p.external:after {
  font-size: 14px;
  font-size: 13px;
}
.bigger-text .page-map a {
  font-size: 20px;
}
.bigger-text .upcoming-events a {
  font-size: 18px;
}
.bigger-text .event-item .title,
.bigger-text .event-item .showtime,
.bigger-text .event-about p {
  font-size: 17px; 
}
.bigger-text .main-content .home-content .home-upcoming-events .event-item h4::before, .bigger-text .quick-links a::before {
  width: 17px;
  height: 21px;
  background-size: 99%;
  left: -22px;
}
.bigger-text ul li {
  font-size: 20px;
  padding-left: 20px;
}
.bigger-text ul li:before {
  width: 12px;
  height: 14px;
  background-size: 99%;
  top: 4px;
}
.bigger-text .blog-block .blog-credits li,
.bigger-text .blog-block .blog-credits li a {
  font-size: 15px;
  line-height: 17px;
}
.bigger-text header ul.main-nav li {
  padding-bottom: 8px;
}
.bigger-text button,
.bigger-text a.button-like,
.bigger-text .search.button-like {
  font-size: 22px;
  font-size: 19px;
}
.bigger-text button.alt,
.bigger-text a.button-like.alt,
.bigger-text .search.button-like.alt {
  font-size: 18px;
}
.bigger-text .main-content .home-content .home-upcoming-events .upcoming-events a.button-like {
  font-size: 22px;
  font-size: 19px;
}
.bigger-text .search-box input {
  font-size: 20px;
}
.bigger-text .search-box button {
  right: 15px;
}
.bigger-text .footer-wrapper .footer-content-left .info-item p,
.bigger-text .footer-wrapper .footer-content-left .info-item a {
  font-size: 17px;
}
.bigger-text footer .footer-content-left .info-item.utility-menu li .dropdown-box a {
  font-size: 16px;
}
.bigger-text .footer-wrapper .footer-content-right ul.footer-nav li a {
  font-size: 19px;
}
.bigger-text .footer-wrapper .footer-content-right ul.footer-nav li ul li a {
  font-size: 18px;
}

/* dark-mode */
body.dark-mode,
.dark-mode .booklists-block .booklists-block-content {
  background-color: #000;
  background-color: #121212;
  background-image: url("/assets/images/ricepaper-bkgd2-dark-mode.png");
  background-image: none;
  
}
body.purple.dark-mode {
  background-image: url('/assets/images/page-bkgd-purple-dark-mode.png');
  background-image: none;
}
body.green.dark-mode {
  background-image: url('/assets/images/page-bkgd-green-dark-mode.png');
  background-image: none;
}
/*
.dark-mode header .site-logo img,
.dark-mode header nav img.nav-start.xl,
.dark-mode .footer-top.xl,
.dark-mode .footer-wrapper .footer-content-left .footer-logo {
  display: none;
}
.dark-mode header .site-logo img.dark-mode,
.dark-mode header nav img.nav-start.xl.dark-mode,
.dark-mode .footer-top.xl.dark-mode,
.dark-mode .footer-wrapper .footer-content-left .footer-logo.dark-mode {
  display: block;
}
*/
.dark-mode .offscreen-content,
.dark-mode .page-header h1,
.dark-mode header .header_wrapper,
.dark-mode header .header-content .upper-content,
.dark-mode header .white-bkgd {
  background-color: #808080;
  background-color: #404040;
  background-color: #2F2F2F;
  background-color: #181818;
  background-color: #121212;
}
.dark-mode .top-search-input form input[type=text],
.dark-mode .results-container,
.dark-mode fieldset .field-container input,
.dark-mode fieldset .field-container textarea,
.dark-mode .side-bar .upcoming-events,
.dark-mode header ul.utility-menu.main-nav li .dropdown-box,
.dark-mode .main-content .home-content .home-slider-box .home-slider-text,
.dark-mode .weekly-row td,
.dark-mode .weekly-row td.empty-space,
.dark-mode .event-details .popup-content {
  background-color: #303030;
  background-color: #282828;
}
.dark-mode .page-header h1,
.dark-mode h2,
.dark-mode .list-event .event-about h2:hover,
.dark-mode h3,
.dark-mode .page-map h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode .side-bar .blog-block h5,
.dark-mode header ul.main-nav a,
.dark-mode header ul.utility-menu.main-nav a,
.dark-mode header ul.utility-menu.main-nav a:hover,
.dark-mode header ul.utility-menu.main-nav li .dropdown-box a,
.dark-mode header ul.utility-menu.main-nav li .dropdown-box a:hover,
.dark-mode .access-options .access-item p,
.dark-mode .offscreen-content .hour-content .hour-item p,
.dark-mode .offscreen-content .heading a,
.dark-mode .top-search-input form input[type=text],
.dark-mode .event-details .close-event,
.dark-mode .footer-wrapper .footer-content-left .info-item p,
.dark-mode .footer-wrapper .footer-content-left .info-item p:hover,
.dark-mode .footer-wrapper .footer-content-left .info-item a,
.dark-mode .footer-wrapper .footer-content-left .info-item a:hover,
.dark-mode .footer-wrapper .footer-content-right ul.footer-nav li a,
.dark-mode footer .footer-content-left .info-item.utility-menu li .dropdown-box a,
.dark-mode footer .footer-wrapper a,
.dark-mode footer .footer-credits a,
.dark-mode footer .footer-credits p {
  color: #E0E0E0;
}
.dark-mode p,
.dark-mode p.intro,
.dark-mode a,
.dark-mode .page-map a,
.dark-mode ul li,
.dark-mode fieldset .field-container label,
.dark-mode .keyword-wrap .help-text p,
.dark-mode .top-search-input .search-options label,
.dark-mode .blog-block .blog-credits li,
.dark-mode .blog-block .blog-credits li a,
.dark-mode .search-box input,
.dark-mode .search-box input::placeholder,
.dark-mode .search-box button,
.dark-mode .search-box button:hover,
.dark-mode #search-container .search-results-count,
.dark-mode .search-more,
.dark-mode .results-container .result-head,
.dark-mode .blog-post .text,
.dark-mode .event-item .title,
.dark-mode .event-item .showtime,
.dark-mode .event-about p,
.dark-mode fieldset .field-container input,
.dark-mode fieldset .field-container textarea,
.dark-mode .upcoming-events .event-info p,
.dark-mode .upcoming-events a,
.dark-mode .upcoming-events-banner .banner-text .banner-address {
  color: #fff;
  color: #A3A3A3;
}
/*
#E0E0E0 <- High Emphasis 87%
#A3A3A3 <- Med Emphasis  60%
#707070 <- Disabled      38%
*/
.dark-mode .top-search-input form input[type=text] {
  border: 1px solid #A3A3A3;
}
.dark-mode .onsite-search-submit,
.dark-mode .access-options .access-item a p.icon {
  background-color: #B1D235;
  background-color: #00A678;
}
.dark-mode .event-details .popup-content {
  border: 5px solid #00A678;
}
.dark-mode .weekly-row td,
.dark-mode .weekly-row td.empty-space,
.dark-mode .offscreen-content hr {
  border: 1px solid #fff;
}
.dark-mode .offscreen-content .hour-content .hour-item {
  border-left: 2px solid #fff;
  border-left: 2px solid #A3A3A3;
}
.dark-mode .offscreen-content .hour-content .hour-item:last-of-type {
  border: 2px solid #fff;
  border: 2px solid #A3A3A3;
}
.dark-mode .side-bar .upcoming-events {
  border: 2px solid #fff;
  border: 2px solid #A3A3A3;
}
.dark-mode .search-box {
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid #A3A3A3;
}
.dark-mode .upcoming-events a {
  border-bottom: 1px solid #fff;
}
.dark-mode .side-bar .blog-block .blog-credits li {
  border-right: 1px solid #fff;
  border-right: 1px solid #A3A3A3;
}
/*
.dark-mode .results-container,
.dark-mode fieldset .field-container input,
.dark-mode fieldset .field-container textarea,
.dark-mode .rc-anchor-light {
  border: 1px solid #2E2E2E;
}
*/
.dark-mode .rounded-edge-line,
.dark-mode .body-content .upcoming-events .rounded-edge-line {
  background-color: #fff;
}
.dark-mode header ul.main-nav {
  background-image: url('/assets/images/nav-bkgd-1440-dark-mode.png');
}
.dark-mode ul li:before {
  background-image: url('/assets/images/list-style-icon-dark-mode.svg');
}
.dark-mode .main-content .home-content .home-upcoming-events .upcoming-events-banner,
.dark-mode .content-slider-block {
  background-image: url("/assets/images/bkgd-pattern-black.png");
}
.dark-mode .content-slider-block .byte-parent-responsive button {
  background-image: url('/assets/images/books-silder-left-arrow-icon-dark-mode.png');
}
.dark-mode .footer-wrapper {
  background-image: url('/assets/images/footer-bkgd-1440v2-dark-mode.png');
}
.dark-mode .footer-wrapper .footer-content-left .info-item .social-icon {
  background-color: #B1D235;
}
.dark-mode .footer-wrapper .footer-content-left .info-item .social-icon:hover {
  background-color: #BEE339;
  color: #083643;
}
.dark-mode .footer-wrapper .footer-content-left .info-item .social-icon i {	
  color: #083643;	
}
.dark-mode .footer-credits {
  background-color: #094B5E;
}

.high-contrast .page-header h1,
.high-contrast h2,
.high-contrast .list-event .event-about h2:hover,
.high-contrast h3,
.high-contrast .page-map h3,
.high-contrast header ul.main-nav a,
.high-contrast header ul.utility-menu.main-nav a,
.high-contrast header ul.utility-menu.main-nav a:hover,
.high-contrast header ul.utility-menu.main-nav li:first-of-type .dropdown-box a,
.high-contrast header ul.utility-menu.main-nav li:first-of-type .dropdown-box a:hover {
  color: #121212;
  text-shadow: none;
}
.high-contrast h4,
.high-contrast h5,
.high-contrast p,
.high-contrast a,
.high-contrast ul li,
.high-contrast .offscreen-content .hour-content .hour-item p,
.high-contrast .access-options .access-item p,
.high-contrast .blog-block .blog-credits li,
.high-contrast .blog-block .blog-credits li a,
.high-contrast footer .footer-content-left .info-item.utility-menu li .dropdown-box a,
.high-contrast .footer-wrapper .footer-content-right ul.footer-nav li ul li a,
.high-contrast footer .footer-wrapper a,
.high-contrast footer .footer-credits a {
  color: #121212;
  font-weight: 500;
}
.high-contrast p.intro,
.high-contrast .cal-title-block .calendar-title h2,
.high-contrast .page-map p.active a,
.high-contrast .page-map a,
.high-contrast .footer-wrapper .footer-content-left .info-item p,
.high-contrast .footer-wrapper .footer-content-left .info-item a,
.high-contrast .footer-wrapper .footer-content-right ul.footer-nav li a {
  color: #121212;
  font-weight: 700;
}
.high-contrast .footer-wrapper .footer-content-left .info-item .social-icon {
  color: #B1D235;
  font-weight: 400;
}
.high-contrast .side-bar-item.quick-links,
.high-contrast .side-bar-item.page-map,
.high-contrast .rounded-edge-line img,
.high-contrast .main-content .rounded-edge-line img {
  opacity: 1;
}
.high-contrast .content-slider-block .byte-parent-responsive img,
.high-contrast .arrival-placeholder {
  opacity: .8;
}
.high-contrast .side-bar-item,
.high-contrast .page-children-items .page-item .img-block,
.high-contrast .blog-block .img-block,
.high-contrast .main-content img {
  opacity: .65;
}
/*
.high-contrast .main-content img {
  opacity: .8;
}
*/
.high-contrast .access-options .access-item a p.icon,
.high-contrast .rounded-edge-line.green,
.high-contrast .onsite-search-submit,
.high-contrast .calendar-day-head,
.high-contrast .content-slider-block a.button-like,
.high-contrast .footer-wrapper .footer-content-left .info-item .social-icon {
  background-color: #121212;
}
.high-contrast #top-search-input form input[type=text] {
  border: 1px solid #121212;
}
.high-contrast .purple .page-map,
.high-contrast .green .page-map {
  box-shadow: 5px 5px 15px rgba(0,0,0,.45);
}
.high-contrast h1.heading,
.high-contrast header ul.main-nav li.active a,
.high-contrast header ul.main-nav li .dropdown-box a,
.high-contrast header ul.main-nav a:hover,
.high-contrast header ul.main-nav li:first-of-type .dropdown-box a,
.high-contrast header ul.main-nav li:first-of-type .dropdown-box a:hover,
.high-contrast header ul.main-nav li:nth-of-type(4) .dropdown-box a,
.high-contrast header ul.main-nav li:nth-of-type(4) .dropdown-box a:hover,
.high-contrast header ul.main-nav li:nth-of-type(5) .dropdown-box a,
.high-contrast header ul.main-nav li:nth-of-type(5) .dropdown-box a:hover {
  color: #fff;
  text-shadow: 0 0 3px #121212;
}
.high-contrast .byte-parent-responsive button,
.high-contrast .search-box button {
  text-shadow: none;
  box-shadow: none;
}
.high-contrast .byte-parent-responsive button {
  color: transparent;
}
.high-contrast button,
.high-contrast a.button-like,
.high-contrast .search.button-like,
.high-contrast .content-slider-block a.button-like {
  background-color: #121212;
  box-shadow: 0 0 5px rgb(0,0,0,.65);
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 3px #121212;
}
/*
.high-contrast .home-content .home-slider-box .home-slider {
  background-image: none;
}
.high-contrast .yellow .border-shape,
.high-contrast .purple .border-shape,
.high-contrast .green .border-shape,
.high-contrast .blue .border-shape,
.high-contrast .orange .border-shape {
  background-image: url('/assets/images/borders/poc-triangle-default.svg'), url('/assets/images/borders/poc-rectangle-default.svg');
}
*/

/* desaturate */
.desaturate h1.heading,
.desaturate.yellow h1.heading,
.desaturate.blue h1.heading,
.desaturate.orange h1.heading {
  background-image: url('/assets/images/bkgd-pattern-desaturate2.png');
}
.desaturate   .page-header h1:before {
  background-image: url('/assets/images/back-book-icon-green-desaturate.svg');
}
.desaturate.purple h1.heading,
.desaturate.green h1.heading {
  background-image: url('/assets/images/heading-bkgd-purple-desaturate.png');
}

.desaturate .bookcover .backface h3 {
    color: #fff;
}

.desaturate h1,
.desaturate h2,
.desaturate .cal-title-block .calendar-title h2,
.desaturate h3,
.desaturate .page-map h3,
.desaturate h4,
.desaturate h5,
.desaturate p,
.desaturate .event-item .title,
.desaturate .event-item .showtime,
.desaturate .event-about p,
.desaturate a,
.desaturate a:hover,
.desaturate.yellow a:hover,
.desaturate.purple a:hover,
.desaturate.green a:hover,
.desaturate.blue a:hover,
.desaturate.orange a:hover,
.desaturate header ul.main-nav a,
.desaturate header ul.utility-menu.main-nav a,
.desaturate header ul.utility-menu.main-nav li:first-of-type .dropdown-box a,
.desaturate header ul.utility-menu.main-nav li:first-of-type .dropdown-box a:hover,
.desaturate header ul.utility-menu.main-nav li .dropdown-box a,
.desaturate header ul.utility-menu.main-nav li .dropdown-box a:hover,
.desaturate header ul.utility-menu.main-nav a:hover,
.desaturate ul.event-filters li:first-of-type,
.desaturate ul.event-filters li:nth-of-type(2),
.desaturate ul.event-filters li:nth-of-type(3),
.desaturate ul.event-filters li:nth-of-type(4),
.desaturate ul.event-filters li:nth-of-type(5),
.desaturate header .header-content .upper-content .notice-text,
.desaturate .search-box input,
.desaturate .search-box input::placeholder,
.desaturate .search-box button,
.desaturate .search-box button:hover,
.desaturate .upcoming-events-banner .banner-text .banner-address,
.desaturate .content-slider-block a.button-like,
.desaturate .blog-block .blog-credits li,
.desaturate .blog-block .blog-credits li a,
.desaturate .event-details .close-event,
.desaturate .body-content .upcoming-events .event-info p:first-of-type,
.desaturate .upcoming-events .event-info a:first-of-type,
.desaturate .footer-wrapper .footer-content-left .info-item p,
.desaturate .footer-wrapper .footer-content-left .info-item a,
.desaturate .footer-wrapper .footer-content-left .info-item i,
.desaturate footer .footer-content-left .info-item.utility-menu li .dropdown-box a,
.desaturate .footer-wrapper .footer-content-right ul.footer-nav li a,
.desaturate footer .footer-wrapper a,
.desaturate footer .footer-credits a {
  color: #2A2A2A;
}
.desaturate button,
.desaturate a.button-like,
.desaturate .search.button-like,
.desaturate .yellow  button,
.desaturate .yellow a.button-like,
.desaturate .yellow .search.button-like,
.desaturate .purple button,
.desaturate .purple a.button-like,
.desaturate .purple .search.button-like,
.desaturate .green button,
.desaturate .green a.button-like,
.desaturate .green .search.button-like,
.desaturate .blue button,
.desaturate .blue a.button-like,
.desaturate .blue .search.button-like,
.desaturate .orange button,
.desaturate .orange a.button-like,
.desaturate .orange .search.button-like {
  background-color: #2A2A2A;
  border-bottom: 5px solid #B0B0B0;
}
.desaturate .content-slider-block .byte-parent-responsive button {
    border: none;
}
.desaturate button:hover,
.desaturate a.button-like:hover,
.desaturate .search.button-like:hover,
.desaturate .yellow  button:hover,
.desaturate .yellow a.button-like:hover,
.desaturate .yellow .search.button-like:hover,
.desaturate .purple button:hover,
.desaturate .purple a.button-like:hover,
.desaturate .purple .search.button-like:hover,
.desaturate .green button:hover,
.desaturate .green a.button-like:hover,
.desaturate .green .search.button-like:hover,
.desaturate .blue button:hover,
.desaturate .blue a.button-like:hover,
.desaturate .blue .search.button-like:hover,
.desaturate .orange button:hover,
.desaturate .orange a.button-like:hover,
.desaturate .orange .search.button-like:hover,
.desaturate .cal-title-block .calendar-title {
  background-color: #B0B0B0;
  color: #fff;
}
.desaturate .page-map p.active a, .desaturate .yellow .page-map p.active a, .desaturate .purple .page-map p.active a, .desaturate .green .page-map p.active a, .desaturate .blue .page-map p.active a, .desaturate .orange .page-map p.active a {
  color: #000;
}
.desaturate .footer-wrapper .footer-content-left .info-item .social-icon i {
  color: #B0B0B0;
}
.desaturate header .header-content .upper-content .circle-box #hours-circle a:before,
.desaturate header .header-content .upper-content .circle-box #notices-circle a,
.desaturate #offscreen-hours .circle-icon,
.desaturate #offscreen-notice .heading i,
.desaturate .calendar-day-head {
  background-color: #6F6F6F;
}
.desaturate #offscreen-hours.active .offscreen-content,
.desaturate #offscreen-access.active .offscreen-content,
.desaturate #offscreen-notice.active .offscreen-content {
  border: 5px solid #6F6F6F;
}
.desaturate ul.booklists li a:hover,
.desaturate ul.booklists li a.active {
  border-bottom: 4px solid #6F6F6F;
}
.desaturate .page-header h1,
.desaturate.yellow .page-header h1,
.desaturate.purple .page-header h1,
.desaturate.green .page-header h1,
.desaturate.blue .page-header h1,
.desaturate.orange .page-header h1 {
  border-top: 10px solid #2A2A2A;
}
.desaturate .weekly-row td,
.desaturate .weekly-row td.empty-space {
  border: 1px solid #2A2A2A;
}

.desaturate header .header-content .upper-content .circle-box #access-circle a,
.desaturate #offscreen-access .heading i,
.desaturate .alert-open-detail p i {
  color: #656565;
}
.desaturate .search-box {
  border-bottom: 2px solid #2A2A2A;
}
.desaturate .side-bar .upcoming-events {
  border: 2px solid #2A2A2A;
}
.desaturate .event-details .popup-content {
  border: 5px solid #B7B7B7;
}
.desaturate .onsite-search-submit,
.desaturate .footer-wrapper .footer-content-left .info-item .social-icon,
.desaturate .footer-wrapper .footer-content-left .info-item .social-icon:hover,
.desaturate .list-event .rounded-edge-line,
.desaturate .list-event.Kids .rounded-edge-line,
.desaturate .list-event.Adults .rounded-edge-line,
.desaturate .access-options .access-item a p.icon {
  background-color: #2A2A2A;
}
.desaturate header ul.main-nav {
  background-image: url('/assets/images/nav-bkgd-1440-desaturate.png');
}
.desaturate .home-content .home-slider-box .home-slider {
  background-image: url('/assets/images/home-slider-bkgd2-desaturate.png');
}
.desaturate .event-details .popup-title .event-date {
  background-image: url('/assets/images/ribbons/ribbon-icon-xl-desaturate.svg');
}
.desaturate .upcoming-events-banner,
.desaturate .content-slider-block {
  background-image: url('/assets/images/home-banner-bkgd-desaturate.png');
}
.desaturate .content-slider-block .byte-parent-responsive button,
.desaturate .cal-title-block .calendar-title .cal-arrow {
  background-image: url('/assets/images/books-silder-left-arrow-icon-desaturate.png'); 
}
.desaturate .event-item .title.Adults::before,
.desaturate .event-item .title.Kids::before,
.desaturate .list-event .event-about h3.ribbon,
.desaturate .list-event.Adults .event-about h3.ribbon,
.desaturate .list-event.Kids .event-about h3.ribbon {
  background-image: url('/assets/images/ribbons/ribbon-icon-desaturate.svg');
}
.desaturate .rounded-edge-line.green,
.desaturate header.show-nav .header-content nav {
  background-color: #B7B7B7;
}
.desaturate .content-slider-block a.button-like,
.desaturate .body-content .upcoming-events .event-item {
  background-color: #D4D4D4;
}
.desaturate .content-slider-block a.button-like.active,
.desaturate .content-slider-block a.button-like:hover,
.desaturate .upcoming-events .event-date {
  background-color: #888888;
}
body.purple.desaturate {
  background-image: url('/assets/images/page-bkgd-purple-desaturate.png');
}
.desaturate.purple .page-map {
  background-image: url('/assets/images/page-map-bkgd-kids-desaturate.png');
}
body.green.desaturate {
  background-image: url('/assets/images/page-bkgd-green-desaturate.png');
}
.desaturate.green .page-map {
  background-image: url('/assets/images/page-map-bkgd-teens-desaturate.png');
}
.desaturate .page-map a::before,
.desaturate.yellow .page-map a::before,
.desaturate.purple .page-map a::before,
.desaturate.green .page-map a::before,
.desaturate.blue .page-map a::before,
.desaturate.orange .page-map a::before,
.desaturate .upcoming-events .event-date:after {
  background-image: url('/assets/images/ribbons/ribbon-icon-desaturate.svg');
}
.desaturate .main-content .home-content .home-upcoming-events .event-item h4::before,
.desaturate .quick-links a::before {
  background-image: url('/assets/images/ribbons/ribbon-icon-desaturate.svg');
}
.desaturate .calendar-day p,
.desaturate .weekly-row td.empty-space .calendar-day,
.desaturate #search-results .tag:before {
  background-image: url('/assets/images/ribbons/ribbon-icon-desaturate2.svg');
}
.desaturate img.bordered,
.desaturate .border-shape,
.desaturate .placeholder-img,
.desaturate .yellow img.bordered,
.desaturate .yellow .border-shape,
.desaturate .yellow .placeholder-img,
.desaturate .purple img.bordered,
.desaturate .purple .border-shape,
.desaturate .purple .placeholder-img,
.desaturate .green img.bordered,
.desaturate .green .border-shape,
.desaturate .green .placeholder-img,
.desaturate .blue img.bordered,
.desaturate .blue .border-shape,
.desaturate .blue .placeholder-img,
.desaturate .orange img.bordered,
.desaturate .orange .border-shape,
.desaturate .orange .placeholder-img {
  background-image: url('/assets/images/borders/poc-triangle-desaturate.svg'), url('/assets/images/borders/poc-rectangle-desaturate.svg');
}
.desaturate.yellow .page-children-items .page-item .img-block,
.desaturate.yellow ul.booklists,
.desaturate.purple .page-children-items .page-item .img-block,
.desaturate.purple ul.booklists,
.desaturate.green .page-children-items .page-item .img-block,
.desaturate.greem ul.booklists,
.desaturate.blue .page-children-items .page-item .img-block,
.desaturate.blue ul.booklists,
.desaturate.orange .page-children-items .page-item .img-block,
.desaturate.orange ul.booklists,
.desaturate .page-children-items .page-item .img-block,
.desaturate ul.booklists,
.desaturate.yellow ul.booklists,
.desaturate.purple ul.booklists,
.desaturate.green ul.booklists,
.desaturate.blue ul.booklists,
.desaturate.orange ul.booklists {
  background-image: url('/assets/images/bkgd-pattern-desaturate2.png');
}
.desaturate header ul.main-nav li:first-of-type .dropdown-box,
.desaturate header ul.main-nav li:nth-of-type(2) .dropdown-box,
.desaturate header ul.main-nav li:nth-of-type(3) .dropdown-box,
.desaturate header ul.main-nav li:nth-of-type(4) .dropdown-box,
.desaturate header ul.main-nav li:nth-of-type(5) .dropdown-box,
.desaturate header ul.main-nav li:nth-of-type(6) .dropdown-box,
.desaturate header ul.main-nav li:nth-of-type(7) .dropdown-box {
  background-image: url('/assets/images/bkgd-pattern-desaturate2.png');
  border-bottom: 3px solid #2A2A2A;
}
.desaturate header ul.main-nav li:first-of-type .dropdown-box a,
.desaturate header ul.main-nav li:first-of-type .dropdown-box a:hover,
.desaturate header ul.main-nav li:nth-of-type(4) .dropdown-box a,
.desaturate header ul.main-nav li:nth-of-type(4) .dropdown-box a:hover,
.desaturate header ul.main-nav li:nth-of-type(5) .dropdown-box a,
.desaturate header ul.main-nav li:nth-of-type(5) .dropdown-box a:hover {
  color: #fff;
}
.desaturate header ul.main-nav li .dropdown-box li::before {
  background-image: url('/assets/images/back-book-icon-green-desaturate.svg');
}
.desaturate header ul.main-nav li:first-of-type .dropdown-box,
.desaturate .yellow .placeholder-img-bkgd {
  background-image: url('/assets/images/bkgd-pattern-desaturate.png');
}
.desaturate .footer-wrapper {
  background-image: url('/assets/images/footer-bkgd-1440v2-desaturate.png');
}
.desaturate .footer-credits {
  background-color: #ACACAC;
}
.desaturate img,
.desaturate .byte-carousel-pane,
.desaturate .content-slider-block .byte-parent-responsive img,
.desaturate .side-bar .action-card img,
.desaturate iframe {
    filter: grayscale(1);
}

/* keyboard navigation */
/* default:focus */
.keyboard-navigation button:focus, .keyboard-navigation a.button-like:focus, .keyboard-navigation .search.button-like:focus {
  background-color: #005E7A;
  outline: 3px solid #005E7A;
}
.keyboard-navigation header .site-logo:focus {
  background-color: #005E7A;
  outline: 3px solid #005E7A;
  box-shadow: 0 0 5px rgba(0,0,0,1);
  box-shadow: 4px 4px 1px rgba(0,0,0,1);
}
.keyboard-navigation a:focus, .keyboard-navigation .top-search-input form input[type=text]:focus, .keyboard-navigation.purple .byte-parent-responsive .byte-carousel-pane a:focus img, .keyboard-navigation .cal-title-block .calendar-title .cal-arrow:focus {
  outline: 3px solid #005E7A;
}
.keyboard-navigation .page-children-items .page-item a:focus .img-block {
  background-image: url('/assets/images/bkgd-pattern-default-focused.png');
  outline: 3px solid #005E7A;
}
.keyboard-navigation .page-children-items .page-item a:focus h3, .keyboard-navigation .body-content .upcoming-events a:focus h3 {
  color: #005E7A;
  transition: color .2s;
}
.keyboard-navigation header ul.main-nav li .dropdown-box a:focus {
  outline: 3px solid #fff;
}
.keyboard-navigation header ul.main-nav.utility-menu li .dropdown-box a:focus {
  outline: 3px solid #005E7A;
}
/* purple:focus */
.keyboard-navigation.purple button:focus, .keyboard-navigation.purple a.button-like:focus, .keyboard-navigation.purple .search.button-like:focus {
  background-color: #8857FF;
  outline: 3px solid #8857FF;
}
.keyboard-navigation.purple header .site-logo:focus {
  background-color: #8857FF;
  outline: 3px solid #8857FF;
  box-shadow: 0 0 5px rgba(0,0,0,1);
  box-shadow: 4px 4px 1px rgba(0,0,0,1);
}
.keyboard-navigation.purple a:focus, .keyboard-navigation.purple .top-search-input form input[type=text]:focus, .keyboard-navigation.purple .byte-parent-responsive .byte-carousel-pane a:focus img, .keyboard-navigation.purple .cal-title-block .calendar-title .cal-arrow:focus {
  outline: 3px solid #8857FF;
}
.keyboard-navigation.purple .page-children-items .page-item a:focus .img-block {
  background-image: url('/assets/images/bkgd-pattern-purple-focused.png');
  outline: 3px solid #8857FF;
}
.keyboard-navigation.purple .page-children-items .page-item a:focus h3, .keyboard-navigation.purple .body-content .upcoming-events a:focus h3 {
  color: #8857FF;
  transition: color .2s;
}
.keyboard-navigation.purple header ul.main-nav.utility-menu li .dropdown-box a:focus {
  outline: 3px solid #8857FF;
}
/* green:focus */
.keyboard-navigation.green button:focus, .keyboard-navigation.green a.button-like:focus, .keyboard-navigation.green .search.button-like:focus {
  background-color: #00A678;
  outline: 3px solid #00A678;
}
.keyboard-navigation.green header .site-logo:focus {
  background-color: #00A678;
  outline: 3px solid #00A678;
  box-shadow: 0 0 5px rgba(0,0,0,1);
  box-shadow: 4px 4px 1px rgba(0,0,0,1);
}
.keyboard-navigation.green a:focus, .keyboard-navigation.green .top-search-input form input[type=text]:focus, .keyboard-navigation.green .byte-parent-responsive .byte-carousel-pane a:focus img, .keyboard-navigation.green .cal-title-block .calendar-title .cal-arrow:focus {
  outline: 3px solid #00A678;
}
.keyboard-navigation.green .page-children-items .page-item a:focus .img-block {
  background-image: url('/assets/images/bkgd-pattern-green-focused.png');
  outline: 3px solid #00A678;
}
.keyboard-navigation.green .page-children-items .page-item a:focus h3, .keyboard-navigation.green .body-content .upcoming-events a:focus h3 {
  color: #00A678;
  transition: color .2s;
}
.keyboard-navigation.green header ul.main-nav.utility-menu li .dropdown-box a:focus {
  outline: 3px solid #00A678;
}
/* blue:focus */
.keyboard-navigation.blue button:focus, .keyboard-navigation.blue a.button-like:focus, .keyboard-navigation.blue .search.button-like:focus {
  background-color: #21CEE4;
  outline: 3px solid #21CEE4;
}
.keyboard-navigation.blue header .site-logo:focus {
  background-color: #21CEE4;
  outline: 3px solid #21CEE4;
  box-shadow: 0 0 5px rgba(0,0,0,1);
  box-shadow: 4px 4px 1px rgba(0,0,0,1);
}
.keyboard-navigation.blue a:focus, .keyboard-navigation.blue .top-search-input form input[type=text]:focus, .keyboard-navigation.blue .byte-parent-responsive .byte-carousel-pane a:focus img, .keyboard-navigation.blue .cal-title-block .calendar-title .cal-arrow:focus {
  outline: 3px solid #21CEE4;
}
.keyboard-navigation.blue .page-children-items .page-item a:focus .img-block {
  background-image: url('/assets/images/bkgd-pattern-blue-focused.png');
  outline: 3px solid #21CEE4;
}
.keyboard-navigation.blue .page-children-items .page-item a:focus h3, .keyboard-navigation.blue .body-content .upcoming-events a:focus h3 {
  color: #21CEE4;
  transition: color .2s;
}
.keyboard-navigation.blue header ul.main-nav.utility-menu li .dropdown-box a:focus {
  outline: 3px solid #21CEE4;
}
/* orange:focus */
.keyboard-navigation.orange button:focus, .keyboard-navigation.orange a.button-like:focus, .keyboard-navigation.orange .search.button-like:focus {
  background-color: #F46036;
  outline: 3px solid #F46036;
}
.keyboard-navigation.orange header .site-logo:focus {
  background-color: #F46036;
  outline: 3px solid #F46036;
  box-shadow: 0 0 5px rgba(0,0,0,1);
  box-shadow: 4px 4px 1px rgba(0,0,0,1);
}
.keyboard-navigation.orange a:focus, .keyboard-navigation.orange .top-search-input form input[type=text]:focus, .keyboard-navigation.orange .byte-parent-responsive .byte-carousel-pane a:focus img, .keyboard-navigation.orange .cal-title-block .calendar-title .cal-arrow:focus {
  outline: 3px solid #F46036;
}
.keyboard-navigation.orange .page-children-items .page-item a:focus .img-block {
  background-image: url('/assets/images/bkgd-pattern-orange-focused.png');
  outline: 3px solid #F46036;
}
.keyboard-navigation.orange .page-children-items .page-item a:focus h3, .keyboard-navigation.orange .body-content .upcoming-events a:focus h3 {
  color: #F46036;
  transition: color .2s;
}
.keyboard-navigation.orange header ul.main-nav.utility-menu li .dropdown-box a:focus {
  outline: 3px solid #F46036;
}
/*---------------------*/

/* highlight links */
.highlight-links a,
.highlight-links header ul.main-nav a:hover,
.highlight-links header ul.main-nav li.active a,
.highlight-links header ul.main-nav li .dropdown-box li a,
.highlight-links header ul.main-nav li .dropdown-box li a:hover,
.highlight-links header .header-content nav ul.main-nav li.toggled a,
.highlight-links header .header-content nav ul.main-nav li.toggled button,
.highlight-links .page-children-items .page-item h3,
.highlight-links .side-bar .blog-block h5,
.highlight-links .blog-block .blog-credits li.tag,
.highlight-links .body-content .upcoming-events h3,
.highlight-links .bookcover {
  background-color: yellow;
  color: #121212;
}
.highlight-links .footer-wrapper .footer-content-left .info-item .social-icon,
.highlight-links .footer-wrapper .footer-content-left .info-item .social-icon:hover {
  background-color: yellow;
}
.highlight-links .footer-wrapper .footer-content-left .info-item .social-icon i {
  color: #121212;
}
.highlight-links .bookcover {
  background-color: yellow;
  outline: 4px solid yellow;
}
/*---------------------------------------*/


body {
  margin: 0;
  font-family: Rubik, sans-serif;
  background-image: url("/assets/images/ricepaper-bkgd2.png");
}
body.purple {
  background-image: url("/assets/images/page-bkgd-purple.png");
}
body.green {
  background-image: url("/assets/images/page-bkgd-green.png");
}

h1 {
  color: #083643;
  font-family: Rubik, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}
h1.heading {
  margin: 0 0 60px 0;
  padding: 5px 0 5px 60px;
  background-image: url("/assets/images/bkgd-pattern-black.png");
  box-sizing: border-box;
  color: #fff;
}
h1.home {
  position: absolute;
  left: -9999px;
}
.purple h1.heading, .green h1.heading {
  max-width: 646px;
  background-repeat: no-repeat;
  background-size: cover;
}
.purple h1.heading {
  background-image: url("/assets/images/heading-bkgd-purple.png");
}
.green h1.heading {
  background-image: url("/assets/images/heading-bkgd-green.png");
}
.blue h1.heading {
  background-image: url("/assets/images/home-banner-bkgd.png");
}
.orange h1.heading {
  background-image: url("/assets/images/bkgd-pattern-orange.png"); 
}
.yellow h1.heading {
  background-image: url("/assets/images/bkgd-pattern-yellow.png"); 
}

h2 {
  margin: 34px 0 10px 0;
  color: #083643;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .4px;
}

h3 {
  margin: 0 0 5px 0;
  margin: 32px 0 10px 0;
  color: #083643;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .3px;
}
.h3-like {
  margin: 0 0 5px 0;
  margin: 32px 0 10px 0;
  color: #083643;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .3px;
}
h4 {
  color: #083643;
  font-family: "Roboto Slab", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: .3px;
}
.h4-like {
  color: #083643;
  font-family: "Roboto Slab", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: .3px;
}
h4#title {
  margin: 15px 0 0 0;
}
h5 {
  color: #3E4860;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

p {
  margin: 0 0 5px 0;
  color: #083643;
  font-size: 17px;
  line-height: 19px;
}
p.intro {
  margin: 0 0 30px 0;
  color: #000;
  font-weight: 500;
}

a {
  color: #083643;
  font-size: 16px;
  text-decoration: underline;
  transition: color .2s;
}
a:hover {
  color: #0085CD;
}
.yellow a:hover {
  color: #FAE121;
}
.purple a:hover {
  color: #8857FF;
}
.green a:hover {
  color: #00A678;
}
.blue a:hover {
  color: #21CEE4;
}
.orange a:hover {
  color: #F46036;
}
a.pdf i {
  margin-left: 5px;
  font-size: 18px;
  position: relative;
  bottom: 2px;
}
.body-content a[href^="http://"]:not([href*="example.com"]):after,
.body-content a[href^="https://"]:not([href*="example.com"]):after,
a.external:after, p.external:after {
  content: '\f35d';
  margin-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  bottom: 6px;
}
#booklist-container a[href^="http://"]:not([href*="example.com"]):after,
#booklist-container a[href^="https://"]:not([href*="example.com"]):after {
  display: none;
}
#booklist-container .backface a.external:after {
  display: inline-block;
}

label.hidden {
  /* visibility: hidden; */
  position: absolute;
  left: -9999px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.side-bar-item ul li,
bs_editable ul li,
.library-board ul li {
  color: #083643;
  margin: 0 0 5px 0;
  padding-left: 13px;
  list-style-type: none;
  font-size: 17px;
  line-height: 19px;
  /* display: inline-block; */
  position: relative;
}
.side-bar-item ul li:last-of-type,
bs_editable ul li:last-of-type,
.library-board ul li:last-of-type {
  margin: 0;
}
.side-bar-item ul li:before,
bs_editable ul li:before,
.library-board ul li:before {
  content: "";
  width: 8px;
  height: 7px;
  background-image: url("/assets/images/list-style-icon.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

button, a.button-like, .search.button-like {
  margin-top: 15px;
  padding: 5px 15px;
  background-color: #083643;
  color: #fff;
  border: none;
  border-bottom: 5px solid transparent;
  /* border-bottom: 5px solid #0085CD; */
  /* outline: none; */
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: .27px;
  transition: background-color .2s;
  cursor: pointer;
  text-decoration: none;
}
button.alt, a.button-like.alt, .search.button-like.alt {
  /* background-color: #127C99; */
  border: none !important;
  font-size: 15px;
  letter-spacing: .26px;
}
.button-like.skip-nav {
  opacity: 0;
  position: fixed;
  top: 0;
  left: -9999px;
  z-index: 99;
}
.button-like.skip-nav.toggled {
  opacity: 1;
  left: 0;
}
a.button-like {
  display: inline-block;
}
button:hover, a.button-like:hover {
  background-color: #0085CD;
}
a.button-like.alt:hover {
  background-color: #0A4454;
}
.purple button,.purple a.button-like,.purple .search.button-like,
.green .purple button,.green .purple a.button-like,.green .purple .search.button-like,
.orange .purple button,.orange .purple a.button-like,.orange .purple .search.button-like,
.blue .purple button,.blue .purple a.button-like,.blue .purple .search.button-like,
.yellow .purple button,.yellow .purple a.button-like,.yellow .purple .search.button-like {
  color: #fff;
  border-bottom: 5px solid #8857FF;
}
.purple button:hover,.purple a.button-like:hover,.purple .search.button-like:hover,.purple a.button-like.active,
.green .purple button:hover,.green .purple a.button-like:hover,.green .purple .search.button-like:hover,.green .purple a.button-like.active,
.orange .purple button:hover,.orange .purple a.button-like:hover,.orange .purple .search.button-like:hover,.orange .purple a.button-like.active,
.blue .purple button:hover,.blue .purple a.button-like:hover,.blue .purple .search.button-like:hover,.blue .purple a.button-like.active,
.yellow .purple button:hover,.yellow .purple a.button-like:hover,.yellow .purple .search.button-like:hover,.yellow .purple a.button-like.active {
  background-color:#8857FF;
}
.green button,.green a.button-like,.green .search.button-like,
.purple .green button,.purple .green a.button-like,.purple .green .search.button-like,
.orange .green button,.orange .green a.button-like,.orange .green .search.button-like,
.blue .green button,.blue .green a.button-like,.blue .green .search.button-like,
.yellow .green button,.yellow .green a.button-like,.yellow .green .search.button-like {
  color: #fff;
  border-bottom: 5px solid #00A678;
}
.green button:hover,.green a.button-like:hover,.green .search.button-like:hover,.green a.button-like.active,
.purple .green button:hover,.purple .green a.button-like:hover,.purple .green .search.button-like:hover,.purple .green a.button-like.active,
.orange .green button:hover,.orange .green a.button-like:hover,.orange .green .search.button-like:hover,.orange .green a.button-like.active,
.blue .green button:hover,.blue .green a.button-like:hover,.blue .green .search.button-like:hover,.blue .green a.button-like.active,
.yellow .green button:hover,.yellow .green a.button-like:hover,.yellow .green .search.button-like:hover,.yellow .green a.button-like.active {
  background-color: #00A678;
}
.orange button,.orange a.button-like,.orange .search.button-like,
.purple .orange button,.purple .orange a.button-like,.purple .orange .search.button-like,
.green .orange button,.green .orange a.button-like,.green .orange .search.button-like,
.blue .orange button,.blue .orange a.button-like,.blue .orange .search.button-like,
.yellow .orange button,.yellow .orange a.button-like,.yellow .orange .search.button-like {
  color: #fff;
  border-bottom: 5px solid #F46036;
}
.orange button:hover,.orange a.button-like:hover,.orange .search.button-like:hover,.orange a.button-like.active,
.purple .orange button:hover,.purple .orange a.button-like:hover,.purple .orange .search.button-like:hover,.purple .orange a.button-like.active,
.green .orange button:hover,.green .orange a.button-like:hover,.green .orange .search.button-like:hover,.green .orange a.button-like.active,
.blue .orange button:hover,.blue .orange a.button-like:hover,.blue .orange .search.button-like:hover,.blue .orange a.button-like.active,
.yellow .orange button:hover,.yellow .orange a.button-like:hover,.yellow .orange .search.button-like:hover,.yellow .orange a.button-like.active {
  background-color: #F46036;
}
.blue button,.blue a.button-like,.blue .search.button-like,
.purple .blue button,.purple .blue a.button-like,.purple .blue .search.button-like,
.green .blue button,.green .blue a.button-like,.green .blue .search.button-like,
.orange .blue button,.orange .blue a.button-like,.orange .blue .search.button-like,
.yellow .blue button,.yellow .blue a.button-like,.yellow .blue .search.button-like {
  color: #fff;
  border-bottom: 5px solid #21CEE4;
}
.blue button:hover,.blue a.button-like:hover,.blue .search.button-like:hover,.blue a.button-like.active,
.purple .blue button:hover,.purple .blue a.button-like:hover,.purple .blue .search.button-like:hover,.purple .blue a.button-like.active,
.green .blue button:hover,.green .blue a.button-like:hover,.green .blue .search.button-like:hover,.green .blue a.button-like.active,
.orange .blue button:hover,.orange .blue a.button-like:hover,.orange .blue .search.button-like:hover,.orange .blue a.button-like.active,
.yellow .blue button:hover,.yellow .blue a.button-like:hover,.yellow .blue .search.button-like:hover,.yellow .blue a.button-like.active {
  background-color: #21CEE4;
}
.yellow button,.yellow a.button-like,.yellow .search.button-like,
.purple .yellow button,.purple .yellow a.button-like,.purple .yellow .search.button-like,
.green .yellow button,.green .yellow a.button-like,.green .yellow .search.button-like,
.orange .yellow button,.orange .yellow a.button-like,.orange .yellow .search.button-like,
.blue .yellow button,.blue .yellow a.button-like,.blue .yellow .search.button-like {
  color: #fff;
  border-bottom: 5px solid #FAE121;
}
.yellow button:hover,.yellow a.button-like:hover,.yellow .search.button-like:hover,.yellow a.button-like.active,
.purple .yellow button:hover,.purple .yellow a.button-like:hover,.purple .yellow .search.button-like:hover,.purple .yellow a.button-like.active,
.green .yellow button:hover,.green .yellow a.button-like:hover,.green .yellow .search.button-like:hover,.green .yellow a.button-like.active,
.orange .yellow button:hover,.orange .yellow a.button-like:hover,.orange .yellow .search.button-like:hover,.orange .yellow a.button-like.active,
.blue .yellow button:hover,.blue .yellow a.button-like:hover,.blue .yellow .search.button-like:hover,.blue .yellow a.button-like.active {
  background-color: #FAE121;
}
button.no-border,
a.button-like.no-border,
.search.button-like.no-border {
  color: #fff;
  border: none;
}

img.bordered, .border-shape, .placeholder-img, .img-block img {
  padding-left: 10px;
  background-image: url("/assets/images/borders/poc-triangle-default.svg"), url("/assets/images/borders/poc-rectangle-default.svg");
  background-position: left bottom, left -10px;
  background-repeat: no-repeat;
}
.border-shape {
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}
.placeholder-img {
  width: calc(100% - 10px);
  height: 140px;
  color: #fff;
  font-size: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.placeholder-img i {
  position: absolute;
  top: calc(50% (85px / 2));
  left: calc(50% (84px / 2));
  z-index: 10;
}
.placeholder-img-bkgd {
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/bkgd-pattern-black.png");
  /* position: absolute; */
  top: 0;
  left: 0;
}
.purple img.bordered, .purple .border-shape, .purple .placeholder-img, .purple .img-block img {
  /* #8857FF */
  background-image: url("/assets/images/borders/poc-triangle-purple.svg"), url("/assets/images/borders/poc-rectangle-purple.svg");
}
.green img.bordered, .green .border-shape, .green .placeholder-img, .green .img-block img {
  /* #00A678 */
  background-image: url("/assets/images/borders/poc-triangle-green.svg"), url("/assets/images/borders/poc-rectangle-green.svg");
}
.blue img.bordered, .blue .border-shape, .blue .placeholder-img, .blue .img-block img {
  /* #21CEE4 */
  background-image: url("/assets/images/borders/poc-triangle-blue.svg"), url("/assets/images/borders/poc-rectangle-blue.svg");
}
.orange img.bordered, .orange .border-shape, .orange .placeholder-img, .orange .img-block img {
  /* #F46036 */
  background-image: url("/assets/images/borders/poc-triangle-orange.svg"), url("/assets/images/borders/poc-rectangle-orange.svg");
}
.yellow img.bordered, .yellow .border-shape, .yellow .placeholder-img, .yellow .img-block img {
  /* #FAE121 */
  background-image: url("/assets/images/borders/poc-triangle-yellow.svg"), url("/assets/images/borders/poc-rectangle-yellow.svg");
}

.img_right {
  margin: 0 0 1em 1em;
  float: right;
  clear: right;
}
.img_right_25 {
  float: right;
  width: 25%;
  margin: 0 0 2em 2em;
  clear: right;
}
.img_right_50 {
  float: right;
  width: 50%;
  margin: 0 0 2em 2em;
  clear: right;
}
.img_left {
  margin: 0 1em 1em 0;
  float: left;
  clear: left;
}
.img_left_25 {
  float: left;
  width: 25%;
  margin: 0 2em 2em 0;
  clear: left;
}
.img_left_50 {
  float: left;
  width: 50%;
  margin: 0 2em 2em 0;
  clear: left;
}
.img_full_width {
  width: 100%;
  float: none;
  margin: .5em auto 1em;
}

#is-mobile {
  display: none;
}


/* home-general */

/****** Install General Pattern CSS Here *******/

/* Calendar header */
.calendar-body {
	display: flex; 
	/* border: 1px solid red; */
	/* max-width: 1024px; */
	width: 100%; 
	margin: 0 auto; 
	flex-direction: column;
}
.calendar-header {
	width: 100%;
}
.calendar-header h2 {
  margin: 0 5px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
}
#event-table {
  padding-bottom: 3em;
}
table {
  width: 100%;
  border-spacing: 5px 25px;
}
.calendar-list {
  display: flex; 
  /* max-width: 1024px; */
  width: 100%; 
  margin: 0 auto;
  flex-direction: column;
  display:none;
}
.calendar-list.show,
.calendar-table.show {
  display: block;
}
.calendar-table.hide {
  display: none;
}
.calendar-list-day {
  padding: 1em; 
}
.event-list-block:first-of-type .list-event:first-of-type .rounded-edge-line {
  display: none;
}
.list-weekday {
  margin-top: 30.5px;
  font-weight: bold;
  text-transform: uppercase;
  /* border-bottom: 2px solid #1CA2A2; */
}
.list-event {
  padding: .5em 0;
}
.list-event .event-about {
  margin-bottom: 30.5px;
  padding: 25.5px 0 0 51px;
  box-sizing: border-box;
  position: relative;
}
.list-event .event-about h2 {
  margin: 0 0 5px 0;
  cursor: pointer;
  transition: color .3s;
}
.list-event .event-about h2:hover {
  color: #0A4454;
}

.list-event .event-about h3 {
  margin: 0 0 10px 0;
}
.list-event .event-about h3.ribbon {
  width: 36px;
  height: 44px;
  padding-top: 5px;
  background-image: url('/assets/images/ribbons/ribbon-icon-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 25.5px;
  left: 0;
}
.list-event.Pre-schoolers .rounded-edge-line {
  background-color: #F46036;
}
.list-event.Pre-schoolers .event-about h3.ribbon {
  background-image: url('/assets/images/ribbons/ribbon-icon.svg');
}
.list-event.Kids .rounded-edge-line {
  background-color: #8857FF;
}
.list-event.Kids .event-about h3.ribbon {
  background-image: url('/assets/images/ribbons/ribbon-icon-purple.svg');
}
.list-event.Teens .rounded-edge-line {
  background-color: #00A678;
}
.list-event.Teens .event-about h3.ribbon {
  background-image: url('/assets/images/ribbons/ribbon-icon-green.svg');
}
.list-event.Adults .rounded-edge-line {
  background-color: #21CEE4;
}
.list-event.Adults .event-about h3.ribbon {
  background-image: url('/assets/images/ribbons/ribbon-icon-blue.svg');
}
.list-event .event-about p {
  padding: 0;
}
.list-event .event-about button {
  /* border: none; */
}
.weekly-row td {
  width: 180px;
  /* height: 100px; */
  height: 150px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8857FF;
  vertical-align: top;
  position: relative;
}
.weekly-row td.empty-space {
  background-color: #EDEDED;
  border: 1px solid #8857FF;
}
.weekly-row td.empty-space .calendar-day {
  display: block;
  background-image: url("/assets/images/ribbons/ribbon-icon-gray.svg");
}
.calendar-day-head {
  background-color: #083643;
  color: #fff;
}
.calendar-day {
  position: absolute;
  top: -17px;
  left: calc(50% - 14px);
}
.calendar-day p {
  background-image: url("/assets/images/ribbons/ribbon-icon-yellow.svg");
}
.calendar-day p, .weekly-row td.empty-space .calendar-day {
  width: 28px;
  height: 30px;
  margin: 0 auto;
  padding-top: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #000;
  text-align: center;
}
.event-item .title {
  cursor: pointer;
}
.event-item {
  position: relative;
}
.event-item .title,
.event-item .showtime,
.event-about p {
  margin-bottom: 10px;
  padding-left: 14px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  border-bottom: none;
  font-family: "Roboto Slab", sans-serif;
  color: #083643;
  letter-spacing: 0;
  position: relative;
}
.event-item .title::before {
  content: "";
  width: 9px;
  height: 13px;
  background-image: url('/assets/images/ribbons/ribbon-icon-gray.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.event-item .title.Pre-schoolers::before, .calendar-day-event.pre-schoolers::before {
  background-image: url('/assets/images/ribbons/ribbon-icon.svg');
}
.event-item .title.Kids::before, .calendar-day-event.kids::before {
  background-image: url('/assets/images/ribbons/ribbon-icon-purple.svg');
}
.event-item .title.Teens::before, .calendar-day-event.teens::before {
  background-image: url('/assets/images/ribbons/ribbon-icon-green.svg');
}
.event-item .title.Adults::before, .calendar-day-event.adults::before {
  background-image: url('/assets/images/ribbons/ribbon-icon-blue.svg');
}
.calendar-day-event.rainbow::before {
  background-image: url('/assets/images/ribbons/ribbon-icon-rainbow.svg');
}
.event-item .showtime {
  font-size: 12px;
}
.event-details {}
.event-details .popup-bkgd {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,.35);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
}
.event-details .popup-content {
  width: 90%;
  max-width: 750px;
  height: auto;
  margin: 0px 10px;
  background-color: #fff;
  border: 5px solid #B1D235;
  padding: 25px 25px 25px 89px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  top: 25%;
  left: calc(50% - (750px / 2));
  right: auto;
  z-index: 60;
}
.event-details .close-event {
  color: #083643;
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
.event-details .popup-content img {
  max-width: 249px;
  max-height: 300px;
  margin: 40px 0 0 25px;
  padding: 0;
  background-image: none;
}
.event-details .popup-title h2 {
  margin: 0 0 10px 0;
}
.event-details .popup-title {
  margin-bottom: 20px;
  position: relative;
}
.event-details .popup-title .event-date {
  width: 54px;
  height: 66px;
  margin: 0;
  padding-top: 4px;
  color: #fff;
  background-image: url('/assets/images/ribbons/ribbon-icon-xl.svg');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: -64px;
}
.event-details .popup-text .phone {
  margin-top: 22px;
  padding-left: 22px;
  font-style: italic;
  text-decoration: none;
  display: block;
  position: relative;
}
.event-details .popup-text .phone:before {
  content: "";
  width: 16px; 
  height: 19px;
  background-image: url("/assets/images/font-awesome-phone-icon.png");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.phone i {
  margin-right: 5px;
  transform: scaleX(-1);
}
.event-details .popup-text button {
  border: none;
}
.individual_event_view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.individual-event-details {
  max-width: 70%;
}
.individual-event-details h2 {
  margin: 0 0 5px 0;
}
.individual-event-details h3 {
  margin: 0 0 10px 0;
}

.detailPop {
  display: none;
  height: 150px;
  width: 100px;
  background-color: white;
}
.cal-title-block {
  margin-bottom: 10px;
}
.cal-title-block .calendar-title {
  margin-top: 35px;
  padding: 4px 0;
  background-color: #FAE121;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cal-title-block .calendar-title .cal-arrow {
  width: 9px;
  height: 18px;
  background-image: url(/assets/images/books-silder-left-arrow-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}
.cal-title-block .calendar-title .cal-arrow#cal-next {
  transform: scaleX(-1);
}
.cal-title-block .calendar-title h2 {
  margin: 0 10px;
  color: #083643;
  font-size: 35px;
  letter-spacing: .3px;
  text-align: center;
}
.cal-title-block .calendar-title .calview {
  position: absolute;
  top: calc(50% - (19px / 2));
  right: 60px;
}
.cal-title-block .calendar-title .calview a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
}
.cal-title-block .calendar-title .calview a:first-of-type {
  margin-right: 30px;
}
.cal-title-block .calendar-title .calview a span:last-of-type {
  color: #000;
  margin-left: 5px;
}


/*---- calendar table ----*/
/*
.calendar-table {}
.calendar-row {}
*/
.event-list-block h2.full-date {
  display: none;
}
/*------------------------*/


/*Event Filters CSS*/
.all-filters-container {
  display: flex;
  justify-content: space-between;
}
.event-filters-wrap {
  display: flex;
  flex-direction: row;
}
ul.event-filters {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  width: auto;
  padding-right: 30px;
}
ul.event-filters h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
ul.event-filters li {
  padding: 0;
  font-weight: 500;
}
ul.event-filters li:before {
  display: none;
}
/*
ul.event-filters li:first-of-type {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
*/
ul.event-filters li.adults {
  color: #21CEE4;
}
ul.event-filters li.pre-schoolers {
  color: #F46036;
}
ul.event-filters li.kids {
  color: #8857FF;
}
ul.event-filters li.teens {
  color: #00A678;
}
.keyword-wrap {
  width: 41%;
  font-size: 16px;
  margin: 0;
  /* font-family: 'Montserrat', sans-serif; */
}
.keyword-wrap .help-text h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.keyword-wrap .help-text p {
  margin: 0 0 10px 0;
  color: #000;
}
.keyword-wrap .help-text p:last-of-type {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.keyword-wrap .help-text p:last-of-type span i {
  margin-right: 5px;
}
[v-cloak] { opacity: 0; }
.mobile-only {
  display: none;
}
.view-more-events {
    font-weight: 400;
    border-bottom: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #414141;
    letter-spacing: 0;
    transition-property: all;
    transition-duration: .5s;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  /*** small mobile calendar ***/
  /*
  .m-events:after {
    content: "\f111";
    font-family: "FontAwesome";
    color: #1CA2A2;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  */
  .mobile-only {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .view-more-events {
    display: none;
  }
  /**** end small mobile cal ****/
  #calendar {
    border-spacing: 0 !important;
  }
  .event-item, .calview, .event-item-view {
    display: none;
  }
  .calview a {
    font-size: 21px;
  }
  .calendar-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
  }
  .calendar-title h2 {
    font-size: 17px;
  }
  #event-table {
    padding-bottom: 3em;
  }
  table {
    width: 100%; 
  }
  .calendar-list {
    display: flex; 
    max-width: 1024px;
    width: 100%; 
    margin: 0 auto;
    flex-direction: column;
    display:none;
  }
  .calendar-list.show,
  .calendar-table.show {
    display: block;
  }
  .calendar-table.hide {
    display: none;
  }
  .calendar-list-day {
    padding: 1em; 
  }
  .list-weekday {
    display: inline-block;
    font-size: 10px;
    color: #1CA2A2;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #1CA2A2;
  }
  .list-event {
    padding: .5em 0;
  }
  .list-event:nth-child(even) {
    /* background-color: #F3F3F3; */
  }
  .weekly-row td {
    background-color: #f3f3f3;
    height: 100px;
    width: 100px;
    vertical-align: top;
    position: relative;
  }
  /*
  .calendar-day p {
    text-align: center;
    color: #1CA2A2;
  }
  */
  .event-item .title {
    cursor: pointer;
  }
  .event-item {
    position: relative;
  }
  .event-item .title,
  .event-item .showtime {
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-bottom: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #414141;
    letter-spacing: 0;
  }
  .event-item .showtime {
    font-size: 12px;
  }
  .event-details {
    right: 100%;
    top: 0;
    height: auto;
    width: 200px;
    padding: 5px;
    margin: 0px 10px;
    box-shadow: 0px 0px 3px #888;
    z-index: 1;
    background-color: #fff;
    position: absolute;
  }
  .detailPop {
    display: none;
    height: 150px;
    width: 100px;
    background-color: white;
  }
  /*Event Filters CSS*/
  .all-filters-container {
    display: flex;
    justify-content: space-between;
  }
  .event-filters-wrap {
    display: flex;
    flex-direction: row;
  }
  ul.event-filters {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    width: auto;
    padding-right: 30px;
  }
  .keyword-wrap {
    width: 40%;
    font-size: 16px;
    margin: 0;
    /* font-family: 'Montserrat', sans-serif; */
  }
}


/**********************************
  HEADER
***********************************/
/* 
-- start with your general styles
-- then add in styles for special layouts like `home` 
-- use comments to separate sections like `home-header`
*/
body {
  transition: padding .5s;
}

/* Start: offscreen-box CSS */
.offscreen-box {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  /* z-index: 99; */
  overflow: hidden;
}
.offscreen-box.hidden {	
  opacity: 0;	
}
.offscreen-box img {
  padding: 0;
  border: none;
  background-image: none;
}
.offscreen-box.active {
  z-index: 99;
}
.offscreen-content {
  padding: 15px 50px 15px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border: 0 solid transparent;
  /* opacity: 0; */
  transition: padding .3s;
}
.offscreen-content.checked {
  transition: all .3s;
}
.offscreen-content.pad {
  padding: 0;
}
.offscreen-content.hide {
  display: none;
}
.active .offscreen-content {
  padding: 15px 50px 15px 30px;
}
.offscreen-content .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offscreen-content .heading-text {
  display: flex;
  align-items: center;
}
.offscreen-content .heading h2 {
  margin: 0 0 0 10px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.offscreen-content .heading a {
  color: #000;
  font-size: 18px;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-decoration: none;
}
.offscreen-content hr {
  margin: 5px 0 9px 0;
  border: 1.5px solid #000;
  border-radius: 10px;
}


/* Our Hours offscreen-box */
#offscreen-hours.active .offscreen-content {
  border: 5px solid #00A678;
}
.offscreen-content .heading img {
  width: 30px;
  height: 30px;
}
.offscreen-content .hour-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offscreen-content .hour-content .hour-item {
  padding: 11px 0 11px 9px;
  border-left: 2px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offscreen-content .hour-content .hour-item p {
  margin: 0;
  color: #083643;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .2px;
}
.offscreen-content .hour-content .hour-item p:first-of-type {
  margin-bottom: 5px;
  font-weight: 500;
}
.offscreen-content .hour-content .hour-item:last-of-type {
  max-width: 605px;
  padding: 9px 10px 23px 8px;
  box-sizing: border-box;
  border: 2px solid #000;
}
/*--------------------------------*/


/* Languages & Accessability offscreen-box */
#offscreen-access.active .offscreen-content {
  border: 5px solid #0085CD;
}
#offscreen-access .heading i {
  color: #0085CD;
  font-size: 30px;
}
.access-options {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.access-options .access-item {
  margin: 0 35px 20px 0;
  margin: 0;
}
.access-options .access-item:last-of-type {
  margin-right: 0;
}
.access-options .access-item p {
  margin: 0 0 5px 0;
  color: #083643;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.access-options .access-item p.placeholder {
  width: 156px;
  height: 20px;
  background-color: #083643;
  display: block;
}
.access-options .access-item .item-box {
  display: flex;
}
.access-options .access-item a.item-choice {
  margin-right: 15px;
  color: #083643;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.access-options .access-item a.item-choice:last-of-type {
  margin-right: 0;
}
.access-options .access-item a p {
  margin: 0;
  font-weight: unset;
}
.access-options .access-item a p.icon {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  background-color: #083643;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access-options .access-item a.active p.icon {
  background-color: #F11515;
}
/*-----------------------------------------*/


/* Notices offscreen-box */
#offscreen-notice.active .offscreen-content {
  border: 5px solid #8857FF;
  padding-bottom: 80px;
}
#offscreen-notice .heading i {
  width: 30px;
  height: 30px;
  background-color: #8857FF;
  border-radius: 50%;
  color: #fff;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offscreen-notice p {
  margin: 0;
  color: #083643;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .3px;
}
#offscreen-notice p:first-of-type {
  margin-bottom: 5px;
  font-weight: 500;
}
/*-----------------------*/
/* End: offscreen-box CSS */

header {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  z-index: 50;
  /* transition: padding .3s; */
  /* transition: margin .3s; */
}
header img, .purple header img, .green header img, .blue header img, .orange header img, .yellow header img {
  padding: 0;
  border: none;
  background-image: none;
}
header .header_wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
header .white-bkgd {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
header .site-logo {
  width: 100%;
  max-width: 161px;
  height: auto;
  /*margin: 10px 20px 0 30px;*/
  margin: 3px 59px 0 50px;
  display: flex;
  align-items: flex-end;
}
header .site-logo img {
  width: 100%;
}
header .site-logo img.dark-mode,
header .site-logo img.high-contrast {
  display: none;
}
header .header-content {
  width: 100%;
  box-sizing: border-box;
  display: block;
  
}
header .header-content .upper-content {
  width: 100%;
  margin: 0 0 20px 0;
  padding-right: 39px; 
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-content .upper-content .upper-content-right {
  width: calc(100% - 225px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-content .upper-content .circle-box {
  display: flex;
}
header .header-content .upper-content .circle-box .circle-item {
  max-height: 30px;
  margin-right: 25px;
  position: relative;
}
/*
header .header-content .upper-content .circle-box .circle-item:last-of-type {
  margin-right: 265px;
}
*/
header .header-content .upper-content .circle-box .circle-item a {
  font-size: 31px;
}
header .header-content .upper-content .circle-box .circle-item a img {
  width: 30px;
}
header .header-content .upper-content .circle-box .circle-item a img.top-arrow {
  width: 30px;
}
header .header-content .upper-content .circle-box #hours-circle a {
  color: #fff;
  font-size: 24px;
  position: relative;
}
header .header-content .upper-content .circle-box #hours-circle a i {
  position: relative;
  top: 2px;
  z-index: 10;
}
header .header-content .upper-content .circle-box #hours-circle a:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #00A678;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 5;
}
#offscreen-hours .circle-icon {
	width: 30px;
	height: 30px;
	background-color: #00A678;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header-content .upper-content .circle-box #access-circle a {
  color: #0085CD;
}
header .header-content .upper-content .circle-box #access-circle i {
  position: relative;
  top: -2px;
}
header .header-content .upper-content .circle-box #access-circle:before {
  content: '';
  width: 95%;
  height: 95%;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
}
header .header-content .upper-content .circle-box #notices-circle a {
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #8857FF;
  color: #fff;
  font-size: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-content .upper-content .circle-box .circle-item img.top-arrow {
  width: 30px;
  position: absolute;
  top: -46px;
  left: 0;
}
header .header-content .upper-content .notice-text {
  margin: 0;
  max-height: 18px;
  color: #8857FF;
  color: #5B14FF;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2px;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
}
header .header-content .upper-content .search-box {
  width: 21.8%;
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
}
header .header-content .upper-content .search-box input {
  width: 85.05%;
  max-width: 236px;
  padding: 6px 4px 5px 4px;
  border: 1px solid #083643;
  border-radius: 2px;
  /* outline: none; */
}
header .header-content .upper-content .search-box button {
  width: 23px;
  margin: 0;
  padding: 0;
  background-color: #083643;
  border: 1px solid #083643;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  position: relative;
  right: 5px;
  bottom: auto;
}
header .header-content .upper-content .search-box input, header .header-content .upper-content .search-box input::placeholder {
  color: #083643;
  font-family: Rubik, sans-serif;
  font-size: 11px;
  letter-spacing: .4px;
  line-height: 13px;
}


/*---- utility-menu ----*/
header ul.utility-menu.main-nav {
  width: auto;
  padding: 0 15px 0 0;
  background-image: none;
  display: flex;
  justify-content: flex-end;
}
header ul.utility-menu.mobile {
  display: none;
}

header ul.utility-menu.main-nav li {
  margin: 0 30px 0 0;
  padding: 0;
}
header ul.utility-menu.main-nav li::before {
  display: none;
}
header ul.utility-menu.main-nav a {
  color: #083643;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
header ul.utility-menu.main-nav a.active, header ul.utility-menu.main-nav li.active a {
  color: #083643;
}
header ul.utility-menu.main-nav a:hover {
  color: #0A4454;
}
header ul.utility-menu.main-nav li .dropdown-box {
  min-width: 125px;
  margin: 0;
  padding: 0 0 0 25px;
  background-image: none;
  background-color: #fff;
  box-shadow: 2px 5px 5px rgba(0,0,0,.2);
  border-bottom: 3px solid #083643;
  top: auto;
  left: -3000px;
  transition: padding .2s ease-out;
}
header ul.utility-menu.main-nav li:hover .dropdown-box,
header ul.utility-menu.main-nav li.toggled .dropdown-box, 
header ul.utility-menu.main-nav li:first-of-type:hover .dropdown-box,
header ul.utility-menu.main-nav li:nth-of-type(2):hover .dropdown-box,
header ul.utility-menu.main-nav li:nth-of-type(3):hover .dropdown-box,
header ul.utility-menu.main-nav li:last-of-type:hover .dropdown-box {
  padding: 10px 0 15px 25px;
  top: auto;
  left: -26px;
  animation: none;
  z-index: 5;
}
header ul.utility-menu.main-nav li:first-of-type .dropdown-box,
header ul.utility-menu.main-nav li:nth-of-type(2) .dropdown-box,
header ul.utility-menu.main-nav li:nth-of-type(3) .dropdown-box,
header ul.utility-menu.main-nav li:last-of-type .dropdown-box {
  background-image: none;
  left: -3000px;
}
header ul.utility-menu.main-nav li .dropdown-box a {
  font-size: 14px;
}
/*----------------------*/


header nav {
  width: 100%;
  display: flex;
}
header nav .top-nav-content {
  width: 100%;
}
header nav img.nav-start {
  display: none;
}
header nav img.nav-start.xl {
  display: block;
}
header nav img.nav-start.xl.dark-mode {
  display: none;
}
header nav div.main-nav.mobile {
  display: none;
}

/*---- main-nav ----*/
header ul.main-nav {
  width: 100%;
  margin: 0;
  padding: 12px 84px 0 0;
  box-sizing: border-box;
  background-image: url("/assets/images/nav-bkgd-1440.png");
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul.main-nav .close-icon {
  display: none;
}
header ul.main-nav li {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 5px 0 10px 0;
  box-sizing: border-box;
  list-style-type: none;
  position: relative;
}
header ul.main-nav li button {
  display: none;
}
header ul.main-nav li:last-of-type {
  margin-right: 0;
}
header ul.main-nav a {
  color: #083643;
  text-decoration: none;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
header ul.main-nav a:hover {
  color: #fff;
}
header ul.main-nav a.active {
  color: #fff;
}
header ul.main-nav li.active a {
  color: #fff;
}
header ul.main-nav li .dropdown-box {
  width: auto;
  min-width: 205px;
  margin-top: 12px;
  padding: 18px 20px 28px 30px;
  border-bottom: 3px solid #083643;
  background-image: url("/assets/images/bkgd-pattern-black.png");
  box-shadow: 2px 1px 8px rgba(0,0,0,.2);
  position: absolute;
  top: -3000px;
  left: -3000px;
  z-index: -1;
  /* transition: top .35s ease-in; */
  /* animation: rise-dropdown .3s ease-in; */
}
@keyframes rise-dropdown {
  0%   {top: 27px;}
  99% {
    top: -500px;
    left: -30px;
  }
  100% {
    top: -2000px;
    left: -3000px;
  }
}
header ul.main-nav li:first-of-type .dropdown-box {
  left: -42px;
}
header ul.main-nav li:last-of-type .dropdown-box {
  min-width: 158px;
}
header ul.main-nav li .dropdown-box a {
  color: #fff;
  font-size: 17px;
}
header ul.main-nav li .dropdown-box a:hover {
  color: #fff;
}
header ul.main-nav li .dropdown-box li {
  margin-bottom: 14px;
}
header ul.main-nav li .dropdown-box li:last-of-type {
  margin-bottom: 0;
}
header ul.main-nav li:first-of-type .dropdown-box, .yellow .placeholder-img-bkgd {
  background-image: url("/assets/images/bkgd-pattern-yellow.png");
}
header ul.main-nav li:nth-of-type(2) .dropdown-box, .purple .placeholder-img-bkgd {
  background-image: url("/assets/images/bkgd-pattern-purple.png");
}
header ul.main-nav li:nth-of-type(3) .dropdown-box, .green .placeholder-img-bkgd {
  background-image: url("/assets/images/bkgd-pattern-green.png");
}
header ul.main-nav li:nth-of-type(4) .dropdown-box, .blue .placeholder-img-bkgd {
  background-image: url("/assets/images/home-banner-bkgd.png");
}
header ul.main-nav li:nth-of-type(5) .dropdown-box, .orange .placeholder-img-bkgd {
  background-image: url("/assets/images/bkgd-pattern-orange.png");
}
header ul.main-nav li:first-of-type .dropdown-box a,
header ul.main-nav li:first-of-type .dropdown-box a:hover,
header ul.main-nav li:nth-of-type(4) .dropdown-box a,
header ul.main-nav li:nth-of-type(4) .dropdown-box a:hover,
header ul.main-nav li:nth-of-type(5) .dropdown-box a,
header ul.main-nav li:nth-of-type(5) .dropdown-box a:hover {
  color: #083643;
}
header ul.main-nav li .dropdown-box li {
  padding: 0;
  position: relative;
}
header ul.main-nav li .dropdown-box li::before {
  content: "";
  width: 15px;
  height: 14px;
  background-image: url("/assets/images/back-book-icon2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: none;
  position: absolute;
  top: 2px;
  left: -20px;
}
header ul.main-nav li .dropdown-box li:hover::before {
  display: block;
}
header ul.main-nav li .dropdown-box li a:hover, header .header-content nav ul.main-nav li.toggled a, header .header-content nav ul.main-nav li.toggled button {
  color: #fff;
}
header ul.main-nav li:hover .dropdown-box, header .header-content nav ul.main-nav li.toggled .dropdown-box {
  /* top: 38px; */
  top: 27px;
  left: -30px;
  animation: drop-dropdown .35s ease-out;
}
@keyframes drop-dropdown {
  0%   {top: -2000px;}
  1%  {top: -350px;}
  100%  {top: 27px;}
}
/*------------------*/



/****** Install Header Pattern CSS Here *******/

/**********************************
  LEFT SIDEBAR
***********************************/
/* 
-- start with your general styles
-- then add in styles for special layouts like `home` 
-- use comments to separate sections like `home-left-sidebar`
*/

/* home-left-sidebar */

/****** Install Left Sidebar Pattern CSS Here *******/

/**********************************
  MAIN CONTENT
***********************************/
/* 
-- start with your general styles
-- then add in styles for special layouts like `home` 
-- use comments to separate sections like `home-main-content`
*/

.main-content {
  max-width: 1250px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-content.home {
  display: block;
  /* overflow: hidden; */
}


/*=============== Start: home-content ===============*/
.main-content .home-content {
  margin-bottom: 62px;
  display: flex;
  justify-content: space-between;
}
.main-content.home img {
  border: none;
}


/*-------- home-slider --------*/
.home-content .home-slider-box {
  width: 60%;
  box-sizing: border-box;
  overflow: hidden;
}
.home-content.poc .home-slider-box {
  width: 100%;
}
.home-content .home-slider-box .home-slider {
  padding-top: 10px;
  background-image: url('/assets/images/home-slider-bkgd2.png');
  background-repeat: repeat-y;
  background-size: 100%;
}
.home-content .home-slider-box .home-slider-text {
  /* width: 94.667%; */
  width: 93.334%;
  margin: 0 auto;
  padding: 40px 15px 15px 15px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 5px 1px 15px rgba(0,0,0,.1);
  position: relative;
  left: 4px;
}
.home-content .home-slider-box .home-slider-text .triangle-icon {
  left: -10px;
  bottom: 0;
}
.home-content .home-slider-box .home-slider-text .hthree-like {
  margin: 0 0 5px 0;
  line-height: 26px;
  color: #083643;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .3px;
}
.home-content .home-slider-box .home-slider-text p {
  margin: 0;
  font-size: 16px;
}
.home-content .home-slider-box .home-slider-text button {
  margin-top: 20px;
  border-bottom: 5px solid #21CEE4;
}
/*-----------------------------*/


/*-------- home-upcoming-events --------*/
.main-content .home-content .home-upcoming-events {
  width: 34.08%;
  position: relative;
  z-index: 10;
}
.main-content .home-content .home-upcoming-events img {
  padding: 0;
  background-image: none;
}

/* upcoming-events-banner */
.upcoming-events-banner {
  width: 100%;
  margin: 4px 0 92px 0;
  background-image: url("/assets/images/home-banner-bkgd.png");
  position: relative;
}
.upcoming-events-banner .banner-text {
  width: 100%;
  padding: 13px 0 9px 25px;
  box-sizing: border-box;
}
.upcoming-events-banner .banner-text .h3-like {
  max-width: 220px;
  margin: 0 0 6px 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.upcoming-events-banner .banner-text .h4-like {
  margin: 0 0 12px 0;
  font-family: "Roboto Slab", sans-serif;
  /*font-family: Rubik, sans-serif;*/
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.upcoming-events-banner .banner-text .banner-address {
  display: flex;
  align-items: baseline;
  color: #083643;
}
.upcoming-events-banner .banner-text .banner-address i {
  /* width: 8px; */
  margin-right: 5px;
  /* font-size: 8px; */
}
.upcoming-events-banner .banner-text p {
  width: 50%;
  margin: 0;
  font-size: 13px;
  font-size: 14px;
  letter-spacing: .2px;
}
.upcoming-events-banner .banner-logo {
  position: absolute;
  top: -23px;
  right: 22px;
}

/* upcoming-events-banner - POC 07/20/20 */
.upcoming-events-banner .banner-text {
    padding: 8px 0 8px 22px;
}
.upcoming-events-banner .banner-text h3 {
	margin: 0;
	font-size: 16px;
}
.main-content .home-content .home-upcoming-events .upcoming-events-banner .banner-text .h4-like {
    margin: 3px 0 8px 0;
    font-size: 23px;
}
.upcoming-events-banner .banner-text .banner-address {
    margin: 0 0 4px 0;
}
.upcoming-events-banner .banner-text p {
    font-size: 13px;
    line-height: 15px;
}
.upcoming-events-banner .banner-text a {
	font-size: 13px;
}


/* upcoming-events */
.main-content .home-content .home-upcoming-events .upcoming-events .h3-like {
  margin: 20px 0 23px 0;
  text-align: center;
  font-weight: 800;
}
.main-content .home-content .home-upcoming-events .event-item {
  margin-bottom: 33px;
  padding-left: 19px;
  box-sizing: border-box;
  display: block;
}
.main-content .home-content .home-upcoming-events .event-item.no-ribbon {
  padding: 0;
  text-align: center;
}
.main-content .home-content .home-upcoming-events .event-item:last-of-type {
  margin-bottom: 0;
}
.main-content .home-content .home-upcoming-events .event-item .h4-like {
  margin: 0 0 2px 0;
  position: relative;
  border-bottom: none;
  font-weight: 800;
}
.main-content .home-content .home-upcoming-events .event-item h4::before, .event-item .h4-like::before, .quick-links a::before {
  content: "";
  width: 14px;
  height: 16px;
  background-image: url('/assets/images/ribbons/ribbon-icon.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  left: -19px;
}
.main-content .home-content .home-upcoming-events .event-item.no-ribbon h4::before, .quick-links.no-ribbon a::before {
  display: none;
}
.purple .quick-links a::before {
  background-image: url('/assets/images/ribbons/ribbon-icon-purple.svg');
}
.main-content .home-content .home-upcoming-events .event-item p {
  margin: 0;
  letter-spacing: .3px;
}
.main-content .home-content .home-upcoming-events .upcoming-events a.button-like {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
/*--------------------------------------*/

.main-content .home-content-lower {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/*=============== End: home-content ===============*/


/*=============== Start: side-bar ===============*/
.home-content-lower .side-bar {
  width: 32%;
}
.home-content-lower .side-bar img {
  background-position: left bottom, left -9px; 
}
.side-bar {
  width: 25.6%;
}
.side-bar-item {
  margin-bottom: 65px;
}
.side-bar-item:last-of-type {
  margin-bottom: 0;
}

/*-------- quick-links --------*/
.quick-links {
  width: 100%;
}
.quick-links img {
  padding: 0;
  background-image: none;
}
.quick-links .quick-links-content {
  padding: 20px; 
  box-sizing: border-box;
}
.quick-links .h3-like {
  margin: 0 0 21px 0;
  text-align: center;
  font-weight: bold;
}
.quick-links p {
  margin: 0 0 20px 0;
  padding-left: 19px;
}
.quick-links p:last-of-type {
  margin: 0;
}
.quick-links a {
  text-decoration: none;
  letter-spacing: .3px;
  position: relative;
}
.quick-links a:hover {
  text-decoration: underline;
}
/*-----------------------------*/


/*-------- action-card --------*/
.action-card .h3-like {
  margin: 0 0 11px 0;
  font-weight: bold;
}
.action-card h4 {
  margin: 0 0 7px 0;
}
.action-card p {
  margin: 0;
}
.action-card button {
  margin-top: 15px;
}
.side-bar .action-card img {
  background-position: left bottom, left -10px;
}


.img-block {
  width: 100%;
  margin-bottom: 14px;
}
.img-block img {
  width: calc(100% - 10px);
}
/*-----------------------------*/


/*-------- social-post --------*/
.social-post h3 {
  margin: 0 0 11px 0;
}
.social-post img {
  display: none;
}
.social-post iframe {
  width: 400px;
  max-width: 320px;
}
/*-----------------------------*/


/*-------- page-map --------*/
.page-map.hide {	
    display: none;	
}
.purple .page-map, .green .page-map {
  width: 100%;
  padding: 4px 0 41px 0;
  background-image: url("/assets/images/page-map-bkgd.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F0F0F0;
  box-shadow: 5px 5px 15px rgba(0,0,0,.25);
}
.page-map .rounded-edge-line.bottom {
  margin: 14px 0 0 0;
}
.page-map img {
  padding: 0;
  background-image: none;
  border: none;
}
.page-map h3 {
  margin-top: 14px;
  color: #083643;
  text-align: center;
}
.purple .page-map {
  background-image: url("/assets/images/page-map-bkgd-kids.png");
}
.green .page-map {
  background-image: url("/assets/images/page-map-bkgd-teens.png");
  border: 1px solid #F0F0F0;
}
.purple .page-map h3, .green .page-map h3 {
  margin: 0 0 15px 0;
  color: #000;
}
.page-map p {
  margin: 0 0 9px 0;
  padding: 0 0 0 39px;
  box-sizing: border-box;
  font-weight: 500;
}
.page-map p.active a {
  color: #083643;
  font-weight: 700;
}
.yellow .page-map p.active a {
  color: #FAE121;
}
.purple .page-map p.active a {
  color: #8857FF;
}
.green .page-map p.active a {
  color: #00A678;
}
.blue .page-map p.active a {
  color: #21CEE4;
}
.orange .page-map p.active a {
  color: #F46036;
}
.page-map a {
  color: #000;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: .3px;
  position: relative;
}
.page-map p a:hover {
  text-decoration: underline;
}
.page-map a::before {
  content: "";
  width: 14px;
  height: 16px;
  background-image: url("/assets/images/ribbons/ribbon-icon.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  left: -24px;
}
.purple .page-map a::before {
  background-image: url("/assets/images/ribbons/ribbon-icon-purple.svg");
}
.green .page-map a::before {
  background-image: url("/assets/images/ribbons/ribbon-icon-green.svg");
}
/*--------------------------*/


/*-------- blog-block (side-bar) --------*/
.side-bar .blog-block h5 {
  margin: 0 0 7px 0;
  color: #083643;
  font-size: 18px;
  font-weight: 500;
}
.side-bar .blog-block .blog-content {
  flex-direction: column;
}
.side-bar .blog-block .img-block {
  width: 100%;
  margin: 0 0 10px 0;
}
.green .side-bar .blog-block .img-block img {
  background-position: left bottom, left -9px;
}
.side-bar .blog-block .blog-text {
  width: 100%;
}
.side-bar .blog-block .blog-credits {
  margin: 0 0 10px 0;
}
.side-bar .blog-block .blog-credits li {
  margin: 0 3px 0 0;
  padding: 0 5px 0 0;
}
.side-bar .blog-block .blog-credits li {
  border-right: 1px solid #000;
}
.side-bar .blog-block .blog-credits li.tag {
  margin: 0;
  border: none;
}
.side-bar .blog-block .blog-credits li.tag:after {
  content: ", ";
}
.side-bar .blog-block .blog-credits li.tag:last-of-type:after {
  content: "";
}
.side-bar .blog-block button {
  margin-top: 10px;;
}
/*----------------------------*/
/*=============== End: side-bar ===============*/


/*=============== Start: body-content ===============*/
.disable {
  opacity: .6;
  pointer-events: none;
}
.home-content-lower .body-content {
  width: 60%;
}
.body-content {
  width: 68.8%;
}
.yellow.calendar .body-content {
  width: 100%;
}
.body-item {
  margin-bottom: 65px;
}
.body-item:last-of-type {
  margin-bottom: 0;
} 


/*-------- page-header --------*/
.page-header {
  margin-bottom: 60px;
}
.yellow .page-header {
  margin-bottom: 30px;
}
.page-header img.header-img {
  width: 100%;
}
.orange .page-header img {
  padding: 0;
  background-image: none;
  border: none;
}
.page-header h1 {
  margin: 0;
  padding: 11.5px 0;
  background-color: #F1F1F1;
  text-align: center;
  position: relative;
  top: -4px;
}
.yellow .page-header h1 {
  border-top: 10px solid #FAE121;
}
.orange .page-header h1 {
  border-top: 10px solid #F46036;
}

.page-header h1:before {
  content: "";
  width: 39px;
  height: 36px;
  background-image: url("/assets/images/back-book-icon-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -24px;
  left: calc(50% - (36px / 2));
}
/*-----------------------------*/


/*-------- content-slider --------*/
.content-slider-block {
  width: 100%;
  padding: 29px 59px 29px 25px;
  box-sizing: border-box;
  background-image: url("/assets/images/home-banner-bkgd.png");
}
.content-slider-block h3 {
  margin: 0 0 16px 0;
}
.content-slider-block p {
  margin: 0;
  font-size: 17px;
  letter-spacing: .3px;
}
.content-slider-block .filter-block {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

/* content-slider-block button */
.content-slider-block a.button-like {
  width: 115px;
  padding: 5px 0;
  margin: 0 20px 0 0;
  background-color: #FAE121;
  color: #083643;
  border: none;
}
.content-slider-block a.button-like:last-of-type {
  margin: 0;
}
.content-slider-block a.button-like:hover {
  background-color: #F46036;
  color: #fff;
  
  background-color: #F56A43;
  color: #000;
}
.content-slider-block a.button-like.active {
  background-color: #F46036;
  color: #fff;

  background-color: #F56A43;
  color: #000;
}

/* book-slider (byte-parent-responsive) */
.byte-parent-responsive {
  width: 88.5%;
  margin-bottom: 29px;
}
.byte-parent-responsive .byte-carousel-pane {
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}
.content-slider-block .byte-parent-responsive button {
  width: 12px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
  background-image: url('/assets/images/books-silder-left-arrow-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% + 3px);
  left: -32px;
}
.content-slider-block .byte-parent-responsive button:last-of-type {
  top: calc(50% - 7px);
  left: auto;
  right: -32px;
  transform: rotate(180deg);
}
.content-slider-block .byte-parent-responsive button:before {
  content: "";
}
.content-slider-block .byte-parent-responsive a:after {
  display: none;
}
.content-slider-block .byte-carousel-responsive {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.content-slider-block .byte-carousel-responsive.active {
  opacity: 1;
  position: relative;
  left: auto;
}
.content-slider-block .byte-parent-responsive img {
  /* width: 100%; */
  max-width: 90%;
  max-height: 180px;
  margin: 0 auto;
  padding: 0;
  background-image: none;
}

/* new arrival placeholder */
.byte-parent-responsive .byte-carousel-pane a {
  text-decoration: none;
}
.arrival-placeholder {
  max-width: 120px;
  min-height: 180px;
  margin: 0 auto;
  /* background-color: #F46036; */
  background-color: #F56A43;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrival-placeholder i {
  /* color: #fff; */
  color: #000;
}
/*--------------------------------*/

/* search-box */
.search-box {
  width: 70.571%;
  margin: 0 auto;
  padding: 0 8px 3px 8px;
  border-bottom: 2px solid #083643;
  position: relative;
}
.search-box input {
  width: 89.15%;
  background-color: transparent;
  color: #083643;
  border: none;
  /* outline: none; */
  font-family: Rubik, sans-serif;
  font-size: 17px;
  line-height: 20px;
}
.search-box input::placeholder {
  color: #083643;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
}
.search-box button {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #083643;
  font-size: 22px;
  position: absolute;
  right: 12px;
  bottom: -7px;
}
.search-box button:hover {
  background-color: transparent;
  color: #083643;
}


/*-------- blog-block --------*/
.blog-block {
  width: 100%;
}
.blog-block h3 {
  margin: 0 0 11px 0;
}
.blog-block .h5-like {
    display: block;
    margin: 0 0 12px 0;
    color: #3E4860;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
}
.blog-block .blog-content {
  display: flex;
}
.blog-block.body-item .blog-content {
  margin-bottom: 25px;
}
.blog-block.body-item .blog-content:last-of-type {
  margin-bottom: 0;
}
.blog-block .img-block {
  width: 42.267%;
  width: 50.853%;
  margin: 0 15px 0 0;
}
.blog-block.blog-page .img-block {
  min-width: 320px;
  max-width: 320px;
}
.blog-block .img-block img {
  border: none;
}
.blog-block .blog-text {
  width: 71%;
}
.blog-block .blog-credits {
  width: 100%;
  margin: 0 0 7px 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.blog-block .blog-credits li {
  margin: 0 10px 0 0;
  padding: 0;
}
.blog-block .blog-credits li:last-of-type {
  margin-right: 0;
}
.blog-block .blog-credits li:before {
  display: none;
}
.blog-block a {
  display: contents;
  text-decoration: none;
}
.blog-block a.button-like {
  display: inline-block;
}
.blog-block .blog-credits li, .blog-block .blog-credits li a {
  color: #3E4860;
  font-size: 12px;
  line-height: 14px;
}
.blog-block .blog-credits li a:hover {
  text-decoration: underline;
}
.blog-block p {
  width: 100%;
  /* max-height: calc(19px * 2); */
  position: relative;
  overflow: hidden;
}
.blog-block.blog-page .button-like {
  border: none;
}

#blog-pagination {
  margin: 25px auto 0 auto;
  display: flex;
  /* display: flex; */
  justify-content: center;
}
#blog-pagination a {
  margin: 0 10px 0 0;
  text-decoration: none;
}
#blog-pagination strong {
  display: inline-block;
  margin: 0 10px 0 0;
}
/*
.blog-block button {
  border-bottom: 5px solid #FAE121;
}
*/
/*----------------------------*/


/*-------- upcoming-events --------*/
.side-bar .upcoming-events {
  padding: 11px 15px 12px 18px;
  background-color: #fff;
  border: 2px solid #083643;
  border-radius: 2px;

  transition: all .3s;
}
.body-content .upcoming-events {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.body-content .upcoming-events .rounded-edge-line {
  background-color: #083643;
  position: absolute;
  top: -30px;
  left: -1px;
}
.upcoming-events h3 {
  margin: 0 0 16px 0;
}
.body-content .upcoming-events .event-item {
  width: 49%;
  max-width: 410px;
  margin-bottom: 25px;
  padding: 16px 20px;
  box-sizing: border-box;
  background-color: #B1D235;
}
.body-content .upcoming-events h3 {
  margin: 0 0 5px 0;
}
.upcoming-events .event-item {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.upcoming-events .event-item:last-of-type {
  margin-bottom: 0;
}
.upcoming-events .event-date {
  width: 40px;
  margin: 0 10px 13px 0;
  padding: 5px;
  box-sizing: border-box;
  background-color: #F46036;
  color: #fff;
  background-color: #F56A41;
  color: #000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.upcoming-events .event-date:after {
  content: "";
  width: 11px;
  height: 15px;
  background-image: url("/assets/images/ribbons/ribbon-icon-events.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: calc(50% - 5.5px);
  bottom: -13px;
}
.upcoming-events .event-info a {
  border: none;
  color: #083643;
  font-size: 18px;
}
.upcoming-events .event-info a:hover {
  text-decoration: underline;
}
.upcoming-events .event-info p {
  color: #000;
  margin: 0 0 5px 0;
}
.body-content .upcoming-events .event-info p:first-of-type {
  margin-bottom: 10px;
  color: #083643;
  font-weight: 700;
}
.upcoming-events .event-info p:last-of-type {
  margin: 0;
}
.body-content .upcoming-events .button-like {
  max-width: 138px;
  color: #fff;
  font-size: 16px;
}
.body-content .upcoming-events .button-like:hover {
  text-decoration: none;
}
.upcoming-events button {
  margin: 18px 0 0 0;
  border-bottom: 5px solid #F46036;
  display: none;
}
.upcoming-events button.active {
  display: block;
}
.upcoming-events button .show-less-events, .upcoming-events.active button .show-more-events {
  display: none;
}
.upcoming-events.active button .show-less-events {
  display: block;
}
.upcoming-events p.all-events {
  margin: 8px 0 0 0;
}
.upcoming-events a {
  color: #000;
  border-bottom: 1px solid #083643;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
/*---------------------------------*/


/*-------- page-children-items --------*/
.page-children-items {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  /* justify-content: space-around; */
}
.page-children-items .page-item {
  max-width: 260px;
  margin: 0 25px 120px 0;
}
.page-children-items .page-item .img-block {
  width: 260px;
  height: 130px;
  margin-bottom: 10px;
  background-image: url("/assets/images/bkgd-pattern-black.png");
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.booklists, ul.research-topics {
  background-image: url("/assets/images/bkgd-pattern-black.png");
}

/* .yellow ul.booklists */
.yellow .page-children-items .page-item .img-block, .yellow ul.booklists, .yellow ul.research-topics {
  background-image: url("/assets/images/bkgd-pattern-yellow.png");
}
/* .purple ul.booklists */
.purple .page-children-items .page-item .img-block, .purple ul.booklists, .purple ul.research-topics {
  background-image: url("/assets/images/bkgd-pattern-purple.png");
}
/* .green ul.booklists */
.green .page-children-items .page-item .img-block, .green ul.booklists, .green ul.research-topics {
  background-image: url("/assets/images/bkgd-pattern-green.png");
}
/* .blue ul.booklists */
.blue .page-children-items .page-item .img-block, .blue ul.booklists, .blue ul.research-topics {
  background-image: url("/assets/images/home-banner-bkgd.png");
}
/* .orange ul.booklists */
.orange .page-children-items .page-item .img-block, .orange ul.booklists, .orange ul.research-topics {
  background-image: url("/assets/images/bkgd-pattern-orange.png");
}
.page-children-items .page-item .img-block img {
  max-width: 100px;
  padding: 0;
  background-image: none;
  border: none;
}
.page-children-items .page-item h3 {
  margin-top: 0;
}
.page-children-items .page-item a {
  text-decoration: none;
}
.page-children-items .page-item p {
  width: 100%;
}
.page-children-items .page-item a.button-like {
  margin-top: 15px;
}
/*-------------------------------------*/


/*-------- book-review --------*/
.book-review {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
}
.book-review:last-of-type {
  margin-bottom: 0;
}
.book-review img {
  max-width: 160px;
  margin-right: 15px;
  padding: 0;
  background-image: none;
  border: none;
}
.book-review h3 {
  margin-top: 0;
}
/*-----------------------------*/


/*-------- top-search --------*/
#search-container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#search-container .top-search {
  width: calc(100% - 110px);
  height: 36px;
  padding: 0 0 0 15px;
  border: 1px solid #083643;
  border-left: 5px solid #083643;
  border-radius: 3px;
  color: #083643;
  font-size: 14px;
}
.yellow #search-container .top-search {
  border-left: 5px solid #FAE121;
}
.purple #search-container .top-search {
  border-left: 5px solid #8857FF;
}
.green #search-container .top-search {
  border-left: 5px solid #00A678;
}
.blue #search-container .top-search {
  border-left: 5px solid #21CEE4;
}
.orange #search-container .top-search {
  border-left: 5px solid #F46036;
}
#search-container .search.button-like {
  margin-top: 0;
}
#search-container .search-results-count {
  width: 100%;
  margin-top: 15px;
}
/*----------------------------*/


/*-------- blog --------*/
.blog-post .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#blog_comment_errors {
	list-style: none;
	color: #a00;
	margin: 0;
}
#blog_comment_errors li {
	margin-left: 0;
}
/*----------------------*/


/*-------- fieldset (default) --------*/
fieldset {
  margin-bottom: 5px;
  padding: 0;
  border: none;
}
fieldset .field-container {
  /* display: flex; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  margin-bottom: 10px;
}
fieldset .field-container label {
  color: #083643;
  font-size: 16px;
  font-weight: 500;
}
fieldset .field-container input, fieldset .field-container textarea {
  width: 100%;
  padding: 8px 0 8px 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: inset 0 0 3px rgba(0,0,0,.15);
  color: #083643;
  font-size: 16px;
}
fieldset .field-container .required-star {
  color: red;
}
/*------------------------------------*/
/*=============== End: body-content ===============*/


/* Start: rounded-edged-line */
.rounded-edge-line {
  width: calc(100% + 2px);
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  position: relative;
  left: -1px;
}
.rounded-edge-line.green {
  background-color: #B1D235;
}
.rounded-edge-line.default {
  background-color: #083643;
}
.rounded-edge-line.spacer {
  margin: 25px 0 30px 0;
}
.rounded-edge-line img {
  top: -17px;
  left: calc(50% - 15px);
  position: absolute;
}
/* End: rounded-edged-line */


/****** Install Main Content Pattern CSS Here *******/


/**********************************
  RIGHT SIDEBAR
***********************************/
/* 
-- start with your general styles
-- then add in styles for special layouts like `home` 
-- use comments to separate sections like `home-right-sidebar`
*/

/* home-right-sidebar */

/****** Install Right Sidebar Pattern CSS Here *******/


/**********************************
  FOOTER
***********************************/
/* 
-- start with your general styles
-- then add in styles for special layouts like `home` 
-- use comments to separate sections like `home-footer`
*/
footer .footer-wrapper a, footer .footer-credits a {
  color: #083643;
}
footer img, .purple footer img, .green footer img, .blue footer img, .orange footer img, .yellow footer img {
  padding: 0;
  background-image: none;
  border: none;
}
.footer-top,
.footer-top.xl.dark-mode {
  width: 100%;
  margin-top: 45px;
  display: none;
  position: relative;
  /* top: 4px; */
}
.footer-top.xl {
  display: block;
}
.footer-wrapper {
  padding: 0;
  background-color: #B1D235;
  background-image: url('/assets/images/footer-bkgd-1440v2.png');
  background-size: 100%;
  background-repeat: repeat-y;
  display: flex;
}

/*-------- footer-content-left --------*/
.footer-wrapper .footer-content-left {
  width: 32.8%;
  padding: 0 0 30px 30px;
  box-sizing: border-box;
}
.footer-wrapper .footer-content-left .footer-logo {
  margin-bottom: 10px;
}
.footer-wrapper .footer-content-left .footer-logo.dark-mode,
.footer-wrapper .footer-content-left .footer-logo.high-contrast {
  display: none;
}
.footer-wrapper .footer-content-left .info-items-box {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrapper .footer-content-left .info-items-box .info-items-left {
  margin-right: 39px;
} 
.footer-wrapper .footer-content-left .info-item {
  max-width: 200px;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
}
.footer-wrapper .footer-content-left .info-item i {
  margin-right: 10px;
  color: #083643;
  font-size: 11px;
}
.footer-wrapper .footer-content-left .info-item:nth-of-type(3) {
  align-items: center;
  margin-bottom: 15px;
}
.footer-wrapper .footer-content-left .info-item:nth-of-type(2) i {
  margin-right: 7px;
}
.footer-wrapper .footer-content-left .info-item .social-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #083643;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s;
  cursor: pointer;
}
.footer-wrapper .footer-content-left .info-item .social-icon:hover {
  color: #B1D235;
  background-color: #0B4C5E;
  text-decoration: none;
}
.footer-wrapper .footer-content-left .info-item .social-icon:after {
  content: '';
  margin: 0;
}
.footer-wrapper .footer-content-left .info-item .social-icon i {
  margin: 0;
  color: #B1D235;
  font-size: 16px;
}
.footer-wrapper .footer-content-left .info-item .social-icon:last-of-type {
  margin-right: 0;
  font-size: 16px;
}
.footer-wrapper .footer-content-left .info-item p, .footer-wrapper .footer-content-left .info-item a {
  margin: 0;
  color: #083643;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .5px;
  text-decoration: none;
}
.footer-wrapper .footer-content-left .info-item a:hover {
  color: #083643;
  text-decoration: underline;
}

/* utility-menu |footer| */
footer .utility-menu {
  flex-direction: column;
}
footer .utility-menu li {
  margin: 0 0 20px 0;
  padding: 0;
}
footer .footer-wrapper .footer-content-left ul.utility-menu li a {
  font-weight: 700;
}
footer .utility-menu li:last-of-type {
  margin: 0;
}
footer .utility-menu li:before {
  display: none;
}
footer .utility-menu li .dropdown-box {
  padding: 0;
}
footer .footer-content-left .info-item.utility-menu li .dropdown-box a {
  color: #083643;
  font-size: 13px;
  font-weight: 400;
}
/*-------------------------------------*/


/*-------- footer-content-right --------*/
.footer-wrapper .footer-content-right {
  width: 67%;
  padding: 0 73px 23px 71px;
  box-sizing: border-box;
}
.footer-wrapper .footer-content-right #footer-nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-wrapper .footer-content-right ul.footer-nav {}
.footer-wrapper .footer-content-right ul.footer-nav li:before {
  display: none;
}
.footer-wrapper .footer-content-right ul.footer-nav li {
  margin: 30px 0 0 0;
  padding: 0;
}
.footer-wrapper .footer-content-right ul.footer-nav li:first-of-type {
  margin-top: 0;
}
.footer-wrapper .footer-content-right ul.footer-nav li a {
  color: #083643;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;

}
.footer-wrapper .footer-content-right ul.footer-nav li ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.footer-wrapper .footer-content-right ul.footer-nav ul {
  margin-top: 10px;
}
.footer-wrapper .footer-content-right ul.footer-nav ul li {
  margin: 0 0 12px 0;
  padding: 0;
}
.footer-wrapper .footer-content-right ul.footer-nav ul li:last-of-type {
  margin-bottom: 0;
}
/*--------------------------------------*/


/*-------- footer-credits --------*/
.footer-credits {
  width: 100%;
  padding: 10.5px 50px 10.5px 30px;
  box-sizing: border-box;
  background-color: #A5C052;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-credits p, .footer-credits a {
  margin: 0;
  text-decoration: none;
}
.footer-credits a:hover {
  text-decoration: underline;
}
.footer-credits .credits-left {
  display: flex;
  align-items: center;
}
.footer-credits .credits-left p {
  margin-right: 50px; 
}
.footer-credits .mobile {
  display: none;
}
/*--------------------------------*/
/****** Install Footer Pattern CSS Here *******/

/*********************************************************************************
  Multi Media Queries 
**********************************************************************************/
@media only screen and (max-width: 1390px) {
  .alerts-over {
    /* max-width: 370px; */
  }
  header .header-content .upper-content .notice-text {
    margin-right: 20px;
    padding-right: 0;
  }
  .access-options .access-item {
    margin: 0 55px 30px 0;
    margin: 0 20px 15px 0;
    /* margin: 0; */
  }
}

@media only screen and (max-width: 1280px) {

  /*----- accessability option styles |1280|  -----*/
  /* dark-mode 
  .dark-mode header .site-logo img,
  .dark-mode header nav img.nav-start,
  .dark-mode header nav img.nav-start.xl,
  .dark-mode header nav img.nav-start.s,
  .dark-mode .footer-top {
    display: none;
  }
  .dark-mode header nav img.nav-start.dark-mode,
  .dark-mode .footer-top.dark-mode {
    display: block;
  }
  */
  .dark-mode header .header-content nav ul.main-nav {
    background-image: url("/assets/images/nav-bkgd-dark-mode.png");
  }
  .dark-mode .footer-wrapper {
    background-image: url('/assets/images/footer-bkgd3-dark-mode.png');
  }

  /* desaturate */
  .desaturate header .header-content nav ul.main-nav {
    background-image: url('/assets/images/nav-bkgd-desaturate.png');
  }
  .desaturate .footer-wrapper {
    background-image: url('/assets/images/footer-bkgd3-desaturate.png');
  }
  /*----------------------------------------------*/


  .img_right, .img_right_25, .img_right_50, .img_left, .img_left_25, .img_left_50 {
    margin: 0 0 1em 0;
    float: none;
  }

  .main-content {
    /* max-width: 944px; */
    max-width: 95%;
  }

  .offscreen-content .hour-content .hour-item:last-of-type {
    max-width: 298px;
    padding: 9px 0 1px 8px;
  }

  header .site-logo {
    max-width: 132px;
    margin: 3px 20px 0 30px;
  }
  header .header-content .upper-content {
    margin: 0 0 16px 0;
    padding: 0 39px 0 0;
  }
  header .header-content .upper-content .circle-box .circle-item {
    max-height: 25px;
    margin-right: 15px;
  }
  /*
  header .header-content .upper-content .circle-box .circle-item:last-of-type {
    margin-right: 150px;
  }
  */
  header .header-content .upper-content .circle-box .circle-item a {
    font-size: 26px;
  }
  header .header-content .upper-content .circle-box .circle-item a img {
    width: 25px;
  }
  header .header-content .upper-content .circle-box .circle-item img.top-arrow {
    width: 25px;
    top: -30px;
  }
  header .header-content .upper-content .circle-box #hours-circle a {
    font-size: 19px;
  }
  header .header-content .upper-content .circle-box #hours-circle a:before {
    width: 25px;
    height: 25px;
  }
  header .header-content .upper-content .circle-box #access-circle i {
    position: relative;
    top: -2px;
  }
  header .header-content .upper-content .circle-box #notices-circle a {
    width: 25px;
    height: 25px;
    font-size: 17px;
  }
  header .header-content .upper-content .notice-text {
    /* max-width: 131px; */
    max-height: 14px;
    margin-right: 33px;
    padding-right: 12px;
    font-size: 12px;
  }

  /* utility-menu */
  header ul.utility-menu.main-nav li {
    margin: 0 15px 0 0;
  }
  header ul.utility-menu.main-nav a {
    font-size: 12px;
  }


  header .header-content .upper-content a.top-item i, header .header-content .upper-content a.top-item img {
    margin-right: 2px;
    font-size: 13px;
  }
  header .header-content .upper-content a.top-item img.calendar-icon {
    width: 16px;
  }
  header .header-content .upper-content a.top-item img.mobile-icon {
    width: 11px;
  }
  header .header-content .upper-content a.top-item:first-of-type i {
    width: 18px;
    height: 17px;
  }
  header .header-content .upper-content .search-box input {
    width: 82%;
  }
  header nav img.nav-start {
    display: block;
  }
  header nav img.nav-start.dark-mode,
  header .header-content nav img.nav-start.xl,
  header .header-content nav img.nav-start.xl.dark-mode,
  header .header-content nav img.nav-start.s,
  header .header-content nav img.nav-start.s.dark-mode {
    display: none;
  }
  header .header-content nav ul.main-nav {
    padding: 0 44px 0 0;
    background-image: url("/assets/images/nav-bkgd.png");
  }
  header .header-content nav ul.main-nav li {
    padding: 19px 0 9px 0;
  }
  header .header-content nav ul.main-nav a {
    font-size: 16px;
  }
  header .header-content nav ul.main-nav li .dropdown-box {
  	margin-top: 9px;
  	padding: 20px 20px 15px 30px;
    left: -30px;
  }
  header .header-content nav ul.main-nav li .dropdown-box a {
	font-size: 14px;
  } 
  header .header-content nav ul.main-nav li .dropdown-box li {
	margin-bottom: 10px;
    padding: 0;
  }
  header .header-content nav ul.main-nav li .dropdown-box li:last-of-type {
	margin-bottom: 0;
  }
  header ul.utility-menu.main-nav li .dropdown-box a {
    font-size: 12px;
  }

  /* alerts-over */
  .alerts-over {
    /* max-width: 300px; */
  }

  /*-------- home-content |1024| --------*/
  .main-content .home-content {
    margin-bottom: 74px;
  }

  /* home-slider */
  .home-content .home-slider-box {
    width: 57.522%;
  }
  .byte-parent-carousel, .byte-carousel, .byte-carousel .slick-track {
    /* height: 294px; */
  }
  .home-content .home-slider-box .home-slider-text {
    width: 97.977%;
  }

  /* home-upcoming-events */
  .main-content .home-content .home-upcoming-events {
    width: 40.467%;
  }
  .upcoming-events-banner {
    margin: 10px 0 87px 0;
  }
  .upcoming-events-banner .banner-text {
    padding: 14px 0 9px 25px;
  }
  .upcoming-events-banner .banner-text .h3-like {
    margin: 0 0 3px 0;
    font-size: 16px;
  }
  .upcoming-events-banner .banner-text h4 {
    font-size: 17px;
  }
  .upcoming-events-banner .banner-logo {
    right: 6px;
  }
  .main-content .home-content .home-upcoming-events .upcoming-events h3 {
    margin: 14px 0 23px 0;
  }
  .main-content .home-content .home-upcoming-events .event-item {
    margin-bottom: 23px;
  }
  .main-content .home-content .home-upcoming-events .upcoming-events button {
    margin-top: 21px;
  }
  /*-------------------------------------*/


  /*-------- side-bar |1024| --------*/
  .home-content-lower .side-bar, .side-bar {
    width: 31.78%;
  }
  .side-bar-item {
    margin-bottom: 60px;
  }

  /* social-post */
  .social-post iframe {
    max-width: 320px;
    width: 320px;
  }

  /* quick-links */
  .quick-links .quick-links-content {
    padding: 18px 0;
  }
  .quick-links p, .quick-links p:last-of-type {
    margin-left: 10px;
  }
  /*---------------------------------*/


  /*-------- body-content |1024| --------*/
  .home-content-lower .body-content {
    width: 57.522%;
    width: 64%;
  }
  .body-content {
    width: 57.628%;
    width: 64%;
  }
  .body-item {
    margin-bottom: 57px;
  }

  /* new-arrivals-block */
  .content-slider-block {
    padding: 16px 15px 20px 15px;
  }
  .content-slider-block h3 {
    margin: 0 0 12px 0;
  }
  .content-slider-block p {
    margin: 0 0 10px 0;
  }
  .content-slider-block .filter-block {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .content-slider-block .filter-block .filter-buttons {
  	/* width: 100%; */
  	/* margin-top: 10px; */
  	margin: 0 0 10px 0;
    display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	/* justify-content: space-around; */
  }
  .content-slider-block .filter-block .filter-buttons a.button-like {
	margin: 0 15px 5px 0;
  }
  .byte-parent-responsive {
    margin-bottom: 14px;
  }
  .byte-parent-responsive, .byte-carousel-responsive, .byte-carousel-responsive .slick-track {
    height: 142px;
  }
  .search-box {
    width: 88.5%;
  }
  .search-box input {
    width: 93.071%;
  }
  .search-box button {
    right: 0;
  }
  /*-------------------------------------*/

  .footer-wrapper {
    background-image: url('/assets/images/footer-bkgd3.png');
  }
  .footer-top {
    display: block;
    /* top: 4px; */
  }
  .footer-top.xl, .footer-top.s {
    display: none;
  }
  .footer-wrapper .footer-content-left {
    width: 29.35%;
  }
  .footer-wrapper .footer-content-right {
    padding: 0 50px 23px 71px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-content {
    max-width: 944px;
    /* max-width: 95%; */
  }
  /* alerts-over */
  .alerts-over {
    /* max-width: 250px; */
  }
}

@media only screen and (max-width: 900px) {
  #is-mobile {
    display: block;
  }
  .access-options {	
    flex-wrap: wrap;	
  }

  .event-details .popup-content {
    left: calc(50% - (90% /2));
  }

  header .header_wrapper {
    align-items: flex-start;
  }
  header .site-logo {
    max-width: 87px;
    margin: 14px 12px 0 15px;
  }
  header .header-content .upper-content {
    margin: 22px 0 8px 0;
    padding: 0 16px 0 0;
  }
  header .header-content .upper-content .upper-content-right {
    padding: 0 0 0 14px;
  }
  header .header-content .upper-content .circle-box .circle-item img.top-arrow {
    top: -26px;
	/* top: -33px; */
  }
  /*
  header .header-content .upper-content .circle-box .circle-item:last-of-type {
    margin-right: 30px;
  }
  */
  .alerts-over {
    display: block;
  }
  header .header-content .upper-content a.top-item {
    font-size: 12px;
  }
  header .header-content nav ul.main-nav {
    padding: 0 16px 0 0;
  }
  header .header-content nav ul.main-nav li {
    padding: 20px 0 8px 0;
    display: flex;
    align-items: center;
  }
  header .header-content nav ul.main-nav li button {
    margin: 0 0 0 3px;
    padding: 0;
    background-color: transparent;
    color: #083643;
    font-size: 14px;
    display: block;
  }
  header .header-content nav ul.main-nav li.toggled a, header .header-content nav ul.main-nav li.toggled button {
    color: #fff;
  }
  header .header-content nav ul.main-nav a {
    font-size: 13px;
  }
  header .header-content nav ul.main-nav li .dropdown-box {
    padding: 9px 0 15px 30px;
  }
  header .header-content nav ul.main-nav li .dropdown-box li {
    margin-bottom: 8px;
  }
  header .header-content nav ul.main-nav li .dropdown-box a {
    font-size: 13px;
  }
  header .header-content nav ul.main-nav li:hover .dropdown-box {
    top: 38px;
  }
  header .header-content nav ul.main-nav li.toggled .dropdown-box {
    top: 38px;
    /* top: 27px; */
    left: -30px;
    animation: drop-dropdown .35s ease-out;
  }
  header .top-search-input {
    /* max-width: 163px; */
    margin: 0;
    padding: 0 21px 0 0;
    box-sizing: border-box;
  }
  header .top-search-input form input[type=text] {
    width: 100%;
    box-sizing: border-box;
  }
  header .onsite-search-submit {
    width: 23px;
    height: 26px;
    font-size: 12px;
    box-sizing: border-box;
    z-index: 5;
  }

  .main-content {
    padding: 0 25px;
  }
  
  /*--- home-content |tablet| ---*/
  .main-content .home-content {
    flex-direction: column;
    align-items: center;
  }
  .main-content .home-content .home-slider-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .main-content .home-content .home-upcoming-events {
    width: 100%;
    display: flex;
	/* align-items: flex-start; */
  }
  .upcoming-events-banner {
    width: 100%;
    max-width: 382px;
    margin: 10px auto 150px auto;
    order: 2;
  }
  .main-content .home-content .home-upcoming-events .upcoming-events {
    width: 80%;
    width: 90%;
  }
  /*--------------------------*/


  /*--- side-bar |tablet| ---*/
  .home-content-lower .side-bar, .side-bar {
    max-width: 400px;
    margin: 0 auto;
  }
  .side-bar .action-card img {
    background-position: left bottom, left -9px;
  }

  /* social-post */
  .social-post iframe {
    width: 400px;
    max-width: 400px;
  }
  /*----------------------*/


  /*--- page-children-items |tablet| ---*/
  .page-children-items .page-item {
    width: 100%;
    max-width: none;
    margin: 0 0 40px 0;
  }
  .page-children-items .page-item .img-block {
    width: 100%;
    height: 140px;
  }
  /*---------------------------------*/
  

  /*--- blog-block |tablet| ---*/
  .blog-block .blog-content {
    flex-direction: column;
  }
  .blog-block .img-block {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .blog-block .img-block img {
    background-position: left bottom, left -9px;
  }
  .blog-block .blog-text {
    width: 100%;
  }
  .blog-post .text {
    flex-wrap: wrap;
  }

  .blog-block.body-item h3 {
    max-width: 450px;
    margin: 0 auto 10px auto;
  }
  .blog-block.body-item .blog-content {
    max-width: 450px;
    margin: 0 auto 35px auto;
  }
  /*------------------------*/


  /*--- calendar |tablet| ---*/
  .cal-title-block .calendar-title .calview {
    right: 15px;
  }
  .cal-title-block .calendar-title .calview a {
    font-size: 13px;
  }
  .cal-title-block .calendar-title .calview a:first-of-type {
    margin-right: 15px;
  }
  /*----------------------*/
  

  .footer-wrapper .footer-content-right {
    width: 62%;
    padding: 0 0 23px 78px;
  }
  .footer-wrapper .footer-content-right #footer-nav {
    flex-wrap: wrap;
  }
  .footer-wrapper .footer-content-right ul.footer-nav {
    margin-top: 30px;
  }
  .footer-wrapper .footer-content-right ul.footer-nav:first-of-type, .footer-wrapper .footer-content-right ul.footer-nav:nth-of-type(2) {
    margin: 0;
  }
}

@media only screen and (max-width: 700px) {
  .main-content .home-content .home-upcoming-events .upcoming-events-banner .banner-text .h4-like {
    font-size: 18px;
  }
  /*----- accessability option styles |mobile|  -----*/
  /* dark-mode
  .dark-mode header .site-logo img,
  .dark-mode header nav img.nav-start,
  .dark-mode header nav img.nav-start.xl,
  .dark-mode header nav img.nav-start.s,
  .dark-mode header .header-content nav img.nav-start.s,
  .dark-mode header nav img.nav-start.dark-mode,
  .dark-mode .footer-top.xl.dark-mode,
  .dark-mode .footer-top.s {
    display: none;
  }
  .dark-mode .footer-top.s.dark-mode,
  .dark-mode header nav img.nav-start.s.dark-mode {
    display: block;
  }
  */
  .dark-mode header .header-content nav div.main-nav.mobile button {
    color: #fff;
  }
  .dark-mode header .header-content nav div.main-nav.mobile {
    background-image: url('/assets/images/nav-bkgd-320-dark-mode.png');
  }
  .dark-mode .footer-wrapper {
    background-image: url('/assets/images/footer-bkgd-320-dark-mode.png');
  }

  /* desaturate */
  .desaturate header ul.utility-menu.main-nav a.active,
  .desaturate header ul.utility-menu.main-nav li.active a,
  .desaturate header ul.utility-menu.main-nav a,
  .desaturate header ul.utility-menu.main-nav a:hover,
  .desaturate header ul.utility-menu.main-nav a,
  .desaturate header ul.utility-menu.main-nav li:first-of-type .dropdown-box a,
  .desaturate header ul.utility-menu.main-nav li:first-of-type .dropdown-box a:hover,
  .desaturate header ul.utility-menu.main-nav li .dropdown-box a,
  .desaturate header ul.utility-menu.main-nav li .dropdown-box a:hover {
    color: #fff;
  }
  .desaturate header .header-content nav div.main-nav.mobile button,
  .desaturate header.show-nav .top-search-input.mobile .close-icon {
    color: #2A2A2A;
  }
  .desaturate header .header-content nav div.main-nav.mobile {
    background-image: url('/assets/images/nav-bkgd-desaturate.png');
  }
  .desaturate header.show-nav .header-content nav {
    background-color: #B7B7B7;
  }
  .desaturate header.show-nav .header-content nav {
    background-image: none;
    border-top: 10px solid #2A2A2A;
    border-bottom: 10px solid #2A2A2A;
  }
  .desaturate header .header-content nav ul.main-nav {
    background-color: #2A2A2A;
    background-image: none;
  }
  .desaturate header .header-content ul.utility-menu.mobile {
    background-color: #6F6F6F;
  }
  .desaturate header ul.utility-menu.main-nav li:first-of-type .dropdown-box,
  .desaturate header ul.utility-menu.main-nav li .dropdown-box {
    background-image: url('/assets/images/bkgd-pattern-desaturate2.png');
  }
  .desaturate .footer-wrapper {
    background-image: url('/assets/images/footer-bkgd-320-desaturate.png');
  }
  .desaturate header .header-content nav ul.main-nav li .dropdown-box {
    border-top: 2px solid #2A2A2A;
  }
  /*-------------------------------------------------*/

  h1 {
    font-size: 25px;
    line-height: 29px;
  }
  h1.heading {
    margin: 0 0 45px 0;
    padding: 5px 0 5px 40px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .h3-like {
    font-size: 17px;
    line-height: 20px;
  }
  h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .h4-like {
    font-size: 15px;
    line-height: 20px;
  }
  p {
    font-size: 15px;
    line-height: 18px;
  }
  button, a.button-like {
    font-size: 13px;
  }

  .active .offscreen-content {
    padding: 10px;
  }
  .offscreen-content .hour-content {
    flex-direction: column;
  }
  .offscreen-content .hour-content .hour-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    border: none;
  }
  .offscreen-content .hour-content .hour-item:last-of-type {
    margin-bottom: 0;
  }
  .offscreen-content .heading a {
    min-width: 58px;
    font-size: 14px;
  }
  #offscreen-notice p {
    font-size: 14px;
  }

  header {
/* overflow: hidden; */
  }
  header .site-logo {
    max-width: 100px;
  }
  header .header-content .upper-content a.top-item {
    display: none;
  }
  header .top-search-input {
    display: none;
  }
  header.show-nav .top-search-input.mobile {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding: 0 36px 0 15px;
    display: block;
    position: absolute;
    top: 69px;
  }
  header.show-nav .top-search-input.mobile .close-icon {
    color: #083643;
    font-size: 26px;
    position: absolute;
    top: 2px;
    right: 15px;
  }
  header .top-search-input.mobile form input[type=text] {
    width: calc(100% - 45px);
    height: 30px;
  }
  #search-results {
    width: calc(86% - 45px);
  }
  header .onsite-search-submit {
    margin-top: 5px;
    height: 30px;
    max-height: none;
    padding: 9px 0px 5px;
    right: 60px;
  }
  .top-search-input.mobile .search-options {
    width: 75%;
    max-width: 235px;
    left: calc(43% - (70% / 2));
  }
  .top-search-input.mobile .search-options label {
    /*font-size: 12px;*/
    font-size: small;
  }

  header .header-content nav img.nav-start {
    display: none;
  }
  header .header-content nav img.nav-start.s {
    display: block;
  }


  /*--- utility-menu |mobile| ---*/
  header ul.utility-menu.main-nav {
    display: none;
  }
  header .header-content ul.utility-menu.mobile {
    /*
    height: 100%;
    padding: 22px 15px 0 15px;
    */

    height: auto;
    padding: 22px 15px;

    background-image: url('/assets/images/nav-bkgd-320-2.png'), url('/assets/images/nav-bkgd-320-3.png');
    background-position: 0 0, 0 bottom;
    background-repeat: repeat-x;
    background-color: #00A678;
    display: flex;
    flex-direction: column;
  }
  .utility-menu li {
    margin-bottom: 15px;
  }
  .utility-menu li a {
    color: #fff;
  }
  header ul.utility-menu.main-nav li:hover .dropdown-box {
    z-index: -1;
  }
  /*--------------------------*/

  header.show-nav {
    z-index: 999;
  }
  header .header-content nav {
    /* display: none; */
  }
  header.show-nav .header-content nav {
    height: 100vh;
    height: 100%;
    padding: 129px 0 0 0;
    box-sizing: border-box;

    background-image: url('/assets/images/nav-bkgd-320-2.png'), url('/assets/images/nav-bkgd-320-3.png');
    background-position: 0 0, 0 bottom;

    /* background-image: url('/assets/images/nav-bkgd-320-2.png'); */
    /* background-position: 0 0; */

    background-repeat: repeat-x;
    background-color: #B1D235;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .header-content nav .top-nav-content {
    display: none;
  }
  header.show-nav .header-content nav .top-nav-content {
    display: block;
    overflow: scroll;
    /*
    height: 100vh;
    padding: 69px 0 0 0;
    box-sizing: border-box;
    background-image: url('/assets/images/nav-bkgd-320-2.png'), url('/assets/images/nav-bkgd-320-3.png');
    background-position: 0 0, 0 bottom;
    background-repeat: repeat-x;
    background-color: #B1D235;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    */
  }
  header .header-content nav div.main-nav.mobile {
    width: 100%;
    box-sizing: border-box;
    background-image: url('/assets/images/nav-bkgd-320.png');
    background-repeat: repeat-x;
    display: block;
    position: relative;
  }
  header.show-nav .header-content nav div.main-nav.mobile {
    display: none;
  }
  header.show-nav .header-content nav img.nav-start.s {
    display: none;
  }
  header .header-content nav div.main-nav.mobile button {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #083643;
    font-size: 26px;
    position: absolute;
    top: 13px;
    right: 15px;
  }
  header .header-content nav ul.main-nav {
    margin: 0;
    padding: 15px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: none;
    background-color: #083643;
  }
  header.show-nav .header-content nav ul.main-nav {
    display: flex;
  }
  header .header-content nav ul.main-nav .close-icon {
    color: #083643;
    font-size: 26px;
    display: block;
    position: absolute;
    top: 70px;
    right: 17px;
  }
  header .header-content nav ul.main-nav li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }
  header .header-content nav ul.main-nav li:last-of-type {
    margin: 0;
  }
  header .header-content nav ul.main-nav a {
    color: #fff;
    font-size: 18px;
  }
  header .header-content nav ul.main-nav li button {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .header-content nav ul.main-nav li .dropdown-box {
    width: 100%;
    padding: 0 0 0 30px;
    border-top: 2px solid #083643;
    position: absolute;
    top: -500px;
    left: -5000px;
    transition: padding .3s ease-out;
  }
  header .header-content nav ul.main-nav li.toggled .dropdown-box {
    padding: 9px 0 15px 30px;
    position: relative;
    top: auto;
    left: -15px;
    z-index: 50;
    animation: none;
  }
  header .header-content nav ul.main-nav li:hover .dropdown-box {
    top: -5000px;
    left: -15px;
    animation: none;
  }
  header ul.utility-menu.main-nav li:hover .dropdown-box, header ul.utility-menu.main-nav li.toggled .dropdown-box, header ul.utility-menu.main-nav li:first-of-type:hover .dropdown-box, header ul.utility-menu.main-nav li:nth-of-type(2):hover .dropdown-box, header ul.utility-menu.main-nav li:nth-of-type(3):hover .dropdown-box, header ul.utility-menu.main-nav li:last-of-type:hover .dropdown-box {
	padding: 0 0 0 30px;
	left: -5000px;
  }
  header .header-content nav ul.main-nav li.toggled:hover .dropdown-box {
	padding: 9px 0 15px 30px;
    top: auto;
    left: -15px;
  }
  header .header-content nav ul.main-nav li .dropdown-box a {
    font-size: 16px;
  }
  header ul.utility-menu.main-nav li .dropdown-box {
    background-color: transparent;
    background-image: url("/assets/images/bkgd-pattern-black.png");
    box-shadow: none;
  }
  header ul.utility-menu.main-nav li:hover .dropdown-box {
    padding: 0 0 0 30px;
  }
  header ul.utility-menu.main-nav li:first-of-type .dropdown-box {
    background-image: url("/assets/images/bkgd-pattern-black.png");
  }

  .main-content {
    margin: 30px 5px 0 5px;
    padding: 0;
    flex-direction: column;
  }
  .main-content img {
    width: calc(100% - 10px);
  }
  .rounded-edge-line img {
    max-width: 30px;
  }
  .home-content .home-slider-box {
    width: calc(100% + 10px);
  }
  .byte-parent-carousel, .byte-carousel, .byte-carousel .slick-track {
    height: 203px;
  }
  .home-slider-box .home-slider-text h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .home-content .home-slider-box .home-slider-text p {
    font-size: 14px;
  }
  .home-content .home-upcoming-events {
    flex-direction: column;
    align-items: center;
  }
  .home-content .home-upcoming-events .upcoming-events-banner {
    order: 0;
  }
  .home-content .home-upcoming-events .upcoming-events-banner .banner-text {
    padding: 14px 0 9px 10px;
  }
  .home-content .home-upcoming-events .upcoming-events-banner .banner-logo {
    max-width: 145px;
    top: -6px;
    right: -10px;
  }
  .home-content-lower {
    flex-direction: column; 
  }

  /* new-arrivals-block |mobile| */
  .byte-parent-responsive, .byte-carousel-responsive, .byte-carousel-responsive .slick-track {
    height: 270px;
  }
  .content-slider-block .byte-parent-responsive img {
    max-width: 90%;
    max-height: 265px;
  }
  .content-slider-block .byte-parent-responsive button {
    left: -24px;
  }
  .content-slider-block .byte-parent-responsive button:last-of-type {
    right: -24px;
  }
  .arrival-placeholder {
    max-width: 90%;
    min-height: 265px;
    font-size: 86px;
  }
  .search-box input::placeholder {
    font-size: 11px;
  }
  /*-----------------------------*/


  /*--- book-review |mobile| ---*/
  .book-review {
    flex-direction: column;
    align-items: center;
  }
  .book-review .review-content {
    margin-top: 15px;
  }
  /*-------------------------*/


  /*--- upcoming-events |mobile| ---*/
  .body-content .upcoming-events {
    flex-direction: column;
  }
  .body-content .upcoming-events .event-item {
    width: 100%;
  }
  /*-----------------------------*/


  .home-content-lower .body-content, .body-content {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 65px auto;
    /* margin-bottom: 65px; */
    order: 1;
  }
  .home-content-lower .side-bar, .side-bar {
    width: 100%;
    order: 2;
  }


  /*---- calendar table |mobile| ----*/
  #event-table {
    padding: 0;
  }
  .calendar-table table {
    border-spacing: 3px;
  }
  .cal-title-block .calendar-title {
    margin: 0;
    padding: 10px 0;
  }
  .calendar-row {
    display: none;
  }
  .calendar-day {
    position: unset;
  }
  .weekly-row td.empty-space .calendar-day {
    background-image: none;
  }
  .calendar-day p {
    width: 100%;
    height: unset;
    margin: 0 auto;
    background-image: none;
    background-color: #FAE121;
    font-size: 14px;
  }
  .weekly-row td {
    height: unset;
    height: 45px;
    padding: 0;
  }
  .mobile-only {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    /* position: relative; */
  }
  .m-events:after {
    /* content: "\f111"; */
    content: '•';
    font-size: 48px;
    /* font-family: "FontAwesome"; */
    color: #E28080;
    margin: 0;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: calc(50% - (18.3px / 2));
    z-index: 50;
  }

  /* all-filters */
  .all-filters-container {
    flex-direction: column;
  }
  .event-filters-wrap {
    margin-bottom: 25px;
    order: 2;
  }
  .keyword-wrap {
    width: 100%;
    margin-bottom: 25px;
    order: 1;
  }
  .keyword-wrap .help-text p:last-of-type {
    flex-direction: column;
  }
  .keyword-wrap .help-text p:last-of-type span {
    margin-bottom: 5px;
  }


  .calendar-list {
    display: flex;
  }
  .list-event .event-about {
    padding: 0 10px;
  }
  .list-event:last-of-type .event-about {
    margin: 0;
  }
  .list-event:first-of-type h2.full-date {
    padding: 5px 0;
    background-color: #FAE121;
    text-align: center;
    display: block;
  }
  .list-event .event-about h3.ribbon, .list-event .rounded-edge-line {
    display: none;
  }

  .individual_event_view {
    flex-direction: column;
  }
  .individual-event-details {
    width: 100%;
    max-width: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  /*------------------------*/

  
  /*--- fieldset (default) |mobile| ---*/
  fieldset .field-container input, fieldset .field-container textarea {
    width: calc(100% - 10px) !important;
  }
  /*-----------------------------------*/
  

  .footer-top,
  .footer-top.s.dark-mode {
    display: none;
  }
  .footer-top.s {
    display: block;
  }
  .footer-wrapper {
    padding: 0 0 15px 35px;
    background-image: url("/assets/images/footer-bkgd-320.png");
    flex-direction: column;
  }
  .footer-wrapper .footer-content-left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  footer .utility-menu {
    display: flex;
  }
  .footer-wrapper .footer-content-right {
    width: 100%;
    padding: 0;
  }
  .footer-wrapper .footer-content-right #footer-nav {
    flex-direction: column;
  }
  .footer-wrapper .footer-content-right ul.footer-nav:first-of-type, .footer-wrapper .footer-content-right ul.footer-nav:nth-of-type(2) {
    margin-top: 30px;
  }
  .footer-credits {
    padding: 10.5px 0;
    flex-direction: column;
  }
  .footer-credits .mobile {
    display: block;
  }
  .footer-credits .credits-left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    order: 1;
  }
  .footer-credits .credits-left p:first-of-type {
    display: none;
  }
  .footer-credits .credits-left p {
    margin: 0;
  }
  .footer-credits .credits-right p:last-of-type {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  /* EDGE CSS styles go here */
	.blog-block .img-block-link {
		width: 50.85%;
	}
	.blog-block .img-block {
		width: calc(100% - 10px);
	}
	.blog-block .placeholder-img i {
		top: calc(50% - 42.5px);
		left: calc(50% - 42px);
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	header .site-logo {
		margin: 47px 59px 0 50px;
	}
	.blog-block .img-block-link {
		width: 50.85%;
	}
	.blog-block .img-block {
		/* width: 50.85%; */
		width: calc(100% - 10px);
/* 		max-width: 250px; */
	}
	.blog-block .placeholder-img i {
		top: calc(50% - 42.5px);
		left: calc(50% - 42px);
	}
	.blog-block .img-block img {
		/* width: calc(50.85% - 10px); */
	}
}
