@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Semibold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Regular";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --montserratB: "Montserrat Bold";
  --montserratSB: "Montserrat Semibold";
  --sans: "Source Sans Regular";
  --color-1: #005dac;
  --color-2: #008ea6;
  --color-3: #58c6d3;
  --color-4: #f7a941;
  --color-5: #6d6e71;
  --color-6: #231f20;
  --color-7: #fff;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  padding-top: 0;
  margin-bottom: 2px;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

a.white {
  color: #fff;
  text-decoration: underline;
  display: inline;
}

a.black {
  color: #000;
  text-decoration: underline;
  display: inline;
}

a.black:hover {
  color: #005dac;
  text-decoration: underline;
  display: inline;
}

.accordion ul,
.sevingg ul {
  list-style: unset;
}

h1 {
  font-family: var(--montserratB);
  font-weight: 700;
}

h2,
h3,
h4 {
  font-family: var(--montserratSB);
  font-weight: 600;
  color: var(--color-7);
}

h1,
h2 {
  text-transform: uppercase;
  color: var(--color-7);
  margin-bottom: 1px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

h4 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}

header .navbar-brand .img-fluid {
  max-width: 100%;
  height: 100%;
  padding-right: 0;
  padding-top: 0;
  width: auto;
}

button {
  box-shadow: none;
  outline: none;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #005dac;
  --bs-btn-border-color: #005dac;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7aaad4;
  --bs-btn-hover-border-color: #7aaad4;
  --bs-btn-focus-shadow-rgb: 38, 117, 184;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004a8a;
  --bs-btn-active-border-color: #004681;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #005dac;
  --bs-btn-disabled-border-color: #005dac;
}

body {
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

p {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 25px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.breadcrumb-item a {
  padding-left: 16px;
  display: inline;
}

.banner {
  background-image: url("../images/hero_image.jpg");
  background-position: center;
  height: 75vh;
  width: 100%;
  background-size: cover;
  box-shadow: inset 0 0 62px 3px rgba(0, 0, 0, 0.8);
}

.banner h2 {
  color: var(--color-5);
}

.site-search {
  position: absolute;
  bottom: calc(45%);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  right: 0;
}

.translate-btn {
  background-color: var(--color-1);
  padding: 10px 30px !important;
  color: var(--color-7) !important;
  font-size: 14px;
  margin-left: 20px;
}

#myExit {
  display: none;
}

.data_right h2 {
  color: #000;
}

.banner-links a.dash {
  display: none;
}

form.search_form_1 {
  height: 50px;
}

form.search_form_1 input[type="search"] {
  height: 100%;
  font-size: 17px;
  border: 1px solid var(--color-1);
  float: left;
  width: 50%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  padding: 0 10px;
  border-right: none;
  position: relative;
}

form.search_form_1 .outer {
  width: 1px;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  float: left;
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
}

form.search_form_1 .outer .inner {
  position: absolute;
  width: 2px;
  height: 30px;
  background: var(--color-1);
  top: 50%;
  transform: translateY(-50%);
}

form.search_form_1 [type="submit"] {
  float: left;
  width: 24%;
  height: 100%;
  background: var(--color-1);
  color: var(--color-5);
  font-size: 17px;
  border: 1px solid #3a98f0;
  border-left: none;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

form.search_form_1 .icon_select_mate {
  position: absolute;
  top: 15px;
  right: 2%;
  font-size: 16px;
  transition: all 0.275s;
  cursor: pointer;
}

form.search_form_1 .select_mate {
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
  position: relative;
  float: left;
  height: 100%;
  width: 25%;
  color: var(--color-2);
  font-weight: 300;
  background-color: var(--color-5);
  transition: all 0.375s ease-in-out;
}

form.search_form_1 .select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0;
  z-index: -1;
}

form.search_form_1 .cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

form.search_form_1 .cont_select_int {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 999;
  overflow: hidden;
  height: 0;
  width: 100%;
  background-color: var(--color-5);
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.375s ease-in-out;
}

form.search_form_1 .cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  background-color: var(--color-5);
  list-style-type: none;
  padding: 10px 2%;
  margin: 0;
  transition: all 0.275s ease-in-out;
  display: block;
  cursor: pointer;
}

form.search_form_1 .cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0;
}

form.search_form_1 .cont_select_int li:hover {
  background-color: var(--color-5);
}

form.search_form_1 .cont_select_int .active {
  background-color: var(--color-5);
}

form.search_form_1 .selection_option {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  width: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
}

form.search_form_1 button:hover {
  background: var(--color-1);
}

form.search_form_1:after {
  content: "";
  clear: both;
  display: table;
}

form.search_form_2 {
  height: 50px;
  background-color: var(--color-7);
  border: 1px solid gray;
  border-radius: 6px;
}

form.search_form_2 input[type="search"] {
  height: 100%;
  font-size: 17px;
  border: 0;
  float: left;
  width: 74.5%;
  outline: none;
  padding: 0 10px;
  border-left: none;
  position: relative;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

form.search_form_2 .outer {
  width: 1px;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  float: left;
}

form.search_form_2 .inner {
  width: 0;
  height: 1.8rem;
  border: 0.05rem solid gray;
  position: absolute;
  top: 10px;
}

form.search_form_2 [type="submit"] {
  background-color: #005dac;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  border: none;
  cursor: pointer;
  height: 16px;
  padding-left: 16px;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  margin-top: 16px;
  color: #fff;
  border: 1px solid gray;
}

form.search_form_2 .icon_select_mate {
  position: absolute;
  top: 12px;
  right: 2%;
  font-size: 16px;
  transition: all 0.275s;
  cursor: pointer;
}

form.search_form_2 .select_mate {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: relative;
  float: left;
  height: 100%;
  width: 25%;
  color: gray;
  font-weight: 300;
  background-color: var(--color-7);
  transition: all 0.375s ease-in-out;
}

form.search_form_2 .select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0;
  z-index: -1;
}

form.search_form_2 .cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

form.search_form_2 .cont_select_int {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 999;
  overflow: hidden;
  height: 0;
  width: 100%;
  background-color: var(--color-5);
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.375s ease-in-out;
}

form.search_form_2 .cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  background-color: var(--color-7);
  list-style-type: none;
  padding: 10px 2%;
  margin: 0;
  transition: all 0.275s ease-in-out;
  display: block;
  cursor: pointer;
}

form.search_form_2 .cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0;
}

form.search_form_2 .cont_select_int li:hover {
  color: var(--color-7);
  background-color: var(--color-1);
}

form.search_form_2 .cont_select_int .active {
  color: var(--color-7);
  background-color: var(--color-1);
}

form.search_form_2 .selection_option {
  height: 50px;
  padding: 0 10px;
  line-height: 48px;
  width: 24rem;
  display: block;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
}

form.search_form_2 button:hover {
  background: var(--color-1);
}

form.search_form_2:after {
  content: "";
  clear: both;
  display: table;
}

.banner-links {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-links a {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.banner-links a:last-child {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.search-btn {
  display: none;
}

#myDropdown {
  position: unset;
}

.nav-link.dropdown-toggle.show {
  width: 100%;
}

#myDropdown .dropdown-menu.show {
  display: block;
  right: 0;
  bottom: 0;
  height: 100vh;
}

form.search_form [type="submit"],
form.search-form-2 [type="submit"] {
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border: none;
  cursor: pointer;
  height: 16px;
  padding-left: 16px;
  vertical-align: middle;
  height: 100%;
  width: 10%;
  border-radius: 6px;
  margin-top: 0;
  color: transparent;
  background-color: transparent;
}

form.search_form_2 input[type="search"]::placeholder {
  font-size: 14px;
  font-weight: 400;
}

form.search_form input[type="search"] {
  width: 64.5%;
}

form.search-form-2 input[type="search"] {
  width: 64.5%;
}

.search_form {
  display: none;
}

.sticky .search_form {
  display: block;
  max-width: 500px;
  width: 100%;
}

.search-form-2 {
  display: block;
  max-width: 500px;
  width: 100%;
}

.sticky {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 2;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem 0.5rem 0;
}

.events-section {
  padding: 5rem 0;
}

.events-section .wrapper {
  margin-bottom: 6rem;
}

.events-section .wrapper h3 {
  color: var(--color-1);
}

.events-section h1 {
  color: var(--color-6);
  font-size: 30px;
}

.events-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 30px;
}

.events-section-detail .wrapper h3 {
  color: var(--color-6);
}

.current-event {
  background-image: url(../images/event.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  width: 100%;
  margin-bottom: 2rem;
  background-size: cover;
  position: relative;
}

.current-event .overlay {
  background-color: #005daca8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.current-event .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--color-5);
}

.current-event .content h2 {
  max-width: 500px;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.current-event .content p {
  margin-bottom: 8px;
}

.current-event .content a {
  text-decoration: underline;
  color: var(--color-3);
}

.current-event .pin {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
}

.current-event-adult {
  background-image: url(../images/Vet%20Now%20815x450.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  width: 100%;
  margin-bottom: 2rem;
  background-size: cover;
  position: relative;
}

.current-event-adult .overlay {
  background-color: #005daca8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.current-event-adult .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--color-5);
}

.current-event-adult .content h2 {
  max-width: 500px;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.current-event-adult .content p {
  margin-bottom: 8px;
}

.current-event-adult .content a {
  text-decoration: underline;
  color: var(--color-3);
}

.current-event-adult .pin {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
}

.current-event-lit {
  background-image: url(../images/Resume%20&%20Career%20homeslide.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  width: 100%;
  margin-bottom: 2rem;
  background-size: cover;
  position: relative;
}

.current-event-lit .overlay {
  background-color: #005daca8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.current-event-lit .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--color-5);
}

.current-event-lit .content h2 {
  max-width: 500px;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.current-event-lit .content p {
  margin-bottom: 8px;
}

.current-event-lit .content a {
  text-decoration: underline;
  color: var(--color-3);
}

.current-event-lit .pin {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
}

.current-event-teen {
  background-image: url(../images/luis-aguila-xLvIcAYuuMQ-unsplash.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  width: 100%;
  margin-bottom: 2rem;
  background-size: cover;
  position: relative;
}

.current-event-teen .overlay {
  background-color: #005daca8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.current-event-teen .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--color-5);
}

.current-event-teen .content h2 {
  max-width: 500px;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.current-event-teen .content p {
  margin-bottom: 8px;
}

.current-event-teen .content a {
  text-decoration: underline;
  color: var(--color-3);
}

.current-event-teen .pin {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
}

.current-event-kid {
  background-image: url(../images/ellen-qin-fIMqGvVaATk-unsplash.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  width: 100%;
  margin-bottom: 2rem;
  background-size: cover;
  position: relative;
}

.current-event-kid .overlay {
  background-color: #005daca8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.current-event-kid .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--color-5);
}

.current-event-kid .content h2 {
  max-width: 500px;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.current-event-kid .content p {
  margin-bottom: 8px;
}

.current-event-kid .content a {
  text-decoration: underline;
  color: var(--color-3);
}

.current-event-kid .pin {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
}

.slick-dots li button:before {
  font-size: 70px;
  color: var(--color-3);
}

.slick-initialized .slick-slide {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.slick-dots li.slick-active button:before {
  color: var(--color-1);
}

.slick-slide {
  margin: 0 15px !important;
}

.slick-list {
  margin: 0 -15px !important;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: -30px;
}

.slick-prev {
  left: -30px;
}

.slick-next:before,
.slick-prev:before {
  color: var(--color-1);
  font-size: 26px;
}

.event-box h3 {
  font-size: 20px;
}

.event-box p {
  font-size: 14px;
  margin-bottom: 8px;
}

.event-box a {
  font-size: 14px;
  text-decoration: underline !important;
  color: var(--color-1);
}

.fav-section {
  background-color: #00aaa6;
  padding: 5rem 0;
}

.fav-section-kids {
  background-color: #00aaa6;
  padding: 5rem 0;
}

.fav-section-kids h1 {
  margin-bottom: 2rem;
  font-size: 35px;
}

.fav-section-teens {
  background-color: #e1653d;
  padding: 5rem 0;
}

.fav-section-teens h1 {
  margin-bottom: 2rem;
  font-size: 35px;
}

.fav-section-adults {
  background-color: #005dac;
  padding: 5rem 0;
}

.fav-section-adults h1 {
  margin-bottom: 2rem;
  font-size: 35px;
  color: #fff;
}

.fav-section-lit {
  background-color: #fdcf43;
  padding: 5rem 0;
}

.fav-section-lit h1 {
  margin-bottom: 2rem;
  font-size: 35px;
  color: #000;
}

.fav-section h1 {
  margin-bottom: 2rem;
  font-size: 40px;
}

.event-box.slick-slide img {
  height: 230px;
  object-fit: cover;
}

.slick-next,
.slick-prev {
  display: none;
}

.news-section {
  padding: 5rem 0;
}

.news-section h1,
h3 {
  color: #000;
  margin-left: 0;
}

.news-box {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.news-section h2 {
  margin-bottom: 2rem;
  font-size: 35px;
  text-align: center;
}

.news-box h3 {
  font-size: 20px;
  color: #000;
}

.news-box p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #000;
}

.support-div {
  background-color: var(--color-4);
  padding: 1rem;
  text-align: center;
}

.support-div h2 {
  margin-bottom: 0;
  color: var(--color-6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

footer {
  background-color: #6d6e71;
  padding: 4rem 0 0;
}

footer a,
footer p,
footer h4,
footer h5 {
  color: var(--color-7);
}

footer h5,
footer h4 {
  font-size: 18px;
}

footer p {
  font-size: 14px;
}

footer a.me-2 img {
  height: 20px;
}

.bottom-div {
  background-color: var(--color-6);
  padding: 1rem 0;
  margin-top: 2rem;
}

.bottom-div a {
  padding: 0 8px;
  color: var(--color-7);
}

.bottom-div P {
  color: var(--color-7);
}

.news-page-section .news-box {
  position: relative;
}

.news-page-section {
  margin-top: 15rem;
  position: relative;
  margin-bottom: 3rem;
}

.newscard {
  box-shadow: 6px 10px 13px 2px rgba(0, 0, 0, 0.19);
}

.newscard-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 35rem;
}

.news-content-box {
  padding: 0;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-height: 350px;
  min-height: 250px;
  border-top: 8px solid #005dac;
  border-bottom: 8px solid #005dac;
}

.news-page-section h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  margin-left: 3rem;
  margin-right: 3rem;
}

.news-page-section p {
  color: #000;
  margin-left: 3rem;
  margin-right: 3rem;
}

.news-card {
  height: 100%;
  max-height: 250px;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 3rem;
}

.news-card img {
  height: 100%;
  max-height: 250px;
  object-fit: cover;
}

.news-content-box h3 {
  font-size: 35px;
  display: -webkit-box;
  max-width: 400px;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 2rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-content-sub-box {
  padding: 1rem;
  height: 100%;
  max-height: 120px;
  border-top: 6px solid var(--color-1);
  border-bottom: 6px solid var(--color-1);
  margin: 4px 0;
}

.news-content-sub-box h3 {
  display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 56px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.data_main {
  position: sticky;
  position: -webkit-sticky;
  height: 100vh;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: #005dac;
  padding-right: 2rem;
  width: 30%;
  padding-left: 20px;
  box-shadow: 0px 9px 11px rgba(0, 0, 0, 0.44);
}

.data_main_carousel {
  width: 50%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.data_main_landing {
  position: sticky;
  top: 140px;
  position: -webkit-sticky;
  width: 30%;
  height: 350px;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: var(--color-1);
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #fff;
}

.data_main_landing_teens {
  position: sticky;
  top: 170px;
  position: -webkit-sticky;
  width: 30%;
  height: 350px;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: var(--color-1);
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #fff;
}

.data_main_landing_lit {
  position: sticky;
  top: 170px;
  position: -webkit-sticky;
  width: 30%;
  height: 350px;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: var(--color-1);
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #fff;
}

.data_main_landing_adults {
  position: sticky;
  top: 170px;
  position: -webkit-sticky;
  width: 30%;
  height: 350px;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: #005dac;
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #fff;
}

.main-content {
  margin-right: 5rem;
  margin-bottom: 3rem;
}

.data_main_kids {
  position: sticky;
  top: 140px;
  position: -webkit-sticky;
  width: 30%;
  height: 100vh;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: #00aaa6;
  padding-right: 2rem;
  width: 30%;
  padding-left: 20px;
  box-shadow: 0px 9px 11px rgba(0, 0, 0, 0.44);
}

.data_main_kids h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  display: block;
  text-align: left;
  padding: 3rem 20px 0;
}

.data_main_kids p {
  color: #000;
  padding: 10px 20px 0;
  display: block;
  text-align: left;
  margin-bottom: 0;
}

.data_main_teens {
  position: sticky;
  top: 140px;
  position: -webkit-sticky;
  width: 30%;
  height: 100vh;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: #e1653d;
  padding-right: 2rem;
  width: 30%;
  padding-left: 20px;
  box-shadow: 0px 9px 11px rgba(0, 0, 0, 0.44);
}

.data_main_teens h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  display: block;
  text-align: left;
  padding: 3rem 20px 0;
}

.data_main_teens p {
  color: #000;
  padding: 10px 20px 0;
  display: block;
  text-align: left;
  margin-bottom: 0;
}

.data_main_adult {
  position: sticky;
  position: -webkit-sticky;
  height: 100vh;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: #005dac;
  padding-right: 2rem;
  width: 30%;
  padding-left: 20px;
  box-shadow: 0px 9px 11px rgba(0, 0, 0, 0.44);
}

.data_main_adult h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  display: block;
  text-align: left;
  padding: 3rem 20px 0;
}

.data_main_adult h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
}

.data_main_adult p {
  color: #fff;
  padding: 10px 20px 0;
  display: block;
  text-align: left;
  margin-bottom: 0;
}

.data_main_lit {
  position: sticky;
  position: -webkit-sticky;
  height: 100vh;
  flex-shrink: 0;
  max-height: calc(100vh - 200px);
  overflow: hidden auto;
  background-color: #fdcf43;
  padding-right: 2rem;
  width: 30%;
  padding-left: 20px;
  box-shadow: 0px 9px 11px rgba(0, 0, 0, 0.44);
}

.data_main_lit h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  display: block;
  text-align: left;
  padding: 3rem 20px 0;
}

.data_main_lit p {
  color: #000;
  padding: 10px 20px 0;
  display: block;
  text-align: left;
  margin-bottom: 0;
}

.data_main h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: var(--color-7);
  display: block;
  text-align: left;
  padding: 3rem 20px 0;
}

.data_right {
  padding-left: 2rem;
  flex: 1 1 0%;
  min-width: 50%;
  background-color: var(--color-7);
}

.data_right h1,
h4 {
  color: var(--color-6);
}

.data_right ul {
  list-style-type: disc;
}

.data_right p {
  color: var(--color-6);
  padding-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

.data_h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  padding: 3rem 20px 0;
  display: block;
  text-align: left;
}

.data_h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.data_h4 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}

.data_h5 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}

.data_right_landing {
  flex: 1 1 0%;
  min-width: 50%;
  background-color: #00aaa6;
  padding-right: 6rem;
  padding-top: 2.5rem;
  padding-left: 4rem;
}

.data_right_landing h1,
h4 {
  color: var(--color-6);
}

.data_right_landing ul {
  list-style-type: disc;
}

.data_right_landing p {
  color: var(--color-6);
  padding-bottom: 20px;
  margin-left: 0;
}

.data_right_landing_teens {
  flex: 1 1 0%;
  min-width: 50%;
  background-color: #e1653d;
  padding-right: 6rem;
  padding-top: 2.5rem;
  padding-left: 4rem;
}

.data_right_landing_teens h1,
h4 {
  color: var(--color-6);
}

.data_right_landing_teens ul {
  list-style-type: disc;
}

.data_right_landing_teens p {
  color: var(--color-6);
  padding-top: 0;
  margin-left: 0;
}

.data_right_landing_adults {
  flex: 1 1 0%;
  min-width: 50%;
  background-color: #005dac;
  padding-right: 6rem;
  padding-top: 2.5rem;
  padding-left: 4rem;
}

.data_right_landing_adults h1,
h4,
h5 {
  color: #fff;
}

.data_right_landing_adults ul {
  list-style-type: disc;
}

.data_right_landing_adults p {
  color: #fff;
  padding-bottom: 10px;
  margin-left: 0;
}

.data_right_landing_lit {
  flex: 1 1 0%;
  min-width: 50%;
  background-color: #fdcf43;
  padding-right: 6rem;
  padding-top: 2.5rem;
  padding-left: 4rem;
}

.data_right_landing_lit h1,
h4,
h5 {
  color: #000;
}

.data_right_landing_lit ul {
  list-style-type: disc;
}

.data_right_landing_lit p {
  color: #000;
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 15px;
}

.data_main .data_h2 {
  color: var(--color-7);
}

.data_main p {
  color: #fff;
  display: block;
  text-align: left;
  margin-left: 1rem;
}

.newsMain {
  color: #000;
  margin-bottom: 3rem;
}

.data_main_p {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: var(--color-1);
}

.data_p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-1);
}

.landing-section-background {
  background-color: #00aaa6;
  padding-top: 65px;
  padding-bottom: 65px;
}

.landing-section-background-kids {
  background-color: #00aaa6;
  padding-top: 65px;
  padding-bottom: 65px;
}

.landing-section-background-teens {
  background-color: #e1653d;
  padding-top: 65px;
  padding-bottom: 65px;
}

.landing-section-background-adults {
  background-color: #005dac;
  padding-top: 65px;
  padding-bottom: 65px;
}

.landing-section-background-lit {
  background-color: #fdcf43;
  padding-top: 65px;
  padding-bottom: 65px;
}

.landing_h5 {
  font-weight: 700;
  padding-top: 10px;
  color: var(--color-1);
}

.alfa {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 0;
}

#alfaMenu {
  display: none;
}

.hidden {
  display: none;
}

.abet {
  border: 1px solid #005dac;
  border-bottom: 0;
  cursor: pointer;
}

.abbt {
  padding: 15px 6px;
  color: var(--color-6);
}

.aa {
  border-radius: 10px 0 0;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.all_alpha {
  padding: 15px 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.all_alpha span {
  color: var(--color-6);
}

.zz {
  border-radius: 0 10px 0 0;
  padding: 15px 0;
}

.alpha_bets {
  padding: 15px;
  border: 1px solid #005dac;
}

.alpha_bets h2 {
  color: var(--color-6);
}

.alpha_bets img {
  width: 200px;
}

.news_h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: var(--color-1);
  padding: 3rem 20px 0;
  display: block;
  text-align: left;
}

.news_p {
  color: var(--color-1);
  padding: 10px 20px 0;
  display: block;
  text-align: left;
  margin-bottom: 0;
}

.border {
  border: 3px solid #005dac !important;
}

.dot_li {
  display: list-item;
  margin: 10px 0 3px;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 15px;
}

.dot_li_white {
  display: list-item;
  margin: 10px 0 3px;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-size: 16px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.dot-ul {
  list-style: unset;
}

.dot_li img {
  width: 10px;
  height: 10px;
}

.dot_li p {
  margin-bottom: 0;
}

.img_pg {
  width: 50%;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

.img_link {
  width: 25%;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.data_right_img {
  width: 25%;
  margin: auto;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.data_mainn {
  height: 100%;
  min-height: 200px;
  position: -webkit-sticky;
  position: sticky;
  background: var(--color-3);
}

.programs {
  padding: 4rem;
  background-color: #005dac;
  color: #fff;
}

.programs h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}

.programs p {
  width: 100%;
  max-width: 1101px;
  margin: auto;
}

.seving {
  margin-top: 60px;
}

.sevingg {
  margin-top: 60px;
}

.seving_div {
  display: flex;
  margin-top: 41px;
  align-items: center;
}

.mailto-link {
  color: #000;
  text-decoration: underline;
  display: inline;
}

.mailto-link:hover {
  text-decoration: underline;
  color: #005dac;
}

input:focus {
  background-color: unset !important;
}

.seving_left h4 {
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.seving_left {
  padding: 40px 23px 40px 40px;
  background-color: #7aaad4;
}

.seving_left p {
  margin-bottom: 0;
  color: #000;
}

.seving_right {
  padding: 0 5rem;
}

.seving_right li {
  color: var(--color-6);
}

.seving_right p {
  margin-bottom: 0;
  color: #000;
}

.accordion-button:not(.collapsed):after,
.accordion-button:after {
  padding: 22px 45px;
  background-position: center;
  transition: transform 0.1s ease-in-out;
  animation-delay: 5s;
}

.accordion-button:after {
  position: absolute;
  right: 0;
  margin: 0 !important;
}

.accordion-header {
  border-bottom-left-radius: 0;
  padding: 2px 7px 0 0;
}

.brdr {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 10px;
  border-top: 0;
}

.accordion-button {
  background-color: var(--color-5) 0;
}

.accordion-button:not(.collapsed),
.accordion-button {
  color: unset;
  background-color: unset;
  box-shadow: unset;
  display: flex;
  justify-content: center;
}

button:focus:not(:focus-visible) {
  outline: unset;
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.accordion-item {
  background-color: var(--color-7);
  border: 0;
  border: 1px solid var(--color-1);
}

.accordion-body {
  padding: 2rem;
}

.accordion {
  overflow-y: scroll;
  height: 34rem;
  margin-bottom: 6rem;
}

.navbar-expand-lg .navbar-collapse.top-nav-mob,
.close-icon {
  display: none;
}

nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav a {
  display: block;
  text-decoration: none;
}

nav a:hover,
nav a:visited {
  text-decoration: none;
  color: #005dac;
}

.menu-bar {
  display: flex;
}

.menu-link {
  padding: 10px 25px 10px 0;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 20px;
}

.menu-link.mega-menu-link {
  padding: 10px;
  color: #000;
}

.mega-menu a:hover {
  background: #005dac;
  color: #fff;
}

.menu-link[aria-haspopup="true"] {
  padding-right: 40px;
}

.menu-link[aria-haspopup="true"]:after {
  content: "";
  background-image: url("../images/arrowRight.svg");
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mega-menu-header {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
}

.mega-menu {
  background: #7aaad4;
  z-index: 10;
}

.mega-menu--multiLevel {
  flex-direction: column;
  //:hidden;overflow: visible
}

.mega-menu--multiLevel .menu-list a {
  color: var(--color-7);
  padding: 10px;
}

.searchBlockHome {
  background-color: rgba(255, 255, 255, 0.86);
  padding-left: 75px;
  padding-right: 75px;
  height: auto;
}

@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.calendar-page-section {
  margin-top: 12rem;
  margin-bottom: 8rem;
}

.fc-day-number {
  padding: 10px;
}

.fc-toolbar.fc-header-toolbar h2 {
  color: #000;
}

.form-search {
  position: relative;
}

.form-search input {
  width: 84%;
  box-sizing: border-box;
  background-color: var(--color-7);
  padding: 10px;
  border: 1px solid gray;
  border-right: 0;
  color: var(--color-6);
  outline: none;
}

.form-search button {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: transparent;
  margin-left: -4px;
  cursor: pointer;
  border: none;
  outline: none;
  width: 16%;
  float: right;
  border: 1px solid gray;
  border-left: 0;
  padding: 13px 10px;
}

.product_search .form-select {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}

.product_search .form-select:focus,
.product_search .searchValue:focus {
  box-shadow: none;
}

.product_search .searchValue {
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

.form-search i {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 16px;
  color: var(--color-1);
}

.js-dropdown-list {
  display: none;
  position: absolute;
  background: var(--color-5);
  left: 0;
  padding: 10px;
  width: 159px;
  border: 1px solid var(--color-2);
  top: 42px;
}

.form-search .dropdown {
  padding: 10px;
  border: 1px solid gray;
  margin-left: 10px;
  color: var(--color-1);
}

.form-search .dropdown a {
  color: #000;
}

.filter-p {
  margin-top: 10px;
}

.filter-a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #6d6e71;
  color: #000;
}

.frds-page-section {
  margin-top: 12rem;
  margin-bottom: 8rem;
}

.frds-page-section ul {
  list-style: unset;
}

.seving_right ul {
  list-style: unset;
}

.slick-prev.slick-arrow {
  background-image: url("../images/left-arrow-black.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 0;
}

.slick-next.slick-arrow {
  background-image: url(../images/right-arrow-black.png);
  background-size: 12px;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.js-dropdown-list {
  cursor: pointer;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: 0.5px;
}

.fc-button-primary {
  background-color: #005dac;
  border-color: #005dac;
}

.fc-button-primary:hover,
.fc-button-primary:active {
  background-color: #7aaad4;
  border-color: #7aaad4;
  color: #000;
}

.form-link {
  text-decoration: underline;
  color: var(--color-1);
}

.py-3 a {
  color: #000;
  text-decoration: underline;
  display: inline;
}

.news-title,
.pg-main-cs-116 {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 6px;
}

.news-hr,
.pg-main-cs-116 {
  opacity: 100;
  background-color: #005dac;
  border: 0;
}

.news-hr-kids,
.pg-main-cs-116 {
  opacity: 100;
  background-color: #00aaa6;
  border: 0;
}

.news-hr-teens,
.pg-main-cs-116 {
  opacity: 100;
  background-color: #e1653d;
  border: 0;
}

.news-hr-lit,
.pg-main-cs-116 {
  opacity: 100;
  background-color: #fdcf43;
  border: 0;
}

.kids-section {
  margin-top: 8rem;
  padding-bottom: 3rem;
  background-color: #00aaa6;
}

.teens-section {
  margin-top: 9rem;
  background-color: #e1653d;
  padding-bottom: 55px;
}

.adults-section {
  margin-top: 8rem;
  padding-bottom: 3rem;
  background-color: #005dac;
}

.adults-section h1,
p {
  color: #000;
}

.lit-section {
  margin-top: 8rem;
  padding-bottom: 3rem;
  background-color: #fdcf43;
}

.lit-section h1,
p {
  color: #000;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.bookletters {
  margin-bottom: 3rem;
}

.bookletters h3 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .searchBlockHome {
    background-color: rgba(255, 255, 255, 0.86);
    padding-left: 75px;
    padding-right: 75px;
    height: 218px;
  }
}

@media screen and (min-width: 1280px) {
  .current-event {
    /*height:395px*/
  }
}

.sectionHero {
  background-color: var(--color-3);
}

.accordion-item:first-of-type .accordion-button {
  color: var(--color-1) !important;
}

.accordion-button {
  color: var(--color-1) !important;
}

.accordion-item {
  border: 1px solid var(--color-1) !important;
}

h1,
h2 {
  text-transform: uppercase;
  color: var(--color-7);
  margin-bottom: 1px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}
.aa:first-child {
  border-radius: 10px 0 0;
}
.aa {
  border-radius: 0;
}
.aa:last-child {
  border-radius: 0 10px 0 0;
}

