@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css");
/**
 * @file
 * Variables
 *
 * Contains global variables available to the theme.
 */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import url(https://fonts.googleapis.com/css?family=Slabo+13px);
@import "https://fonts.googleapis.com/css?family=Slabo+13px";
@import url("https://fonts.googleapis.com/css?family=Indie+Flower");

h1,
h2,
h3,
h4,
h5,
h6,fo
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Oswald", sans-serif;
  margin-top: 0px;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 0.875rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

p {
  margin: 0 0 0.625rem;
}

p:empty {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  color: #3366cc;
}

a:hover {
  color: #cd5360;
}

a:focus {
  border-radius: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #000000;
  font-weight: 400;
}

body.path-frontpage .region-banner {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

img.align-right,
img.align-left,
img.align-center {
  padding: 5px;
}

ul.menu li a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000038;
  text-transform: none;
  padding-top: 0;
  letter-spacing: 0.5px;
  padding-bottom: 0;
  display:inline-block;
}

ul.menu li a:hover {
  color: #cd5360 !important;
}

a#main-content {
  display: none;
}

/* Default Float Style */
.f-right {
  float: right;
}

.f-left {
  float: right;
}

.f-none {
  float: none;
}

.rtecenter {
  text-align: center;
}

.text-white {
  color: #ffffff;
}

#block-ocean-local-tasks {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 101;
  background: #cf5a66;
  border: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
}

#block-ocean-local-tasks .tabs {
  font-size: 16px;
  margin-bottom: 0;
}

#block-ocean-local-tasks .tabs li {
  margin: 0;
}

#block-ocean-local-tasks .tabs li a {
  color: #ffffff;
}

#block-ocean-local-tasks .tabs li a:hover,
#block-ocean-local-tasks .tabs li a:focus,
#block-ocean-local-tasks .tabs li a.is-active {
  background-color: #a34750;
}

.social-icon {
  float: right;
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
  position: relative;
  min-width: 150px;
  text-align: right;
}

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  width: 26px;
  height: 24px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.social-icon li.fb-icon a {
  background: url("../assets/social/fb-icon.png") top left/contain no-repeat;
}

.social-icon li.tw-icon a {
  background: url("../assets/social/tw-icon.png") top left/contain no-repeat;
}

.social-icon li.insta-icon a {
  background: url("../assets/social/insta-icon.png") top left/contain no-repeat;
}

.social-icon li.snap-icon a {
  background: url("../assets/social/snap-icon.png") top left/contain no-repeat;
}

.social-icon li.pin-icon a {
  background: url("../assets/social/pin-icon.png") top left/contain no-repeat;
}

.social-icon li.yt-icon a {
  background: url("../assets/social/yt-icon.png") top left/contain no-repeat;
}

.social-icon li.anchor-icon a {
  background: url("../assets/social/anchor-icon.png") top left/contain no-repeat;
}

/*.layout-banner {
  background-image: url(https://theoceancountylibrary.org/sites/default/files/home/header/home-banner_0.jpg);
  height: 278px;
  margin-bottom: -115px;
}*/

/*new dinamic banner changes*/
.layout-banner {
  /* background-image: url(https://theoceancountylibrary.org/sites/default/files/home/header/home-banner_0.jpg); */
  height: 278px;
  margin-bottom: -115px;
  position: relative;
}

.layout-banner+main .main-container {
  position: relative;
}

.layout-banner .banner-image {
  height: 0;
}

.layout-banner .banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.layout-banner .banner-image .region-banner-image .contextual-region {
  position: static;
}

/*End new dinamic banner changes*/

.layout-banner .region-banner {
  position: relative;
  background: rgba(245, 236, 236, 0.38);
  padding: 15px 0px;
  padding-right: 30px;
  padding-left: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  width: inherit;
}

.layout-banner .region-banner:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1000px;
  right: 100%;
  bottom: 0;
  top: 0;
  background: rgba(245, 236, 236, 0.38);
}

.layout-banner .region-banner .block-page-title-block .page-title {
  font-family: "Slabo 13px", serif;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .layout-banner .region-banner .block-page-title-block .page-title {
    line-height: 1.1;
    font-size: 27px;
  }
}

@media screen and (max-width: 567px) {
  .layout-banner .region-banner .block-page-title-block .page-title {
    font-size: 20px;
  }
}

.press-release~div#block-pagetitle {
  display: none;
}

.main-container {
  background-color: #ffffff;
}

.main-container .region-content {
  padding-top: 25px;
}

table td,
table th {
  padding: 5px;
}

table.digital-meterials td .bi-check2 {
  font-size: 25px;
  color: #000038;
}

.top-alert .region-alert-message {
  background-color: #fee24a;
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: center;
  color: #333333;
  border-top: solid 4px #cd5360;
}

.top-alert .view-id-ocl_announcement_feed {
  text-align: center;
}

.top-alert .view-id-ocl_announcement_feed .view-content {
  display: block;
}

.top-alert .view-id-ocl_announcement_feed .view-content .views-row {
  max-width: inherit;
  margin-bottom: 0;
}

.top-alert .region-alert-message span.field-content {
  font-size: 13px;
}

.header {
  border-top: solid 4px #cd5360;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.149);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.149);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 13px;
  max-width: 1350px !important;
  margin: auto;
}

.translated-ltr .header__inner {
  align-items: flex-start;
}

.header__left {
  margin-bottom: 10px;
}

.header__left .region-site-branding .block-system-branding-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header__left .region-site-branding .site-logo {
  width: 65px;
  padding-right: 10px;
  display: block;
}

.header__left .region-site-branding .navbar-brand.name {
  color: #000038;
  font-family: "Oswald", sans-serif;
}

.header__left .region-site-branding .site-name {
  font-size: 24px;
  font-weight: 500;
}

.header__left .region-site-branding .site-slogan {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.5px;
}

.header__right {
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 69%;
  position: relative;
}

.header__top .region-header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__top .region-header-search .menu--menu-user-menu {
  margin-left: 5px;
}

.header__top .region-header-search .menu--menu-user-menu ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
}

.header__top .region-header-search .menu--menu-user-menu .menu li.menu-item {
  padding: 11px 0;
  list-style: none;
}

.header__top .region-header-search .menu--menu-user-menu .menu li.menu-item::after {
  content: "|";
  color: #b5b5c5;
  display: inline-block;
  vertical-align: text-bottom;
}

.header__top .region-header-search .menu--menu-user-menu .menu li.menu-item:last-child:after {
  display: none;
}

.header__top .region-header-search .menu--menu-user-menu .menu li.menu-item a {
  font-size: 14px;
  padding: 4px 5px;
}

.header__top div#block-searchboxradiobuttons form label {
  font-weight: 300;
  vertical-align: initial;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  color: #1c344c;
  display: inline-flex;
  align-items: center;
}

.header__top div#block-searchboxradiobuttons form label input {
  margin-right: 5px;
}

.header__top div#block-searchboxradiobuttons form label:last-child {
  margin-left: 10px;
}

.header__top .region-header-search .search-block-form {
  width: 100%;
  max-width: 265px;
  margin-left: 10px;
  padding-right: 0px;
}

.header__top .region-header-search .search-block-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top .region-header-search .search-block-form form .form-type-search {
  width: 100%;
  max-width: 218px;
}

.header__top .region-header-search .search-block-form form .form-type-search input {
  border: 0;
  background: #e7e9e2;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  padding: 0px 10px;
  color: #000038;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  border-radius: 0;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header__top .region-header-search .search-block-form form .form-actions {
  position: relative;
  background: #e7e9e2;
}

.header__top .region-header-search .search-block-form form .form-actions::before {
  content: "\F52A";
  font-family: "bootstrap-icons";
  color: #aeb3a2;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  font-size: 18px;
  z-index: 0;
}

.header__top .region-header-search .search-block-form form .form-actions input {
  border: 0;
  background: transparent;
  padding: 0px 15px;
  color: #aeb3a2;
  font-size: 0px;
  font-family: "Oswald", sans-serif;
  opacity: 1;
  border: 0;
  width: 48px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.translated-ltr .header__top .region-header-search .search-block-form {
  max-width: 100%;
}

.translated-ltr .header__top .region-header-search #block-vegasearchbox {
  margin-right: 0;
  flex-basis: 100%;
  text-align: end;
}

.translated-ltr .header__top .region-header-search .search-block-form form#search-block-form {
  justify-content: end;
}

.translated-ltr #vega-search-form {
  position: relative;
  transform: inherit;
  margin-right: 5px;
}


.header__bottom .menu--main {
  margin-right: -5px;
}

.header__bottom .menu--main>ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}

.header__bottom .menu--main>ul.menu>li.menu-item {
  position: relative;
  list-style: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 0;
  margin-left: 5px;
}

.header__bottom .menu--main>ul.menu>li.menu-item:last-child ul.menu,
.header__bottom .menu--main>ul.menu>li.menu-item:nth-last-child(2) ul.menu {
  right: 0;
  left: inherit;
}

.header__bottom .menu--main>ul.menu>li.menu-item>a {
  padding: 8px 9px;
  font-size: 17px;
  text-decoration: none;
}

.header__bottom .menu--main>ul.menu>li.menu-item--expanded>a {
  pointer-events: none;
}

.header__bottom .menu--main>ul.menu>li.menu-item>a:hover {
  color: #cd5360;
}

.header__bottom .menu--main>ul.menu>li.menu-item>a.is-active {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #cd5360;
  outline: 0;
}

.header__bottom .menu--main>ul.menu>li.menu-item .menu__toggle {
  display: none;
}

.header__bottom .menu--main>ul.menu li.menu-item--expanded:hover {
  background-color: #e7e9e2;
}

.header__bottom .menu--main>ul.menu li.menu-item--expanded:hover ul.menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.header__bottom .menu--main>ul.menu li.menu-item--expanded ul.menu {
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  width: 200px;
  background: #ffffff;
  left: 0px;
  -webkit-box-shadow: 0px 6px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 99%;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  margin-left: 0;
  border-top: 2px solid #cd5360;
}

.header__bottom .menu--main>ul.menu li.menu-item--expanded ul.menu li.menu-item {
  padding-top: 0;
  list-style: none;
}

.header__bottom .menu--main>ul.menu li.menu-item--expanded ul.menu li.menu-item a {
  display: block;
  padding: 6px 10px;
}

.header__bottom .menu--main>ul.menu li.menu-item--expanded ul.menu li.menu-item a.is-active {
  background-color: #cd5360;
  color: #ffffff !important;
}

.mobile-menu {
  display: none;
}

.mobile-menu-bar {
  background: #000038;
  display: none;
}

.mobile-menu-bar .mobile__menu-toggle {
  background-color: transparent;
  border: 0;
  margin-left: auto;
  padding: 13px 13px 11px;
}

.mobile-menu-bar .mobile__menu-toggle.active .menu-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mobile-menu-bar .mobile__menu-toggle.active .menu-icon .line:first-child {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mobile-menu-bar .mobile__menu-toggle.active .menu-icon .line:nth-child(2) {
  width: 0px;
}

.mobile-menu-bar .mobile__menu-toggle.active .menu-icon .line:last-child {
  -webkit-transform: translateY(-9px) rotate(90deg);
  -ms-transform: translateY(-9px) rotate(90deg);
  transform: translateY(-9px) rotate(90deg);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mobile-menu-bar .mobile__menu-toggle .menu-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-bar .mobile__menu-toggle .menu-icon .line {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 5px auto 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.mobile-menu-bar .mobile-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.469);
  border-bottom: 1px solid rgba(255, 255, 255, 0.469);
}

.mobile-menu-bar .mobile-menu .menu--main>.menu {
  margin: 0;
  padding: 0 13px;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.469);
  padding: 0;
  position: relative;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item:last-child {
  border-bottom: 0;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item a,
.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item>span {
  color: #ffffff;
  padding: 12px 5px;
  display: block;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded {
  list-style: none;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu__toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 48px;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu__toggle .menu-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-top: 12px;
  background-color: #cd5360;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu__toggle .menu-icon .line {
  position: absolute;
  background-color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu__toggle .menu-icon .line:first-child {
  width: 3px;
  height: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu__toggle .menu-icon .line:last-child {
  width: 16px;
  height: 3px;
  left: 5px;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu__toggle.active {
  background-color: rgba(255, 255, 255, 0.18);
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu__toggle.active .menu-icon .line:first-child {
  height: 0;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu {
  margin-left: 0;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item {
  padding: 0;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item a {
  padding: 10px;
  font-size: 14px;
  font-family: sans-serif;
}

.breadcrumb {
  padding: 8px 0px;
}

.breadcrumb__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.breadcrumb__main li {
  position: relative;
  padding-left: 30px;
}

.breadcrumb__main li:before {
  content: "\F138";
  font-family: "bootstrap-icons";
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
}

.breadcrumb__main li:first-child {
  padding-left: 0;
}

.breadcrumb__main li:first-child:before {
  display: none;
}

.breadcrumb__main li:first-child a {
  border: dotted 2px;
  font-size: 0;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb__main li:first-child a:before {
  content: "";
  background: url("../assets/social/h-icon.png") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  background-position: center;
}


.breadcrumb__main li a {
  color: #ffffff;
  border-bottom: dotted 2px;
  font-family: "Oswald", sans-serif;
}

.breadcrumb__main li a:hover {
  color: #cd5360;
}

.breadcrumb__main li .active {
  margin-bottom: 0;
  color: #ffffff;
  border-bottom: dotted 2px;
  font-family: "Oswald", sans-serif;
}

.breadcrumb__main li p.active  {
  border-bottom: none;
}

.region-sidebar-first,
.region-sidebar-second {
  padding-top: 25px;
}

.region-sidebar-first #block-mainmenu,
.region-sidebar-first #block-mainmenu-2 {
  margin-bottom: 20px;
}

.region-sidebar-first #block-mainmenu-9 #block-mainmenu-9-menu,
.region-sidebar-first #block-mainmenu-2 #block-mainmenu-2-menu {
  margin-top: 0;
  background: #000038;
  color: #ffffff;
  text-transform: capitalize;
  padding: 15px 20px;
  font-size: 18px;
  margin-bottom: 0;
}

nav#block-usernavmenu-3>ul {
  margin: 0;
}

.region-sidebar-first #block-mainmenu .menu,
.region-sidebar-first #block-mainmenu-3 .menu {
  margin: 0;
}

.region-sidebar-first #block-mainmenu #block-mainmenu-menu,
.region-sidebar-first #block-mainmenu-3 #block-mainmenu-3-menu,
.region-sidebar-first #block-usernavmenu-3 #block-usernavmenu-3-menu,
.region-sidebar-first #block-mainmenu-5 #block-mainmenu-5-menu,
.region-sidebar-first #block-mainmenu-4 #block-mainmenu-4-menu {
  margin-top: 0;
  background: #000038;
  color: #ffffff;
  text-transform: capitalize;
  padding: 15px 20px;
  font-size: 18px;
  margin-bottom: 0;
}

.region-sidebar-first #block-mainmenu .menu li,
.region-sidebar-first #block-mainmenu-3 .menu li,
.region-sidebar-first #block-mainmenu-5 .menu li {
  list-style: none;
}

.region-sidebar-first #block-usernavmenu-3 .menu li,
.region-sidebar-first #block-mainmenu-4 .menu li {
  list-style: none;
}

.region-sidebar-first #block-mainmenu .menu li a,
.region-sidebar-first #block-mainmenu-3 .menu li a,
.region-sidebar-first #block-mainmenu-5 .menu li a {
  display: block;
  color: #000038;
  padding: 15px;
  background: none;
}


.region-sidebar-first #block-mainmenu-5 .menu li a,
.region-sidebar-first #block-mainmenu-4 .menu li a {
  display: block;
  color: #000038;
  padding: 15px;
  background: none;
}

.region-sidebar-first #block-mainmenu-5 .menu li,
.region-sidebar-first #block-mainmenu-4 .menu li {
  border-bottom: solid 1px #d6d6d6;
}

.region-sidebar-first #block-mainmenu .menu li,
.region-sidebar-first #block-mainmenu-3 .menu li {
  border-bottom: solid 1px #d6d6d6;
}

.region-sidebar-first #block-mainmenu .menu li>.menu {
  padding-left: 50px;
  margin-top: -10px;

}

.region-sidebar-first #block-mainmenu .menu li>.menu li a {
  padding: 0;
}

.region-sidebar-first #block-mainmenu .menu li>.menu li {
  border: none;
  display: list-item;
  list-style: square inside;
  list-style-position: inherit;
}

.region-sidebar-first #block-mainmenu-4 .menu {
  margin: 0;
}

.region-sidebar-first #block-mainmenu .menu button {
  padding: 0;
  border: none;
}

.region-sidebar-first #block-mainmenu-3 a.is-active,
.region-sidebar-first #block-mainmenu a.is-active,
.region-sidebar-first #block-mainmenu-5 .menu li a.is-active {
  color: #cd5360;
}

.region-sidebar-first #block-mainmenu-4 .menu li a.is-active {
  color: #cd5360;
}

.region-sidebar-first #block-mainmenu-4 .menu .menu-item a:hover {
  color: #cd5360;
}

.region-sidebar-first #block-mainmenu .menu .menu-item a:hover,
.region-sidebar-first #block-mainmenu-3 a:hover {
  color: #cd5360;
}

.region-sidebar-first #block-mainmenu-5 .menu li a:hover {
  color: #cd5360;
}

.region-sidebar-first #block-mainmenu-9 .menu,
.region-sidebar-first #block-mainmenu-2 .menu {
  margin: 0;
  padding: 0;
}

.region-sidebar-first #block-mainmenu-9 .menu .menu-item,
.region-sidebar-first #block-mainmenu-2 .menu .menu-item {
  list-style: none;
  padding-top: 0;
}

.region-sidebar-first #block-mainmenu-9 .menu .menu-item.menu-item--active-trail a,
.region-sidebar-first #block-mainmenu-2 .menu .menu-item.menu-item--active-trail a {
  color: #cd5360;
}

.region-sidebar-first #block-mainmenu-9 .menu .menu-item a,
.region-sidebar-first #block-mainmenu-2 .menu .menu-item a {
  color: #000038;
  padding: 15px;
  background: none;
  border-bottom: solid 1px #d6d6d6;
  display: block;
}

.region-sidebar-first #block-mainmenu-9 .menu .menu-item a:hover,
.region-sidebar-first #block-mainmenu-2 .menu .menu-item a:hover {
  color: #cd5360;
}

.region-sidebar-first #block-mainmenu-9 .menu .menu-item .menu__toggle,
.region-sidebar-first #block-mainmenu-2 .menu .menu-item .menu__toggle {
  display: none;
}

.footer {
  margin-top: 250px;
  padding-top: 35px;
  padding-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  background: #f4f2f0;
  background: #000038;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
  }
}

.footer .footer-boxes {
  color: #ffffff;
  margin-bottom: 51px;
  margin-top: -160px;
}

.footer .footer-boxes:after {
  display: block;
  content: "";
  clear: both;
}

.footer .footer-boxes .t-img-wrp {
  bottom: 0;
  margin: 0 -7px;
}

.footer .footer-boxes .col-sm-4 {
  padding: 0 10px;
}

.footer .footer-boxes .box-first {
  position: relative;
  height: 297px;
  background-image: url("../assets/img/footer-box-pattern.png");
  background-repeat: repeat;
  background-position: top center;
}

@media screen and (max-width: 1200px) {
  .footer .footer-boxes .box-first {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-boxes .box-first {
    margin-bottom: 30px;
  }
}

.footer .footer-boxes .box-first:before {
  height: 132px;
  display: block;
  position: absolute;
  width: 100%;
  background-position: center bottom;
  content: "";
  background-repeat: no-repeat;
  top: -54px;
  background-image: url("../assets/img/box-first-img.png");
}

.footer .footer-boxes .box-first .content-wrp {
  height: 100%;
  top: auto;
  bottom: 0;
  padding-top: 113px;
}

.footer .footer-boxes .box-first .content-wrp .btn {
  background: #5598d1;
  height: 54px;
  width: 153px;
  line-height: 54px;
  padding: 0px;
}

.footer .footer-boxes .box-first .content-wrp .btn:hover {
  background-color: #4381b6;
}

.footer .footer-boxes .box-second {
  position: relative;
  height: 297px;
  background-image: url("../assets/img/footer-box-pattern.png");
  background-repeat: repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .footer .footer-boxes .box-second {
    margin-bottom: 85px;
  }
}

.footer .footer-boxes .box-second .content-wrp {
  top: 0px;
  height: 100%;
}

.footer .footer-boxes .box-second .content-wrp h3 {
  height: 78px;
  background: rgba(0, 0, 0, 0.21);
  line-height: 78px;
  margin-top: 0;
  margin-bottom: 31px;
}

.footer .footer-boxes .box-second .content-wrp .btn {
  background: #ffc696;
  color: #7f4718;
  height: 54px;
  width: 153px;
  line-height: 54px;
  padding: 0px;
}

.footer .footer-boxes .box-second .content-wrp .btn:hover {
  background-color: #e7a975;
}

.footer .footer-boxes .box-third {
  position: relative;
  height: 297px;
  background-image: url("../assets/img/footer-box-pattern.png");
  background-repeat: repeat;
  background-position: top center;
}

.footer .footer-boxes .box-third:before {
  height: 132px;
  display: block;
  position: absolute;
  width: 100%;
  background-position: center bottom;
  content: "";
  background-repeat: no-repeat;
  top: -54px;
  background-image: url("../assets/img/box-third-img.png");
}

.footer .footer-boxes .box-third .content-wrp {
  height: 100%;
  top: auto;
  bottom: 0;
  padding-top: 113px;
}

.footer .footer-boxes .box-third .content-wrp .btn {
  min-width: 170px;
  height: 54px;
  line-height: 40px;
  background: #5598d1;
}

.footer .footer-boxes .box-third .content-wrp .btn:hover {
  background-color: #4381b6;
}

.footer .footer-boxes .box-third .content-wrp .btn img {
  width: 100%;
  max-width: 55px;
  margin-top: -10px;
}

.footer .footer-boxes .box-blue {
  background-color: #286da8;
}

.footer .footer-boxes .box-blue:after {
  display: block;
  content: "";
  height: 6px;
  background: #13446e;
  clear: both;
  position: absolute;
  bottom: -6px;
  width: 100%;
  border-left: #000038 6px solid;
  border-right: #000038 6px solid;
}

.footer .footer-boxes .box-red {
  background-color: #cd5360;
}

.footer .footer-boxes .box-red:after {
  display: block;
  content: "";
  height: 6px;
  background: #13446e;
  clear: both;
  position: absolute;
  bottom: -6px;
  width: 100%;
  border-left: #000038 6px solid;
  border-right: #000038 6px solid;
  background: #7e242d;
}

.footer .footer-boxes .content-wrp {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 110px;
  text-align: center;
  width: 100%;
}

.footer .footer-boxes .content-wrp .btn {
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  min-width: 150px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}

.footer .footer-boxes .content-wrp .btn-blue {
  background: #5598d1;
}

.footer .footer-boxes .content-wrp p {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 13px;
}

.footer .footer-boxes .content-wrp h3 {
  font-family: "Slabo 13px", serif;
  font-size: 22px;
  margin-top: 0;
}

.footer .footer-boxes .box-btn {
  position: absolute;
  width: 100%;
  bottom: 30px;
  height: 54px;
}

.footer .menu--footer ul.menu {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.footer .menu--footer ul.menu li {
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 992px) {
  .footer .menu--footer ul.menu li {
    padding-bottom: 15px;
  }
}

.footer .menu--footer ul.menu li a {
  color: #ffffff;
  padding: 0 12px;
  font-size: 17px;
}

@media screen and (max-width: 567px) {
  .footer .menu--footer ul.menu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 1px 8px;
  }
}

.footer .menu--footer ul.menu li ul {
  display: none;
}

.footer .menu--menu-user-menu ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.footer .menu--menu-user-menu ul.menu li.menu-item {
  padding: 0;
}

.footer .menu--menu-user-menu ul.menu li.menu-item::after {
  content: "|";
  display: inline-block;
  vertical-align: text-bottom;
  color: #646486;
  margin-right: 5px;
}

.footer .menu--menu-user-menu ul.menu li.menu-item:last-child:after {
  display: none;
}

.footer .menu--menu-user-menu ul.menu li.menu-item a {
  color: #ffffff;
  font-size: 14px;
  padding: 4px 2px;
}

@media screen and (max-width: 567px) {
  .footer .menu--menu-user-menu ul.menu li.menu-item a {
    font-size: 12px;
  }
}

.footer-bottom {
  background: #000038;
  color: #ffffff;
}

.footer-bottom .footer-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-logo a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30px;
  }
}

.footer-bottom .footer-logo img {
  width: 55px;
  border-radius: 44%;
  padding-right: 10px;
}

.footer-bottom .footer-logo span {
  font-size: 21px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.footer-bottom .social-icon {
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-bottom .social-icon {
    float: none;
    text-align: center;
  }
}

.footer-bottom .social-icon:before {
  content: "";
  background-image: url("../assets/img/follow-title.png");
  display: inline-block;
  position: absolute;
  width: 76px;
  height: 52px;
  top: -45px;
  left: -50px;
}

@media screen and (max-width: 767px) {
  .footer-bottom .social-icon:before {
    display: none;
  }
}

.footer-copyright {
  padding: 30px 0;
  background: #000038;
  color: #ffffff;
  font-size: 13px;
}

.footer-bottom .footer-second {
  font-size: 13px;
}

.footer-copyright #block-copyright a {
  color: #ffffff;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .footer-copyright #block-copyright a {
    display: inline;
    float: none;
  }
}

.footer-copyright #block-copyright a:hover {
  color: #cd5360;
}

.footer-copyright .switcher.notranslate {
  margin: 15px 0 15px auto;
  position: relative;
  overflow: visible;
}

.footer-copyright .switcher.notranslate .option {
  position: absolute;
  bottom: 100%;
}

.region-sidebar-first .block-addtoany h2 {
  margin-top: 0;
  background: #000038;
  color: #ffffff;
  text-transform: capitalize;
  padding: 15px 20px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  flex: 0 0 100%;
}

.block-addtoany-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*.block-addtoany-block .field--name-field-forward,*/
/*.block-addtoany-block .field--name-field__forward, */
.block-addtoany-block .forward-page {
  font-weight: bold;
  font-size: 11px;
  margin-left: 25px;
}

/*.block-addtoany-block .forward-page a{
  color: #3366cc;
}*/

.basic-page .basic-page-forward {
  display: none;
}

.region-sidebar-first .block-addtoany .addtoany_list a .a2a_svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  overflow: hidden;
  padding: 2px;
}

/*# sourceMappingURL=maps/main.css.map */

/* EDUCATION INITIATIVE ANCHOR HOVERS */
#OCLCard:hover,
#alert:hover,
#social-media:hover,
#wiki-search:hover,
#stream-emat:hover,
#online-help:hover,
#free-events:hover,
#homeschool:hover,
#age-prog:hover,
#online-resources:hover,
#dig-materials:hover,
#professional-hours:hover,
#online-tutoring:hover,
#reading-lists:hover,
#stem-prog:hover,
#classroom-visit:hover,
#staff-chat:hover {
  color: #3366cc;
}

/* GOVERNMENT PAGE ANCHORS */
#financial:hover,
#medical:hover,
#restaurants:hover,
#entertainment:hover,
#county-lib:hover {
  color: #000000;
}

/* GOVERNMENT PAGE ANCHORS */
#financial,
#medical,
#restaurants,
#entertainment,
#county-lib {
  color: #000000;
}

/* MUSEUM PASS PAGE ANCHORS */
#FAQs-museum:hover {
  color: #000000;
}

#FAQs-museum {
  color: #000000;
}

/*HOMESCHOOL FAIR ANCHORS */
#HS-schedule {
  color: #000000;
}

#HS-schedule:hover {
  color: #000000;
}

.light-yellow-gradient {
  background: rgba(255, 213, 97, 1);
  background: -moz-linear-gradient(left,
      rgba(255, 213, 97, 1) 0%,
      rgba(255, 213, 97, 1) 35%,
      rgba(255, 213, 97, 1) 51%,
      rgba(255, 223, 143, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(255, 213, 97, 1)),
      color-stop(35%, rgba(255, 213, 97, 1)),
      color-stop(51%, rgba(255, 213, 97, 1)),
      color-stop(71%, rgba(255, 223, 143, 1)),
      color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left,
      rgba(255, 213, 97, 1) 0%,
      rgba(255, 213, 97, 1) 35%,
      rgba(255, 213, 97, 1) 51%,
      rgba(255, 223, 143, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 213, 97, 1) 0%,
      rgba(255, 213, 97, 1) 35%,
      rgba(255, 213, 97, 1) 51%,
      rgba(255, 223, 143, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(255, 213, 97, 1) 0%,
      rgba(255, 213, 97, 1) 35%,
      rgba(255, 213, 97, 1) 51%,
      rgba(255, 223, 143, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right,
      rgba(255, 213, 97, 1) 0%,
      rgba(255, 213, 97, 1) 35%,
      rgba(255, 213, 97, 1) 51%,
      rgba(255, 223, 143, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd561', endColorstr='#ffffff', GradientType=1);
}

.light-black-gradient {
  background: rgba(217, 230, 204, 1);
  background: -moz-linear-gradient(left,
      rgba(217, 230, 204, 1) 0%,
      rgba(217, 230, 204, 1) 34%,
      rgba(217, 230, 204, 1) 53%,
      rgba(217, 230, 204, 1) 69%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(217, 230, 204, 1)),
      color-stop(34%, rgba(217, 230, 204, 1)),
      color-stop(53%, rgba(217, 230, 204, 1)),
      color-stop(69%, rgba(217, 230, 204, 1)),
      color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left,
      rgba(217, 230, 204, 1) 0%,
      rgba(217, 230, 204, 1) 34%,
      rgba(217, 230, 204, 1) 53%,
      rgba(217, 230, 204, 1) 69%,
      rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(217, 230, 204, 1) 0%,
      rgba(217, 230, 204, 1) 34%,
      rgba(217, 230, 204, 1) 53%,
      rgba(217, 230, 204, 1) 69%,
      rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(217, 230, 204, 1) 0%,
      rgba(217, 230, 204, 1) 34%,
      rgba(217, 230, 204, 1) 53%,
      rgba(217, 230, 204, 1) 69%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right,
      rgba(217, 230, 204, 1) 0%,
      rgba(217, 230, 204, 1) 34%,
      rgba(217, 230, 204, 1) 53%,
      rgba(217, 230, 204, 1) 69%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e6cc', endColorstr='#ffffff', GradientType=1);
}

.exlight-blue-gradient {
  background: rgba(226, 235, 242, 1);
  background: -moz-linear-gradient(left,
      rgba(226, 235, 242, 1) 0%,
      rgba(226, 235, 242, 1) 30%,
      rgba(226, 235, 242, 1) 51%,
      rgba(226, 235, 242, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(226, 235, 242, 1)),
      color-stop(30%, rgba(226, 235, 242, 1)),
      color-stop(51%, rgba(226, 235, 242, 1)),
      color-stop(71%, rgba(226, 235, 242, 1)),
      color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left,
      rgba(226, 235, 242, 1) 0%,
      rgba(226, 235, 242, 1) 30%,
      rgba(226, 235, 242, 1) 51%,
      rgba(226, 235, 242, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(226, 235, 242, 1) 0%,
      rgba(226, 235, 242, 1) 30%,
      rgba(226, 235, 242, 1) 51%,
      rgba(226, 235, 242, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(226, 235, 242, 1) 0%,
      rgba(226, 235, 242, 1) 30%,
      rgba(226, 235, 242, 1) 51%,
      rgba(226, 235, 242, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right,
      rgba(226, 235, 242, 1) 0%,
      rgba(226, 235, 242, 1) 30%,
      rgba(226, 235, 242, 1) 51%,
      rgba(226, 235, 242, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2ebf2', endColorstr='#ffffff', GradientType=1);
}

.light-blue-gradient {
  background: rgba(188, 216, 237, 1);
  background: -moz-linear-gradient(left,
      rgba(188, 216, 237, 1) 0%,
      rgba(188, 216, 237, 1) 30%,
      rgba(188, 216, 237, 1) 51%,
      rgba(188, 216, 237, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(188, 216, 237, 1)),
      color-stop(30%, rgba(188, 216, 237, 1)),
      color-stop(51%, rgba(188, 216, 237, 1)),
      color-stop(71%, rgba(188, 216, 237, 1)),
      color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left,
      rgba(188, 216, 237, 1) 0%,
      rgba(188, 216, 237, 1) 30%,
      rgba(188, 216, 237, 1) 51%,
      rgba(188, 216, 237, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(188, 216, 237, 1) 0%,
      rgba(188, 216, 237, 1) 30%,
      rgba(188, 216, 237, 1) 51%,
      rgba(188, 216, 237, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(188, 216, 237, 1) 0%,
      rgba(188, 216, 237, 1) 30%,
      rgba(188, 216, 237, 1) 51%,
      rgba(188, 216, 237, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right,
      rgba(188, 216, 237, 1) 0%,
      rgba(188, 216, 237, 1) 30%,
      rgba(188, 216, 237, 1) 51%,
      rgba(188, 216, 237, 1) 71%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcd8ed', endColorstr='#ffffff', GradientType=1);
}

.kids-color-section {
  padding: 15px;
  margin-bottom: 15px;
}

.light-yellow-solid {
  background: #ffd461;
}

.light-black-solid {
  background: #d9e6cc;
}

.light-blue-solid {
  background: #bcd8ed;
}

.exlight-blue-solid {
  background: #e2ebf2;
}

.block--lightblue-top-border {
  border-top: 16px solid transparent;
  -webkit-border-image: url(../images/lightblue-top-border.jpg) 16 round;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/lightblue-top-border.jpg) 16 round;
  /* Opera 11-12.1 */
  border-image: url(../images/lightblue-top-border.jpg) 16 round;
}

.block--red-top-border {
  border-top: 16px solid transparent;
  -webkit-border-image: url(../images/red-top-border.jpg) 16 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/red-top-border.jpg) 16 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/red-top-border.jpg) 16 repeat;
}

.block--red-solid-border {
  border: 15px solid transparent;
  -webkit-border-image: url(../images/red-solid-border.png) 17 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/red-solid-border.png) 17 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/red-solid-border.png) 17 repeat;
}

.block--blue-top-border {
  border-top: 16px solid transparent;
  -webkit-border-image: url(../images/lightblue-top-border.jpg) 16 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/lightblue-top-border.jpg) 16 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/lightblue-top-border.jpg) 16 repeat;
}

.block--yellow-top-border {
  border-top: 16px solid transparent;
  -webkit-border-image: url(../images/yellow-top-border.jpg) 16 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/yellow-top-border.jpg) 16 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/yellow-top-border.jpg) 16 repeat;
}

.block--yellow-border {
  border: 15px solid transparent;
  -webkit-border-image: url(../images/yellow-border-1.jpg) 15 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/yellow-border-1.jpg) 15 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/yellow-border-1.jpg) 15 repeat;
}

.block--red-border {
  border: 15px solid transparent;
  -webkit-border-image: url(../images/bock--red-border.jpg) 15 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/bock--red-border.jpg) 15 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/bock--red-border.jpg) 15 repeat;
}

.block--teal-border {
  border: 15px solid transparent;
  -webkit-border-image: url(../images/block-teal-border.jpg) 15 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/block-teal-border.jpg) 15 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/block-teal-border.jpg) 15 repeat;
}

.block--blue-border {
  border: 15px solid transparent;
  -webkit-border-image: url(../images/blue-border.png) 15 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/blue-border.png) 15 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/blue-border.png) 15 repeat;
}

.block--blue-top-border {
  border-top: 15px solid transparent;
  -webkit-border-image: url(../images/top-blue-solid.jpg) 15 repeat;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/top-blue-solid.jpg) 15 repeat;
  /* Opera 11-12.1 */
  border-image: url(../images/top-blue-solid.jpg) 15 repeat;
}

.block--yellow-solid {
  background: #ffc696;
}

.block--lightblue-solid {
  background: #5e8eb7;
}

.block--red-solid {
  background: #eb8e98;
}

.block--blue-solid {
  background: #71aee2;
}

.block--darkred-title {
  color: #683e42;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.display-table .cool-books-for-kids-inner {
  display: table;
  height: 100%;
  width: 100%;
  float: none;
  padding: 0 15px;
  z-index: 9;
  position: relative;
}

.display-table .cool-books-for-kids-inner .cool-books-for-kids-content {
  display: table-cell;
  vertical-align: middle;
}

.display-table .cool-books-for-kids-inner .cool-books-for-kids-content h5 {
  line-height: 50px;
}

.display-table>div {
  display: table;
  height: 100%;
  width: 100%;
  float: none;
}

.display-table>div>div {
  display: table-cell;
  vertical-align: middle;
}

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

.block--single-stack {
  height: 450px;
  margin-bottom: 14px;
}

.block--double-stack {
  height: 914px;
  margin-bottom: 14px;
}

.block--column-full {
  float: left;
  width: 100%;
}

.block--yellow-title {
  font-family: "Slabo 13px", serif;
  font-size: 24px;
  color: #85562e;
  line-height: 35px;
}

.block--darkred-title {
  font-family: "Slabo 13px", serif;
  font-size: 24px;
  line-height: 35px;
}

.block--blue-title {
  font-family: "Slabo 13px", serif;
  font-size: 24px;
  color: #13667e;
  line-height: 35px;
}

.block--lighblue-title {
  margin-bottom: 10px;
}

.block--lighblue-title,
.block--lightblue-title {
  font-family: "Slabo 13px", serif;
  font-size: 24px;
  color: #6185a0;
  line-height: 35px;
}

.block--white-title {
  font-family: "Slabo 13px", serif;
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  padding: 0 10px;
}

.f-size-48 {
  font-size: 48px !important;
}

.f-size-32 {
  font-size: 32px !important;
}

.f-size-22 {
  font-size: 22px !important;
}

.f-size-24 {
  font-size: 24px !important;
}

.text-yellow {
  color: #f9c4a4 !important;
}

.text-white {
  color: #fff !important;
}

.text-lightblue {
  color: #88bece !important;
}

.text-extralightblue {
  color: #75b4c6 !important;
}

.text-lightred {
  color: #cd5360 !important;
}

.text-darkenred {
  color: #781d27 !important;
}

.text-no-decoration {
  text-decoration: none !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.block--bg-layoutFirst:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: #000;
  opacity: 0.3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.kids-main-block .flaticon-arrows:after {
  display: block;
  content: "\F138";
  font-family: "bootstrap-icons";
}

.btn {
  text-decoration: none;
}

.btn-darkblack {
  background: #36414a !important;
  text-decoration: none !important;
}

.btn-darkblack:hover,
.btn-darkblack:visited,
.btn-darkblack:focus {
  background: #36414a !important;
}

.btn-white {
  background: #fff !important;
}

.btn-white:hover,
.btn-white:visited,
.btn-white:focus {
  background: #fff !important;
}

.btn-blue:hover,
.btn-blue:visited,
.btn-blue:focus {
  background: #13667e !important;
}

.btn-light-blue {
		display: inline-block;
}
a.btn-light-blue, .btn-light-blue a {
	display: inline-block;
    background: #e3ebf1;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    text-transform: uppercase;
   	font-size: 16px;
   	padding: 15px 25px;
   	font-weight: 400;
   	text-decoration: none;
}	
.btn-light-blue a{
    color: #000000;
}
a.btn-light-blue:hover, .btn-light-blue a:hover{
    color: #ffffff;
    background: #474f7d;
}

.text-darkenblue {
  color: #36414a !important;
}

a.hover-whiteText:hover {
  color: #fff !important;
}

a.hover-redText:hover {
  color: #cd5360 !important;
}

a.text-black {
  color: #000 !important;
}

.btn-big {
  padding: 17px 30px;
  min-width: 200px;
}

.block--column-threee {
  width: 100%;
  float: left;
}

.block--column-two {
  width: 49%;
  float: left;
}

.block--column-one {
  width: 32.33%;
  float: left;
}

.f-left {
  float: left;
}

.f-right {
  float: right !important;
}

.block--titleStyle-First {
  background: url("../images/titlestyle-1.png") no-repeat center;
}

.sparks-content.bg {
  background: url(/sites/default/files/Kids-Main-Page_1.jpg) no-repeat right;
  background-size: 92%;
}

.sparks-inner {
  padding-left: 50px;
}

.kids-under-eight-bg {
  background: #fff;
  float: left;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
}

.block--bg-layoutFirst {
  background: url("../images/kids-bottom4.jpg") no-repeat;
  background-size: cover;
  margin: 0px;
  position: relative;
}

.block--yellow-solid {
  background: #ffc696;
}

.region-sidebar-first .block {
  margin-bottom: 30px;
}

.left-border-sections .inner-left-border {
  height: 350px;
}

.left-border-sections .inner-left-border .sparks-inner {
  padding-left: 0;
}

.homework-list>div {
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: bottom right;
}

.solor-system>div {
  background-image: url("../images/Saturn-Isolated.png");
}

.inventors>div {
  background-image: url("../images/Lightbulb-Isolated.png");
  background-size: 120px;
}

.science>div {
  background-image: url("../images/Atom-Isolated.png");
  /* background-size: 60%; */
}

.animals>div {
  background-image: url("../images/Giraffe-Isolated.png");
}

.math>div {
  background-image: url("../images/Calculator-Isolated.png");
  background-size: 120px;
}

.african-history>div {
  background-image: url("../images/Globe-Isolated.png");
}

.colonial-times>div {
  background-image: url("../images/Globe-Isolated.png");
}

.new-jersry-states>div {
  background-image: url("../images/New-Jersey-Isolated.png");
  background-size: 120px;
}

.ancient>div {
  background-image: url("../images/Colosseum-Isolated.png");
}

.reading-writing>div {
  background-image: url("../images/Quill-Isolated.png");
  background-size: 100px;
}

.native-americans>div {
  background-image: url("../images/Globe-for-native-Americans.png");
}

.explorers>div {
  background-image: url("../images/Ship-Isolated.png");
  background-size: 200px;
}

.america-newspapers>div {
  background-image: url('../images/Current-Issues.png');
  background-size: 100px !important;
}

.cultureGrams>div {
  background-image: url('../images/Geography-and-Culture.png');
}

.multi-subject>div {
  background-image: url('../images/General-and-Multi-Subject.png');
}

.health-wellness>div {
  background-image: url('../images/Health-and-Wellness.png');
}

.history-biography>div {
  background-image: url('../images/History-and-Biography.png');
}

.literature>div {
  background-image: url('../images/Literature.png');
  background-size: 120px !important;
}

.language-learning>div {
  background-image: url('../images/Language-Learning.png');
}

.streaming-video>div {
  background-image: url('../images/Streaming-Video.png');
}

.books-more {
  background: url("../images/Books-and-More.jpg") no-repeat;
  background-size: cover;
}

.test-prep>div {
  background-image: url('../images/Tutoring-and-Test-Prep.png');
  background-size: 200px !important;
}

.row .homework-wrp {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  padding-right: 0;
  padding-left: 0;
}

.homework-wrp>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.homework-wrp .homework-list {
  margin-bottom: 30px;
}

.homework-wrp .homework-list>div {
  padding: 20px;
  border: 0;
  padding-bottom: 200px;
}

.homework-wrp .teens-light-blue-solid>div {
  background-color: #c7d9ff;
}

.homework-wrp .light-green-solid>div {
  background-color: #cfe4d2;
}

.homework-wrp .light-sky-solid>div {
  background-color: #b2d5de;
}

.homework-wrp .sky-solid>div {
  background-color: #89bfd8;
}

.books-more .fun-games-content {
  vertical-align: top;
  padding-top: 30px;
}

.books-more .fun-games-content li a:hover {
  color: #cd5360;
}

/* Default Form */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
select.form-select {
  border: 0;
  background: #e7e9e2;
  padding: 0px 10px;
  color: #000038;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  border-radius: 0;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"] {
  background: #cd5360;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 10px 20px;
  font-family: "Oswald", sans-serif;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"]:hover+.description {
  opacity: 1;
  visibility: visible;
}

.form-type-textfield .description {
  opacity: 0;
  visibility: hidden;
  background: #000;
  color: #fff;
  position: absolute;
  font-size: 11px;
  padding: 10px;
  max-width: 170px;
  top: 112%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
}

.form-type-textfield .description:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  top: -11px;
  transform: rotate(45deg) translate(7%, 76%);
  left: 50%;
}

.form-type-textfield {
  position: relative;
}

label.form-required:after {
  content: "*";
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .form-type-textfield .description {
    display: none !important;
  }
}

/* user pages */
.path-user #block-ocean-local-tasks {
  position: static;
  transform: inherit;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
}

.path-user #block-ocean-local-tasks .tabs {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Oswald";
  font-weight: 400;
}

.path-user #block-ocean-local-tasks .tabs li a {
  background-color: #cd5360;
  padding: 10px 20px;
}

.path-user #block-ocean-local-tasks .tabs li a.is-active,
.path-user #block-ocean-local-tasks .tabs li a:hover {
  background: #a34750;
}

.user-login-form .form-item,
.user-register-form .form-item,
.user-pass>p {
  margin-bottom: 25px;
}

.database-resouce .views-exposed-form {
  margin-bottom: 30px;
}

.database-resouce .views-exposed-form .form--inline {
  flex-wrap: wrap;
}

.database-resouce .views-exposed-form .form--inline .form-type-textfield {
  order: 1;
  width: 75%;
}

.database-resouce .views-exposed-form .form--inline .form-type-textfield label {
  color: #26264d;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.database-resouce .views-exposed-form .form--inline .form-actions {
  order: 2;
  margin-top: 40px;
  margin-left: 15px;
}

.database-resouce .views-exposed-form .form--inline .form-type-textfield input {
  height: 60px;
  position: relative;
}

.database-resouce .views-exposed-form .form--inline .form-composite {
  order: 3;
  width: 100%;
}

.database-resouce .views-exposed-form .form--inline .form-composite .fieldset-wrapper .form-checkboxes ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.database-resouce .views-exposed-form .form--inline .form-composite .fieldset-wrapper .form-checkboxes ul li {
  list-style: none;
  box-sizing: border-box;
  margin-right: 15px;
  height: 70px;
  font-family: "Oswald", sans-serif;
  border-bottom: #d9d9d9 1px solid;
  margin-bottom: -1px;
}

.database-resouce .views-exposed-form .form--inline .form-composite .fieldset-wrapper .form-checkboxes ul li input {
  display: none;
}

.database-resouce .views-exposed-form .form--inline .form-composite .fieldset-wrapper .form-checkboxes ul li input:checked+label {
  color: #26264d;
  border-bottom: solid 3px #cd5360;
}

.database-resouce .views-exposed-form .form--inline .form-composite .fieldset-wrapper .form-checkboxes ul li label {
  color: #8e8eab;
  text-decoration: none;
  font-size: 15px;
  vertical-align: top;
  text-transform: none;
  font-weight: normal;
  height: 69px;
  line-height: 70px;
  display: inline-block;
  cursor: pointer;
  padding-top: 15px;
  line-height: normal;
  width: 139px;
}

.database-resouce .views-exposed-form .form--inline .form-composite .fieldset-wrapper .form-checkboxes ul li label .count {
  color: #cd5360;
  border: solid 1px #cd5360;
  padding: 0px 11px;
  margin-left: 10px;
  font-size: 13px;
  border-radius: 10px;
  font-weight: 400;
}

.database-resouce .view-content {}

.database-resouce .view-content .allrow {
  margin-bottom: 30px;
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.researchinfo-inner {
  text-align: center;
  background: #e1e1e1;
  padding-bottom: 30px;
  /* min-height: 260px; */
  /* box-shadow: 0 10px 6px -6px #777; */
  -webkit-box-shadow: 4px 4px 8px -1px rgba(119, 119, 119, 1);
  -moz-box-shadow: 4px 4px 8px -1px rgba(119, 119, 119, 1);
  box-shadow: 4px 4px 8px -1px rgba(119, 119, 119, 1);
}

.researchinfo-inner .title-view {
  background: #438496;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  padding: 15px 0 10px;
}

.researchinfo-inner .title-view a {
  color: #fff;
  text-decoration: none;
  max-height: 25px;
  display: inline-block;
  padding: 0 15px;
}

.view-id-resource_topic .researchinfo {
  margin-bottom: 30px;
}

.researchinfo-inner .summary-text {
  padding: 15px;
  text-align: justify;
}

.researchinfo-inner .db-tag {
  margin-top: 10px;
  font-size: 11px;
  padding: 0 15px;
}

.researchinfo-inner .view-more a {
  display: inline-block;
  background: #cd5360;
  font-family: "Oswald", sans-serif;
  color: #e6e6e6;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 25px;
  font-weight: 400;
  text-decoration: none;
}

.researchinfo-inner .view-more a:hover {
  background: #000038;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.6;
}

.ui-widget.ui-widget-content {
  background: #fff;
  padding: 30px;
  border: 0;
  border-radius: 0;
}

.ui-widget.ui-widget-content .ui-dialog-titlebar {
  background: #fff;
  color: #000011;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  border-bottom: solid 1px #d9d9d9;
  padding: 0px;
  margin-bottom: 20px;
}

.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-button {
  position: absolute;
  top: -20px;
  right: -85px;
  width: 55px;
  height: 55px;
  text-indent: -9999px;
  z-index: 999999999;
  background: #cd5360;
  overflow: visible;
  border: 0;
  border-radius: 0;
  font-size: 0;
}

.ui-dialog .ui-dialog-content {
  padding: 0;
}

.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-button .ui-button-icon {
  display: none;
}

.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-button:before {
  content: "";
  display: block;
  color: #fff !important;
  font-size: 20px !important;
  font-family: "Oswald";
  background: azure;
  clip-path: polygon(20% 0%,
      0% 20%,
      30% 50%,
      0% 80%,
      20% 100%,
      50% 70%,
      80% 100%,
      100% 80%,
      70% 50%,
      100% 20%,
      80% 0%,
      50% 30%);
  width: 20px;
  height: 20px;
  margin: auto;
}

.ui-dialog-content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.ui-dialog-content .node__content>p {
  display: inline;
}

.ui-dialog-content .node__content div {
  margin-top: 20px;
}

.ui-dialog-content .node__content div a {
  display: inline-block;
  background: #cd5360;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 25px;
  font-weight: 400;
  text-decoration: none;
}

/* (12-09-22) */
.header__bottom .menu--main .menu-item--active-trail>a {
  background: #cd5360;
  color: #ffff !important;
}

.footer .menu--footer .menu-item--active-trail>a {
  color: #cd5360 !important;
}

.footer .menu--footer .menu-item .is-active {
  color: #cd5360 !important;
}

/* end (12-09-22) */

/*  start (13-09-22)*/

.region-sidebar-first #block-mainmenu-2 .menu .menu-item a.is-active {
  color: #cd5360;
}

/*  end (13-09-22)*/

/*(14-09-22)*/
.header__bottom .menu--main>ul.menu>li.menu-item>span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000038;
  text-transform: none;
  letter-spacing: 0.5px;
  padding: 8px 9px;
  transition: 0.3s all ease;
}

.header__bottom .menu--main>ul.menu>li.menu-item>span:hover {
  color: #cd5360;
}

.footer .region-footer-links ul.menu li>span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  padding: 0px 12px;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.mobile-menu-bar .mobile-menu .menu--main>.menu>.menu-item>span {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

/* end (14-09-22)*/

/*(15-09-22)*/
.foo.bar.baz {
  width: 48%;
  display: inline-block;
  padding: 25px 10px;
  color: #000038;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  font-size: initial;
  border: 5px solid #d8e5ef;
  text-align: center;
}

/* end (15-09-22)*/

/*(16-09-22)*/
.view-faq-page .view-header {
  width: 100%;
  margin-bottom: 50px;
}

.view-faq-page .view-header>h3 {
  color: #26264d;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 10px;
}

.view-faq-page .item-list .views-summary {
  display: flex;
  flex-wrap: wrap;
}

.view-faq-page .item-list .views-summary li:hover a,
.view-faq-page .item-list .views-summary li a.is-active {
  color: #26264d;
}

.view-faq-page .item-list .views-summary li {
  list-style: none;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 50px;
  border-bottom: #d9d9d9 1px solid;
  margin-bottom: -1px;
  position: relative;
}

.view-faq-page .views-summary li .count {
  font-family: 'Oswald', sans-serif;
  color: #cd5360;
  border: solid 1px #cd5360;
  font-size: 13px;
  border-radius: 8px;
  font-weight: 400;
  display: inline-block;
  padding: 0 9px 3px;
  margin-left: 10px;
}

.item-list .views-summary li a.is-active:after,
.view-faq-page .item-list .views-summary li:hover a:after {
  opacity: 1 !important;
}

.view-faq-page .item-list .views-summary li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  opacity: 0;
  z-index: 1;
  background: #cd5360;
}

.view-faq-page .item-list .views-summary li a {
  font-family: 'Oswald', sans-serif;
  line-height: 64px;
  height: 64px;
  color: #8e8eab;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
}

.summer-bg {
  background: url(/sites/default/files/kids/sr/banner-2022.png) no-repeat right 20%;
  background-size: 100%;
  background-color: #ed948b;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .summer-bg {
    background: #ed948b;
  }

  .block--blue-solid.block--single-stack {
    height: 400px;
  }
}

@media screen and (min-width: 767px) {
  .display-summer>div {
    display: none;
  }
}

/* end (16-09-22)*/


.current-day {
  border: 1px solid #000038;
  border-radius: 3px;
}


/* Friends of the Library Membership Form */
.webform-submission-webform-1080-form {
  display: flex;
  flex-wrap: wrap;
}

.webform-submission-webform-1080-form div#edit-description label {
  display: none;
}

.webform-submission-webform-1080-form div#edit-description,
.webform-submission-webform-1080-form .form-type-textarea {
  flex: 0 0 100%;
}

.webform-submission-webform-1080-form>div {
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 548px) {
  .webform-submission-webform-1080-form>div {
    flex: 0 0 100%;
    padding: 0;
  }
}

/*Assignment Alert Form style*/
.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form input[type="text"],
.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form input[type="date"],
.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form select {
  background-color: #efefef;
  max-width: 65%;
  width: 100%;
}

.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form .form-textarea-wrapper {
  width: 65%;
}

.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form .form-textarea-wrapper textarea {
  background-color: #efefef;
  border-color: #efefef;

}

.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form .form-actions {
  text-align: center;
  padding-top: 15px;
}

.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form .webform-element--title-inline.js-form-item {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  margin-top: 20px;
}

.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form .form-item.js-form-type-select {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form .js-form-item label {
  max-width: 25%;
  width: 100%;
}

.webform-submission-webform-1434-form.webform-submission-webform-1434-add-form.form-select {
  max-width: 65%;
  width: 100%;
  margin-bottom: 10px;
}

/* end */

.fun-games-content ul li span a,
.fun-games-content ul li a span {
  color: #000;
}

.fun-games-content ul li a span:hover {
  color: #cd5360;
}

/* contact us style */
.general-info a.btn:hover {
  background: #cd5360;
  color: #fff;
}

/* end */


.question_tab a.question_tabs {
  color: #cd5360;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  border: 0;
  position: relative;
  ;
  padding: .5em .5em .5em .7em;
  padding-left: 2.2em;
  border: 0;
  border-bottom: solid 1px #d9d9d9;
  border-radius: 0;
  outline: 0;
  margin: 0;
}

.question_tab a.question_tabs::before {
  content: '';
  background-image: url('/themes/ocean/images/right-arrow.jpeg');
  position: absolute;
  top: 11px;
  left: 0;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  background-size: contain;
}

.question_tab a.question_tabs.open::before {
  transform: rotate(90deg);
}

.view-id-all_branch.view-display-id-page_1 .full-button h4 {
  margin-bottom: 0;
}


.view-id-all_branch.view-display-id-page_1 .full-button {
  margin-bottom: 20px;
}

/*  */
/* Adult Volunteering */
/*  */
/* https://d9.webserver9.com/support-us/volunteer/adult-volunteering */
.adult-volunteering {
  margin-top: 25px;
}

/* Accordion
================================================== */
.acc {
  padding: 30px 0px;
}

.acc__card {
  margin: 1em 0;
  position: relative;
}

.acc__title {
  color: #cd5360;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  border: 0;
  padding: .5em .5em .5em .7em;
  padding-left: 2.2em;
  background: none;
  border: 0;
  border-bottom: solid 1px #d9d9d9;
  border-radius: 0;
  outline: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.acc__title::before {
  content: "";
  background-image: url(../images/right-arrow.jpg);
  position: absolute;
  width: 21px;
  height: 21px;
  top: 11px;
  left: 0;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
}

.acc__title.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  background: #fff;
  display: none;
  margin: 0;
  padding: 1em 2em;
  text-align: left;
}

/* PrevNext Pager  */
div#prevnext-previous a,
div#prevnext-next a {
  color: #000038;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

div#prevnext-next {
  float: right;
}

div#prevnext-previous {
  float: left;
}

div#prevnext-previous a:before {
  content: '';
  background: url(../images/left-arrow.jpg) no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border: solid 1px #000038;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

div#prevnext-next a:after {
  content: '';
  background: url(../images/right-arrow.jpg) no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border: solid 1px #000038;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.faq-tab label tr td p,
.faq-ask-content label tr td  {
  font-weight: normal;
}

/* Content type Award */
.node--type-awards .field--name-body {
  margin-bottom: 50px;
}


/* .tabs */

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}


a.btn-more:hover,
.btn-more a:hover {
  color: #fff;
  background: #000038;
}

.node--type-topics .btn-more,
.node--type-topics-ei .btn-more {
  margin-top: 15px;
}

.node--type-topics .btn-more a,
.node--type-topics-ei .btn-more a {
  color: #ffffff;
  margin-right: 15px;
  margin-top: 5px;
}
/*css by aryan*/